Searched refs:IsPrototype (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/v8/src/
H A Dpreparser.h632 bool IsPrototype() const { return type_ == kPrototypeIdentifier; } function in class:v8::internal::PreParserIdentifier
1158 static bool IsPrototype(PreParserIdentifier identifier) { function in class:v8::internal::PreParserTraits
1159 return identifier.IsPrototype();
1970 if (is_static && this->IsPrototype(name)) {
2005 if (is_static && this->IsPrototype(name)) {
H A Dparser.h405 bool IsPrototype(const AstRawString* identifier) const;
H A Dparser.cc370 bool ParserTraits::IsPrototype(const AstRawString* identifier) const { function in class:v8::internal::ParserTraits

Completed in 89 milliseconds