Home
last modified time | relevance | path

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

/external/v8/test/cctest/
Dtest-types.cc883 TypeHandle class_type1 = T.Class(map1); in Is2() local
885 CHECK(class_type1->Is(class_type2) == (*map1 == *map2)); in Is2()
1147 TypeHandle class_type1 = T.Class(map1); in NowIs() local
1149 CHECK(class_type1->NowIs(class_type2) == (*map1 == *map2)); in NowIs()
1295 TypeHandle class_type1 = T.Class(map1); in Maybe() local
1297 CHECK(class_type1->Maybe(class_type2) == (*map1 == *map2)); in Maybe()