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

# Ryosuke Niwa (10 years ago)

I'm reading the new draft at harmony:working_draft_ecma-262_edition_6_01-15-15.pdf, harmony:working_draft_ecma-262_edition_6_01-15-15.pdf

Step 4 in 9.2.3 [[Construct]] ( argumentsList, newTarget) says:

  1. 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
# Claude Pache (10 years ago)

Le 17 janv. 2015 à 01:57, Ryosuke Niwa <rniwa at apple.com> a écrit :

Hi,

I'm reading the new draft at harmony:working_draft_ecma-262_edition_6_01-15-15.pdf

Step 4 in 9.2.3 [[Construct]] ( argumentsList, newTarget) says:

  1. 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 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