Source code
Revision control
Copy as Markdown
Other Tools
// |jit-test| error:Error
with({})
let([] = []) {
eval("throw new Error()");
}
// |jit-test| error:Error
with({})
let([] = []) {
eval("throw new Error()");
}