« Bugzilla Issues Index
#1229 — 15.3.2.1 stale text about .prototype
- bug_id:
1229
- creation_ts:
2013-01-26 16:47:00 -0800
- short_desc:
15.3.2.1 stale text about .prototype
- delta_ts:
2013-03-08 14:44:21 -0800
- product:
Draft for 6th Edition
- component:
technical issue
- version:
Rev 13: December 21, 2012 Draft
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
enhancement
- everconfirmed:
true
- reporter:
Mark Miller
- assigned_to:
Allen Wirfs-Brock
- commentid:
3160
- comment_count:
0
- who:
Mark Miller
- bug_when:
2013-01-26 16:47:05 -0800
15.3.2.1 say "A prototype property is automatically created for every function, to provide for the possibility that the function will be used as a constructor."
except arrow functions and ch15 builtin functions. Btw, what about methods?
- commentid:
3280
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2013-03-05 17:36:44 -0800
clarified that the state is only about functions created via the functions constructors
corrected in rev 14 editor's draft
also, methods are like arrows in that they are constructable and don't have a prototype property.
- commentid:
3354
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2013-03-08 14:44:21 -0800
in Rev 14 draft