Type Definition ul_sys::JSObjectSetPropertyCallbackEx[][src]

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