Searched refs:descriptors_count (Results 1 – 1 of 1) sorted by relevance
3892 int descriptors_count = has_prototype ? 5 : 4; in CreateSloppyFunctionMap() local3910 Map::EnsureDescriptorSlack(isolate(), map, descriptors_count); in CreateSloppyFunctionMap()3972 int descriptors_count = (IsFunctionModeWithPrototype(function_mode) ? 3 : 2) + in CreateStrictFunctionMap() local3986 Map::EnsureDescriptorSlack(isolate(), map, descriptors_count); in CreateStrictFunctionMap()