Home
last modified time | relevance | path

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

/external/v8/test/cctest/
Dtest-types.cc630 TypeHandle nowof_type = T.NowOf(value); in NowOf() local
631 CHECK(const_type->NowIs(nowof_type)); in NowOf()
637 TypeHandle nowof_type = T.NowOf(value); in NowOf() local
639 CHECK(nowof_type->Is(of_type)); in NowOf()
648 TypeHandle nowof_type = T.NowOf(value); in NowOf() local
649 CHECK(!nowof_type->NowIs(type) || const_type->NowIs(type)); in NowOf()
660 TypeHandle nowof_type = T.NowOf(value); in NowOf() local
662 nowof_type->NowIs(type) || type->Maybe(const_type)); in NowOf()
673 TypeHandle nowof_type = T.NowOf(value); in NowOf() local
675 nowof_type->Is(type) || type->Maybe(const_type)); in NowOf()
[all …]