archives

« Bugzilla Issues Index

#3941 — 13.11.11 Evaluation: Lexical Environment not applied


13.11.11 Runtime Semantics: Evaluation
SwitchStatement : switch ( Expression ) CaseBlock

After step 6:
> 6. Perform BlockDeclarationInstantiation(CaseBlock, blockEnv).

Add this step:
> 7. Set the running execution context’s LexicalEnvironment to blockEnv.


fixed in rev34 editor's draft


fixed in rev34