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

/external/chromium_org/v8/test/cctest/
H A Dtest-types.cc93 static void CheckDisjoint(Handle<Type> type1, Handle<Type> type2) { function
361 CheckDisjoint(T.Boolean, T.Null);
362 CheckDisjoint(T.Undefined, T.Null);
363 CheckDisjoint(T.Boolean, T.Undefined);
368 CheckDisjoint(T.Signed32, T.Double);
380 CheckDisjoint(T.String, T.Symbol);
381 CheckDisjoint(T.InternalizedString, T.Symbol);
389 CheckDisjoint(T.Object, T.Proxy);
390 CheckDisjoint(T.Array, T.Function);
399 CheckDisjoint(
[all...]

Completed in 86 milliseconds