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

/external/v8/test/cctest/
H A Dtest-types.cc393 void CheckDisjoint(TypeHandle type1, TypeHandle type2) { function in struct:Tests
1357 CheckDisjoint(T.Boolean, T.Null);
1358 CheckDisjoint(T.Undefined, T.Null);
1359 CheckDisjoint(T.Boolean, T.Undefined);
1362 CheckDisjoint(T.Signed32, T.NaN);
1371 CheckDisjoint(T.String, T.Symbol);
1372 CheckDisjoint(T.InternalizedString, T.Symbol);
1377 CheckDisjoint(T.Object, T.Proxy);
1378 CheckDisjoint(T.Array, T.Function);
1385 CheckDisjoint(
[all...]

Completed in 157 milliseconds