Home
last modified time | relevance | path

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

/external/v8/src/
Dparser.cc3141 static intptr_t GetPropertyKind(ObjectLiteral::Property* property) { in GetPropertyKind() function in v8::internal::ObjectLiteralPropertyChecker
3202 intptr_t curr = GetPropertyKind(property); in CheckProperty()