aboutsummaryrefslogtreecommitdiffstats
path: root/website/resources/scripts/testcases2/15.7.4.1_Number.prototype.constructor.json
blob: 40a586e0c4cc1929c7f8b4c7090788a0a1792864 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
 "testCollection": {
  "name": "15.7.4.1_Number.prototype.constructor",
  "numTests": 1,
  "tests": [
   {
    "section": "15.7.4.1",
    "description": "Compare Number.prototype.constructor with Number",
    "test": "//CHECK#1\nif(Number.prototype.constructor !== Number){\n  $ERROR('#1: Number.prototype.constructor === Number');\n}\n\n",
    "id": "S15.7.4.1_A1"
   }
  ]
 }
}