Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_date_time_format_first_test.cpp133 JSHandle<JSTaggedValue> dtfCtor = env->GetDateTimeFormatFunction(); in HWTEST_F_L0() local
135 JSHandle<JSDateTimeFormat>::Cast(factory->NewJSObjectByConstructor(JSHandle<JSFunction>(dtfCtor), dtfCtor)); in HWTEST_F_L0()
H A Djs_date_time_format_second_test.cpp305 JSHandle<JSTaggedValue> dtfCtor = env->GetDateTimeFormatFunction(); in HWTEST_F_L0() local
315 JSHandle<JSDateTimeFormat>::Cast(factory->NewJSObjectByConstructor(JSHandle<JSFunction>(dtfCtor), dtfCtor)); in HWTEST_F_L0()
H A Decma_test_common.h404 JSHandle<JSTaggedValue> dtfCtor = thread->GetEcmaVM()->GetGlobalEnv()->GetDateTimeFormatFunction(); in CreateDateTimeFormatTest() local
408 JSHandle<JSDateTimeFormat>::Cast(factory->NewJSObjectByConstructor(JSHandle<JSFunction>(dtfCtor), dtfCtor)); in CreateDateTimeFormatTest()
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Dffi_workload.cpp4721 JSHandle<JSTaggedValue> dtfCtor = env->GetDateTimeFormatFunction(); in HWTEST_F_L0() local
4723 JSHandle<JSDateTimeFormat>::Cast(factory->NewJSObjectByConstructor(JSHandle<JSFunction>(dtfCtor), dtfCtor)); in HWTEST_F_L0()

Completed in 16 milliseconds