----------------------------------------
In 19.4.1.1 "Symbol ( description=undefined )":
19.4.1.1 / step 4:
Return a new unique Symbol value whose [[Description]] is /descString/.
After "[[Description]]", insert "attribute"
----------------------------------------
In 19.4.2.2 "Symbol.for (key)":
19.4.2.2 / step 4:
Assert: GlobalSymbolRegistry does not current contain an entry for /stringKey/.
s|current|currently|
19.4.2.2 / step 6:
Append the record { [[key]]: /stringKey/, [[symbol]]: /newSymbol/) to ...
Change right-paren to right-brace.
----------------------------------------
In 19.4.2.7 "Symbol.keyFor (sym)":
19.4.2.7 / step 3:
Assert: GlobalSymbolRegistry does not current contain an entry for /sym/.
s|current|currently|
----------------------------------------
In 19.5.3 "Properties of the Error Prototype Object":
19.5.3 / para 1:
... It is not an Error instance and does not have an [[ErrorData] internal slot.
After "[[ErrorData]", add "]"
----------------------------------------
In 19.5.6.3 "Properties of the /NativeError/ Prototype Objects":
19.5.6.3 / para 1:
... It is not an Error instance and does not have an [[ErrorData] internal slot.
After "[[ErrorData]", add "]"
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
fixed in rev25 editor's draft
confirmed fixed.