Function chakracore_sys::JsGetIndexedPropertiesExternalData [] [src]

pub unsafe extern "system" fn JsGetIndexedPropertiesExternalData(
    object: JsValueRef,
    data: *mut *mut c_void,
    arrayType: *mut JsTypedArrayType,
    elementLength: *mut c_uint
) -> JsErrorCode

Retrieves an object's indexed properties external data information. The object. The external data back store for the object's indexed properties. The array element type in external data. The number of array elements in external data. The code JsNoError if the operation succeeded, a failure code otherwise.