« Bugzilla Issues Index
#3406 — 19.2.3 Function Prototype Properties: [[CreateAction]] not needed ?
- bug_id:
3406
- creation_ts:
2014-12-07 12:14:00 -0800
- short_desc:
19.2.3 Function Prototype Properties: [[CreateAction]] not needed ?
- delta_ts:
2015-01-20 17:34:04 -0800
- product:
Draft for 6th Edition
- component:
technical issue
- version:
Rev 28: October 14, 2014 Draft
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
normal
- everconfirmed:
true
- reporter:
André Bargull
- assigned_to:
Allen Wirfs-Brock
- commentid:
10814
- comment_count:
0
- who:
André Bargull
- bug_when:
2014-12-07 12:14:21 -0800
19.2.3 Properties of the Function Prototype Object
Function.prototype has a [[CreateAction]] internal slot even though it's not Constructor.
- commentid:
10957
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2014-12-08 11:37:21 -0800
It's probably not strictly necessary, but a redundant way of saying that any constructor created with Function.prototype as its [[Prototype]] gets the default [[CreateAction]] of crating an ordinary object.
I'm inclined to leave as it might be clarifying to somebody looking at 7.3.19 who is wondering about has Function.prototype fits in.
- commentid:
11569
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2015-01-20 17:34:04 -0800
fixed in rev31
[[CreateAction]] all gone. also, Function.prototype does not have [[Construct]].