Function mozjs_sys::jsapi::js::StringIsArrayIndex1

source ยท
pub unsafe extern "C" fn StringIsArrayIndex1(
    str_: *const u16,
    length: u32,
    indexp: *mut u32,
) -> bool
Expand description

Overload of StringIsArrayIndex taking a (char16_t*,length) pair. Behaves the same as the JSLinearString version.