Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
H A Djs_object-inl.h399 if ((oldCapacity >= hint) || (hint < MIN_ELEMENTS_HINT_LENGTH) || (hint >= MAX_ELEMENTS_HINT_LENGTH)) { in ComputeElementCapacityWithHint()
H A Djs_object.h413 static constexpr int MAX_ELEMENTS_HINT_LENGTH = 2_MB; member in panda::ecmascript::JSObject

Completed in 3 milliseconds