Home
last modified time | relevance | path

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

/external/v8/test/cctest/
Dtest-types.cc918 TypeHandle const_type2 = T.Constant(value2); in Is2() local
919 CHECK(const_type1->Is(const_type2) == (*value1 == *value2)); in Is2()
1137 TypeHandle const_type2 = T.Constant(value2); in NowIs() local
1138 CHECK(const_type1->NowIs(const_type2) == (*value1 == *value2)); in NowIs()
1285 TypeHandle const_type2 = T.Constant(value2); in Maybe() local
1286 CHECK(const_type1->Maybe(const_type2) == (*value1 == *value2)); in Maybe()