HomeSort by relevance Sort by last modified time
    Searched defs:IsIdentifier (Results 1 - 4 of 4) sorted by null

  /external/protobuf/src/google/protobuf/io/
tokenizer.cc     [all...]
  /external/vixl/src/vixl/a64/
debugger-a64.cc 51 virtual bool IsIdentifier() const { return false; }
130 virtual bool IsIdentifier() const { return true; }
137 VIXL_ASSERT(tok->IsIdentifier());
1120 if (!args[0]->IsIdentifier()) {
    [all...]
  /external/v8/src/
parser.cc 389 bool ParserTraits::IsIdentifier(Expression* expression) {
    [all...]
preparser.h 731 bool IsIdentifier() const { return (code_ & kTypeMask) == kTypeIdentifier; }
734 DCHECK(IsIdentifier());
761 return IsIdentifier() || IsProperty();
848 if (IsIdentifier()) {
    [all...]

Completed in 675 milliseconds