tor-browser

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

14.1-4gs.js (401B)


      1 // Copyright (c) 2012 Ecma International.  All rights reserved.
      2 // This code is governed by the BSD license found in the LICENSE file.
      3 
      4 /*---
      5 es5id: 14.1-4gs
      6 description: >
      7    StrictMode - a Use Strict Directive followed by a strict mode
      8    violation
      9 negative:
     10  phase: parse
     11  type: SyntaxError
     12 flags: [raw]
     13 ---*/
     14 
     15 "use strict";
     16 throw "Test262: This statement should not be evaluated.";
     17 eval = 42;