blob: f25648f0df4958d0a85b7e21170f9ca92d0ca1ff (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
// |jit-test| error:ReferenceError
// Binary: cache/js-dbg-32-c08baee44cf4-linux
// Flags:
//
for (c in [0]) {
{
let c = this.__defineGetter__("", function(){});
eval("function w(){}")++
}
}
|