Home
last modified time | relevance | path

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

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