summaryrefslogtreecommitdiffstats
path: root/js/src/tests/test262/built-ins/Number/15.7.3-1.js
blob: de1538486502293d1b743e9f5fc694d07fa55360 (plain)
1
2
3
4
5
6
7
8
9
10
11
// Copyright (c) 2012 Ecma International.  All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.

/*---
es5id: 15.7.3-1
description: Number constructor - [[Prototype]] is the Function prototype object
---*/

assert.sameValue(Function.prototype.isPrototypeOf(Number), true, 'Function.prototype.isPrototypeOf(Number)');

reportCompare(0, 0);