Home
last modified time | relevance | path

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

/external/v8/src/parsing/
Dpreparser.h78 bool IsPrototype() const { return type_ == kPrototypeIdentifier; } in IsPrototype() function
1141 V8_INLINE bool IsPrototype(PreParserIdentifier identifier) const {
1142 return identifier.IsPrototype();
Dparser.h719 V8_INLINE bool IsPrototype(const AstRawString* identifier) const {
Dparser-base.h1362 bool IsPrototype() { in IsPrototype() function
5434 if (IsPrototype()) { in CheckClassMethodName()