Searched refs:ArrayMaker (Results 1 – 2 of 2) sorted by relevance
5 function ArrayMaker(x) { class8 ArrayMaker.prototype = Array.prototype;20 ArrayMaker // Also test arrays41 if (constructor != ArrayMaker) {
74 typedef SkTArray<int>* (*ArrayMaker)(); in test_swap() typedef75 ArrayMaker arrayMakers[] = {make, make_s<5>, make_s<10>, make_s<20>}; in test_swap()