Function chakracore_sys::JsDeleteIndexedProperty [] [src]

pub unsafe extern "system" fn JsDeleteIndexedProperty(
    object: JsValueRef,
    index: JsValueRef
) -> JsErrorCode

Delete the value at the specified index of an object. Requires an active script context. The object to operate on. The index to delete. The code JsNoError if the operation succeeded, a failure code otherwise.