Searched refs:FormatListToParts (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ |
H A D | js_list_format.h | 80 // 13.1.4 FormatListToParts ( listFormat, list )
81 static JSHandle<JSArray> FormatListToParts(JSThread *thread, const JSHandle<JSListFormat> &listFormat,
|
H A D | js_list_format.cpp | 377 // 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 D | builtins_list_format.cpp | 123 // 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 D | js_list_format_test.cpp | 231 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