| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_segmenter_test.cpp | 75 … JSHandle<JSTaggedValue> &granularity, JSHandle<JSTaggedValue> &stringValue) in JSSegmentsCreateTest() 119 JSHandle<JSTaggedValue> stringValue(factory->NewFromUtf8("这句话是中文")); in HWTEST_F_L0() local 217 JSHandle<JSTaggedValue> stringValue(factory->NewFromUtf8("这句话是中文。这句还是中文!")); in HWTEST_F_L0() local 245 JSHandle<JSTaggedValue> stringValue(factory->NewFromUtf8("Que ma joie demeure")); in HWTEST_F_L0() local 272 JSHandle<JSTaggedValue> stringValue(factory->NewFromUtf8("Que ma joie demeure")); in HWTEST_F_L0() local 291 JSHandle<JSTaggedValue> stringValue(factory->NewFromUtf8("Que ma joie demeure")); in HWTEST_F_L0() local 311 JSHandle<JSTaggedValue> stringValue(factory->NewFromUtf8("Que ma joie demeure.")); in HWTEST_F_L0() local
|
| D | builtins_displaynames_test.cpp | 92 JSHandle<JSTaggedValue> stringValue(factory->NewFromASCII("fr")); in HWTEST_F_L0() local 116 JSHandle<JSTaggedValue> stringValue(factory->NewFromASCII("419")); in HWTEST_F_L0() local 140 JSHandle<JSTaggedValue> stringValue(factory->NewFromASCII("EUR")); in HWTEST_F_L0() local
|
| D | builtins_symbol_test.cpp | 243 JSTaggedValue stringValue(*string); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_segmenter.cpp | 90 JSHandle<JSTaggedValue> stringValue = GetCallArg(argv, 0); in Segment() local
|
| /arkcompiler/runtime_core/libabckit/tests/ut/isa/isa_dynamic/create/ |
| D | createobjectwithexcludedkeys_dynamic.cpp | 41 auto *stringValue = g_implM->createString(file, "value", strlen("value")); in FillMainBb1() local 73 auto *stringValue = g_implM->createString(file, "value", strlen("value")); in FillMainBb2() local
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/emitter/ |
| D | emitter.cpp | 319 std::string stringValue {elem->AsStringLiteral()->Str().Utf8()}; in ProcessArrayExpressionInLiteralArray() local 385 std::string_view stringValue {initValue->AsStringLiteral()->Str().Utf8()}; in CreateAnnotationElement() local 931 std::string_view stringValue {value->AsStringLiteral()->Str().Utf8()}; in CreateEnumProp() local 987 std::string_view stringValue {value->AsStringLiteral()->Str().Utf8()}; in CreateAnnotationProp() local
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_number_format_test.cpp | 56 JSHandle<EcmaString> stringValue = intl::LocaleHelper::UStringToString(thread, result); in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/ |
| D | const_array_resolver.cpp | 337 …std::string stringValue = irInterface_->GetStringIdByOffset(rawElemInst->CastToLoadString()->GetTy… in FillLiteral() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/class_ops/ |
| D | class_set_static_field_by_name_ref_test.cpp | 183 ani_string stringValue {}; in TEST_F() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_list_format.cpp | 359 JSHandle<EcmaString> stringValue; in FormatList() local
|
| D | js_number_format.cpp | 813 JSHandle<EcmaString> stringValue = intl::LocaleHelper::UStringToString(thread, result); in FormatNumeric() local
|
| D | js_stable_array.cpp | 553 JSHandle<JSTaggedValue> stringValue(thread, newString); in DoStableArrayJoin() local 770 JSHandle<JSTaggedValue> stringValue(thread, newString); in Join() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | ETSemitter.cpp | 756 std::string stringValue {elem->AsStringLiteral()->Str().Utf8()}; in ProcessArrayElement() local 906 auto stringValue = pandasm::ScalarValue::Create<pandasm::Value::Type::STRING>(enumValue); in ProcessETSEnumType() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/ |
| D | ets_intrinsics_peephole.cpp | 62 auto stringValue = runtime->GetStringValue(method, typeId); in ReplaceTypeofWithIsInstance() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
| D | heap_snapshot.cpp | 1065 JSTaggedValue stringValue = vm_->GetJSThread()->GlobalConstants()->GetStringString(); in GeneratePrivateStringNode() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| D | enumLowering.cpp | 627 util::StringView stringValue; in CreateEnumStringValuesArray() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| D | jsnapi_sample.cpp | 1839 Local<StringRef> stringValue = StringRef::NewFromUtf8(vm_, inputString.c_str()); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/serializer/tests/ |
| D | inter_op_serializer_test.cpp | 1500 JSHandle<EcmaString> stringValue(factory->NewFromASCII("Hello World")); in HWTEST_F_L0() local
|
| D | serializer_test.cpp | 1629 JSHandle<EcmaString> stringValue(factory->NewFromASCII("Hello World")); in HWTEST_F_L0() local
|