tor-browser

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

bug1219128-7.js (862B)


      1 // |jit-test| slow
      2 
      3 function main() {
      4  const v1 = this.newGlobal();
      5  function v2(v3,v4) {
      6    oomTest(() => {
      7      const v13 = this.parseModule("apply");
      8      const v14 = {};
      9      const v15 = v14.size;
     10      const v17 = Uint16Array !== v15;
     11      const v18 = v17 && Uint16Array;
     12      const v20 = this.objectGlobal(v18);
     13      const v21 = v20.newGlobal();
     14      const v24 = this.resumeProfilers();
     15      const v25 = v24 && v21;
     16      const v26 = v25.evalInWorker("9007199254740991");
     17      function v27(v28,v29) {
     18      }
     19      const v31 = new Promise(v27);
     20      const v33 = this.getModuleEnvironmentNames(v13);
     21    });
     22  }
     23  const v36 = new Promise(v2);
     24  const v37 = v1.Debugger;
     25  const v38 = v37();
     26  const v39 = v38.findAllGlobals();
     27  const v40 = v39.pop();
     28  const v41 = v40.getOwnPropertyDescriptor(v37);
     29  gc();
     30 }
     31 try {
     32  main();
     33 } catch(exn) {
     34 }