Function chakracore_sys::JsGetIndexedProperty [] [src]

pub unsafe extern "system" fn JsGetIndexedProperty(
    object: JsValueRef,
    index: JsValueRef,
    result: *mut JsValueRef
) -> JsErrorCode

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