tor-browser

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

bug765483.js (372B)


      1 // |jit-test| error:ReferenceError;
      2 
      3 // Binary: cache/js-dbg-64-de23a9fc29db-linux
      4 // Flags: --ion-eager
      5 //
      6 
      7 load(libdir + "evalInFrame.js");
      8 
      9 var obj1 = {}, obj2 = {};
     10 obj2['b'+i] = 0;
     11 for (var k in obj2) {
     12  (function g() { evalInFrame(1, "assertStackIs(['eval-code', f, 'bound(f)', 'global-code'])", true); })();
     13 }
     14 for (var i = 0; i != array.length; ++i)
     15  array[i]();