michael@0: // |jit-test| error: SyntaxError michael@0: s = newGlobal(); michael@0: function g(c) { michael@0: evalcx(c, s) michael@0: } michael@0: g("[eval]=(function(){})") michael@0: g("while(eval());")