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