Closed
Bug 1508346
Opened 7 years ago
Closed 7 years ago
Consider having a ListObject class
Categories
(Core :: JavaScript Engine, enhancement)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla65
| Tracking | Status | |
|---|---|---|
| firefox65 | --- | fixed |
People
(Reporter: jorendorff, Assigned: jorendorff)
Details
Attachments
(1 file, 1 obsolete file)
I wrote a patch for this that it turns out I didn't need.
I don't usually go for this sort of thing, because it's about +50 lines of code net, without actually doing anything different. But perhaps there's a safety argument for doing it anyway. Punting the decision to tcampbell.
Calling this ListObject is a bit misleading; standards use "List" even for things like the entries of a Map or Set, where of course we other data structures. ListObject is just our fallback. I tried to explain this in a comment, but of course that only works to the extent people read it...
| Assignee | ||
Comment 1•7 years ago
|
||
| Assignee | ||
Comment 2•7 years ago
|
||
| Assignee | ||
Comment 3•7 years ago
|
||
Depends on D12323
| Assignee | ||
Comment 4•7 years ago
|
||
Updated•7 years ago
|
Attachment #9027022 -
Attachment description: Bug 1508346 - Add class ListObject. r?tcampbell → Bug 1508346 - Add class ListObject. r=jandem
| Assignee | ||
Comment 5•7 years ago
|
||
| Assignee | ||
Comment 6•7 years ago
|
||
| Assignee | ||
Comment 7•7 years ago
|
||
Updated•7 years ago
|
Attachment #9027022 -
Attachment is obsolete: true
Pushed by jorendorff@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/ac1c8b26e690
Add class ListObject. r=jandem
Comment 9•7 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox65:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla65
Updated•7 years ago
|
Assignee: nobody → jorendorff
You need to log in
before you can comment on or make changes to this bug.
Description
•