« Bugzilla Issues Index
#4076 — 9.2.2 [[Call]] and 9.2.3 [[Construct]]: unnecessary ReturnIfAbrupt (4x) after PrepareForOrdinaryCall and OrdinaryCallBindThis
- bug_id:
4076
- creation_ts:
2015-02-21 15:04:00 -0800
- short_desc:
9.2.2 [[Call]] and 9.2.3 [[Construct]]: unnecessary ReturnIfAbrupt (4x) after PrepareForOrdinaryCall and OrdinaryCallBindThis
- delta_ts:
2015-03-04 18:58:19 -0800
- product:
Draft for 6th Edition
- component:
technical issue
- version:
Rev 34: February 20, 2015 Release Candidate 1
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
normal
- dependson:
- everconfirmed:
true
- reporter:
Claude Pache
- assigned_to:
Allen Wirfs-Brock
- commentid:
13251
- comment_count:
0
- who:
Claude Pache
- bug_when:
2015-02-21 15:04:27 -0800
Unless I missed something, PrepareForOrdinaryCall() (cf. bug 4055) and OrdinaryCallBindThis() (cf. bug 4074) do never return an abrupt completion. It is therefore not useful to follow their invocations with a ReturnIfAbrupt.
The following steps could be deleted.
9.2.2 [[Call]], steps 5 and 7;
9.2.3 [[Construct]], steps 7 and 9b.
- commentid:
13364
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2015-02-25 16:03:58 -0800
OrdinaryCallBindThis calls fixed
- commentid:
13392
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2015-02-26 10:05:31 -0800
fixed in rev35 editor's draft
- commentid:
13527
- comment_count:
3
- who:
Allen Wirfs-Brock
- bug_when:
2015-03-04 18:58:19 -0800
fixed in rev35