AcornSearch - Acorn and RISC OS information searching
RISC OS Search
containing
"Nutty quip goes here!"
Home  |  About  |  Filebase Archive  |  StrongHelp Manuals  |  Newsgroups  |  Module Database
Entry:     JS_ReportOutOfMemory (Function)
Summary:     Reports a memory allocation error for a specified JS execution context.
Syntax:
void JS_ReportOutOfMemory(JSContext *cx);

Description:
JS_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:
JS_ReportError
JS_SetErrorReporter

[sh-index] Back to list of manuals