tor-browser

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

implicit-includes.js (277B)


      1 // Copyright (C) 2024 Igalia S.L. All rights reserved.
      2 // This code is governed by the BSD license found in the LICENSE file.
      3 
      4 /*---
      5 includes: [include.js]
      6 ---*/
      7 
      8 assertEq("", "");
      9 assertDeepEq("", "");
     10 assertEqArray([], []);
     11 detachArrayBuffer(new ArrayBuffer());
     12 newGlobal();