Searched defs:IsPrototype (Results 1 – 3 of 3) sorted by relevance
74 bool IsPrototype() const { return type_ == kPrototypeIdentifier; } in IsPrototype() function646 static bool IsPrototype(PreParserIdentifier identifier) { in IsPrototype() function
1160 bool IsPrototype() { in IsPrototype() function
348 bool ParserTraits::IsPrototype(const AstRawString* identifier) const { in IsPrototype() function in v8::internal::ParserTraits