Home
last modified time | relevance | path

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

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