bug1745907.js (207B)
1 var global; 2 3 function foo() { 4 var x = BigInt(-1.7e+308); 5 try { 6 global = BigInt.asUintN(100000000, x); 7 } catch {} 8 } 9 for (var i = 0; i < 100; i++) { 10 foo() 11 } 12 assertEq(global, undefined)
tor-browserThe Tor Browser | |
| git clone https://git.dasho.dev/tor-browser.git | |
| Log | Files | Refs | README | LICENSE |