Home
last modified time | relevance | path

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

/external/v8/test/cctest/
Dtest-types.cc576 TypeHandle function03 = T.Function0(type3, type2); in Function() local
583 CHECK(Equal(function01, function03) == Equal(type1, type3)); in Function()