Home
last modified time | relevance | path

Searched defs:strValue (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/test/unit/plugin/
Dplugin_proceed_to_state_string_optimize.cpp69 const char *strValue = impl->StringLiteralStrConst(ctx, node); in CollectLiterals() local
106 const char *strValue = impl->StringLiteralStrConst(ctx, node); in ReplaceDuplicatedLiterals() local
/arkcompiler/runtime_core/taihe/test/ani_union/author/src/
Dunion_ani.impl.cpp192 auto &strValue = data.get_strValue_ref(); in MakeAndShowStructUnion() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_list_format_test.cpp281 JSHandle<JSArray> strValue = JSHandle<JSArray>::Cast(arrayString); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dobject_operator_stub_builder.cpp348 auto strValue = stringBuilder.FastSubString(glue, results.GetHolder(), in LookupElementInlinedProps() local
/arkcompiler/runtime_core/static_core/libpandabase/tests/
Darena_allocator_test.cpp159 …ComplexClass(size_t value, std::string strValue) : value_(value), strValue_(std::move(strValue)) {} in ComplexClass()
/arkcompiler/toolchain/tooling/dynamic/base/
Dpt_types.cpp800 std::string strValue = tagged->ToString(ecmaVm)->ToString(ecmaVm); in DescriptionForPrimitiveNumber() local
807 std::string strValue = tagged->ToString(ecmaVm)->DebuggerToString(ecmaVm); in DescriptionForPrimitiveString() local
814 std::string strValue = tagged->ToString(ecmaVm)->ToString(ecmaVm); in DescriptionForPrimitiveBoolean() local
/arkcompiler/jsvm/src/
Djs_native_api_v8.cpp5688 auto strValue = v8::String::NewFromUtf8(isolate, "value").ToLocalChecked(); in OnPromiseReject() local