bug1989978-2.js (211B)
1 // |jit-test| --no-threads 2 3 function opt(a) { 4 for (const it in a) { 5 a[it] = 5; 6 } 7 } 8 const obj = JSON.rawJSON(256n, 256n, opt); 9 for (let i = 0; i < 100; i++) { 10 opt(obj); 11 } 12 JSON.stringify(obj);
tor-browserThe Tor Browser | |
| git clone https://git.dasho.dev/tor-browser.git | |
| Log | Files | Refs | README | LICENSE |