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

_______________________________________________
es-discuss mailing list
[email protected]
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to