archives

« Bugzilla Issues Index

#3794 — 5.1 now, split, indexOf, includes "data properties"


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.


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.


Allen, what do you think?