Function mozjs::rust::wrappers::JS_IsIdentifier

source ยท
pub unsafe fn JS_IsIdentifier(
    cx: *mut JSContext,
    str_: HandleString<'_>,
    isIdentifier: *mut bool,
) -> bool