tor-browser

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

bug785776.js (210B)


      1 // Binary: cache/js-dbg-64-e08a67884b9b-linux
      2 // Flags: -m -n -a
      3 //
      4 load(libdir + 'asserts.js');
      5 // has no @@iterator property
      6 assertThrowsInstanceOf(() => {function f([x]){}f(DataView.prototype)}, TypeError);