Function chakracore_sys::JsSetIndexedProperty [] [src]

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

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