tor-browser

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

optimize-get-iterator-6.js (104B)


      1 (() => {
      2  ({}).__proto__[1] = 2;
      3  let [x,y] = [1];
      4 
      5  assertEq(x, 1);
      6  assertEq(y, undefined);
      7 })();