tor-browser

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

volatile.js (388B)


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