blob: 316ce316ebbc72c2296cfdc6f3b3d19e3a350417 [file] [log] [blame]
let ta = new Uint8Array(1);
function foo(arg0) {
'a'.__defineGetter__('x', () => {
arg0;
});
arg0 **= 0;
ta[arg0];
}
for (let i = 0; i < 10000; i++) {
foo(0);
}