tor-browser

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

bug1689499-c.js (184B)


      1 // |reftest| skip -- support file
      2 // SKIP test262 export
      3 // Test needs drainJobQueue.
      4 
      5 import A from "./bug1689499-a.js";
      6 if (true) await 0;
      7 export default "C";
      8 throw Error("FAIL");