mozjs::glue

Function CallJitGetterOp

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