« Bugzilla Issues Index
#2107 — 9.3 Built-in Function Objects: Clarify whether built-in functions can change their [[Prototype]]
- bug_id:
2107
- creation_ts:
2013-10-30 03:10:00 -0700
- short_desc:
9.3 Built-in Function Objects: Clarify whether built-in functions can change their [[Prototype]]
- delta_ts:
2013-11-08 13:08:45 -0800
- product:
Draft for 6th Edition
- component:
technical issue
- version:
Rev 20: October 28, 2013 Draft
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
enhancement
- everconfirmed:
true
- reporter:
André Bargull
- assigned_to:
Allen Wirfs-Brock
- commentid:
6218
- comment_count:
0
- who:
André Bargull
- bug_when:
2013-10-30 03:10:09 -0700
9.3 Built-in Function Objects, 3rd paragraph:
> Unless otherwise specified every built-in function object has a [[GetPrototypeOf]] internal method that, when called, returns as its value the Function prototype object (19.2.3).
This should possibly be amended to state that [[GetPrototypeOf]] only initially returns %FunctionPrototype%, after calls to [[SetPrototypeOf]] this may no longer be true.
Maybe just change to say that [[Prototype]] for built-in function objects is initially set to %FunctionPrototype% ?
- commentid:
6332
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2013-11-01 12:15:37 -0700
fixed in rev21 editor's draft
- commentid:
6507
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2013-11-08 13:08:45 -0800
fixed in rev21 draft