Lines Matching refs:strict
50 strict: strictTest, property
56 assertEquals(2, O.strict.length);
65 O.strict();
66 O.strict(2, 1);
67 O.strict(6, 5, 4, 3, 2, 1);
68 O.strict(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]);
89 O.strict.call(O);
90 O.strict.call(O, 2, 1);
91 O.strict.call(O, 6, 5, 4, 3, 2, 1);
92 O.strict.call(O, 3, 2, 1);