Home
last modified time | relevance | path

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

/external/v8/test/cctest/
Dtest-types.cc577 TypeHandle function11 = T.Function1(type1, type2, type2); in Function() local
584 CHECK(Equal(function11, function12) == Equal(type2, type3)); in Function()