tor-browser

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

byte.js (375B)


      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.3
      7 description: Checking if execution of "byte=1" succeeds
      8 info: |
      9  `byte` was removed from the list of future reserved words in ECMAScript 5.
     10 ---*/
     11 
     12 var byte = 1;
     13 
     14 reportCompare(0, 0);