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

/external/chromium_org/v8/test/cctest/
H A Dtest-types.cc150 MethodFunction = Type::Function(String, Object, 0, region);
192 TypeHandle MethodFunction; member in class:Types
1089 CheckSub(T.MethodFunction, T.Function);
1402 CheckOverlap(T.MethodFunction, T.Function);
1406 CheckDisjoint(T.SignedFunction1, T.MethodFunction);
1566 CHECK(this->IsBitset(T.Union(T.MethodFunction, T.Function)));
1569 CheckEqual(T.Union(T.MethodFunction, T.Function), T.Function);
1638 CheckSub(T.Union(T.SignedFunction1, T.MethodFunction), T.Function);
1791 CheckEqual(T.Intersect(T.MethodFunction, T.Object), T.MethodFunction);
[all...]

Completed in 50 milliseconds