Home
last modified time | relevance | path

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

/external/v8/src/parsing/
Dpreparser.h84 bool IsPrototype() const { return type_ == kPrototypeIdentifier; } in IsPrototype() function
1216 V8_INLINE bool IsPrototype(PreParserIdentifier identifier) const {
1217 return identifier.IsPrototype();
Dparser.h735 V8_INLINE bool IsPrototype(const AstRawString* identifier) const {
Dparser-base.h1389 bool IsPrototype() { in IsPrototype() function
5854 if (IsPrototype()) { in CheckClassMethodName()