| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_relative_time_format.cpp | 392 JSMutableHandle<JSTaggedValue> typeString(thread, JSTaggedValue::Undefined()); in FormatToArray() local 424 typeString.Update(globalConst->GetLiteralString()); in FormatToArray() 427 …JSLocale::PutElement(thread, index++, array, typeString, JSHandle<JSTaggedValue>::Cast(substring)); in FormatToArray() 437 typeString.Update( in FormatToArray() 440 …JSLocale::PutElement(thread, index++, array, typeString, JSHandle<JSTaggedValue>::Cast(resString)); in FormatToArray() 446 typeString.Update(JSLocale::GetNumberFieldType(thread, taggedValue.GetTaggedValue(), in FormatToArray() 449 …JSLocale::PutElement(thread, index++, array, typeString, JSHandle<JSTaggedValue>::Cast(resString)); in FormatToArray() 458 …typeString.Update(JSLocale::GetNumberFieldType(thread, taggedValue.GetTaggedValue(), fieldId).GetT… in FormatToArray() 460 …JSLocale::PutElement(thread, index++, array, typeString, JSHandle<JSTaggedValue>::Cast(subString)); in FormatToArray() 469 typeString.Update(globalConst->GetLiteralString()); in FormatToArray() [all …]
|
| D | js_list_format.cpp | 301 JSMutableHandle<JSTaggedValue> typeString(thread, JSTaggedValue::Undefined()); in FormatListToArray() local 309 typeString.Update(globalConst->GetElementString()); in FormatListToArray() 310 …JSLocale::PutElement(thread, index, receiver, typeString, JSHandle<JSTaggedValue>::Cast(substring)… in FormatListToArray() 315 typeString.Update(globalConst->GetLiteralString()); in FormatListToArray() 316 …JSLocale::PutElement(thread, index, receiver, typeString, JSHandle<JSTaggedValue>::Cast(substring)… in FormatListToArray() 420 JSHandle<JSTaggedValue> typeString = ListOptionTypeToEcmaString(thread, type); in ResolvedOptions() local 421 JSObject::CreateDataPropertyOrThrow(thread, options, propertyKey, typeString); in ResolvedOptions()
|
| D | js_number_format.cpp | 764 JSMutableHandle<JSTaggedValue> typeString(thread, JSTaggedValue::Undefined()); in GroupToParts() local 790 typeString.Update(globalConst->GetLiteralString()); in GroupToParts() 797 typeString.Update(globalConst->GetIntegerString()); in GroupToParts() 798 …JSLocale::PutElement(thread, index, receiver, typeString, JSHandle<JSTaggedValue>::Cast(substring)… in GroupToParts() 802 … typeString.Update(JSLocale::GetNumberFieldType(thread, x, fieldId).GetTaggedValue()); in GroupToParts() 804 …JSLocale::PutElement(thread, index, receiver, typeString, JSHandle<JSTaggedValue>::Cast(substring)… in GroupToParts() 815 …JSLocale::PutElement(thread, index, receiver, typeString, JSHandle<JSTaggedValue>::Cast(substring)… in GroupToParts() 825 typeString.Update(globalConst->GetUnitString()); in GroupToParts() 827 typeString.Update(JSLocale::GetNumberFieldType(thread, x, fieldId).GetTaggedValue()); in GroupToParts() 830 …JSLocale::PutElement(thread, index, receiver, typeString, JSHandle<JSTaggedValue>::Cast(substring)… in GroupToParts() [all …]
|
| D | js_displaynames.cpp | 396 JSHandle<JSTaggedValue> typeString = TypeOptionToEcmaString(thread, type); in ResolvedOptions() local 397 JSObject::CreateDataPropertyOrThrow(thread, options, propertyKey, typeString); in ResolvedOptions()
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ap_file/ |
| D | pgo_method_type_set.cpp | 136 bool PGOMethodTypeSet::ParseFromText(const std::string &typeString) in ParseFromText() argument 138 …std::vector<std::string> typeInfoVector = StringHelper::SplitString(typeString, DumpUtils::TYPE_SE… in ParseFromText()
|
| D | pgo_method_type_set.h | 99 bool ParseFromText(const std::string &typeString);
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_locale_test.cpp | 177 JSHandle<JSTaggedValue> typeString = globalConst->GetHandledTypeString(); in HWTEST_F_L0() local 185 … JSObject::GetProperty(thread, recordObj, typeString).GetValue(), fieldTypeString), true); in HWTEST_F_L0()
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| D | jsnapi_first_tests.cpp | 280 Local<StringRef> typeString = origin->Typeof(vm_); in HWTEST_F_L0() local 281 ASSERT_EQ(typeString->ToString(), "string"); in HWTEST_F_L0() 284 typeString = target->Typeof(vm_); in HWTEST_F_L0() 285 ASSERT_EQ(typeString->ToString(), "number"); in HWTEST_F_L0()
|