Home
last modified time | relevance | path

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

/external/v8/src/
Dchar-predicates-inl.h38 inline bool IsAsciiIdentifier(uc32 c) { in IsAsciiIdentifier() function
Dchar-predicates.h19 inline bool IsAsciiIdentifier(uc32 c);
/external/v8/src/parsing/
Dscanner.cc1251 while (IsAsciiIdentifier(c0_)) { in ScanIdentifierOrKeyword()
1273 } while (IsAsciiIdentifier(c0_)); in ScanIdentifierOrKeyword()