blob: c8a04823b6098554791d094693bef98299898471 [file] [log] [blame]
//@ runDefault("--useConcurrentJIT=0")
const dv = new DataView(new ArrayBuffer());
for (let i=0; i<1000; i++) {
new Promise(()=>{
dv.getUint32(0, y);
const y = 0;
});
}