archives

« Bugzilla Issues Index

#4433 — 22.1.5.2.1: step 8.a references wrong variable


Step 8.a is:

Let len be the value of O’s [[ArrayLength]] internal slot.

it should be:

Let len be the value of a’s [[ArrayLength]] internal slot.


Fixed in ES2016 Draft (bdc9398).