Lines Matching refs:apply
73 strictTest.apply(null, []);
74 strictTest.apply(null, [2, 1]);
75 strictTest.apply(null, [6, 5, 4, 3, 2, 1]);
76 strictTest.apply(null, [3, 2, 1]);
77 O.strict.apply(O, []);
78 O.strict.apply(O, [2, 1]);
79 O.strict.apply(O, [6, 5, 4, 3, 2, 1]);
80 O.strict.apply(O, [3, 2, 1]);
115 sloppyTest.apply(null, []);
116 sloppyTest.apply(null, [2, 1]);
117 sloppyTest.apply(null, [6, 5, 4, 3, 2, 1]);
118 sloppyTest.apply(null, [3, 2, 1]);
119 O.sloppy.apply(O, []);
120 O.sloppy.apply(O, [2, 1]);
121 O.sloppy.apply(O, [6, 5, 4, 3, 2, 1]);
122 O.sloppy.apply(O, [3, 2, 1]);