Closed
Bug 1097976
Opened 10 years ago
Closed 9 years ago
Fix .name on bound functions to follow the ES6 spec
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
DUPLICATE
of bug 1132630
People
(Reporter: bzbarsky, Unassigned)
References
Details
The .name of f.bind() should basically be "bound " + f.name, with f.name treated as "" if the Get() returns a non-String.
Comment 1•9 years ago
|
||
Resolving as dup of bug 1132630, because 1132630 has more info.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•