« Bugzilla Issues Index
#4541 — Incorrect use of completion value after ReturnIfAbrupt
- bug_id:
4541
- creation_ts:
2015-09-24 05:41:00 -0700
- short_desc:
Incorrect use of completion value after ReturnIfAbrupt
- delta_ts:
2015-10-23 14:30:12 -0700
- product:
ECMA-262 Edition 6
- component:
technical issues
- version:
unspecified
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
enhancement
- everconfirmed:
true
- reporter:
Andreas Rossberg
- assigned_to:
Allen Wirfs-Brock
- cc:
brterlso
- commentid:
14706
- comment_count:
0
- who:
Andreas Rossberg
- bug_when:
2015-09-24 05:41:38 -0700
In a couple of places, ReturnIfAbrupt is invoked on a completion value, but later steps assume that it is still a completion record, although the macro replaces the variable with its .[[value]]:
- 13.2.13 step 4
- 13.6.7 (1st production) step 7
- 13.6.7 (2nd production) step 5.c
- commentid:
14861
- comment_count:
1
- who:
Brian Terlson
- bug_when:
2015-10-23 14:30:12 -0700
Fixed in ES2016 Draft.