Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dsetup-heap-internal.cc371 roots.field_name##_map().SetConstructorFunctionIndex( \ in CreateInitialMaps()
403 map.SetConstructorFunctionIndex(Context::STRING_FUNCTION_INDEX); in CreateInitialMaps()
644 roots.bigint_map().SetConstructorFunctionIndex( in CreateInitialMaps()
/third_party/node/deps/v8/src/objects/
Dmap.h224 inline void SetConstructorFunctionIndex(int value);
Dmap-inl.h325 void Map::SetConstructorFunctionIndex(int value) { in SetConstructorFunctionIndex() function