tor-browser

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

int.js (373B)


      1 // Copyright 2009 the Sputnik authors.  All rights reserved.
      2 // This code is governed by the BSD license found in the LICENSE file.
      3 
      4 /*---
      5 esid: sec-future-reserved-words
      6 es5id: 7.6.1.2_A1.17
      7 description: Checking if execution of "int=1" succeeds
      8 info: |
      9  `int` was removed from the list of future reserved words in ECMAScript 5.
     10 ---*/
     11 
     12 var int = 1;
     13 
     14 reportCompare(0, 0);