Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Dobjects-inl.h1245 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
Delements.cc1092 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()
Djs-objects.cc2172 prop_value = MakeEntryPair(isolate, next_key, prop_value); in FastGetOwnValuesOrEntries()