Function javascriptcore_sys::JSObjectIsFunction [] [src]

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

Tests whether an object can be called as a function.

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