archives

« Bugzilla Issues Index

#543 — 12.2.4: undefined "next"


In 12.2.4 "Destructuring Binding Patterns",
under "Runtime Semantics: Indexed Binding Initialisation",
in rule 7, step 2 says:
"ReturnIfAbrupt(next)."
but 'next' is not defined.

Change to 'listNext'.

---

Also, step 5 says:
"ReturnIfAbrupt(listNext)."

But 'listNext' should probably be 'next'.


fixed in editor's draft


fixed in rev10, Sept. 27 2012 draft