Function js::jsapi::JS_IsIdentifier1 [] [src]

pub unsafe extern "C" fn JS_IsIdentifier1(
    chars: *const c_ushort,
    length: usize
) -> bool

Test whether the given chars + length are a valid ECMAScript identifier. This version is infallible, so just returns whether the chars are an identifier.