Home
last modified time | relevance | path

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

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