[][src]Type Definition ul_sys::JSObjectDeletePropertyCallback

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