Home
last modified time | relevance | path

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

/external/v8/src/parsing/
Dpreparser.h65 bool IsPrototype() const { return type_ == kPrototypeIdentifier; } in IsPrototype() function
632 static bool IsPrototype(PreParserIdentifier identifier) { in IsPrototype() function
Dparser-base.h895 bool IsPrototype() { in IsPrototype() function
Dparser.cc334 bool ParserTraits::IsPrototype(const AstRawString* identifier) const { in IsPrototype() function in v8::internal::ParserTraits