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