Function chakracore_sys::JsGetStringLength [] [src]

pub unsafe extern "system" fn JsGetStringLength(
    stringValue: JsValueRef,
    length: *mut c_int
) -> JsErrorCode

Gets the length of a string value. The string value to get the length of. The length of the string. The code JsNoError if the operation succeeded, a failure code otherwise.