Function jscjs_sys::api::JSObjectIsConstructor [−][src]
pub unsafe extern "C" fn JSObjectIsConstructor(
ctx: JSContextRef,
object: JSObjectRef
) -> bool
Expand description
@function @abstract Tests whether an object can be called as a constructor. @param ctx The execution context to use. @param object The JSObject to test. @result true if the object can be called as a constructor, otherwise false.