« Bugzilla Issues Index
#3026 — 9.5.12 [[OwnPropertyKeys]] ( ): Missing type check / conversion for property keys in step 20
- bug_id:
3026
- creation_ts:
2014-07-22 02:24:00 -0700
- short_desc:
9.5.12 [[OwnPropertyKeys]] ( ): Missing type check / conversion for property keys in step 20
- delta_ts:
2014-08-25 08:29:27 -0700
- product:
Draft for 6th Edition
- component:
technical issue
- version:
Rev 26: July 18, 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
- cc:
erights
- commentid:
9457
- comment_count:
0
- who:
André Bargull
- bug_when:
2014-07-22 02:24:27 -0700
9.5.12 [[OwnPropertyKeys]] ( ), step 20.a-c:
The key variable needs to be converted to a valid property key type before [[GetOwnProperty]] is called in step 20.c.
- commentid:
9533
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2014-07-24 12:17:27 -0700
fixed in Rev27 editor's draft
Bug 3025 fix now ensures that all key values are valid property keys
- commentid:
9935
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2014-08-25 08:29:27 -0700
fixed in rev27 draft