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