Home
last modified time | relevance | path

Searched refs:kNoConstructorFunctionIndex (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/builtins/
Dconversion.tq125 const kNoConstructorFunctionIndex:
126 constexpr int31 generates 'Map::kNoConstructorFunctionIndex';
142 if (index != kNoConstructorFunctionIndex)
/third_party/node/deps/v8/src/objects/
Dmap.h222 static const int kNoConstructorFunctionIndex = 0; variable
Dmap.cc38 if (constructor_function_index != Map::kNoConstructorFunctionIndex) { in GetPrototypeChainRootMap()
53 if (constructor_function_index != kNoConstructorFunctionIndex) { in GetConstructorFunction()
Dobjects.cc266 if (constructor_function_index == Map::kNoConstructorFunctionIndex) { in ToObjectImpl()
595 if (constructor_function_index == Map::kNoConstructorFunctionIndex) { in NoSideEffectsToString()
/third_party/node/deps/v8/src/compiler/
Dheap-refs.cc1737 case Map::kNoConstructorFunctionIndex: in BROKER_NATIVE_CONTEXT_FIELDS()