Function javascriptcore_sys::JSObjectDeleteProperty [] [src]

pub unsafe extern "C" fn JSObjectDeleteProperty(
    ctx: JSContextRef,
    object: JSObjectRef,
    propertyName: JSStringRef,
    exception: *mut JSValueRef
) -> bool

Deletes a property from an object.

Returns true if the delete operation succeeds, otherwise false (for example, if the property has the kJSPropertyAttributeDontDelete attribute set).