Closed
Bug 1107226
Opened 10 years ago
Closed 10 years ago
Share prototype objects for typed object arrays with the same element type
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
mozilla37
People
(Reporter: bhackett1024, Assigned: bhackett1024)
References
Details
Attachments
(1 file)
(deleted),
patch
|
nmatsakis
:
review+
|
Details | Diff | Splinter Review |
Typed object arrays whose element type is the same should have the same prototype, regardless of their length. The attached patch builds on the patch in bug 1107145 to make this change.
Attachment #8531700 -
Flags: review?(nmatsakis)
Updated•10 years ago
|
Attachment #8531700 -
Flags: review?(nmatsakis) → review+
Assignee | ||
Comment 1•10 years ago
|
||
Comment 2•10 years ago
|
||
Assignee: nobody → bhackett1024
Status: NEW → RESOLVED
Closed: 10 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → mozilla37
You need to log in
before you can comment on or make changes to this bug.
Description
•