tor-browser

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

prop-desc.js (335B)


      1 // Copyright (C) 2016 The V8 Project authors. All rights reserved.
      2 // This code is governed by the BSD license found in the LICENSE file.
      3 
      4 /*---
      5 esid: sec-isnan-number
      6 description: >
      7  Property descriptor for isNaN
      8 includes: [propertyHelper.js]
      9 ---*/
     10 
     11 verifyPrimordialCallableProperty(this, "isNaN", "isNaN", 1);
     12 
     13 reportCompare(0, 0);