Home
last modified time | relevance | path

Searched refs:localeCtor (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_list_format_test.cpp82 JSHandle<JSTaggedValue> localeCtor = env->GetLocaleFunction(); in CreateJSListFormatterTest() local
85 JSHandle<JSLocale>::Cast(factory->NewJSObjectByConstructor(JSHandle<JSFunction>(localeCtor), localeCtor)); in CreateJSListFormatterTest()
127 JSHandle<JSTaggedValue> localeCtor = env->GetLocaleFunction(); in HWTEST_F_L0() local
130 JSHandle<JSLocale>::Cast(factory->NewJSObjectByConstructor(JSHandle<JSFunction>(localeCtor), localeCtor)); in HWTEST_F_L0()
H A Djs_date_time_format_first_test.cpp122 JSHandle<JSTaggedValue> localeCtor = env->GetLocaleFunction(); in HWTEST_F_L0() local
124 JSHandle<JSLocale>::Cast(factory->NewJSObjectByConstructor(JSHandle<JSFunction>(localeCtor), localeCtor)); in HWTEST_F_L0()
H A Djs_date_time_format_second_test.cpp304 JSHandle<JSTaggedValue> localeCtor = env->GetLocaleFunction(); in HWTEST_F_L0() local
308 JSHandle<JSLocale>::Cast(factory->NewJSObjectByConstructor(JSHandle<JSFunction>(localeCtor), localeCtor)); in HWTEST_F_L0()
H A Decma_test_common.h403 JSHandle<JSTaggedValue> localeCtor = thread->GetEcmaVM()->GetGlobalEnv()->GetLocaleFunction(); in CreateDateTimeFormatTest() local
406 JSHandle<JSLocale>::Cast(factory->NewJSObjectByConstructor(JSHandle<JSFunction>(localeCtor), localeCtor)); in CreateDateTimeFormatTest()
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Dffi_workload.cpp4712 JSHandle<JSTaggedValue> localeCtor = env->GetLocaleFunction(); in HWTEST_F_L0() local
4714 JSHandle<JSLocale>::Cast(factory->NewJSObjectByConstructor(JSHandle<JSFunction>(localeCtor), localeCtor)); in HWTEST_F_L0()

Completed in 15 milliseconds