Home
last modified time | relevance | path

Searched refs:replaceResult (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_api_hashmap_test.cpp402 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/
Dbuiltins_regexp_test.cpp590 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/
Dbuiltins_regexp.cpp970 JSTaggedValue replaceResult = JSFunction::Call(info); in Replace() local
972 JSHandle<JSTaggedValue> replValue(thread, replaceResult); in Replace()