Home
last modified time | relevance | path

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

/external/v8/test/mjsunit/regress/
Dregress-1548.js31 function testfn(f) { return [1].map(f)[0]; } function
33 assertThrows(function() { testfn(foo); } );
38 assertThrows(function() { testfn(foo); } );
/external/valgrind/none/tests/amd64/
Dtm1.c34 void testfn ( void* arg ) in testfn() function
40 long long int ok = transactionally_apply ( testfn, NULL ); in main()