/arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
H A D | builtins_number_format_test.cpp | 96 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 D | builtins_weak_ref_test.cpp | 112 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 D | builtins_displaynames_test.cpp | 61 JSHandle<JSTaggedValue> styleKey = thread->GlobalConstants()->GetHandledStyleString();
in HWTEST_F_L0() local 71 JSObject::SetProperty(thread, optionsObj, styleKey, styleValue);
in HWTEST_F_L0()
|
H A D | builtins_relative_time_format_test.cpp | 230 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 D | builtins_bigint_test.cpp | 195 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 D | js_displaynames_test.cpp | 83 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 D | js_number_format_test.cpp | 143 JSHandle<JSTaggedValue> styleKey = globalConst->GetHandledStyleString(); in HWTEST_F_L0() local 147 JSObject::SetProperty(thread, optionsObj, styleKey, styleValue); in HWTEST_F_L0()
|
H A D | js_list_format_test.cpp | 104 JSHandle<JSTaggedValue> styleKey = globalConst->GetHandledStyleString(); in SetFormatterOptionsTest() local 110 JSObject::SetProperty(thread, optionsObj, styleKey, styleValue); in SetFormatterOptionsTest()
|