« Bugzilla Issues Index
#3624 — 12.14.5.2, 13.2.2.4, 13.2.3.6, 13.2.3.7: Missing ReturnIfAbrupt after ResolveBinding
- bug_id:
3624
- creation_ts:
2015-01-23 14:22:00 -0800
- short_desc:
12.14.5.2, 13.2.2.4, 13.2.3.6, 13.2.3.7: Missing ReturnIfAbrupt after ResolveBinding
- delta_ts:
2015-02-02 18:38:46 -0800
- product:
Draft for 6th Edition
- component:
technical issue
- version:
Rev 31: January 15, 2015 Draft
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
normal
- everconfirmed:
true
- reporter:
André Bargull
- assigned_to:
Allen Wirfs-Brock
- commentid:
11635
- comment_count:
0
- who:
André Bargull
- bug_when:
2015-01-23 14:22:06 -0800
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.
- commentid:
11700
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2015-01-23 16:52:13 -0800
fixed in rev32 editor's draft
- commentid:
11903
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2015-02-02 18:38:46 -0800
fixed in rev32 draft