diff --git a/spec.html b/spec.html index b745ff0e0d5..2d1bd6265b0 100644 --- a/spec.html +++ b/spec.html @@ -1677,7 +1677,7 @@
Well-known intrinsics are built-in objects that are explicitly referenced by the algorithms of this specification and which usually have realm-specific identities. Unless otherwise specified each intrinsic object actually corresponds to a set of similar objects, one per realm.
-Within this specification a reference such as %name% means the intrinsic object, associated with the current realm, corresponding to the name. A reference such as %name.a.b% means, as if the "b" property of the "a" property of thhe intrinsic object %name% was accessed prior to any ECMAScript code being evaluated. Determination of the current realm and its intrinsics is described in
Within this specification a reference such as %name% means the intrinsic object, associated with the current realm, corresponding to the name. A reference such as %name.a.b% means, as if the "b" property of the "a" property of the intrinsic object %name% was accessed prior to any ECMAScript code being evaluated. Determination of the current realm and its intrinsics is described in
- The initial value of the `prototype` data property of %ArrayBuffer%; e.g., %ArrayBuffer.prototype% + The initial value of the `prototype` data property of %ArrayBuffer%; i.e., %ArrayBuffer.prototype% | |
- The prototype of Array iterator objects ( |
|
- The initial value of the `prototype` data property of %Array% ( |
|
- The initial value of the `entries` data property of %ArrayPrototype% ( |
|
- The initial value of the `forEach` data property of %ArrayPrototype% ( |
|
- The initial value of the `keys` data property of %ArrayPrototype% ( |
|
- The initial value of the `values` data property of %ArrayPrototype% ( |
|
- The initial value of the `prototype` data property of %AsyncFunction%; e.g., %AsyncFunction.prototype% + The initial value of the `prototype` data property of %AsyncFunction%; i.e., %AsyncFunction.prototype% | |
- The initial value of the `prototype` property of %AsyncGeneratorFunction%; e.g., %AsyncGeneratorFunction.prototype% + The initial value of the `prototype` property of %AsyncGeneratorFunction%; i.e., %AsyncGeneratorFunction.prototype% | |
- The initial value of the `prototype` property of %AsyncGenerator%; e.g., %AsyncGenerator.prototype% + The initial value of the `prototype` property of %AsyncGenerator%; i.e., %AsyncGenerator.prototype% | |
- The initial value of the `prototype` data property of %Boolean% ( |
|
- The initial value of the `prototype` data property of %DataView%; e.g., %DataView.prototype% + The initial value of the `prototype` data property of %DataView%; i.e., %DataView.prototype% | |
- The initial value of the `prototype` data property of %Date%.; e.g., %Date.prototype% + The initial value of the `prototype` data property of %Date%.; i.e., %Date.prototype% | |
- The initial value of the `prototype` data property of %Error%; e.g., %Error.prototype% + The initial value of the `prototype` data property of %Error%; i.e., %Error.prototype% | |
- The initial value of the `prototype` data property of %EvalError%; e.g., %EvalError.prototype% + The initial value of the `prototype` data property of %EvalError%; i.e., %EvalError.prototype% | |
- The initial value of the `prototype` data property of %Float32Array%; e.g., %Float32Array.prototype% + The initial value of the `prototype` data property of %Float32Array%; i.e., %Float32Array.prototype% | |
- The initial value of the `prototype` data property of %Float64Array%; e.g., %Float64Array.prototype% + The initial value of the `prototype` data property of %Float64Array%; i.e., %Float64Array.prototype% | |
- The initial value of the `prototype` data property of %Function%; e.g., %Function.prototype% + The initial value of the `prototype` data property of %Function%; i.e., %Function.prototype% | |
- The initial value of the `prototype` data property of %Generator%; e.g., %Generator.prototype% + The initial value of the `prototype` data property of %Generator%; i.e., %Generator.prototype% | |
- The initial value of the `prototype` data property of %Int8Array%; e.g., %Int8Array.prototype% + The initial value of the `prototype` data property of %Int8Array%; i.e., %Int8Array.prototype% | |
- The initial value of the `prototype` data property of %Int16Array%; e.g., %Int16Array.prototype% + The initial value of the `prototype` data property of %Int16Array%; i.e., %Int16Array.prototype% | |
- The initial value of the `prototype` data property of %Int32Array%; e.g., %Int32Array.prototype% + The initial value of the `prototype` data property of %Int32Array%; i.e., %Int32Array.prototype% | |
- The initial value of the `parse` data property of %JSON%; e.g., %JSON.parse% + The initial value of the `parse` data property of %JSON%; i.e., %JSON.parse% | |
- The initial value of the `stringify` data property of %JSON%; e.g., %JSON.stringify% + The initial value of the `stringify` data property of %JSON%; i.e., %JSON.stringify% | |
- The initial value of the `prototype` data property of %Map%; e.g., %Map.prototype% + The initial value of the `prototype` data property of %Map%; i.e., %Map.prototype% | |
- The initial value of the `prototype` data property of %Number%; e.g., %Number.prototype% + The initial value of the `prototype` data property of %Number%; i.e., %Number.prototype% | |
- The initial value of the `prototype` data property of %Object% ( |
|
- The initial value of the `toString` data property of %Object.prototype% ( |
|
- The initial value of the `valueOf` data property of %Object.prototype% ( |
|
- The initial value of the `prototype` data property of %Promise%; e.g., %Promise.prototype% + The initial value of the `prototype` data property of %Promise%; i.e., %Promise.prototype% | |
- The initial value of the `then` data property of %PromisePrototype% ( |
|
- The initial value of the `all` data property of %Promise% ( |
|
- The initial value of the `reject` data property of %Promise% ( |
|
- The initial value of the `resolve` data property of %Promise% ( |
|
- The initial value of the `prototype` data property of %RangeError%; e.g., %RangeError.prototype% + The initial value of the `prototype` data property of %RangeError%; i.e., %RangeError.prototype% | |
- The initial value of the `prototype` data property of %ReferenceError%; e.g., %ReferenceError.prototype% + The initial value of the `prototype` data property of %ReferenceError%; i.e., %ReferenceError.prototype% | |
- The initial value of the `prototype` data property of %RegExp%; e.g., %RegExp.prototype% + The initial value of the `prototype` data property of %RegExp%; i.e., %RegExp.prototype% | |
- The initial value of the `prototype` data property of %Set%; e.g., %Set.prototype% + The initial value of the `prototype` data property of %Set%; i.e., %Set.prototype% | |
- The initial value of the `prototype` data property of %SharedArrayBuffer%; e.g., %SharedArrayBuffer.prototype% + The initial value of the `prototype` data property of %SharedArrayBuffer%; i.e., %SharedArrayBuffer.prototype% | |
- The initial value of the `prototype` data property of %String%; e.g., %String.prototype% + The initial value of the `prototype` data property of %String%; i.e., %String.prototype% | |
- The initial value of the `prototype` data property of %Symbol% ( |
|
- The initial value of the `prototype` data property of %SyntaxError%; e.g., %SyntaxError.prototype% + The initial value of the `prototype` data property of %SyntaxError%; i.e., %SyntaxError.prototype% | |
- The initial value of the `prototype` data property of %TypedArray%; e.g., %TypedArray.prototype% + The initial value of the `prototype` data property of %TypedArray%; i.e., %TypedArray.prototype% | |
- The initial value of the `prototype` data property of %TypeError%; e.g., %TypeError.prototype% + The initial value of the `prototype` data property of %TypeError%; i.e., %TypeError.prototype% | |
- The initial value of the `prototype` data property of %Uint8Array%; e.g., %Uint8Array.prototype% + The initial value of the `prototype` data property of %Uint8Array%; i.e., %Uint8Array.prototype% | |
- The initial value of the `prototype` data property of %Uint8ClampedArray%; e.g., %Uint8ClampedArray.prototype% + The initial value of the `prototype` data property of %Uint8ClampedArray%; i.e., %Uint8ClampedArray.prototype% | |
- The initial value of the `prototype` data property of %Uint16Array%; e.g., %Uint16Array.prototype% + The initial value of the `prototype` data property of %Uint16Array%; i.e., %Uint16Array.prototype% | |
- The initial value of the `prototype` data property of %Uint32Array%; e.g., %Uint32Array.prototype% + The initial value of the `prototype` data property of %Uint32Array%; i.e., %Uint32Array.prototype% | |
- The initial value of the `prototype` data property of %URIError%; e.g., %URIError.prototype% + The initial value of the `prototype` data property of %URIError%; i.e., %URIError.prototype% | |
- The initial value of the `prototype` data property of %WeakMap%; e.g., %WeakMap.prototype% + The initial value of the `prototype` data property of %WeakMap%; i.e., %WeakMap.prototype% | |
- The initial value of the `prototype` data property of %WeakSet%; e.g., %WeakSet.prototype% + The initial value of the `prototype` data property of %WeakSet%; i.e., %WeakSet.prototype% |