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

  /external/v8/src/parsing/
preparser.h 74 bool IsPrototype() const { return type_ == kPrototypeIdentifier; }
646 static bool IsPrototype(PreParserIdentifier identifier) {
647 return identifier.IsPrototype();
    [all...]
parser.h 366 bool IsPrototype(const AstRawString* identifier) const;
    [all...]
parser-base.h     [all...]
parser.cc 348 bool ParserTraits::IsPrototype(const AstRawString* identifier) const {
    [all...]

Completed in 1046 milliseconds