tor-browser

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

page_bytecode_cache_asm_js.js (1327B)


      1 window.onerror = function (e) {
      2  document.getElementById("result").textContent = e;
      3 };
      4 
      5 function f() {
      6  "use asm";
      7  function test() {
      8    return 10;
      9  }
     10  return test;
     11 }
     12 
     13 var dummy = [
     14  "dummy text to exceed the minimal source length for bytecode cache",
     15  "dummy text to exceed the minimal source length for bytecode cache",
     16  "dummy text to exceed the minimal source length for bytecode cache",
     17  "dummy text to exceed the minimal source length for bytecode cache",
     18  "dummy text to exceed the minimal source length for bytecode cache",
     19  "dummy text to exceed the minimal source length for bytecode cache",
     20  "dummy text to exceed the minimal source length for bytecode cache",
     21  "dummy text to exceed the minimal source length for bytecode cache",
     22  "dummy text to exceed the minimal source length for bytecode cache",
     23  "dummy text to exceed the minimal source length for bytecode cache",
     24  "dummy text to exceed the minimal source length for bytecode cache",
     25  "dummy text to exceed the minimal source length for bytecode cache",
     26  "dummy text to exceed the minimal source length for bytecode cache",
     27  "dummy text to exceed the minimal source length for bytecode cache",
     28  "dummy text to exceed the minimal source length for bytecode cache",
     29  "dummy text to exceed the minimal source length for bytecode cache",
     30 ];