Type Definition js::jsapi::JSJitMethodOp [] [src]

type JSJitMethodOp = Option<unsafe extern "C" fn(cx: *mut JSContext, thisObj: HandleObject, specializedThis: *mut c_void, args: *const JSJitMethodCallArgs) -> bool>;