Home
last modified time | relevance | path

Searched refs:ListFormatConstructor (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_list_format.h25 static JSTaggedValue ListFormatConstructor(EcmaRuntimeCallInfo *argv);
H A Dbuiltins_list_format.cpp23 JSTaggedValue BuiltinsListFormat::ListFormatConstructor(EcmaRuntimeCallInfo *argv) in ListFormatConstructor() function in panda::ecmascript::builtins::BuiltinsListFormat
H A Dbuiltins.cpp3562 JSHandle<JSObject> lfFunction(NewIntlConstructor(env, lfPrototype, ListFormat::ListFormatConstructor, in InitializeListFormat()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_list_format_first_test.cpp32 HWTEST_F_L0(BuiltinsListFormatTest, ListFormatConstructor) in HWTEST_F_L0()
47 JSTaggedValue result = BuiltinsListFormat::ListFormatConstructor(ecmaRuntimeCallInfo); in HWTEST_F_L0()
H A Dbuiltin_test_util.h225 JSTaggedValue result = BuiltinsListFormat::ListFormatConstructor(ecmaRuntimeCallInfo); in JSListFormatCreateWithOptionTest()
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
H A Dsnapshot_processor.cpp702 reinterpret_cast<uintptr_t>(ListFormat::ListFormatConstructor),

Completed in 12 milliseconds