Function mozjs::jsapi::JS_IsIdentifier

source ·
pub unsafe extern "C" fn JS_IsIdentifier(
    cx: *mut JSContext,
    str_: Handle<*mut JSString>,
    isIdentifier: *mut bool
) -> bool
Expand description

Test if the given string is a valid ECMAScript identifier