tor-browser

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

testBug1111327.js (341B)


      1 // |jit-test| skip-if: !getBuildConfiguration("arm-simulator") && !getBuildConfiguration("arm64-simulator")
      2 // Single-step profiling currently only works in the ARM simulator
      3 
      4 load(libdir + "asm.js");
      5 
      6 enableGeckoProfiling();
      7 enableSingleStepProfiling();
      8 var m = asmCompile(USE_ASM + 'function f() {} return f');
      9 asmLink(m)();
     10 asmLink(m)();