Closed
Bug 750795
Opened 14 years ago
Closed 13 years ago
IonMonkey: Split out IonChunk from IonScript
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: jandem, Assigned: jandem)
References
Details
(Whiteboard: [ion:t])
Plan is to move most data from IonScript to a new class, IonChunk. For now, every IonScript will have a single IonChunk object but eventually this will be a list.
This change is not very complicated, it's just a large diff so I'd like to get it in soon to avoid merge conflicts.
Updated•14 years ago
|
Whiteboard: [ion:t]
| Assignee | ||
Updated•13 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•