Closed
Bug 749815
Opened 13 years ago
Closed 12 years ago
JM+GC: stubs calls arguments are not using HandleObject / HandleFunction.
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: nbp, Unassigned)
Details
stubs::NewInitObject, stubs::RegExp and stubs::Lambda are (potentially) allocating memory but the arguments of these function are not HandleObject-s or HandleFunction.
We need to update the call convention of these function and ensure that the original locations of these objects are rooted/marked.
Comment 1•12 years ago
|
||
JM is gone.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•