mozjs::rust::wrappers

Function JS_IsIdentifier

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