Closed
Bug 518977
Opened 15 years ago
Closed 15 years ago
Narcissus: get rid of __defineProperty__, replace uses with Object.defineProperty
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
DUPLICATE
of bug 546532
People
(Reporter: Waldo, Unassigned)
References
Details
__defineProperty__ is used to implement non-enumerable properties and such, but Object.defineProperty subsumes its functionality and even supports defining setters and getters. When Object.defineProperty shows up, we should get rid of __defineProperty__.
Comment 1•15 years ago
|
||
Bug 546532 dups this bug but has a patch. Dup'ing forward.
/be
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•