blob: 2787b38813bd994197e192104d3a07ef15451177 [file] [log] [blame]
// |jit-test| error:Error
with({})
let([] = []) {
eval("throw new Error()");
}