Searched refs:IsPrototype (Results 1 – 4 of 4) sorted by relevance
65 bool IsPrototype() const { return type_ == kPrototypeIdentifier; } in IsPrototype() function632 static bool IsPrototype(PreParserIdentifier identifier) { in IsPrototype() function633 return identifier.IsPrototype(); in IsPrototype()
370 bool IsPrototype(const AstRawString* identifier) const;
895 bool IsPrototype() { in IsPrototype() function3355 if (IsPrototype()) { in CheckProperty()
334 bool ParserTraits::IsPrototype(const AstRawString* identifier) const { in IsPrototype() function in v8::internal::ParserTraits