Home
last modified time | relevance | path

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

/external/v8/test/cctest/
Dtest-types.cc161 void CheckDisjoint(TypeHandle type1, TypeHandle type2) { in CheckDisjoint() function
1330 CheckDisjoint(T.Boolean, T.Null); in Maybe()
1331 CheckDisjoint(T.Undefined, T.Null); in Maybe()
1332 CheckDisjoint(T.Boolean, T.Undefined); in Maybe()
1335 CheckDisjoint(T.Signed32, T.NaN); in Maybe()
1344 CheckDisjoint(T.String, T.Symbol); in Maybe()
1345 CheckDisjoint(T.InternalizedString, T.Symbol); in Maybe()
1349 CheckDisjoint(T.Object, T.Proxy); in Maybe()
1356 CheckDisjoint(T.ObjectClass, T.ArrayClass); in Maybe()
1365 CheckDisjoint(T.ObjectConstant1, T.ObjectConstant2); in Maybe()
[all …]