Searched refs:IsPrototype (Results 1 – 3 of 3) sorted by relevance
78 bool IsPrototype() const { return type_ == kPrototypeIdentifier; } in IsPrototype() function1141 V8_INLINE bool IsPrototype(PreParserIdentifier identifier) const {1142 return identifier.IsPrototype();
719 V8_INLINE bool IsPrototype(const AstRawString* identifier) const {
1362 bool IsPrototype() { in IsPrototype() function5434 if (IsPrototype()) { in CheckClassMethodName()