Function mozjs::glue::CallJitMethodOp

source ·
pub unsafe extern "C" fn CallJitMethodOp(
    info: *const JSJitInfo,
    cx: *mut JSContext,
    thisObj: Handle<*mut JSObject>,
    specializedThis: *mut c_void,
    argc: u32,
    vp: *mut Value
) -> bool