Searched defs:replacing (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dobjects.cc1845 // Make a new DescriptorArray replacing an entry with FieldDescriptor.
5718 // Conversely, we filter after replacing, so replacing a transition and
5739 const bool replacing = (index != kNotFound); local
5741 if (replacing) {
5742 // We are replacing an existing descriptor. We keep the enumeration
5781 // and inserting or replacing a descriptor.
5789 if (replacing) from_index++;

Completed in 277 milliseconds