« Bugzilla Issues Index
#3804 — Implement NewTarget and subclassing semantics
- bug_id:
3804
- creation_ts:
2015-02-09 13:21:00 -0800
- short_desc:
Implement NewTarget and subclassing semantics
- delta_ts:
2016-02-15 16:12:11 -0800
- product:
Internationalization - ECMA-402
- component:
Specification
- version:
Edition 2.0 drafts
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
enhancement
- everconfirmed:
true
- reporter:
Rick Waldron
- assigned_to:
Rick Waldron
- cc:
["caridy", "waldron.rick"]
- commentid:
12262
- comment_count:
0
- who:
Rick Waldron
- bug_when:
2015-02-09 13:21:55 -0800
See latest ES6
Constructor informative example:
The Map constructor is designed to be subclassable. It may be used as the value in an extends clause of a class definition. Subclass constructors that intend to inherit the specified Map behaviour must include a super call to the Map constructor to create and initialize the subclass instance with the internal state necessary to support the Map.prototype built-in methods.
And...
https://people.mozilla.org/~jorendorff/es6-draft.html#sec-map-iterable
- commentid:
12832
- comment_count:
1
- who:
Rick Waldron
- bug_when:
2015-02-17 13:16:10 -0800
Fixed