Home
last modified time | relevance | path

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

/external/v8/test/cctest/
Dtest-types.cc1508 TypeHandle union23 = T.Union(type2, type3); in Union3() local
1509 CHECK(!(type1->Is(type2) || type1->Is(type3)) || type1->Is(union23)); in Union3()