Closed
Bug 586181
Opened 14 years ago
Closed 14 years ago
JM: Make JSCList member of JSScript a sub-struct
Categories
(Core :: JavaScript Engine, enhancement)
Tracking
()
RESOLVED
INVALID
People
(Reporter: adrake, Unassigned)
Details
We can't cleanly do this now since the empty script constant is initialized statically. When compartmentalized scripts land, we will either eliminate the empty script singleton or have one per compartment -- in either case we can change initialization procedures.
Reporter | ||
Updated•14 years ago
|
Severity: normal → enhancement
Comment 1•14 years ago
|
||
The empty script singleton is gone now, see bug 614333, so this is probably easy.
Reporter | ||
Comment 2•14 years ago
|
||
This seems to have no real gain but to cause grief if we ever want to have a JSScript on two JSCLists.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•