Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dobjects.cc2654 DescriptorArray* next_descriptors = next->instance_descriptors(); in FindLastMatchMap() local
2656 if (next_descriptors->GetValue(i) != descriptors->GetValue(i)) break; in FindLastMatchMap()
2659 PropertyDetails next_details = next_descriptors->GetDetails(i); in FindLastMatchMap()