Searched refs:resultValue1 (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ic/tests/ |
H A D | ic_runtime_stub_test.cpp | 81 JSTaggedValue resultValue1 = in HWTEST_F_L0() local 84 EXPECT_EQ(resultValue1.GetInt(), 2); in HWTEST_F_L0() 112 JSTaggedValue resultValue1 = in HWTEST_F_L0() local 115 EXPECT_TRUE(resultValue1.IsUndefined()); in HWTEST_F_L0() 229 JSTaggedValue resultValue1 = ICRuntimeStub::TryLoadICByName(thread, handleReceiver, handleFirstObjClassVal, in HWTEST_F_L0() local 231 EXPECT_EQ(resultValue1.GetInt(), handleStoreVal.GetInt()); in HWTEST_F_L0() 354 JSTaggedValue resultValue1 = in HWTEST_F_L0() local 357 EXPECT_TRUE(resultValue1.IsUndefined()); in HWTEST_F_L0() 412 JSTaggedValue resultValue1 = in HWTEST_F_L0() local 415 EXPECT_EQ(resultValue1 in HWTEST_F_L0() 453 JSTaggedValue resultValue1 = ICRuntimeStub::StorePrototype(thread, handleObj.GetTaggedValue(), HWTEST_F_L0() local 512 JSTaggedValue resultValue1 = ICRuntimeStub::LoadFromField(*handleObj, handler); HWTEST_F_L0() local 527 JSTaggedValue resultValue1 = ICRuntimeStub::StoreGlobal(thread, JSTaggedValue(2), handlerValue.GetTaggedValue()); HWTEST_F_L0() local [all...] |
/arkcompiler/ets_runtime/ecmascript/tests/ |
H A D | symbol_table_test.cpp | 226 JSTaggedValue resultValue1 = symbolTable->FindSymbol(handleSymbol.GetTaggedValue()); in HWTEST_F_L0() local 227 EXPECT_EQ(JSTaggedValue::SameValue(resultValue1, JSTaggedValue::Undefined()), true); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/base/tests/ |
H A D | array_helper_test.cpp | 72 int32_t resultValue1 = ArrayHelper::SortCompare(thread, callbackfnHandle, handleValueX1, handleValueY1); in HWTEST_F_L0() local 79 EXPECT_EQ(resultValue1, 0); // both X and Y is Undefined in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
H A D | builtins_reflect_test.cpp | 411 JSHandle<JSTaggedValue> resultValue1 = in HWTEST_F_L0() local 414 JSHandle<EcmaString>(resultValue1), in HWTEST_F_L0()
|
Completed in 3 milliseconds