summaryrefslogtreecommitdiff
path: root/test/built-ins/Infinity/S15.1.1.2_A2_T1.js
blob: c0b90e5986f463d418188dc98be212a844a34200 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Copyright 2009 the Sputnik authors.  All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.

/*---
info: The Infinity is ReadOnly
es5id: 15.1.1.2_A2_T1
description: Checking typeof Functions
includes: [propertyHelper.js, fnGlobalObject.js]
---*/

// CHECK#1
verifyNotWritable(fnGlobalObject(), "Infinity", null, true);
if (typeof(Infinity) === "boolean") {
	$ERROR('#1: Infinity = true; typeof(Infinity) !== "boolean". Actual: ' + (typeof(Infinity)));
}