Home
last modified time | relevance | path

Searched refs:MAX_PROPERTIES_LENGTH (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Dlayout_info.h33 static constexpr int MAX_PROPERTIES_LENGTH = PropertyAttributes::MAX_FAST_PROPS_CAPACITY; member in panda::ecmascript::LayoutInfo
92 return new_capacity > MAX_PROPERTIES_LENGTH ? MAX_PROPERTIES_LENGTH : new_capacity; in ComputeGrowCapacity()

Completed in 1 milliseconds