Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_object-inl.h341 if (capacity >= MIN_GAP) { in ShouldTransToDict()
Djs_object.h369 static constexpr int MIN_GAP = 256; variable