« Bugzilla Issues Index
#1724 — Specify handling of __proto__ in object literals
- bug_id:
1724
- creation_ts:
2013-08-06 10:36:00 -0700
- short_desc:
Specify handling of __proto__ in object literals
- delta_ts:
2013-08-23 08:22:38 -0700
- product:
Draft for 6th Edition
- component:
technical issue
- version:
Rev 16: July 15, 2013 Draft
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
enhancement
- everconfirmed:
true
- reporter:
Rick Waldron
- assigned_to:
Allen Wirfs-Brock
- commentid:
4768
- comment_count:
0
- who:
Rick Waldron
- bug_when:
2013-08-06 10:36:06 -0700
Per agenda item: https://github.com/rwldrn/tc39-notes/blob/master/es6/2013-07/july-24.md#53-special-syntax-for-__proto__-in-an-object-literal
Resolution: https://github.com/rwldrn/tc39-notes/blob/master/es6/2013-07/july-24.md#consensusresolution-3
- __proto__: magic
- "__proto__": magic
- ["__proto__"]: no magic, just a string
- ["__" + "proto__"]: no magic, just a string
- commentid:
4947
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2013-08-16 13:41:45 -0700
fixed in rev17 editor's draft
- commentid:
5089
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2013-08-23 08:22:38 -0700
fixed in rev17, August 23, 2013 draft