script::dom::bindings::import::module::jsapi::JS

Function Call

source
pub unsafe extern "C" fn Call(
    cx: *mut JSContext,
    thisv: Handle<Value>,
    fun: Handle<Value>,
    args: *const HandleValueArray,
    rval: MutableHandle<Value>,
) -> bool