Function script::dom::bindings::import::module::jsapi::JS_CallFunction

source ยท
pub unsafe extern "C" fn JS_CallFunction(
    cx: *mut JSContext,
    obj: Handle<*mut JSObject>,
    fun: Handle<*mut JSFunction>,
    args: *const HandleValueArray,
    rval: MutableHandle<Value>,
) -> bool