> Le 17 janv. 2015 à 01:57, Ryosuke Niwa <[email protected]> a écrit : > > 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 > > 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
You're welcome (if I can speak for others) to report such issues on https://bugs.ecmascript.org (Component "Draft for 6th edition"). The «is "base", let preallocate be» part was already reported twice, see [bug 3546], but not the [[ConstructKind]]/[[ConstructorKind]] typo. —Claude [bug 3546]: https://bugs.ecmascript.org/show_bug.cgi?id=3546 _______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

