tor-browser

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

bug727330.js (237B)


      1 // |jit-test| error:TypeError
      2 
      3 // Binary: cache/js-dbg-64-ff51ddfdf5d1-linux
      4 // Flags:
      5 //
      6 var a = [];
      7 for (var i = 0; i < 200; ++i) a.push({});
      8 var p = new Proxy({}, {preventExtensions() { return false; }});
      9 Object.preventExtensions(p);