tor-browser

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

bug825705.js (223B)


      1 // Test 1: When constructing x, we shouldn't take the prototype for this.
      2 // it will crash if that happens
      3 evalcx("\
      4    var x = newGlobal().Object;\
      5    function f() { return new x; }\
      6    f();\
      7    f();\
      8 ", newGlobal());