tor-browser

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

testBug692274-2.js (149B)


      1 function f() {
      2    var ss = [new f("abc"), new String("foobar"), new String("quux")];
      3    for (let a6 = this ;; ) {}
      4 }
      5 try {
      6    f();
      7 } catch (e) {}