Closed
Bug 1259736
Opened 10 years ago
Closed 2 years ago
make AutoSetStackForAsyncCalls take a const char16_t*
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
INCOMPLETE
| Tracking | Status | |
|---|---|---|
| firefox48 | --- | affected |
People
(Reporter: froydnj, Unassigned)
References
Details
Prompted by bug 1177488 comment 5. The work here is very similar to that bug, but with the added wrinkle that things like AutoEntryScript take a const char* argument which then gets passed into AutoSetStackForAsyncCalls, so the changes are more widespread.
Updated•3 years ago
|
Severity: normal → S3
Updated•2 years ago
|
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•