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

/external/v8/src/
H A Dobjects.cc1425 int new_enumeration_index = 0; // 0 means "Use the next available index." local
1429 new_enumeration_index = dictionary->DetailsAt(old_index).index();
1432 PropertyDetails new_details(attributes, NORMAL, new_enumeration_index);

Completed in 50 milliseconds