Home | History | Annotate | Download | only in regress

Lines Matching refs:undefined

29 // undefined as the receiver (which for non-strict functions is
47 [2, 3].every(non_strict, undefined);
50 [2, 3].every(strict, undefined);
54 [2, 3].filter(non_strict, undefined);
57 [2, 3].filter(strict, undefined);
61 [2, 3].forEach(non_strict, undefined);
64 [2, 3].forEach(strict, undefined);
68 [2, 3].map(non_strict, undefined);
71 [2, 3].map(strict, undefined);
75 [2, 3].some(non_strict, undefined);
78 [2, 3].some(strict, undefined);