tor-browser

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

bug-1103817.js (327B)


      1 // Random chosen test: js/src/jit-test/tests/debug/Source-introductionScript-04.js
      2 x = (new Debugger).addDebuggee(newGlobal({newCompartment: true}));
      3 print(x.getOwnPropertyDescriptor('Function').value.proto.script);
      4 // Random chosen test: js/src/jit-test/tests/debug/Memory-takeCensus-03.js
      5 (new Debugger).memory.takeCensus();