tor-browser

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

frontmatter-string.js (246B)


      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  Information
      6 ---*/
      7 
      8 async function f() {
      9    let
     10    await 0;
     11 }
     12 
     13 assert.sameValue(true, f instanceof Function);