tor-browser

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

exponent-part.js (411B)


      1 // |reftest| error:SyntaxError
      2 // Copyright (C) 2017 Robin Templeton. All rights reserved.
      3 // This code is governed by the BSD license found in the LICENSE file.
      4 
      5 /*---
      6 description: >
      7  It is a Syntax Error if the NumericLiteralBase contains an ExponentPart.
      8 esid: sec-numeric-literal-static-semantics-early-errors
      9 features: [BigInt]
     10 negative:
     11  phase: parse
     12  type: SyntaxError
     13 ---*/
     14 
     15 $DONOTEVALUATE();
     16 
     17 0e0n;