| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_relative_time_format.cpp | 389 JSMutableHandle<JSTaggedValue> typeString(thread, JSTaggedValue::Undefined()); in FormatToArray() local 421 typeString.Update(globalConst->GetLiteralString()); in FormatToArray() 424 …JSLocale::PutElement(thread, index++, array, typeString, JSHandle<JSTaggedValue>::Cast(substring)); in FormatToArray() 434 typeString.Update( in FormatToArray() 437 …JSLocale::PutElement(thread, index++, array, typeString, JSHandle<JSTaggedValue>::Cast(resString)); in FormatToArray() 443 typeString.Update(JSLocale::GetNumberFieldType(thread, taggedValue.GetTaggedValue(), in FormatToArray() 446 …JSLocale::PutElement(thread, index++, array, typeString, JSHandle<JSTaggedValue>::Cast(resString)); in FormatToArray() 455 …typeString.Update(JSLocale::GetNumberFieldType(thread, taggedValue.GetTaggedValue(), fieldId).GetT… in FormatToArray() 457 …JSLocale::PutElement(thread, index++, array, typeString, JSHandle<JSTaggedValue>::Cast(subString)); in FormatToArray() 466 typeString.Update(globalConst->GetLiteralString()); in FormatToArray() [all …]
|
| D | js_list_format.cpp | 291 JSMutableHandle<JSTaggedValue> typeString(thread, JSTaggedValue::Undefined()); in FormatListToArray() local 299 typeString.Update(globalConst->GetElementString()); in FormatListToArray() 300 …JSLocale::PutElement(thread, index, receiver, typeString, JSHandle<JSTaggedValue>::Cast(substring)… in FormatListToArray() 305 typeString.Update(globalConst->GetLiteralString()); in FormatListToArray() 306 …JSLocale::PutElement(thread, index, receiver, typeString, JSHandle<JSTaggedValue>::Cast(substring)… in FormatListToArray() 410 JSHandle<JSTaggedValue> typeString = ListOptionTypeToEcmaString(thread, type); in ResolvedOptions() local 411 JSObject::CreateDataPropertyOrThrow(thread, options, propertyKey, typeString); in ResolvedOptions()
|
| D | js_number_format.cpp | 773 JSMutableHandle<JSTaggedValue> typeString(thread, JSTaggedValue::Undefined()); in GroupToParts() local 799 typeString.Update(globalConst->GetLiteralString()); in GroupToParts() 806 typeString.Update(globalConst->GetIntegerString()); in GroupToParts() 807 …JSLocale::PutElement(thread, index, receiver, typeString, JSHandle<JSTaggedValue>::Cast(substring)… in GroupToParts() 811 … typeString.Update(JSLocale::GetNumberFieldType(thread, x, fieldId).GetTaggedValue()); in GroupToParts() 813 …JSLocale::PutElement(thread, index, receiver, typeString, JSHandle<JSTaggedValue>::Cast(substring)… in GroupToParts() 824 …JSLocale::PutElement(thread, index, receiver, typeString, JSHandle<JSTaggedValue>::Cast(substring)… in GroupToParts() 834 typeString.Update(globalConst->GetUnitString()); in GroupToParts() 836 typeString.Update(JSLocale::GetNumberFieldType(thread, x, fieldId).GetTaggedValue()); in GroupToParts() 839 …JSLocale::PutElement(thread, index, receiver, typeString, JSHandle<JSTaggedValue>::Cast(substring)… in GroupToParts() [all …]
|
| D | js_displaynames.cpp | 499 JSHandle<JSTaggedValue> typeString = TypeOptionToEcmaString(thread, type); in ResolvedOptions() local 500 JSObject::CreateDataPropertyOrThrow(thread, options, propertyKey, typeString); in ResolvedOptions()
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ap_file/ |
| D | pgo_method_type_set.cpp | 134 bool PGOMethodTypeSet::ParseFromText(const std::string &typeString) in ParseFromText() argument 136 …std::vector<std::string> typeInfoVector = StringHelper::SplitString(typeString, DumpUtils::TYPE_SE… in ParseFromText()
|
| D | pgo_method_type_set.h | 110 bool ParseFromText(const std::string &typeString);
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_locale_test.cpp | 143 JSHandle<JSTaggedValue> typeString = globalConst->GetHandledTypeString(); in HWTEST_F_L0() local 151 … JSObject::GetProperty(thread, recordObj, typeString).GetValue(), fieldTypeString), true); in HWTEST_F_L0()
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| D | jsnapi_first_tests.cpp | 288 Local<StringRef> typeString = origin->Typeof(vm_); in HWTEST_F_L0() local 289 ASSERT_EQ(typeString->ToString(vm_), "string"); in HWTEST_F_L0() 292 typeString = target->Typeof(vm_); in HWTEST_F_L0() 293 ASSERT_EQ(typeString->ToString(vm_), "number"); in HWTEST_F_L0()
|