Function mozjs::jsapi::JS::Call

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