tor-browser

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

eval-non-strict.js (280B)


      1 // Copyright (c) 2018 Mike Pennisi.  All rights reserved.
      2 // This code is governed by the BSD license found in the LICENSE file.
      3 
      4 /*---
      5 esid: sec-variable-statement
      6 description: arguments as local var identifier is allowed
      7 flags: [noStrict]
      8 ---*/
      9 
     10 var eval;
     11 
     12 reportCompare(0, 0);