Function mozjs_sys::jsapi::JS_IsIdentifier
source ยท pub unsafe extern "C" fn JS_IsIdentifier(
cx: *mut JSContext,
str_: HandleString,
isIdentifier: *mut bool,
) -> bool
Expand description
Test if the given string is a valid ECMAScript identifier