blob: 0b0c522ab4d1d45118c799f1f4f4d7123d91f1ca [file] [log] [blame]
// |jit-test| error:TypeError
// Binary: cache/js-dbg-32-805fd625e65f-linux
// Flags: -j
//
x = Proxy.create((function () {
return {
get: function () {}
}
}()), Object.e)
Function("\
for(var a = 0; a < 2; ++a) {\
if (a == 0) {}\
else {\
x > x\
}\
}\
")()