« Bugzilla Issues Index
#3511 — 9.4.3, 9.4.5: Missing [[Has]] implementations
- bug_id:
3511
- creation_ts:
2015-01-05 12:09:00 -0800
- short_desc:
9.4.3, 9.4.5: Missing [[Has]] implementations
- delta_ts:
2015-01-15 16:19:05 -0800
- product:
Draft for 6th Edition
- component:
technical issue
- version:
Rev 30: December 24, 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:
11309
- comment_count:
0
- who:
André Bargull
- bug_when:
2015-01-05 12:09:15 -0800
9.4.3 String Exotic Objects
9.4.5 Integer Indexed Exotic Objects
The default ordinary [[Has]] method no longer calls the object specific [[GetOwnProperty]], but instead OrdinaryGetOwnProperty (in OrdinaryHasProperty). That means 9.4.3 and 9.4.5 now need to specify own [[Has]] implementations to special treat their virtual indexed properties.
- commentid:
11338
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2015-01-13 15:05:17 -0800
fixed in rev31 editor's draft
- commentid:
11452
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2015-01-15 16:19:05 -0800
In Rev31