archives

« Bugzilla Issues Index

#3832 — chapter 19: misc editorial


----------------------------------------
In 19.1.2.8.1 "GetOwnPropertyKeys ( O, Type ) Abstract Operation":

{1}
19.1.2.8.1 / step 6:
Repeat for each element /nextKey/ of /keys/ in List order ,

Delete space before comma

----------------------------------------
In 19.2.1.1.1 "RuntimeSemantics: CreateDynamicFunction(...)":

{2}
19.2.1.1.1 / preamble:
... and /args/ is a List containing the actual argument values that were
passed to a /constructor/. ...

In "passed to a /constructor/", delete "a"

----------------------------------------
In 19.2.3 "Properties of the Function Prototype Object":

{3}
19.2.3 / para 1:
The Function prototype object is itself a Built-in Function object.

De-capitalize "Built-in"

----------------------------------------
In 19.2.3.3 "Function.prototype.call (thisArg , ...args)":

{4}
19.2.3.3 / step 3:
If this method was called with more than one argument then in left to right
order starting with /the/ /second/ /argument/ append ...

De-italicize "the second argument" (and maybe append a comma)

----------------------------------------
In 19.2.3.5 "Function.prototype.toString ( )":

{5}
19.2.3.5 / step 2:
If Type(/func/) is Object and is either a Built-in function object ...

De-capitalize "Built-in"

----------------------------------------
In 19.4.2.1 "Symbol.for ( key )":

{6}
19.4.2.1 / step 5:
Let /newSymbol/ be a new unique Symbol value whose [[Description]] is ...

After "[[Description]]", insert "value".

----------------------------------------
In 19.4.3.2.1 "SymbolDescriptiveString ( sym ) Abstract Operation":

{7}
19.4.3.2.1 / step 2:
Let /desc/ be the value of /sym/'s [[Description]] attribute.

Delete "the value of"
s|attribute|value|

XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX


fixed in rev33 editor's raft


fixed in rev33