Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dfactory.cc3683 int descriptors_count = has_prototype ? 5 : 4; in CreateSloppyFunctionMap() local
3771 int descriptors_count = IsFunctionModeWithPrototype(function_mode) ? 2 : 1; in CreateStrictFunctionMap() local