blob: 897682d149797876137e038bda0b360c811d9a79 [file] [log] [blame]
// |jit-test| error:TypeError
// Binary: cache/js-dbg-32-9174e1bbfa9f-linux
// Flags: -j
//
'a'.replace(/a/g, [].push);
x = [];
x++;
(function(){ eval("for(let y in []) [][x]"); })();