« Bugzilla Issues Index
#3794 — 5.1 now, split, indexOf, includes "data properties"
- bug_id:
3794
- creation_ts:
2015-02-08 17:44:00 -0800
- short_desc:
5.1 now, split, indexOf, includes "data properties"
- delta_ts:
2015-02-17 20:04:58 -0800
- product:
Internationalization - ECMA-402
- component:
Specification
- version:
Edition 2.0 drafts
- rep_platform:
All
- op_sys:
All
- bug_status:
IN_PROGRESS
- priority:
Normal
- bug_severity:
normal
- everconfirmed:
true
- reporter:
Norbert
- assigned_to:
Rick Waldron
- cc:
["allen", "waldron.rick"]
- commentid:
12229
- comment_count:
0
- who:
Norbert
- bug_when:
2015-02-08 17:44:08 -0800
The table of Well-Known Intrinsic Objects in section 5.1 describes Date.now, String.prototype.split, String.prototype.indexOf, and String.prototype.includes as "data properties". I'd describe them as function properties, object properties, or just properties.
- commentid:
12244
- comment_count:
1
- who:
Rick Waldron
- bug_when:
2015-02-09 08:33:14 -0800
That would be inconsistent with ES6: https://people.mozilla.org/~jorendorff/es6-draft.html#sec-well-known-intrinsic-objects eg. the entries for %ObjProto_toString% and %ArrayProto_values%
If Allen agrees that we should change them all, I will update accordingly.
- commentid:
12880
- comment_count:
2
- who:
Norbert
- bug_when:
2015-02-17 20:04:58 -0800
Allen, what do you think?