Closed
Bug 1309864
Opened 9 years ago
Closed 9 years ago
Set canonical name for Symbol.species getter of Array, RegExp, and ArrayBuffer
Categories
(Core :: JavaScript: Standard Library, defect)
Core
JavaScript: Standard Library
Tracking
()
RESOLVED
FIXED
mozilla52
| Tracking | Status | |
|---|---|---|
| firefox52 | --- | fixed |
People
(Reporter: arai, Assigned: arai)
References
Details
Attachments
(1 file)
|
4.33 KB,
patch
|
till
:
review+
|
Details | Diff | Splinter Review |
similar to bug 1309691
Array[@@species], RegExp[@@species], ArrayBuffer[@@species] getters lack "get " prefix on their name.
| Assignee | ||
Comment 1•9 years ago
|
||
added _SetCanonicalName for ArraySpecies, RegExpSpecies, and ArrayBufferSpecies,
and uncommented tests.
Comment 2•9 years ago
|
||
Comment on attachment 8800630 [details] [diff] [review]
Set canonical name for Symbol.species getter of Array, RegExp, and ArrayBuffer.
Review of attachment 8800630 [details] [diff] [review]:
-----------------------------------------------------------------
r=me, sorry for the delay.
Attachment #8800630 -
Flags: review?(till) → review+
| Assignee | ||
Comment 3•9 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/e5ec41ce7406b06a55d78a79d43ef5eded6b3293
Bug 1309864 - Set canonical name for Symbol.species getter of Array, RegExp, and ArrayBuffer. r=till
Comment 4•9 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → mozilla52
You need to log in
before you can comment on or make changes to this bug.
Description
•