Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_date_time_format.cpp926 int fsd = (tmpResult >= STRING_LENGTH_3) ? STRING_LENGTH_3 : tmpResult; in ResolvedOptions() local
927 if (fsd > 0) { in ResolvedOptions()
928 JSHandle<JSTaggedValue> fsdValue(thread, JSTaggedValue(fsd)); in ResolvedOptions()