Home
last modified time | relevance | path

Searched refs:styleKey (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_number_format_test.cpp96 JSHandle<JSTaggedValue> styleKey = globalConst->GetHandledStyleString(); in HWTEST_F_L0() local
102 JSObject::SetProperty(thread, optionsObj, styleKey, styleValue); in HWTEST_F_L0()
117 JSHandle<JSTaggedValue> styleKey = globalConst->GetHandledStyleString(); in HWTEST_F_L0() local
130 JSObject::SetProperty(thread, optionsObj, styleKey, styleValue); in HWTEST_F_L0()
148 JSHandle<JSTaggedValue> styleKey = globalConst->GetHandledStyleString(); in HWTEST_F_L0() local
157 JSObject::SetProperty(thread, optionsObj, styleKey, styleValue); in HWTEST_F_L0()
173 JSHandle<JSTaggedValue> styleKey = globalConst->GetHandledStyleString(); in HWTEST_F_L0() local
182 JSObject::SetProperty(thread, optionsObj, styleKey, styleValue); in HWTEST_F_L0()
236 JSHandle<JSTaggedValue> styleKey = globalConst->GetHandledStyleString(); in HWTEST_F_L0() local
245 JSObject::SetProperty(thread, optionsObj, styleKey, styleValu in HWTEST_F_L0()
275 JSHandle<JSTaggedValue> styleKey = globalConst->GetHandledStyleString(); HWTEST_F_L0() local
[all...]
H A Dbuiltins_weak_ref_test.cpp112 JSHandle<JSTaggedValue> styleKey(factory->NewFromASCII("currency")); in HWTEST_F_L0()
115 JSObject::SetProperty(thread, target, formatStyle, styleKey); in HWTEST_F_L0()
116 JSObject::SetProperty(thread, target, styleKey, styleValue); in HWTEST_F_L0()
129 JSObject::SetProperty(thread, target, styleKey, styleValue); in HWTEST_F_L0()
H A Dbuiltins_displaynames_test.cpp61 JSHandle<JSTaggedValue> styleKey = thread->GlobalConstants()->GetHandledStyleString(); in HWTEST_F_L0() local
71 JSObject::SetProperty(thread, optionsObj, styleKey, styleValue); in HWTEST_F_L0()
H A Dbuiltins_relative_time_format_test.cpp230 JSHandle<JSTaggedValue> styleKey = globalConst->GetHandledStyleString(); in HWTEST_F_L0() local
233 JSObject::GetProperty(thread, resultObj, styleKey).GetValue(), styleValue), true); in HWTEST_F_L0()
H A Dbuiltins_bigint_test.cpp195 JSHandle<JSTaggedValue> styleKey(factory->NewFromASCII("currency")); in HWTEST_F_L0()
203 JSObject::SetProperty(thread, optionsObj, formatStyle, styleKey); in HWTEST_F_L0()
204 JSObject::SetProperty(thread, optionsObj, styleKey, styleValue); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_displaynames_test.cpp83 JSHandle<JSTaggedValue> styleKey = globalConst->GetHandledStyleString(); in SetOptionProperties() local
90 JSObject::SetProperty(thread, optionsObj, styleKey, styleValue); in SetOptionProperties()
197 JSHandle<JSTaggedValue> styleKey = globalConst->GetHandledStyleString(); in HWTEST_F_L0() local
222 JSObject::GetProperty(thread, displayOptions, styleKey).GetValue(), styleValue), true); in HWTEST_F_L0()
H A Djs_number_format_test.cpp143 JSHandle<JSTaggedValue> styleKey = globalConst->GetHandledStyleString(); in HWTEST_F_L0() local
147 JSObject::SetProperty(thread, optionsObj, styleKey, styleValue); in HWTEST_F_L0()
H A Djs_list_format_test.cpp104 JSHandle<JSTaggedValue> styleKey = globalConst->GetHandledStyleString(); in SetFormatterOptionsTest() local
110 JSObject::SetProperty(thread, optionsObj, styleKey, styleValue); in SetFormatterOptionsTest()

Completed in 5 milliseconds