tor-browser

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

bug799185-3.js (157B)


      1 // |jit-test| error: TypeError
      2 function processNode(self) {
      3    try {
      4        if (self) return;
      5        undefined.z;
      6    } finally {
      7    }
      8 };
      9 processNode();