michael@0: // |jit-test| error: SyntaxError michael@0: try { michael@0: evaluate("throw 3", { michael@0: newContext: new Set, michael@0: saveFrameChain: true michael@0: }); michael@0: } catch(e) {} michael@0: michael@0: evaluate("()", { michael@0: saveFrameChain: true michael@0: });