blob: 9adb6a33a086564c4c1d5a9937a1d79f3a948d28 [file] [log] [blame]
s = newGlobal()
try {
evalcx("\
function g() {\
h()\
}\
for (p in this) {\
function h(h) {\
''instanceof 5\
}\
}\
h.valueOf=g;\
h==9\
", s)
} catch (e) {}
try {
evalcx("throw h", s)
} catch (e) {
try {
"" + e
} catch(e) {}
}