Home
last modified time | relevance | path

Searched refs:IsAsciiIdentifier (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/parsing/
Dscanner-inl.h168 IsAsciiIdentifier(c) ? Token::IDENTIFIER : in GetOneCharToken()
203 (IsAsciiIdentifier(c) && !CanBeKeywordCharacter(c) in GetScanFlags()
212 (!IsAsciiIdentifier(c) in GetScanFlags()
/third_party/node/deps/v8/src/strings/
Dchar-predicates.h21 inline constexpr bool IsAsciiIdentifier(base::uc32 c);
Dchar-predicates-inl.h24 inline constexpr bool IsAsciiIdentifier(base::uc32 c) { in IsAsciiIdentifier() function
/third_party/node/deps/v8/src/asmjs/
Dasm-scanner.cc432 return IsAsciiIdentifier(ch); in IsIdentifierPart()