Closed
Bug 599008
Opened 15 years ago
Closed 8 years ago
Improve preventExtensions behavior on objects with large numbers of properties
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 703537
People
(Reporter: sayrer, Unassigned)
Details
bug 598969 shows preventExtensions misbehaving with a large typed array.
| Assignee | ||
Updated•11 years ago
|
Assignee: general → nobody
Comment 1•8 years ago
|
||
preventExtensions() no longer collects the property keys (which led to the observed slow down) since bug 703537.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•