Function mozjs::rust::jsapi_wrapped::Call
source ยท pub unsafe fn Call(
cx: *mut JSContext,
thisv: Handle<'_, Value>,
fun: Handle<'_, Value>,
args: *const HandleValueArray,
rval: &mut MutableHandle<'_, Value>,
) -> bool