Lines Matching refs:constructor_function_index
163 int constructor_function_index = in ToObject() local
165 if (constructor_function_index == Map::kNoConstructorFunctionIndex) { in ToObject()
179 JSFunction::cast(native_context->get(constructor_function_index)), in ToObject()
448 int constructor_function_index = in NoSideEffectsToString() local
450 if (constructor_function_index == Map::kNoConstructorFunctionIndex) { in NoSideEffectsToString()
2308 int constructor_function_index = GetConstructorFunctionIndex(); in GetPrototypeChainRootMap() local
2309 if (constructor_function_index != Map::kNoConstructorFunctionIndex) { in GetPrototypeChainRootMap()
2312 JSFunction::cast(native_context->get(constructor_function_index)); in GetPrototypeChainRootMap()
2989 int const constructor_function_index = map->GetConstructorFunctionIndex(); in GetConstructorFunction() local
2990 if (constructor_function_index != kNoConstructorFunctionIndex) { in GetConstructorFunction()
2992 JSFunction::cast(native_context->get(constructor_function_index)), in GetConstructorFunction()