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

/external/v8/test/cctest/
H A Dtest-types.cc700 TypeHandle function01 = T.Function0(type1, type2); local
708 CHECK(Equal(function01, function02) == Equal(type2, type3));
709 CHECK(Equal(function01, function03) == Equal(type1, type3));

Completed in 31 milliseconds