Searched refs:strValue (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/tests/ |
H A D | js_list_format_test.cpp | 281 JSHandle<JSArray> strValue = JSHandle<JSArray>::Cast(arrayString); in HWTEST_F_L0() local 282 EXPECT_EQ(strValue->GetArrayLength(), 3U); in HWTEST_F_L0() 284 auto resValue0 = JSTaggedValue::GetProperty(thread, JSHandle<JSTaggedValue>::Cast(strValue), 0).GetValue(); in HWTEST_F_L0() 285 auto resValue1 = JSTaggedValue::GetProperty(thread, JSHandle<JSTaggedValue>::Cast(strValue), 1).GetValue(); in HWTEST_F_L0() 286 auto resValue2 = JSTaggedValue::GetProperty(thread, JSHandle<JSTaggedValue>::Cast(strValue), 2).GetValue(); in HWTEST_F_L0()
|
/arkcompiler/runtime_core/static_core/libpandabase/tests/ |
H A D | arena_allocator_test.cpp | 159 ComplexClass(size_t value, std::string strValue) : value_(value), strValue_(std::move(strValue)) {} in ComplexClass() argument
|
/arkcompiler/toolchain/tooling/base/ |
H A D | pt_types.cpp | 801 std::string strValue = tagged->ToString(ecmaVm)->ToString(ecmaVm); in DescriptionForPrimitiveNumber() local 802 std::string description = RemoteObject::JSPrimitiveNumberDescription + "{[[PrimitiveValue]]: " + strValue + "}"; in DescriptionForPrimitiveNumber() 808 std::string strValue = tagged->ToString(ecmaVm)->ToString(ecmaVm); in DescriptionForPrimitiveString() local 809 std::string description = RemoteObject::JSPrimitiveStringDescription + "{[[PrimitiveValue]]: " + strValue + "}"; in DescriptionForPrimitiveString() 815 std::string strValue = tagged->ToString(ecmaVm)->ToString(ecmaVm); in DescriptionForPrimitiveBoolean() local 816 std::string description = RemoteObject::JSPrimitiveBooleanDescription + "{[[PrimitiveValue]]: " + strValue + "}"; in DescriptionForPrimitiveBoolean()
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
H A D | runtime_stubs-inl.h | 498 JSHandle<JSTaggedValue> strValue(factory->NewFromUtf16Literal(&res, 1)); in RuntimeStArraySpread() 499 JSTaggedValue::SetProperty(thread, dst, dstLen + i, strValue, true); in RuntimeStArraySpread()
|
Completed in 15 milliseconds