bug1805881.js (350B)
1 // |jit-test| --baseline-warmup-threshold=10; --ion-warmup-threshold=100 2 3 function blackhole() { 4 with ({}); 5 } 6 7 function main() { 8 for (let i = 0; i < 100; i++) { 9 try { 10 const v3 = 0..toString(i); 11 for (let j = 0; j < 100; j++) { 12 } 13 blackhole(v3); 14 } catch { 15 } 16 for (let j = 0; j < 6; ++j) { 17 } 18 } 19 } 20 21 main();