Home
last modified time | relevance | path

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

/external/v8/src/parsing/
Dparser-base.h877 bool IsProto() { return this->scanner()->LiteralMatches("__proto__", 9); } in IsProto() function
3334 if (type == kValueProperty && IsProto()) { in CheckProperty()