Searched refs:MakeEntryPair (Results 1 – 3 of 3) sorted by relevance
/third_party/node/deps/v8/src/objects/ |
D | objects-inl.h | 1245 static inline Handle<Object> MakeEntryPair(Isolate* isolate, size_t index, in MakeEntryPair() function 1257 static inline Handle<Object> MakeEntryPair(Isolate* isolate, Handle<Object> key, in MakeEntryPair() function
|
D | elements.cc | 1092 if (get_entries) value = MakeEntryPair(isolate, index, value); in CollectValuesOrEntriesImpl() 1119 if (get_entries) value = MakeEntryPair(isolate, index, value); in CollectValuesOrEntriesImpl() 2571 value = MakeEntryPair(isolate, index, value); in CollectValuesOrEntriesImpl() 2985 value = MakeEntryPair(isolate, index, value); in CollectValuesOrEntriesImpl() 3290 value = MakeEntryPair(isolate, index, value); in CollectValuesOrEntriesImpl()
|
D | js-objects.cc | 2172 prop_value = MakeEntryPair(isolate, next_key, prop_value); in FastGetOwnValuesOrEntries()
|