archives

« Bugzilla Issues Index

#2441 — 12.1.4.2.4 ComprehensionComponentEvaluation: Wrong test and possibly wrong completion value


12.1.4.2.4 Runtime Semantics: ComprehensionComponentEvaluation
- ComprehensionFor : for (ForBinding of AssignmentExpression ), step 8c

(1) Change `If nextResult is true` to `If nextResult is false`
(2) Possibly change completion value from `true` to `NormalCompletion(undefined)` (somewhat depends on how bug 2440 is resolved)


fixed in rev23 editor's draft

also changed the returned value to NormalCompletion(undefined)


fixed in rev23 draft