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

/external/v8/test/cctest/
H A Dtypes-fuzz.h115 MethodFunction = Type::Function(String, Object, 0, region);
165 TypeHandle MethodFunction; member in class:v8::internal::Types
H A Dtest-types.cc1062 CheckSub(T.MethodFunction, T.Object);
1373 CheckOverlap(T.MethodFunction, T.Object);
1377 CheckDisjoint(T.SignedFunction1, T.MethodFunction);
1544 CHECK(this->IsBitset(T.Union(T.MethodFunction, T.Object)));
1547 CheckEqual(T.Union(T.MethodFunction, T.Object), T.Object);
1615 CheckSub(T.Union(T.SignedFunction1, T.MethodFunction), T.Object);
1777 CheckEqual(T.Intersect(T.MethodFunction, T.Object), T.MethodFunction);
1805 T.Intersect(T.MethodFunction, T.Union(T.String, T.MethodFunction)),
[all...]

Completed in 93 milliseconds