Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Dcontexts.h228 V(MAP_KEY_VALUE_ITERATOR_MAP_INDEX, Map, map_key_value_iterator_map) \
/third_party/node/deps/v8/src/compiler/
Dheap-refs.h552 V(Map, map_key_value_iterator_map) \
Djs-create-lowering.cc840 return native_context.map_key_value_iterator_map(); in MapForCollectionIterationKind()
/third_party/node/deps/v8/src/init/
Dbootstrapper.cc4292 Handle<Map> map_key_value_iterator_map = Map::Copy( in InitializeIteratorFunctions() local
4294 map_key_value_iterator_map->set_instance_type( in InitializeIteratorFunctions()
4296 native_context->set_map_key_value_iterator_map(*map_key_value_iterator_map); in InitializeIteratorFunctions()