prop-desc.js (347B)
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-isfinite-number 6 description: > 7 Property descriptor for isFinite 8 includes: [propertyHelper.js] 9 ---*/ 10 11 verifyPrimordialCallableProperty(this, "isFinite", "isFinite", 1); 12 13 reportCompare(0, 0);