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_DestroyRuntime (Macro)
Summary:     Frees the JavaScript runtime.
Syntax:
JS_DestroyRuntime(rt);

Description:
JS_DestroyRuntime frees the specified the JavaScript runtime environment, rt. Call JS_DestroyRuntime after completing all other JS API calls. JS_DestroyRuntime garbage collects and frees the memory previously allocated by JS_NewRuntime.


See also:
JS_NewRuntime

[sh-index] Back to list of manuals