Closed
Bug 541516
Opened 16 years ago
Closed 7 years ago
JS_GetStringBytesZ should call js_ReportOutOfMemory on OOM
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jorendorff, Unassigned)
Details
Maybe js_GetStringBytes doesn't report an error because it's called in places where we're reporting an error already. But several of its callers (not just JS_GetStringBytesZ) act as though an error has already been reported.
| Assignee | ||
Updated•12 years ago
|
Assignee: general → nobody
js_GetStringBytes does not seem to exist anymore. Jason, I guess this can be marked WFM?
Flags: needinfo?(jorendorff)
| Reporter | ||
Comment 2•7 years ago
|
||
Sure.
Status: NEW → RESOLVED
Closed: 7 years ago
Flags: needinfo?(jorendorff)
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•