« Bugzilla Issues Index
#4212 — Missing ReturnIfAbrupt in 9.4.4.1 arguments.[[GetOwnProperty]] (P)
- bug_id:
4212
- creation_ts:
2015-03-26 08:49:00 -0700
- short_desc:
Missing ReturnIfAbrupt in 9.4.4.1 arguments.[[GetOwnProperty]] (P)
- delta_ts:
2015-04-01 15:33:40 -0700
- product:
Draft for 6th Edition
- component:
technical issue
- version:
Rev 36: March 17, 2015 Release Candidate 3
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
INVALID
- priority:
Normal
- bug_severity:
enhancement
- everconfirmed:
true
- reporter:
Jason Orendorff
- assigned_to:
Allen Wirfs-Brock
- cc:
andrebargull
- commentid:
13928
- comment_count:
0
- who:
Jason Orendorff
- bug_when:
2015-03-26 08:49:06 -0700
Missing ReturnIfAbrupt after step 2, I think.
- commentid:
13929
- comment_count:
1
- who:
André Bargull
- bug_when:
2015-03-26 09:22:42 -0700
Huh? OrdinaryGetOwnProperty is infallible, so ReturnIfAbrupt isn't needed.
- commentid:
14006
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2015-04-01 15:33:40 -0700
right