Function chakracore_sys::JsHasIndexedProperty [] [src]

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

Tests whether an object has a value at the specified index. Requires an active script context. The object to operate on. The index to test. Whether the object has a value at the specified index. The code JsNoError if the operation succeeded, a failure code otherwise.