pub unsafe extern "C" fn JS_IsIdentifier( cx: *mut JSContext, str_: Handle<*mut JSString>, isIdentifier: *mut bool, ) -> bool
Test if the given string is a valid ECMAScript identifier