Home
last modified time | relevance | path

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

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