Searched refs:MakeEntryPair (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/ |
D | elements.cc | 1044 value = MakeEntryPair(isolate, index, value); in CollectValuesOrEntriesImpl() 2080 value = MakeEntryPair(isolate, index, value); in CollectValuesOrEntriesImpl() 2786 value = MakeEntryPair(isolate, index, value); in CollectValuesOrEntriesImpl()
|
D | objects-inl.h | 8365 static inline Handle<Object> MakeEntryPair(Isolate* isolate, uint32_t index, in MakeEntryPair() function 8378 static inline Handle<Object> MakeEntryPair(Isolate* isolate, Handle<Name> key, in MakeEntryPair() function
|
D | objects.cc | 8634 prop_value = MakeEntryPair(isolate, next_key, prop_value); in FastGetOwnValuesOrEntries()
|