tor-browser

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

script-code_FIXTURE.js (388B)


      1 // |reftest| skip -- not a test file
      2 // Copyright (C) 2018 Leo Balter. All rights reserved.
      3 // This code is governed by the BSD license found in the LICENSE file.
      4 
      5 // This is still valid in script code and strict and non strict modes
      6 // This is invalid as module code
      7 // https://tc39.github.io/ecma262/#sec-scripts-static-semantics-lexicallydeclarednames
      8 var smoosh; function smoosh() {}