Source code
Revision control
Copy as Markdown
Other Tools
// |jit-test| error:9
function thrower() {
throw 9;
}
function f() {
return [...{} [thrower(...["foo"])]] = "undefined";
}
f();
// |jit-test| error:9
function thrower() {
throw 9;
}
function f() {
return [...{} [thrower(...["foo"])]] = "undefined";
}
f();