Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/test/unit/
H A Dunion_normalization_test.cpp358 auto *const normalizedType1 = checker->CreateETSUnionType(std::move(unionConstituents1)); in TEST_F() local
359 ASSERT_NE(normalizedType1, nullptr); in TEST_F()
360 ASSERT_TRUE(normalizedType1->IsETSObjectType()); in TEST_F()
361 ASSERT_EQ(normalizedType1, baseType); in TEST_F()
473 auto *const normalizedType1 = checker->CreateETSUnionType(std::move(unionConstituents1)); in TEST_F() local
474 ASSERT_NE(normalizedType1, nullptr); in TEST_F()
475 ASSERT_TRUE(normalizedType1->IsETSObjectType()); in TEST_F()
476 ASSERT_EQ(normalizedType1, checker->GlobalBuiltinETSStringType()); in TEST_F()
533 auto *const normalizedType1 = checker->CreateETSUnionType(std::move(unionConstituents1)); in TEST_F() local
534 ASSERT_NE(normalizedType1, nullpt in TEST_F()
[all...]

Completed in 2 milliseconds