Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_displaynames_test.cpp132 JSHandle<JSTaggedValue> stringValue(factory->NewFromASCII("fr")); in HWTEST_F_L0() local
156 JSHandle<JSTaggedValue> stringValue(factory->NewFromASCII("419")); in HWTEST_F_L0() local
180 JSHandle<JSTaggedValue> stringValue(factory->NewFromASCII("EUR")); in HWTEST_F_L0() local
Dbuiltins_symbol_test.cpp296 JSTaggedValue stringValue(*string); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dtype_literal_extractor.cpp109 CString stringValue = utf::Mutf8AsCString(sd.data); in ProcessTypeLiteral() local
210 CString stringValue = utf::Mutf8AsCString(sd.data); in ProcessTypeSummary() 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/tests/
Djs_number_format_test.cpp90 JSHandle<EcmaString> stringValue = intl::LocaleHelper::UStringToString(thread, result); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/
Djs_list_format.cpp370 JSHandle<EcmaString> stringValue; in FormatList() local
Djs_number_format.cpp744 JSHandle<EcmaString> stringValue = intl::LocaleHelper::UStringToString(thread, result); in FormatNumeric() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Denum.cpp250 auto const stringValue = in CreateEnumStringValuesArray() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_snapshot.cpp944 JSTaggedValue stringValue = vm_->GetJSThread()->GlobalConstants()->GetStringString(); in GeneratePrivateStringNode() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_sample.cpp1805 Local<StringRef> stringValue = StringRef::NewFromUtf8(vm_, inputString.c_str()); in HWTEST_F_L0() local