blob: dd7b463bb906c913c8103a997295a731781657e8 (
plain)
1
2
3
4
5
6
7
8
9
|
// |jit-test| error:Error
// Binary: cache/js-dbg-64-32b049250e03-linux
// Flags: -m
//
function v(s) { eval(s); }
v("eval(function(){})()");
var x = new Int32Array(0);
v("x.set()");
|