[][src]Type Definition ul_sys::JSObjectGetPropertyCallback

type JSObjectGetPropertyCallback = Option<unsafe extern "C" fn(ctx: JSContextRef, object: JSObjectRef, propertyName: JSStringRef, exception: *mut JSValueRef) -> JSValueRef>;