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_GetContextPrivate (Function)
Summary:     Retrieves the private data associated with a context.
Syntax:
void * JS_GetContextPrivate(JSContext *cx);

     Argument     Type     Description
     cx     JSContext *     Pointer to a JS context for which to retrieve data.
                 
Description:
JS_GetContextPrivate retrieves the private data associated with a specified JSContextcx. If successful, JS_GetContextPrivate returns a pointer to the private data. Otherwise it returns NULL which means that there is no private data currently associated with the context.


See also:
JS_SetContextPrivate

[sh-index] Back to list of manuals