Home
last modified time | relevance | path

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

/external/v8/test/cctest/
Dtest-types.cc580 TypeHandle function22 = T.Function2(type1, type2, type3); in Function() local
585 CHECK(Equal(function21, function22) == Equal(type2, type3)); in Function()