|
|
|
The value of the "name" property is explicitly specified for each built-in functions whose property key is a Symbol value. If such an explicitly specified value starts with the prefix "get " or "set " and the function for which it is specified is a get or set accessor function of a built-in property, the value without the prefix is passed to the name parameter, and the value "get" or "set" (respectively) is passed to the prefix parameter when calling Unless otherwise specified, the "name" has the attributes { [[Writable]]: false , [[Enumerable]]: false , [[Configurable]]: true }. Every other described in clauses has the attributes { [[Writable]]: true , [[Enumerable]]: false , [[Configurable]]: true } unless otherwise specified. Every through and in Annex has the attributes { [[Enumerable]]: false , [[Configurable]]: true } unless otherwise specified. If only a get accessor function is described, the set accessor function is the default value, undefined . If only a set accessor is described the get accessor is the default value, undefined . The global object : is created before control enters any does not have a [[Construct]] internal method; it cannot be used as a with the new new operator. does not have a [[Call]] internal method; it cannot be invoked as a function. defined properties in addition to the properties defined in this specification. This may include a property whose value is the global object itself. The initial value of the "globalThis" realm is realm .[[GlobalEnv]]. [[GlobalThisValue]]. This property has the attributes { [[Writable]]: true , [[Enumerable]]: false , [[Configurable]]: true }. The value of Infinity Infinity is + ∞ 𝔽 ). This property has the attributes { [[Writable]]: false , [[Enumerable]]: false , [[Configurable]]: false }. The value of NaN NaN is NaN (see ). This property has the attributes { [[Writable]]: false , [[Enumerable]]: false , [[Configurable]]: false }. 19 The Global Object 19.1 Value Properties of the Global Object 19.1.1 globalThis 19.1.2 Infinity 19.1.3 NaN 464 |