Lines Matching refs:prototype

30     [Object.prototype.toLocaleString,
31 Object.prototype.valueOf,
32 Object.prototype.hasOwnProperty,
33 Object.prototype.isPrototypeOf,
34 Object.prototype.propertyIsEnumerable,
35 Array.prototype.concat,
36 Array.prototype.join,
37 Array.prototype.pop,
38 Array.prototype.push,
39 Array.prototype.reverse,
40 Array.prototype.shift,
41 Array.prototype.slice,
42 Array.prototype.sort,
43 Array.prototype.splice,
44 Array.prototype.unshift,
45 Array.prototype.indexOf,
46 Array.prototype.lastIndexOf,
47 Array.prototype.every,
48 Array.prototype.some,
49 Array.prototype.forEach,
50 Array.prototype.map,
51 Array.prototype.filter,
52 Array.prototype.reduce,
53 Array.prototype.reduceRight,
54 String.prototype.charAt,
55 String.prototype.charCodeAt,
56 String.prototype.concat,
57 String.prototype.indexOf,
58 String.prototype.lastIndexOf,
59 String.prototype.localeCompare,
60 String.prototype.match,
61 String.prototype.replace,
62 String.prototype.search,
63 String.prototype.slice,
64 String.prototype.split,
65 String.prototype.substring,
66 String.prototype.toLowerCase,
67 String.prototype.toLocaleLowerCase,
68 String.prototype.toUpperCase,
69 String.prototype.toLocaleUpperCase,
70 String.prototype.trim];
76 [Array.prototype.toString,
77 Array.prototype.toLocaleString,
78 Function.prototype.toString,
79 Function.prototype.call,
80 Function.prototype.apply,
81 String.prototype.toString,
82 String.prototype.valueOf,
83 Boolean.prototype.toString,
84 Boolean.prototype.valueOf,
85 Number.prototype.toString,
86 Number.prototype.valueOf,
87 Number.prototype.toFixed,
88 Number.prototype.toExponential,
89 Number.prototype.toPrecision,
90 Date.prototype.toString,
91 Date.prototype.toDateString,
92 Date.prototype.toTimeString,
93 Date.prototype.toLocaleString,
94 Date.prototype.toLocaleDateString,
95 Date.prototype.toLocaleTimeString,
96 Date.prototype.valueOf,
97 Date.prototype.getTime,
98 Date.prototype.getFullYear,
99 Date.prototype.getUTCFullYear,
100 Date.prototype.getMonth,
101 Date.prototype.getUTCMonth,
102 Date.prototype.getDate,
103 Date.prototype.getUTCDate,
104 Date.prototype.getDay,
105 Date.prototype.getUTCDay,
106 Date.prototype.getHours,
107 Date.prototype.getUTCHours,
108 Date.prototype.getMinutes,
109 Date.prototype.getUTCMinutes,
110 Date.prototype.getSeconds,
111 Date.prototype.getUTCSeconds,
112 Date.prototype.getMilliseconds,
113 Date.prototype.getUTCMilliseconds,
114 Date.prototype.getTimezoneOffset,
115 Date.prototype.setTime,
116 Date.prototype.setMilliseconds,
117 Date.prototype.setUTCMilliseconds,
118 Date.prototype.setSeconds,
119 Date.prototype.setUTCSeconds,
120 Date.prototype.setMinutes,
121 Date.prototype.setUTCMinutes,
122 Date.prototype.setHours,
123 Date.prototype.setUTCHours,
124 Date.prototype.setDate,
125 Date.prototype.setUTCDate,
126 Date.prototype.setMonth,
127 Date.prototype.setUTCMonth,
128 Date.prototype.setFullYear,
129 Date.prototype.setUTCFullYear,
130 Date.prototype.toUTCString,
131 Date.prototype.toISOString,
132 Date.prototype.toJSON,
133 RegExp.prototype.exec,
134 RegExp.prototype.test,
135 RegExp.prototype.toString,
136 Error.prototype.toString];
141 [Array.prototype.every,
142 Array.prototype.some,
143 Array.prototype.forEach,
144 Array.prototype.map,
145 Array.prototype.filter];
149 [Array.prototype.reduce,
150 Array.prototype.reduceRight];
351 // Object.prototype.toString()
352 assertEquals(Object.prototype.toString.call(null),
355 assertEquals(Object.prototype.toString.call(undefined),