blob: ac985d18efdf70473c57bbd8e2a2b6985393bc3f [file] [log] [blame]
(function () {
p = function () {
Set()
};
var Set = function () {};
for (var x = 0; x < 5; x++) {
Set = function (z) {
return function () {
[z]
}
} (x)
}
})()
/*
* bug 535930, mistakenly generated code to GetUpvar and crashed inside the call.
* so don't crash.
*/