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.
|
|
|