Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_date_time_format.h32 constexpr int CAPACITY_5 = 5; variable
Djs_date_time_format.cpp567 JSHandle<TaggedArray> array = factory->NewTaggedArray(CAPACITY_5); in ToDateTimeOptions()