michael@0: // |jit-test| error:Error michael@0: michael@0: // Binary: cache/js-dbg-64-32b049250e03-linux michael@0: // Flags: -m michael@0: // michael@0: function v(s) { eval(s); } michael@0: v("eval(function(){})()"); michael@0: var x = new Int32Array(0); michael@0: v("x.set()");