« Bugzilla Issues Index
#2867 — 9.4.4.5 [[Delete]]: Missing ReturnIfAbrupt after step 4
- bug_id:
2867
- creation_ts:
2014-05-14 12:06:00 -0700
- short_desc:
9.4.4.5 [[Delete]]: Missing ReturnIfAbrupt after step 4
- delta_ts:
2014-06-16 15:55:43 -0700
- product:
Draft for 6th Edition
- component:
technical issue
- version:
Rev 24: April 27, 2014 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:
8423
- comment_count:
0
- who:
André Bargull
- bug_when:
2014-05-14 12:06:55 -0700
9.4.4.5 [[Delete]] (P):
Add `ReturnIfAbrupt(result)` after step 4, because the default [[Delete]] internal method (9.1.10) calls the specific [[GetOwnProperty]] internal method of an object. And [[GetOwnProperty]] for exotic arguments objects (9.4.4.1) is fallible, so ReturnIfAbrupt should be added.
- commentid:
8510
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2014-05-15 15:45:43 -0700
fixed in rev25 editor's draft
- commentid:
9000
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2014-06-16 15:53:42 -0700
fixed in rev25 editor's draft
- commentid:
9001
- comment_count:
3
- who:
Allen Wirfs-Brock
- bug_when:
2014-06-16 15:55:43 -0700
fixed in rev25 editor's draft