10.2.1.1.3-4-16-s-strict.js |
---
es5id: 10.2.1.1.3-4-16-s
description: >
Strict Mode - TypeError is thrown when changing the value of a
Value Property of the Global Object under strict mode (NaN)
flags: [onlyStrict]
--- |
431 |
10.2.1.1.3-4-18-s-strict.js |
---
es5id: 10.2.1.1.3-4-18-s
description: >
Strict Mode - TypeError is thrown when changing the value of a
Value Property of the Global Object under strict mode (undefined)
flags: [onlyStrict]
--- |
443 |
10.2.1.1.3-4-22.js |
---
es5id: 10.2.1.1.3-4-22-s
description: >
TypeError is not thrown when changing the value of the Constructor Properties
of the Global Object
--- |
390 |
10.2.1.1.3-4-27.js |
---
es5id: 10.2.1.1.3-4-27-s
description: >
TypeError is not thrown when changing the value of the Constructor Properties
of the Global Object (Number)
--- |
398 |
browser.js |
|
0 |
global-object.js |
---
esid: sec-other-properties-of-the-global-object-globalthis
description: "'globalThis' should be the global object"
author: Jordan Harband
features: [globalThis]
--- |
944 |
property-descriptor.js |
---
esid: sec-other-properties-of-the-global-object-globalthis
description: "'globalThis' should be writable, non-enumerable, and configurable"
author: Jordan Harband
includes: [propertyHelper.js]
features: [globalThis]
--- |
490 |
S10.2.3_A1.1_T1.js |
---
info: |
Global object has properties such as built-in objects such as
Math, String, Date, parseInt, etc
es5id: 10.2.3_A1.1_T1
description: Global execution context - Value Properties
--- |
617 |
S10.2.3_A1.1_T2.js |
---
info: |
Global object has properties such as built-in objects such as
Math, String, Date, parseInt, etc
es5id: 10.2.3_A1.1_T2
description: Global execution context - Function Properties
--- |
1202 |
S10.2.3_A1.1_T3.js |
---
info: |
Global object has properties such as built-in objects such as
Math, String, Date, parseInt, etc
es5id: 10.2.3_A1.1_T3
description: Global execution context - Constructor Properties
--- |
1717 |
S10.2.3_A1.1_T4.js |
---
info: |
Global object has properties such as built-in objects such as
Math, String, Date, parseInt, etc
es5id: 10.2.3_A1.1_T4
description: Global execution context - Other Properties
--- |
441 |
S10.2.3_A1.2_T1.js |
---
info: |
Global object has properties such as built-in objects such as
Math, String, Date, parseInt, etc
es5id: 10.2.3_A1.2_T1
description: Function execution context - Value Properties
--- |
672 |
S10.2.3_A1.2_T2.js |
---
info: |
Global object has properties such as built-in objects such as
Math, String, Date, parseInt, etc
es5id: 10.2.3_A1.2_T2
description: Function execution context - Function Properties
--- |
1305 |
S10.2.3_A1.2_T3.js |
---
info: |
Global object has properties such as built-in objects such as
Math, String, Date, parseInt, etc
es5id: 10.2.3_A1.2_T3
description: Function execution context - Constructor Properties
--- |
1870 |
S10.2.3_A1.2_T4.js |
---
info: |
Global object has properties such as built-in objects such as
Math, String, Date, parseInt, etc
es5id: 10.2.3_A1.2_T4
description: Function execution context - Other Properties
--- |
480 |
S10.2.3_A1.3_T1.js |
---
info: |
Global object has properties such as built-in objects such as
Math, String, Date, parseInt, etc
es5id: 10.2.3_A1.3_T1
description: Eval execution context - Value Properties
--- |
718 |
S10.2.3_A1.3_T2.js |
---
info: |
Global object has properties such as built-in objects such as
Math, String, Date, parseInt, etc
es5id: 10.2.3_A1.3_T2
description: Eval execution context - Function Properties
--- |
1435 |
S10.2.3_A1.3_T3.js |
---
info: |
Global object has properties such as built-in objects such as
Math, String, Date, parseInt, etc
es5id: 10.2.3_A1.3_T3
description: Eval execution context - Constructor Properties
--- |
2084 |
S10.2.3_A1.3_T4.js |
---
info: |
Global object has properties such as built-in objects such as
Math, String, Date, parseInt, etc
es5id: 10.2.3_A1.3_T4
description: Eval execution context - Other Properties
--- |
498 |
S10.2.3_A2.1_T1.js |
---
info: Global object properties have attributes { DontEnum }
es5id: 10.2.3_A2.1_T1
description: Global execution context - Value Properties
--- |
639 |
S10.2.3_A2.1_T2.js |
---
info: Global object properties have attributes { DontEnum }
es5id: 10.2.3_A2.1_T2
description: Global execution context - Function Properties
--- |
1302 |
S10.2.3_A2.1_T3.js |
---
info: Global object properties have attributes { DontEnum }
es5id: 10.2.3_A2.1_T3
description: Global execution context - Constructor Properties
--- |
1887 |
S10.2.3_A2.1_T4.js |
---
info: Global object properties have attributes { DontEnum }
es5id: 10.2.3_A2.1_T4
description: Global execution context - Other Properties
--- |
433 |
S10.2.3_A2.3_T1.js |
---
info: Global object properties have attributes { DontEnum }
es5id: 10.2.3_A2.3_T1
description: Global execution context - Value Properties
--- |
737 |
S10.2.3_A2.3_T2.js |
---
info: Global object properties have attributes { DontEnum }
es5id: 10.2.3_A2.3_T2
description: Global execution context - Function Properties
--- |
1496 |
S10.2.3_A2.3_T3.js |
---
info: Global object properties have attributes { DontEnum }
es5id: 10.2.3_A2.3_T3
description: Global execution context - Constructor Properties
--- |
2166 |
S10.2.3_A2.3_T4.js |
---
info: Global object properties have attributes { DontEnum }
es5id: 10.2.3_A2.3_T4
description: Global execution context - Other Properties
--- |
499 |
S15.1_A1_T1.js |
---
info: The global object does not have a [[Construct]] property
es5id: 15.1_A1_T1
description: >
It is not possible to use the global object as a constructor with
the new operator
--- |
432 |
S15.1_A1_T2.js |
---
info: The global object does not have a [[Construct]] property
es5id: 15.1_A1_T2
description: >
It is not possible to use the global object as a constructor with
the new operator
--- |
434 |
S15.1_A2_T1.js |
---
info: The global object does not have a [[Call]] property
es5id: 15.1_A2_T1
description: It is not possible to invoke the global object as a function
--- |
392 |
shell.js |
|
0 |