diff --git a/index.bs b/index.bs index 006099a8..7e6ce254 100644 --- a/index.bs +++ b/index.bs @@ -86,6 +86,7 @@ urlPrefix: https://tc39.github.io/ecma262/; spec: ECMA-262 text: Set; url: sec-set-objects text: SharedArrayBuffer; url: sec-sharedarraybuffer-objects text: %AsyncIteratorPrototype%; url: sec-asynciteratorprototype + text: %ArrayBuffer%; url: sec-arraybuffer-constructor text: %Array.prototype%; url: sec-properties-of-the-array-prototype-object text: %Error.prototype%; url: sec-properties-of-the-error-prototype-object text: %Function.prototype%; url: sec-properties-of-the-function-prototype-object @@ -116,6 +117,7 @@ urlPrefix: https://tc39.github.io/ecma262/; spec: ECMA-262 type: argument text: NewTarget; url: sec-built-in-function-objects type: abstract-op + text: AllocateArrayBuffer; url: sec-allocatearraybuffer text: ArrayCreate; url: sec-arraycreate text: Call; url: sec-call text: CanonicalNumericIndexString; url: sec-canonicalnumericindexstring @@ -140,6 +142,7 @@ urlPrefix: https://tc39.github.io/ecma262/; spec: ECMA-262 text: GetFunctionRealm; url: sec-getfunctionrealm text: GetIterator; url: sec-getiterator text: GetMethod; url: sec-getmethod + text: GetValueFromBuffer; url: sec-getvaluefrombuffer text: IfAbruptRejectPromise; url: sec-ifabruptrejectpromise text: IsArray; url: sec-isarray text: IsAccessorDescriptor; url: sec-isaccessordescriptor @@ -155,9 +158,10 @@ urlPrefix: https://tc39.github.io/ecma262/; spec: ECMA-262 text: NewModuleEnvironment; url: sec-newmoduleenvironment text: NewPromiseCapability; url: sec-newpromisecapability text: NormalCompletion; url: sec-normalcompletion - text: OrdinaryObjectCreate; url: sec-ordinaryobjectcreate + text: OrdinaryCreateFromConstructor; sec: sec-ordinarycreatefromconstructor text: OrdinaryDefineOwnProperty; url: sec-ordinarydefineownproperty text: OrdinaryGetOwnProperty; url: sec-ordinarygetownproperty + text: OrdinaryObjectCreate; url: sec-ordinaryobjectcreate text: OrdinaryPreventExtensions; url: sec-ordinarypreventextensions text: OrdinarySetWithOwnDescriptor; url: sec-ordinarysetwithowndescriptor text: PerformPromiseThen; url: sec-performpromisethen @@ -167,6 +171,7 @@ urlPrefix: https://tc39.github.io/ecma262/; spec: ECMA-262 text: SetFunctionName; url: sec-setfunctionname text: SetImmutablePrototype; url: sec-set-immutable-prototype text: SetIntegrityLevel; url: sec-setintegritylevel + text: SetValueInBuffer; url: sec-setvalueinbuffer text: ToBigInt; url: #sec-tobigint text: ToBoolean; url: sec-toboolean text: ToInt32; url: sec-toint32 @@ -237,6 +242,7 @@ urlPrefix: https://tc39.github.io/ecma262/; spec: ECMA-262 text: realm; url: realm text: ResolvedBinding Record; url: resolvedbinding-record text: running execution context; url: running-execution-context + text: element size; url: table-the-typedarray-constructors