tor-browser

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

13.0_4-5gs-strict.js (482B)


      1 // |reftest| error:SyntaxError
      2 'use strict';
      3 // Copyright (c) 2012 Ecma International.  All rights reserved.
      4 // This code is governed by the BSD license found in the LICENSE file.
      5 
      6 /*---
      7 es5id: 13.0_4-5gs
      8 description: >
      9    Strict Mode - SourceElements is evaluated as strict mode code when
     10    a FunctionDeclaration is contained in strict mode code
     11 negative:
     12  phase: parse
     13  type: SyntaxError
     14 flags: [onlyStrict]
     15 ---*/
     16 
     17 $DONOTEVALUATE();
     18 
     19 function _13_0_4_5_fun() { eval = 42; };