tor-browser

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

use-strict.js (413B)


      1 #!"use strict"
      2 
      3 // Copyright (C) 2019 Leo Balter. All rights reserved.
      4 // This code is governed by the BSD license found in the LICENSE file.
      5 
      6 /*---
      7 esid: pending
      8 description: >
      9    Hashbang comments should not be interpreted and should not generate DirectivePrologues.
     10 info: |
     11    HashbangComment::
     12      #! SingleLineCommentChars[opt]
     13 flags: [raw]
     14 features: [hashbang]
     15 ---*/
     16 
     17 with ({}) {}
     18 
     19 reportCompare(0, 0);