archives

« Bugzilla Issues Index

#4386 — Incorrect reference to internal value


22.2.2.1.1 Runtime Semantics: TypedArrayFrom, step 8.j.ii states

> Let *kValue* be the first element of *values* and remove that element from
> *list*.

This appears to be a typo because ihis abstract operation does not define a
variable named "list". I believe the step should read:

> Let *kValue* be the first element of *values* and remove that element from
> *values*.


fixed in rev 39 production draft