tor-browser

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

proper-realm-pull.js (196B)


      1 // This test passes if we don't have a CCW assertion.
      2 
      3 var g = newGlobal({ newCompartment: true });
      4 var ccwPullMethod = new g.Function("return 17;");
      5 
      6 new ReadableStream({ pull: ccwPullMethod });