Home
last modified time | relevance | path

Searched defs:stringValue (Results 1 – 12 of 12) 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/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_runtime/ecmascript/
Djs_list_format.cpp360 JSHandle<EcmaString> stringValue; in FormatList() local
Djs_number_format.cpp753 JSHandle<EcmaString> stringValue = intl::LocaleHelper::UStringToString(thread, result); in FormatNumeric() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_snapshot.cpp968 JSTaggedValue stringValue = vm_->GetJSThread()->GlobalConstants()->GetStringString(); in GeneratePrivateStringNode() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DenumLowering.cpp463 util::StringView stringValue; in CreateEnumStringValuesArray() local
/arkcompiler/ets_runtime/ecmascript/serializer/tests/
Dserializer_test.cpp1411 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