Typo in 9.2.3 [[Construct]] ( argumentsList, newTarget)

Ryosuke Niwa rniwa at apple.com
Fri Jan 16 16:57:36 PST 2015


Hi,

I'm reading the new draft at http://wiki.ecmascript.org/lib/exe/fetch.php?id=harmony%3Aspecification_drafts&cache=cache&media=harmony:working_draft_ecma-262_edition_6_01-15-15.pdf <http://wiki.ecmascript.org/lib/exe/fetch.php?id=harmony:specification_drafts&cache=cache&media=harmony:working_draft_ecma-262_edition_6_01-15-15.pdf>

Step 4 in 9.2.3 [[Construct]] ( argumentsList, newTarget) says:
> 4. Let kind be F’s [[ConstructKind]] internal slot is "base", let preallocate be


But it should probably read:
4. Let kind be F's [ConstructorKind] internal slot.
instead.

- R. Niwa

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.mozilla.org/pipermail/es-discuss/attachments/20150116/55693b06/attachment.html>


More information about the es-discuss mailing list