michael@0: // |jit-test| error:Error michael@0: michael@0: with({}) michael@0: let([] = []) { michael@0: eval("throw new Error()"); michael@0: }