Lines Matching refs:max
48 // assertEquals(-Infinity, Math.max());
49 print(Math.max());
53 print(Math.max(object_factory(0, NaN, [0])));
58 print(Math.max(object_factory(0, NaN, [0, 0]),
64 print(Math.max(object_factory(0, NaN, [0, 0, 0]),
71 print(Math.max(object_factory(0, 2, [0, 0, 0]),
78 print(Math.max(object_factory(0, 2, [0, 0, 0]),
118 print(Math.max(2, 465, 30.4302, -34.444));
119 print(Math.max(2, 465, undefined, -34.444));
120 print(Math.max(2, 465, undefined, new Date()));