blob: 9c96f99433af3e5f278b367eaa1b3b29411c18b9 [file] [log] [blame]
//@ if $architecture == "mips" then skip else slow! end
// Does not crash.
function foo() {
+new Proxy({}, {get: foo});
}
for (let i=0; i< 500; i++) {
new Promise(foo);
const a0 = [];
const a1 = [0];
}