blob: 1c159ec0a7cf0158ce0066d5cdc6bc51badf59fe [file] [log] [blame]
function assert(b) {
if (!b)
throw new Error;
}
function main() {
let result;
const v13 = [0, 0];
Object.prototype[-80887344] = v13;
const func = function func(i) {
result = arguments[i];
};
noInline(func);
for (let v30 = 0; v30 < 10000; v30++) {
func(3);
}
func(-80887344);
assert(result === v13);
}
noDFG(main);
main();