tor-browser

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

blinterp-jitoption.js (205B)


      1 // |jit-test| error:Enabling or disabling the Baseline Interpreter
      2 let blInterpEnabled = getJitCompilerOptions()['blinterp.enable'] === 1;
      3 setJitCompilerOption("blinterp.enable", blInterpEnabled ? 0 : 1);