[][src]Function ul_sys::JSObjectIsFunction

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

@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.