tor-browser

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

bug1335623.js (270B)


      1 // jsfunfuzz-generated
      2 x = [];
      3 // Adapted from randomly chosen test: js/src/tests/ecma_5/String/match-defines-match-elements.js
      4 y = Object.defineProperty(Array.prototype, 1, {
      5    set: function () {}
      6 });
      7 // jsfunfuzz-generated
      8 x.splice(0, 1, y, y);
      9 new Float64Array(x);