Searched refs:IsPrototype (Results 1 – 3 of 3) sorted by relevance
84 bool IsPrototype() const { return type_ == kPrototypeIdentifier; } in IsPrototype() function1216 V8_INLINE bool IsPrototype(PreParserIdentifier identifier) const {1217 return identifier.IsPrototype();
735 V8_INLINE bool IsPrototype(const AstRawString* identifier) const {
1389 bool IsPrototype() { in IsPrototype() function5854 if (IsPrototype()) { in CheckClassMethodName()