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_GetRuntime (Function)
Summary:     Retrieves a pointer to the JSRuntime.
Syntax:
JSRuntime *) JS_GetRuntime(JSContext *cx);

Description:
JS_GetRuntime retrieves a pointer to the JSRuntime with which a specified JSContextcx, is associated. All contexts are associated with a particular JSRuntime when they are first created; JS_GetRuntime provides a convenient, programmatic way to look up the association.


See also:
JS_Finish
JS_Init
JS_Lock
JS_NewContext
JS_Unlock

[sh-index] Back to list of manuals