tor-browser

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

Object-executeInGlobal-09.js (264B)


      1 // The frame created for executeInGlobal is never marked as a 'FUNCTION' frame.
      2 
      3 (function () {
      4  var g = newGlobal({newCompartment: true});
      5  var dbg = new Debugger;
      6  var gw = dbg.addDebuggee(g);
      7  gw.executeInGlobalWithBindings("eval('Math')",{}).return
      8 })();