Home
last modified time | relevance | path

Searched defs:stringValue (Results 1 – 16 of 16) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_segmenter_test.cpp75 … 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
Dbuiltins_displaynames_test.cpp92 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
Dbuiltins_symbol_test.cpp245 JSTaggedValue stringValue(*string); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_segmenter.cpp90 JSHandle<JSTaggedValue> stringValue = GetCallArg(argv, 0); in Segment() local
/arkcompiler/runtime_core/libabckit/tests/ut/isa/isa_dynamic/create/
Dcreateobjectwithexcludedkeys_dynamic.cpp41 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/
Demitter.cpp305 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/
Djs_number_format_test.cpp56 JSHandle<EcmaString> stringValue = intl::LocaleHelper::UStringToString(thread, result); in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Dconst_array_resolver.cpp337 …std::string stringValue = irInterface_->GetStringIdByOffset(rawElemInst->CastToLoadString()->GetTy… in FillLiteral() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSemitter.cpp626 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/
Djs_list_format.cpp359 JSHandle<EcmaString> stringValue; in FormatList() local
Djs_number_format.cpp813 JSHandle<EcmaString> stringValue = intl::LocaleHelper::UStringToString(thread, result); in FormatNumeric() local
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/
Dets_intrinsics_peephole.cpp63 auto stringValue = runtime->GetStringValue(method, typeId); in ReplaceTypeofWithIsInstance() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_snapshot.cpp966 JSTaggedValue stringValue = vm_->GetJSThread()->GlobalConstants()->GetStringString(); in GeneratePrivateStringNode() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DenumLowering.cpp404 util::StringView stringValue; in CreateEnumStringValuesArray() local
/arkcompiler/ets_runtime/ecmascript/serializer/tests/
Dserializer_test.cpp1420 JSHandle<EcmaString> stringValue(factory->NewFromASCII("Hello World")); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_sample.cpp1791 Local<StringRef> stringValue = StringRef::NewFromUtf8(vm_, inputString.c_str()); in HWTEST_F_L0() local