tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

bug1459258.js (332B)


      1 oomTest(function() {
      2    return [0, Math.PI, NaN, Infinity, true, false, Symbol(), Math.tan,
      3            Reflect, Proxy, print, assertEq, Array, String, Boolean, Number, parseInt,
      4            parseFloat, Math.sin, Math.cos, Math.abs, Math.pow, Math.sqrt,
      5            Uint8Array, Int8Array, Int32Array, Int16Array, Uint16Array];
      6 });