Function javascriptcore_sys::JSObjectIsConstructor
source · pub unsafe extern "C" fn JSObjectIsConstructor(
ctx: JSContextRef,
object: JSObjectRef
) -> boolExpand description
Tests whether an object can be called as a constructor.
ctx: The execution context to use.object: TheJSObjectto test.
Returns true if the object can be called as a constructor, otherwise false.