archives

« Bugzilla Issues Index

#380 — 12.13: abbreviated completion literal


In 12.13 "The 'throw' Statement",
under "Semantics",
step 2 says:
Return (throw, GetValue(exprRef), empty).

That should presumably be
Return Completion {
[[type]]: throw, [[value]]: GetValue(exprRef), [[target]]: empty }


fixed in "Rev 8", June 12,2012 draft