Type Definition mozjs::jsapi::JSJitGetterOp
[−]
[src]
type JSJitGetterOp = Option<unsafe extern "C" fn(cx: *mut JSContext, thisObj: HandleObject, specializedThis: *mut c_void, args: JSJitGetterCallArgs) -> bool>;