Home
last modified time | relevance | path

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

/external/v8/src/
Dobjects.h4866 static const int kMaxCachedPrototypeTransitions = 256; variable
Dobjects.cc8623 if (capacity > kMaxCachedPrototypeTransitions) return this; in PutPrototypeTransition()