aboutsummaryrefslogtreecommitdiffstats
path: root/website/resources/scripts/testcases2/15.2_Object_Objects.json
blob: f2c74d6fe54cbf625b3fb59e4683349f32c2b0ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
 "testCollection": {
  "name": "15.2_Object_Objects",
  "numTests": 1,
  "tests": [
   {
    "section": "15.2",
    "description": "Checking if Object equals to this.Object",
    "test": "var obj=Object;\n\nvar thisobj=this.Object;\n\nif(obj!==thisobj){\n  $ERROR('Object is the property of global');\n}\n",
    "id": "S15.2_A1"
   }
  ]
 }
}