tor-browser

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

early-errors-expression-binding-identifier-arguments-strict.js (522B)


      1 // |reftest| error:SyntaxError
      2 'use strict';
      3 // Copyright 2016 Microsoft, Inc. All rights reserved.
      4 // This code is governed by the BSD license found in the LICENSE file.
      5 
      6 /*---
      7 author: Brian Terlson <brian.terlson@microsoft.com>
      8 esid: pending
      9 description: >
     10  If the source code matching this production is strict code, it is a Syntax Error if BindingIdentifier is the IdentifierName arguments.
     11 negative:
     12  phase: parse
     13  type: SyntaxError
     14 flags: [onlyStrict]
     15 ---*/
     16 
     17 $DONOTEVALUATE();
     18 (async function arguments () {  })