Function javascriptcore_sys::JSObjectIsConstructor [] [src]

pub unsafe extern "C" fn JSObjectIsConstructor(
    ctx: JSContextRef,
    object: JSObjectRef
) -> bool

Tests whether an object can be called as a constructor.

Returns true if the object can be called as a constructor, otherwise false.