Home
last modified time | relevance | path

Searched refs:otherResult (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_symbol_test.cpp157 auto otherResult = SymbolAlgorithm(thread, symbolRef.GetTaggedValue(), args, 4, AlgorithmType::BUILTIN_VALUE_OF); in HWTEST_F_L0() local
158 EXPECT_TRUE(otherResult.IsSymbol()); in HWTEST_F_L0()
159 ASSERT_EQ(otherResult.GetRawData() == (JSTaggedValue(*symbol)).GetRawData(), true); in HWTEST_F_L0()
194 auto otherResult = SymbolAlgorithm(thread, symbolRef.GetTaggedValue(), args, 4, AlgorithmType::BUILTIN_VALUE_OF); in HWTEST_F_L0() local
195 EXPECT_TRUE(otherResult.IsSymbol()); in HWTEST_F_L0()
196 ASSERT_EQ(otherResult.GetRawData() == (JSTaggedValue(*symbol)).GetRawData(), true); in HWTEST_F_L0()
242 auto otherResult = SymbolAlgorithm(thread, JSTaggedValue::Undefined(), args, 6, AlgorithmType::BUILTIN_KEY_FOR); in HWTEST_F_L0() local
243 ASSERT_TRUE(otherResult.IsString()); in HWTEST_F_L0()
274 auto otherResult = in HWTEST_F_L0() local
276 EXPECT_TRUE(otherResult in HWTEST_F_L0()
[all...]

Completed in 2 milliseconds