tor-browser

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

S15.1.2.5_A2.6.js (404B)


      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 info: The isFinite property has not prototype property
      6 esid: sec-isfinite-number
      7 description: Checking isFinite.prototype
      8 ---*/
      9 assert.sameValue(isFinite.prototype, undefined, 'The value of isFinite.prototype is expected to equal undefined');
     10 
     11 reportCompare(0, 0);