optimize-get-iterator-7.js (167B)
1 setJitCompilerOption("ion.forceinlineCaches", 1); 2 3 function f(arr) { 4 var [a, b] = arr; 5 return b; 6 } 7 8 for (var i = 0; i < 10_000; ++i) { 9 assertEq(f([0, 1]), 1); 10 }
tor-browserThe Tor Browser | |
| git clone https://git.dasho.dev/tor-browser.git | |
| Log | Files | Refs | README | LICENSE |