Searched defs:const_type (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/test/cctest/
H A Dtest-types.cc722 TypeHandle const_type = T.Constant(value); local
724 CHECK(const_type->Is(of_type));
732 TypeHandle const_type = T.Constant(value); local
734 CHECK(!of_type->Is(type) || const_type->Is(type));
743 TypeHandle const_type = T.Constant(value); local
745 CHECK(!const_type->Is(type) ||
746 of_type->Is(type) || type->Maybe(const_type));
755 TypeHandle const_type = T.Constant(value); local
757 CHECK(const_type->NowIs(nowof_type));
773 TypeHandle const_type local
785 TypeHandle const_type = T.Constant(value); local
798 TypeHandle const_type = T.Constant(value); local
1185 TypeHandle const_type = T.Constant(value); local
1198 TypeHandle const_type = T.Constant(value); local
1211 TypeHandle const_type = T.Constant(value); local
1223 TypeHandle const_type = T.Constant(value); local
[all...]

Completed in 102 milliseconds