bug1921201.js (399B)
1 // |jit-test| --fast-warmup; --fuzzing-safe; --gc-zeal=6,120 2 3 a = "(function f() { (function() { 0 " 4 for (b = 0; b < 50; b++) { 5 c = ` 6 for (let [, d] = (() => { 7 e = 10 8 return [0, e]})(); 9 (() => { 10 d-- 11 v26 = d 12 return v26})(); 13 ) 14 ` 15 a += c + b 16 } 17 a += "})(); return })" 18 eval(a)()