Home
last modified time | relevance | path

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

/external/v8/src/
Dobjects-inl.h1612 return Max(map()->inobject_properties(), kMaxFastProperties); in MaxFastProperties()
Dobjects.h2096 static const int kMaxFastProperties = 12; variable