Home
last modified time | relevance | path

Searched defs:is_ident (Results 1 – 2 of 2) sorted by relevance

/third_party/jerryscript/jerry-core/parser/js/
Djs-scanner.c2952 bool is_ident = (context_p->token.lit_location.type == LEXER_IDENT_LITERAL); in scanner_scan_all() local
/third_party/rust/crates/syn/src/
Dpath.rs570 pub fn is_ident<I: ?Sized>(&self, ident: &I) -> bool in is_ident() method