1 2 3 4 5 6
// |jit-test| error: SyntaxError try { evaluate("throw 3"); } catch(e) {} evaluate("()", {});