Searched refs:properties_length (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/src/
H A Druntime.cc169 int properties_length = constant_properties->length(); local
170 int number_of_properties = properties_length / 2;
173 for (int p = 0; p != properties_length; p += 2) {
199 for (int p = 0; p < properties_length; p += 2) {

Completed in 318 milliseconds