Closed
Bug 815211
Opened 13 years ago
Closed 13 years ago
Calls to known natives / constructors will Do The Wrong Thing in Par. Exec.
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: nmatsakis, Unassigned)
References
Details
In the self-hosted version of Par. Exec. mode, calls to known natives (LCallNative) and constructors (LCallConstructor) will invoke VM code with a NULL context, leading to a crash. |ParallelArrayAnalysis| should be modified to reject such calls, as it rejects DOM-node calls.
Reporter | ||
Comment 1•13 years ago
|
||
This has been fixed on our branch.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•