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