Home
last modified time | relevance | path

Searched defs:IsIdentifier (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/parsing/
Dtoken.h224 static bool IsIdentifier(Value tok, LanguageMode language_mode, in IsIdentifier() function
Dpreparser.h234 bool IsIdentifier() const { in IsIdentifier() function
/external/protobuf/src/google/protobuf/io/
Dtokenizer.cc1126 bool Tokenizer::IsIdentifier(const string& text) { in IsIdentifier() function in google::protobuf::io::Tokenizer