tor-browser

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

evaluate-global-debuggee.js (127B)


      1 var a = newGlobal({ newCompartment: true });
      2 Debugger(a);
      3 evaluate("function h() { 'use asm'; return {}}", {
      4    global: a
      5 });