tor-browser

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

strict-single.js (233B)


      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 'use strict';
      5 async function f() {
      6    let
      7    await 0;
      8 }
      9 
     10 assert.sameValue(true, f instanceof Function);