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_IsConstructing (Function)
Summary:     Indicates the current constructor status of a given context.
Syntax:
JSBool JS_IsConstructing(JSContext *cx);

Description:
JS_IsConstructing determines whether or not a function constructor is in action within a given context, cx. If it is, JS_IsConstructing returns JS_TRUE. Otherwise it returns JS_FALSE.


[sh-index] Back to list of manuals