archives

« Bugzilla Issues Index

#3624 — 12.14.5.2, 13.2.2.4, 13.2.3.6, 13.2.3.7: Missing ReturnIfAbrupt after ResolveBinding


12.14.5.2 Runtime Semantics: DestructuringAssignmentEvaluation

AssignmentProperty : IdentifierReference Initializeropt
- step 2


13.2.2.4 Runtime Semantics: Evaluation

VariableDeclaration : BindingIdentifier Initializer
- step 2


13.2.3.6 Runtime Semantics: IteratorBindingInitialization

SingleNameBinding : BindingIdentifier Initializeropt
- step 2

BindingRestElement : ... BindingIdentifier
- step 1


13.2.3.7 Runtime Semantics: KeyedBindingInitialization

SingleNameBinding : BindingIdentifier Initializeropt
- step 2



ReturnIfAbrupt is required in these cases because... Proxies and WithStatements.


fixed in rev32 editor's draft


fixed in rev32 draft