Home
last modified time | relevance | path

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

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