tor-browser

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

bug916712.js (144B)


      1 var e = new Error();
      2 function test() {
      3  var arr = new Float32Array(1);
      4  for (var Number in e) {}
      5  var a = arr [0];
      6  switch (a) {}
      7 } test();