Home
last modified time | relevance | path

Searched refs:FormatListToParts (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Djs_list_format.h80 // 13.1.4 FormatListToParts ( listFormat, list )
81 static JSHandle<JSArray> FormatListToParts(JSThread *thread, const JSHandle<JSListFormat> &listFormat,
H A Djs_list_format.cpp377 // 13.1.4 FormatListToParts ( listFormat, list )
378 JSHandle<JSArray> JSListFormat::FormatListToParts(JSThread *thread, const JSHandle<JSListFormat> &listFormat, in FormatListToParts() function in panda::ecmascript::JSListFormat
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_list_format.cpp123 // 4 Return FormatListToParts(lf, stringList). in FormatToParts()
127 JSHandle<JSArray> result = JSListFormat::FormatListToParts(thread, listFormat, array); in FormatToParts()
/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_list_format_test.cpp231 HWTEST_F_L0(JSListFormatTest, FormatListToParts) in HWTEST_F_L0()
248 JSHandle<JSArray> parts = JSListFormat::FormatListToParts(thread, jsFormatter, valueArr); in HWTEST_F_L0()

Completed in 3 milliseconds