tor-browser

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

unregister-no-args.js (144B)


      1 assertThrowsInstanceOf(() => {
      2    const v = new FinalizationRegistry(() => {});
      3    v.unregister();
      4 }, TypeError);
      5 
      6 reportCompare(0, 0);