archives

« Bugzilla Issues Index

#4215 — Ch. 19: Various editorial issues


19.1.1 The Object Constructor
1st paragraph: "creates new" -> "creates a new"


19.1.2.1 Object.assign ( target, ...sources )
Step 5.c.iii.3: Replace semicolon with full stop.


19.1.2.3.1 Runtime Semantics: ObjectDefineProperties Abstract Operation
Title: -> "Runtime Semantics: ObjectDefineProperties(O, Properties)"
Step 1: Add comma between "Object throw"


19.1.2.4 Object.defineProperty ( O, P, Attributes )
Step 1: Add comma between "Object throw"


19.1.3.3 Object.prototype.isPrototypeOf ( V )
Note: Change `null` literal font style to bold.


19.2.3 Properties of the Function Prototype Object
1st para: "a built-in Function object" -> "a built-in function object"


19.2.3.3 Function.prototype.call (thisArg , ...args)
Step 3: Missing full stop.


19.4.2.8 Symbol.replace
1st para: Missing space between "Symbol.replace" and "is"


19.5.3.4 Error.prototype.toString ( )
Step 11: Wrong font for full stop.
Step 12: Wrong font for full stop.


fixed in rev37 editor's draft


In Rev37