Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dfactory.cc3892 int descriptors_count = has_prototype ? 5 : 4; in CreateSloppyFunctionMap() local
3910 Map::EnsureDescriptorSlack(isolate(), map, descriptors_count); in CreateSloppyFunctionMap()
3972 int descriptors_count = (IsFunctionModeWithPrototype(function_mode) ? 3 : 2) + in CreateStrictFunctionMap() local
3986 Map::EnsureDescriptorSlack(isolate(), map, descriptors_count); in CreateStrictFunctionMap()