Home
last modified time | relevance | path

Searched defs:stringValue (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_number_format_test.cpp56 JSHandle<EcmaString> stringValue = intl::LocaleHelper::UStringToString(thread, result); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_segmenter.cpp90 JSHandle<JSTaggedValue> stringValue = GetCallArg(argv, 0); in Segment() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_segmenter_test.cpp74 JSSegmentsCreateTest(JSThread *thread, JSHandle<JSTaggedValue> &locale, JSHandle<JSTaggedValue> &granularity, JSHandle<JSTaggedValue> &stringValue) JSSegmentsCreateTest() argument
[all...]
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
H A Dconst_array_resolver.cpp337 std::string stringValue = irInterface_->GetStringIdByOffset(rawElemInst->CastToLoadString()->GetTypeId()); in FillLiteral() local
/arkcompiler/ets_runtime/ecmascript/
H A Djs_list_format.cpp361 JSHandle<EcmaString> stringValue; in FormatList() local
H A Djs_number_format.cpp813 JSHandle<EcmaString> stringValue = intl::LocaleHelper::UStringToString(thread, result); in FormatNumeric() local
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/
H A Dets_intrinsics_peephole.cpp63 auto stringValue = runtime->GetStringValue(method, typeId); in ReplaceTypeofWithIsInstance() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
H A Dheap_snapshot.cpp967 JSTaggedValue stringValue = vm_->GetJSThread()->GlobalConstants()->GetStringString(); in GeneratePrivateStringNode() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Djsnapi_sample.cpp1791 Local<StringRef> stringValue = StringRef::NewFromUtf8(vm_, inputString.c_str()); in HWTEST_F_L0() local

Completed in 14 milliseconds