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

/external/v8/test/cctest/
H A Dtest-types.cc269 TypeHandle semantic2 = T.Semantic(type2); local
273 TypeHandle semantic_union = T.Union(semantic1, semantic2);
288 TypeHandle semantic2 = T.Semantic(type2); local
292 TypeHandle semantic_intersection = T.Intersect(semantic1, semantic2);
307 TypeHandle semantic2 = T.Semantic(type2); local
309 bool semantic_is = semantic1->Is(semantic2);

Completed in 85 milliseconds