archives

« Bugzilla Issues Index

#534 — 11.1.9: undefined "sub"


In 11.1.9 "Quasi Literals",
under "Runtime Semantics: ArgumentListEvaluation",
in rule 2, step 3 says:
"ReturnIfAbrupt(sub)."
but 'sub' is not defined.

Fix by changing 'firstSub' to 'sub' in step 2.

----

While you're there, step 4 says:
"Return a List whose first element is siteObj, whose second elements sub."

(1) After the comma, change to "and whose second element is sub."
(2) In "sub", the 's' is upright. Change it to italic like "ub".


corrected in editor's draft


fixed in rev10, Sept. 27 2012 draft