blob: 5d54261f763841916552ebea4676884bdb9478d0 [file] [log] [blame]
// Copyright 2009 the Sputnik authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
info: The Number prototype object has the property toFixed
es5id: 15.7.4_A3.5
description: The test uses hasOwnProperty() method
---*/
//CHECK#1
if (Number.prototype.hasOwnProperty("toFixed") !== true) {
$ERROR('#1: The Number prototype object has the property toFixed');
}