Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.h144 static constexpr int INITIAL_CAPACITY = ELEMENTS_LENGTH + 1; variable
/arkcompiler/ets_runtime/ecmascript/
Djs_serializer.cpp43 constexpr size_t INITIAL_CAPACITY = 64; variable