Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Dshared-function-info.cc588 uint16_t SharedFunctionInfo::get_property_estimate_from_literal( in get_property_estimate_from_literal() function in v8::internal::SharedFunctionInfo
604 int estimate = get_property_estimate_from_literal(literal); in UpdateExpectedNofPropertiesFromEstimate()
614 int estimate = get_property_estimate_from_literal(literal); in UpdateAndFinalizeExpectedNofPropertiesFromEstimate()
Dshared-function-info.h713 inline uint16_t get_property_estimate_from_literal(FunctionLiteral* literal);