Closed
Bug 1054758
Opened 10 years ago
Closed 10 years ago
Implement ES6 Symbol.isConcatSpreadable
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
DUPLICATE
of bug 1041586
People
(Reporter: till, Unassigned)
References
()
Details
This entails changing js::array_concat in jsarray.cpp to use the (to-be-introduced) IsConcatSpreadable abstract operation instead of ObjectClassIs in the items loop.
Comment 1•10 years ago
|
||
Possibly bug 688852 should land before this changes. Or, possibly we should just drop that patch/bug entirely and fix that bug here with a self-hosted version. :-\
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
Updated•10 years ago
|
Keywords: dev-doc-needed
You need to log in
before you can comment on or make changes to this bug.
Description
•