tor-browser

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

bug1519857.js (131B)


      1 // |jit-test| skip-if: !("dis" in this)
      2 const g = newGlobal({sameCompartmentAs: this});
      3 g.eval(`function f() { y(); }`);
      4 dis(g.f);