tor-browser

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

modeline.js (268B)


      1 /* -*- indent-tabs-mode: nil; js-indent-level: 2 -*- */
      2 // Copyright (C) 2024 Igalia S.L. All rights reserved.
      3 // This code is governed by the BSD license found in the LICENSE file.
      4 
      5 async function f() {
      6  let
      7  await 0;
      8 }
      9 
     10 reportCompare(true, f instanceof Function);