| ||||||
SummaryReports a memory allocation error for a specified JS execution context. | ||||||
Syntaxvoid JS_ReportOutOfMemory(JSContext *cx); | ||||||
DescriptionJS_ReportOutOfMemory calls JS_ReportError with a format string set to "out of memory". This function is called by the JS engine when a memory allocation in the JS memory pool fails.
| ||||||
See Also
|