« Bugzilla Issues Index
#4241 — 7.3.13 Invoke, 9.1.6.3 ValidateAndApplyPropertyDescriptor: Replace ad-hoc checks with IsPropertyKey
- bug_id:
4241
- creation_ts:
2015-03-27 11:25:00 -0700
- short_desc:
7.3.13 Invoke, 9.1.6.3 ValidateAndApplyPropertyDescriptor: Replace ad-hoc checks with IsPropertyKey
- delta_ts:
2015-04-03 12:35:35 -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:
FIXED
- priority:
Normal
- bug_severity:
normal
- everconfirmed:
true
- reporter:
André Bargull
- assigned_to:
Allen Wirfs-Brock
- commentid:
13958
- comment_count:
0
- who:
André Bargull
- bug_when:
2015-03-27 11:25:17 -0700
7.3.13 Invoke(O,P, [argumentsList])
> 1. Assert: P is a valid property key.
=> 1. Assert: IsPropertyKey(P) is true.
9.1.6.3 ValidateAndApplyPropertyDescriptor (O, P, extensible, Desc, current)
> 1. Assert: If O is not undefined then P is a valid property key.
=> 1. Assert: If O is not undefined then IsPropertyKey(P) is true.
- commentid:
13989
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2015-04-01 10:32:51 -0700
fixed in rev37 editor's draft
- commentid:
14074
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2015-04-03 12:35:35 -0700
In Rev37