blob: 20496f662084c4bd796f5d4a90c71c9d7b4c5f07 [file] [log] [blame]
arguments = [];
try {
arguments.toSource = (function() {
__proto__.y = x
})
y = this
print(x = 8)
a = arguments
for (v of this) {}
} catch (e) {}
function f() {
"HELLO " + y
}
f()
f()
y = 1[7]
f()