tor-browser

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

bug1901407.js (254B)


      1 // |jit-test| skip-if: !wasmIsSupported(); --gc-zeal=10
      2 var mod = new WebAssembly.Module(wasmTextToBinary(`(func)`))
      3 var inst = new WebAssembly.Instance(mod);
      4 for (var i = 0; i < 2; i++) {
      5    newGlobal({sameZoneAs:this}).Debugger(this).findScripts();
      6 }