Home
last modified time | relevance | path

Searched refs:BuiltinsListFormat (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_list_format.cpp23 JSTaggedValue BuiltinsListFormat::ListFormatConstructor(EcmaRuntimeCallInfo *argv) in ListFormatConstructor()
55 JSTaggedValue BuiltinsListFormat::SupportedLocalesOf(EcmaRuntimeCallInfo *argv) in SupportedLocalesOf()
77 JSTaggedValue BuiltinsListFormat::Format(EcmaRuntimeCallInfo *argv) in Format()
104 JSTaggedValue BuiltinsListFormat::FormatToParts(EcmaRuntimeCallInfo *argv) in FormatToParts()
133 JSTaggedValue BuiltinsListFormat::ResolvedOptions(EcmaRuntimeCallInfo *argv) in ResolvedOptions()
H A Dbuiltins_list_format.h22 class BuiltinsListFormat : public base::BuiltinsBase { class
H A Dbuiltins.cpp173 using ListFormat = builtins::BuiltinsListFormat;
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_list_format_second_test.cpp54 JSTaggedValue result = BuiltinsListFormat::FormatToParts(ecmaRuntimeCallInfo); in CommonTest()
72 JSTaggedValue result = BuiltinsListFormat::FormatToParts(ecmaRuntimeCallInfo); in HWTEST_F_L0()
158 JSTaggedValue resultArr = BuiltinsListFormat::SupportedLocalesOf(ecmaRuntimeCallInfo); in HWTEST_F_L0()
189 JSTaggedValue resultArr = BuiltinsListFormat::SupportedLocalesOf(ecmaRuntimeCallInfo); in HWTEST_F_L0()
214 JSTaggedValue result = BuiltinsListFormat::ResolvedOptions(ecmaRuntimeCallInfo); in HWTEST_F_L0()
H A Dbuiltins_list_format_first_test.cpp47 JSTaggedValue result = BuiltinsListFormat::ListFormatConstructor(ecmaRuntimeCallInfo); in HWTEST_F_L0()
60 JSTaggedValue result = BuiltinsListFormat::Format(ecmaRuntimeCallInfo); in FormatCommon()
H A Dbuiltin_test_util.h225 JSTaggedValue result = BuiltinsListFormat::ListFormatConstructor(ecmaRuntimeCallInfo); in JSListFormatCreateWithOptionTest()
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
H A Dsnapshot_processor.cpp159 using ListFormat = builtins::BuiltinsListFormat;

Completed in 13 milliseconds