tor-browser

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

eval-strict-list-middle-strict.js (398B)


      1 // |reftest| error:SyntaxError
      2 'use strict';
      3 // Copyright (c) 2018 Mike Pennisi.  All rights reserved.
      4 // This code is governed by the BSD license found in the LICENSE file.
      5 
      6 /*---
      7 esid: sec-variable-statement
      8 description: arguments as local var identifier throws SyntaxError in strict mode
      9 flags: [onlyStrict]
     10 negative:
     11  phase: parse
     12  type: SyntaxError
     13 ---*/
     14 
     15 $DONOTEVALUATE();
     16 
     17 var a, eval, b;