Home
last modified time | relevance | path

Searched refs:regionKey (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_locale_test.cpp38 JSHandle<JSTaggedValue> regionKey = thread->GlobalConstants()->GetHandledRegionString(); in HWTEST_F_L0() local
49 JSObject::SetProperty(thread, optionsObj, regionKey, regionValue); in HWTEST_F_L0()
74 JSHandle<JSTaggedValue> regionKey = thread->GlobalConstants()->GetHandledRegionString(); in JSLocaleCreateWithOptionTest() local
83 JSObject::SetProperty(thread, optionsObj, regionKey, regionValue); in JSLocaleCreateWithOptionTest()
/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_locale_test.cpp222 JSHandle<JSTaggedValue> regionKey = thread->GlobalConstants()->GetHandledRegionString(); in HWTEST_F_L0() local
230 JSObject::SetProperty(thread, optionsObj, regionKey, regionValue); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Dffi_workload.cpp181 JSHandle<JSTaggedValue> regionKey = thread->GlobalConstants()->GetHandledRegionString(); in JSLocaleCreateWithOptionTest() local
189 JSObject::SetProperty(thread, optionsObj, regionKey, regionValue); in JSLocaleCreateWithOptionTest()

Completed in 14 milliseconds