Home
last modified time | relevance | path

Searched refs:IsPrototype (Results 1 – 4 of 4) 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
633 return identifier.IsPrototype(); in IsPrototype()
Dparser.h370 bool IsPrototype(const AstRawString* identifier) const;
Dparser-base.h895 bool IsPrototype() { in IsPrototype() function
3355 if (IsPrototype()) { in CheckProperty()
Dparser.cc334 bool ParserTraits::IsPrototype(const AstRawString* identifier) const { in IsPrototype() function in v8::internal::ParserTraits