• Home
  • Raw
  • Download

Lines Matching refs:max

25 var func = (function max(a,b) { return Math.max(a, b); });  function
27 (function max_L0(b) { return Math.max(true, b); }),
28 (function max_L1(b) { return Math.max(false, b); }),
29 (function max_L2(b) { return Math.max(null, b); }),
30 (function max_L3(b) { return Math.max(void 0, b); }),
31 (function max_L4(b) { return Math.max(0, b); }),
32 (function max_L5(b) { return Math.max(0.0, b); }),
33 (function max_L6(b) { return Math.max(-0, b); }),
34 (function max_L7(b) { return Math.max("", b); }),
35 (function max_L8(b) { return Math.max(-1, b); }),
36 (function max_L9(b) { return Math.max(-1.25, b); }),
37 (function max_L10(b) { return Math.max(1, b); }),
38 (function max_L11(b) { return Math.max(1.25, b); }),
39 (function max_L12(b) { return Math.max(-2147483648, b); }),
40 (function max_L13(b) { return Math.max(2147483648, b); }),
41 (function max_L14(b) { return Math.max(Infinity, b); }),
42 (function max_L15(b) { return Math.max(-Infinity, b); }),
43 (function max_L16(b) { return Math.max(NaN, b); })
46 (function max_R0(a) { return Math.max(a, true); }),
47 (function max_R1(a) { return Math.max(a, false); }),
48 (function max_R2(a) { return Math.max(a, null); }),
49 (function max_R3(a) { return Math.max(a, void 0); }),
50 (function max_R4(a) { return Math.max(a, 0); }),
51 (function max_R5(a) { return Math.max(a, 0.0); }),
52 (function max_R6(a) { return Math.max(a, -0); }),
53 (function max_R7(a) { return Math.max(a, ""); }),
54 (function max_R8(a) { return Math.max(a, -1); }),
55 (function max_R9(a) { return Math.max(a, -1.25); }),
56 (function max_R10(a) { return Math.max(a, 1); }),
57 (function max_R11(a) { return Math.max(a, 1.25); }),
58 (function max_R12(a) { return Math.max(a, -2147483648); }),
59 (function max_R13(a) { return Math.max(a, 2147483648); }),
60 (function max_R14(a) { return Math.max(a, Infinity); }),
61 (function max_R15(a) { return Math.max(a, -Infinity); }),
62 (function max_R16(a) { return Math.max(a, NaN); })
66max(true, true),Math.max(true, false),Math.max(true, null),Math.max(true, void 0),Math.max(true, 0…
67max(false, true),Math.max(false, false),Math.max(false, null),Math.max(false, void 0),Math.max(fal…
68max(null, true),Math.max(null, false),Math.max(null, null),Math.max(null, void 0),Math.max(null, 0…
69max(void 0, true),Math.max(void 0, false),Math.max(void 0, null),Math.max(void 0, void 0),Math.max
70max(0, true),Math.max(0, false),Math.max(0, null),Math.max(0, void 0),Math.max(0, 0),Math.max(0, 0…
71max(0.0, true),Math.max(0.0, false),Math.max(0.0, null),Math.max(0.0, void 0),Math.max(0.0, 0),Mat…
72max(-0, true),Math.max(-0, false),Math.max(-0, null),Math.max(-0, void 0),Math.max(-0, 0),Math.max
73max("", true),Math.max("", false),Math.max("", null),Math.max("", void 0),Math.max("", 0),Math.max
74max(-1, true),Math.max(-1, false),Math.max(-1, null),Math.max(-1, void 0),Math.max(-1, 0),Math.max
75max(-1.25, true),Math.max(-1.25, false),Math.max(-1.25, null),Math.max(-1.25, void 0),Math.max(-1.…
76max(1, true),Math.max(1, false),Math.max(1, null),Math.max(1, void 0),Math.max(1, 0),Math.max(1, 0…
77max(1.25, true),Math.max(1.25, false),Math.max(1.25, null),Math.max(1.25, void 0),Math.max(1.25, 0…
78max(-2147483648, true),Math.max(-2147483648, false),Math.max(-2147483648, null),Math.max(-21474836…
79max(2147483648, true),Math.max(2147483648, false),Math.max(2147483648, null),Math.max(2147483648, …
80max(Infinity, true),Math.max(Infinity, false),Math.max(Infinity, null),Math.max(Infinity, void 0),…
81max(-Infinity, true),Math.max(-Infinity, false),Math.max(-Infinity, null),Math.max(-Infinity, void…
82max(NaN, true),Math.max(NaN, false),Math.max(NaN, null),Math.max(NaN, void 0),Math.max(NaN, 0),Mat…