tor-browser

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

bug1702423.js (106B)


      1 // Bug 1702423
      2 
      3 for (let a of []);
      4 b = class {
      5    static [1] // Computed field name 1, no initializer.
      6 }