blob: 430a137ec6c1575d37d1173aa20488fd014c096c [file] [log] [blame]
//@ slow!
// Does not crash.
function foo() {
+new Proxy({}, {get: foo});
}
for (let i=0; i< 500; i++) {
new Promise(foo);
const a0 = [];
const a1 = [0];
}