| ||||
SummaryIndicates the current constructor status of a given context. | ||||
SyntaxJSBool JS_IsConstructing(JSContext *cx); | ||||
DescriptionJS_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 .
| ||||
See Also
|