Searched refs:resultKey (Results 1 – 4 of 4) sorted by relevance
232 std::string resultKey = mapKey + std::to_string(i); in HWTEST_F_L0() local233 key.Update(factory->NewFromStdString(resultKey).GetTaggedValue()); in HWTEST_F_L0()271 std::string resultKey = mapValue + std::to_string(i + 1U); in HWTEST_F_L0() local272 value.Update(factory->NewFromStdString(resultKey).GetTaggedValue()); in HWTEST_F_L0()
220 std::string resultKey = setKey + std::to_string(i); in HWTEST_F_L0() local221 key.Update(factory->NewFromStdString(resultKey).GetTaggedValue()); in HWTEST_F_L0()
610 JSMutableHandle<JSTaggedValue> resultKey(thread, JSTaggedValue::Undefined()); in HWTEST_F_L0() local615 resultKey.Update(factory->NewFromStdString(rkey).GetTaggedValue()); in HWTEST_F_L0()628 EXPECT_EQ(result, resultKey.GetTaggedValue()); in HWTEST_F_L0()636 resultKey.Update(factory->NewFromStdString(rkey).GetTaggedValue()); in HWTEST_F_L0()649 EXPECT_TRUE(JSTaggedValue::SameValue(result, resultKey.GetTaggedValue())); in HWTEST_F_L0()
1384 DEFVARIABLE(resultKey, VariableType::INT64(), Int64(-1)); in TryToElementsIndex()1388 resultKey = GetInt64OfTInt(key); in TryToElementsIndex()1398 resultKey = StringToElementIndex(glue, key); in TryToElementsIndex()1413 resultKey = SExtInt32ToInt64(integer); in TryToElementsIndex()1420 auto ret = *resultKey; in TryToElementsIndex()