tor-browser

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

file_wrappers-2.html (264B)


      1 <!DOCTYPE html>
      2 <html>
      3  <body>
      4    <script>
      5      var obj = {a: 3, next: 1};
      6      var to_iterate = Object.create(obj);
      7      var enumerate = { 0: 0, "hi": "there" };
      8      function func () {};
      9      var o = {};
     10      var a = [1];
     11    </script>
     12  </body>
     13 </html>