Function chakracore_sys::JsCreateArray [] [src]

pub unsafe extern "system" fn JsCreateArray(
    length: c_uint,
    result: *mut JsValueRef
) -> JsErrorCode

Creates a Javascript array object. Requires an active script context. The initial length of the array. The new array object. The code JsNoError if the operation succeeded, a failure code otherwise.