Home
last modified time | relevance | path

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

/external/v8/test/cctest/
Dtest-types.cc597 TypeHandle of_type = T.Of(value); in Of() local
598 CHECK(const_type->Is(of_type)); in Of()
607 TypeHandle of_type = T.Of(value); in Of() local
608 CHECK(!of_type->Is(type) || const_type->Is(type)); in Of()
618 TypeHandle of_type = T.Of(value); in Of() local
620 of_type->Is(type) || type->Maybe(const_type)); in Of()
638 TypeHandle of_type = T.Of(value); in NowOf() local
639 CHECK(nowof_type->Is(of_type)); in NowOf()