Searched refs:regionKey (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
H A D | builtins_locale_test.cpp | 38 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 D | js_locale_test.cpp | 222 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 D | ffi_workload.cpp | 181 JSHandle<JSTaggedValue> regionKey = thread->GlobalConstants()->GetHandledRegionString(); in JSLocaleCreateWithOptionTest() local 189 JSObject::SetProperty(thread, optionsObj, regionKey, regionValue); in JSLocaleCreateWithOptionTest()
|
Completed in 19 milliseconds