Searched refs:IsProto (Results 1 – 1 of 1) sorted by relevance
877 bool IsProto() { return this->scanner()->LiteralMatches("__proto__", 9); } in IsProto() function3334 if (type == kValueProperty && IsProto()) { in CheckProperty()