archives

« Bugzilla Issues Index

#2528 — chapter 7: misc editorial


----------------------------------------
In 7.3.16 "GetPrototypeFromConstructor ( constructor, intrinsicDefaultProto )":

7.3.16 / step 5.a:
If /constructor/ has a [[Realm]] internal slot,
let /realm/ be /constructor/'s [[Realm]].
Insert "internal slot" before final period?

----------------------------------------
In 7.4.7.1 "ListIterator next( )":

7.4.7.1 / step 5 or 6:
5. Let /lenValue/ be the number of elements of /list/.
6. If /index/ >= /len/, then
Step 5 says /lenValue/, step 6 says /len/. Make them the same.

----------------------------------------
In 7.4.8 "CreateEmptyIterator ( )":

CreateEmptyIterator() is never used.

----------------------------------------
In 7.5.{1,2,3,4,5,6}

All section-names end with "Abstaction Operation".
s|Abstaction|Abstract|

----------------------------------------
In 7.5.2 "PromiseBuiltinCapability () Abstaction Operation":

7.5.2 / preamble:
The abstract operation PromiseNewCapability allocates ...
s|PromiseNewCapability|PromiseBuiltinCapability|

7.5.2 / note:
... built-in behavior of NewPromiseCapability abstraction operation (25.4.1.5).
s|abstraction|abstract|

----------------------------------------
In 7.5.3 "PromiseOf (value) Abstaction Operation":

7.5.3 / step 1:
Let /capability/ be PromiseNewCapability( ).
s|PromiseNewCapability|PromiseBuiltinCapability|

----------------------------------------
In 7.5.4 "PromiseAll (promiseList) Abstaction Operation":
In 7.5.5 "PromiseCatch (promise, rejectedAction) Abstaction Operation":
In 7.5.6 "PromiseThen (...) Abstaction Operation":

The sections are empty.


fixed in rev24 editor's draft

Tagged CreateEmptyIterator for deletion if it ends ups not being referenced.

Added bug 2683 to track missing PromiseAll and friends


In 7.5.{1,2,3,4,5,6}, you changed
Abstaction
to
Abstact
not
Abstract


fixed in rev24


Reopening due to the leftovers noted in comment 2.


fixed in rev25 editor's draft


confirmed fixed.