blob: 5ba5eb56bd3b4c514d0485bcdcfcded2a46c73b2 [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: Number.prototype value is +0
es5id: 15.7.3.1_A3
description: Checking value of Number.prototype property
---*/
assert(Number.prototype == 0, 'The value of Number.prototype is expected to be 0');