| /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 244 JSHandle<JSTaggedValue> stringValue(factory->NewFromUtf8("Que ma joie demeure")); in HWTEST_F_L0() local 271 JSHandle<JSTaggedValue> stringValue(factory->NewFromUtf8("Que ma joie demeure")); in HWTEST_F_L0() local 290 JSHandle<JSTaggedValue> stringValue(factory->NewFromUtf8("Que ma joie demeure")); in HWTEST_F_L0() local 310 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 | 245 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 | 305 std::string stringValue {elem->AsStringLiteral()->Str().Utf8()}; in ProcessArrayExpressionInLiteralArray() local 371 std::string_view stringValue {initValue->AsStringLiteral()->Str().Utf8()}; in CreateAnnotationElement() local 917 std::string_view stringValue {value->AsStringLiteral()->Str().Utf8()}; in CreateEnumProp() local 973 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/ets_frontend/ets2panda/compiler/core/ |
| D | ETSemitter.cpp | 626 std::string stringValue {elem->AsStringLiteral()->Str().Utf8()}; in ProcessArrayElement() local 833 … auto stringValue = pandasm::ScalarValue::Create<pandasm::Value::Type::STRING>(enumValue); in GenCustomAnnotationElement() 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
|
| /arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/ |
| D | ets_intrinsics_peephole.cpp | 63 auto stringValue = runtime->GetStringValue(method, typeId); in ReplaceTypeofWithIsInstance() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
| D | heap_snapshot.cpp | 966 JSTaggedValue stringValue = vm_->GetJSThread()->GlobalConstants()->GetStringString(); in GeneratePrivateStringNode() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| D | enumLowering.cpp | 404 util::StringView stringValue; in CreateEnumStringValuesArray() local
|
| /arkcompiler/ets_runtime/ecmascript/serializer/tests/ |
| D | serializer_test.cpp | 1420 JSHandle<EcmaString> stringValue(factory->NewFromASCII("Hello World")); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| D | jsnapi_sample.cpp | 1791 Local<StringRef> stringValue = StringRef::NewFromUtf8(vm_, inputString.c_str()); in HWTEST_F_L0() local
|