Open
Bug 1539500
Opened 6 years ago
Updated 10 months ago
Remove JSMSG_OUT_OF_MEMORY
Categories
(Core :: JavaScript Engine, enhancement, P3)
Core
JavaScript Engine
Tracking
()
NEW
People
(Reporter: jorendorff, Unassigned)
References
(Blocks 1 open bug)
Details
I don't think any of this is right: https://searchfox.org/mozilla-central/search?q=JSMSG_OUT_OF_MEMORY
The ThrowException
calls and the frontend error cases should be doing ReportOutOfMemory
. The rest are testing for something that I guess never happens? So weird this is hanging around.
Updated•3 years ago
|
Severity: normal → S3
Updated•10 months ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•