Home
last modified time | relevance | path

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

/external/v8/src/
Dkey-accumulator.cc44 int num_string_properties = level_lengths_[level * 2]; in GetKeys() local
46 if (num_string_properties < 0) { in GetKeys()
50 num_string_properties = -num_string_properties; in GetKeys()
67 for (int i = 0; i < num_string_properties; i++) { in GetKeys()