« Bugzilla Issues Index
#181 — 15.3.4 isn't explicit about Function.prototype.prototype
- bug_id:
181
- creation_ts:
2011-07-30 14:03:00 -0700
- short_desc:
15.3.4 isn't explicit about Function.prototype.prototype
- delta_ts:
2015-10-02 14:39:32 -0700
- product:
ECMA-262, Editions 5 and 5.1
- component:
technical content
- version:
Edition 5.1
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
normal
- blocked:
182
- everconfirmed:
true
- reporter:
Allen Wirfs-Brock
- assigned_to:
Allen Wirfs-Brock
- cc:
brterlso
- commentid:
403
- comment_count:
0
- who:
Allen Wirfs-Brock
- bug_when:
2011-07-30 14:03:01 -0700
From 15.3.4 it is unclear whether or not Function.prototype itself has a prototype own property and if so what it's value should be.
All major implementations currently do not seem to define such a property so the spec. probably needs to explicitly say that.
- commentid:
14751
- comment_count:
1
- who:
Brian Terlson
- bug_when:
2015-10-02 14:39:32 -0700
ES2015 is quite explicit here.