archives

« Bugzilla Issues Index

#726 — 15.9.3.2: phrasing of step 2.a


In 15.9.3.2 "new Date (value)",
step 2.a says:
a. Parse v as a date, in exactly the same manner as for the parse method
(15.9.4.2); let V be the time value for this date. If the parse resulted
in an abrupt completion, return the Completion Record.

To be more consistent with phrasing used elsewhere, you could change this to:
a. Let V be the result of parsing v as a date, in exactly the same manner
as for the parse method (15.9.4.2).
b. ReturnIfAbrupt(V).


corrected in rev 11 editor's draft


in October 26, 2012 release draft