Closed
Bug 898619
Opened 12 years ago
Closed 12 years ago
put the rest of the JSRuntime:: methods into vm/Runtime.cpp
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
mozilla25
People
(Reporter: luke, Unassigned)
Details
Attachments
(1 file)
|
30.97 KB,
patch
|
billm
:
review+
|
Details | Diff | Splinter Review |
because that's where you'd expect to find it.
| Reporter | ||
Comment 1•12 years ago
|
||
Attachment #781916 -
Flags: review+
| Reporter | ||
Comment 2•12 years ago
|
||
Oops, I accidentally moved JS_NewRuntime into vm/Runtime.cpp; we probably want that to stay in jsapi.cpp. JS_NewRuntime shares a bit of state with JSRuntime which I would tidy up but the first patch in bug 896124 will conflict so I'll hold off until Waldo relands after Windows bustage is fixed.
| Reporter | ||
Comment 3•12 years ago
|
||
Comment 4•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla25
You need to log in
before you can comment on or make changes to this bug.
Description
•