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