Source code

Revision control

Copy as Markdown

Other Tools

// Binary: cache/js-dbg-32-7c6f62fcbd91-linux
// Flags: -m
//
function f() {
(function () {
x;
function a() {}
print(a)
})()
}
this.__defineGetter__("x", gc)
f()