Searched refs:replaceResult (Results 1 – 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/tests/ |
D | js_api_hashmap_test.cpp | 402 JSTaggedValue replaceResult = hashMap->Replace( in HWTEST_F_L0() local 404 EXPECT_EQ(replaceResult, JSTaggedValue::True()); in HWTEST_F_L0() 407 JSTaggedValue replaceResult = hashMap->Get( in HWTEST_F_L0() local 409 EXPECT_EQ(replaceResult, JSTaggedValue(hashCollisionVector[i] * 2)); in HWTEST_F_L0() 435 JSTaggedValue replaceResult = dstHashMap->Get( in HWTEST_F_L0() local 437 EXPECT_EQ(replaceResult, JSTaggedValue(hashCollisionVector[i] * 2)); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
D | builtins_regexp_test.cpp | 590 JSHandle<JSTaggedValue> replaceResult(thread, results); in HWTEST_F_L0() local 593 …ASSERT_EQ(EcmaStringAccessor::Compare(instance, JSHandle<EcmaString>(replaceResult), resultZero), … in HWTEST_F_L0() 616 JSHandle<JSTaggedValue> replaceResult(thread, results); in HWTEST_F_L0() local 618 …ASSERT_EQ(EcmaStringAccessor::Compare(instance, JSHandle<EcmaString>(replaceResult), resultZero), … in HWTEST_F_L0() 641 JSHandle<JSTaggedValue> replaceResult(thread, results); in HWTEST_F_L0() local 643 …ASSERT_EQ(EcmaStringAccessor::Compare(instance, JSHandle<EcmaString>(replaceResult), resultZero), … in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins_regexp.cpp | 970 JSTaggedValue replaceResult = JSFunction::Call(info); in Replace() local 972 JSHandle<JSTaggedValue> replValue(thread, replaceResult); in Replace()
|