File: library_DatePrototypeProperties.symbols

package info (click to toggle)
node-typescript 3.3.3333-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 324,548 kB
  • sloc: makefile: 6; sh: 3
file content (311 lines) | stat: -rw-r--r-- 21,713 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
=== tests/cases/compiler/library_DatePrototypeProperties.ts ===
// Properties of the Date prototype object as per ES5 spec
// http://www.ecma-international.org/ecma-262/5.1/#sec-15.9.5
Date.prototype.constructor;
>Date.prototype.constructor : Symbol(Object.constructor, Decl(lib.es5.d.ts, --, --))
>Date.prototype : Symbol(DateConstructor.prototype, Decl(lib.es5.d.ts, --, --))
>Date : Symbol(Date, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.scripthost.d.ts, --, --))
>prototype : Symbol(DateConstructor.prototype, Decl(lib.es5.d.ts, --, --))
>constructor : Symbol(Object.constructor, Decl(lib.es5.d.ts, --, --))

Date.prototype.toString();
>Date.prototype.toString : Symbol(Date.toString, Decl(lib.es5.d.ts, --, --))
>Date.prototype : Symbol(DateConstructor.prototype, Decl(lib.es5.d.ts, --, --))
>Date : Symbol(Date, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.scripthost.d.ts, --, --))
>prototype : Symbol(DateConstructor.prototype, Decl(lib.es5.d.ts, --, --))
>toString : Symbol(Date.toString, Decl(lib.es5.d.ts, --, --))

Date.prototype.toDateString();
>Date.prototype.toDateString : Symbol(Date.toDateString, Decl(lib.es5.d.ts, --, --))
>Date.prototype : Symbol(DateConstructor.prototype, Decl(lib.es5.d.ts, --, --))
>Date : Symbol(Date, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.scripthost.d.ts, --, --))
>prototype : Symbol(DateConstructor.prototype, Decl(lib.es5.d.ts, --, --))
>toDateString : Symbol(Date.toDateString, Decl(lib.es5.d.ts, --, --))

Date.prototype.toTimeString();
>Date.prototype.toTimeString : Symbol(Date.toTimeString, Decl(lib.es5.d.ts, --, --))
>Date.prototype : Symbol(DateConstructor.prototype, Decl(lib.es5.d.ts, --, --))
>Date : Symbol(Date, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.scripthost.d.ts, --, --))
>prototype : Symbol(DateConstructor.prototype, Decl(lib.es5.d.ts, --, --))
>toTimeString : Symbol(Date.toTimeString, Decl(lib.es5.d.ts, --, --))

Date.prototype.toLocaleString();
>Date.prototype.toLocaleString : Symbol(Date.toLocaleString, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --))
>Date.prototype : Symbol(DateConstructor.prototype, Decl(lib.es5.d.ts, --, --))
>Date : Symbol(Date, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.scripthost.d.ts, --, --))
>prototype : Symbol(DateConstructor.prototype, Decl(lib.es5.d.ts, --, --))
>toLocaleString : Symbol(Date.toLocaleString, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --))

Date.prototype.toLocaleDateString();
>Date.prototype.toLocaleDateString : Symbol(Date.toLocaleDateString, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --))
>Date.prototype : Symbol(DateConstructor.prototype, Decl(lib.es5.d.ts, --, --))
>Date : Symbol(Date, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.scripthost.d.ts, --, --))
>prototype : Symbol(DateConstructor.prototype, Decl(lib.es5.d.ts, --, --))
>toLocaleDateString : Symbol(Date.toLocaleDateString, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --))

Date.prototype.toLocaleTimeString();
>Date.prototype.toLocaleTimeString : Symbol(Date.toLocaleTimeString, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --))
>Date.prototype : Symbol(DateConstructor.prototype, Decl(lib.es5.d.ts, --, --))
>Date : Symbol(Date, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.scripthost.d.ts, --, --))
>prototype : Symbol(DateConstructor.prototype, Decl(lib.es5.d.ts, --, --))
>toLocaleTimeString : Symbol(Date.toLocaleTimeString, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --))

Date.prototype.valueOf();
>Date.prototype.valueOf : Symbol(Date.valueOf, Decl(lib.es5.d.ts, --, --))
>Date.prototype : Symbol(DateConstructor.prototype, Decl(lib.es5.d.ts, --, --))
>Date : Symbol(Date, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.scripthost.d.ts, --, --))
>prototype : Symbol(DateConstructor.prototype, Decl(lib.es5.d.ts, --, --))
>valueOf : Symbol(Date.valueOf, Decl(lib.es5.d.ts, --, --))

Date.prototype.getTime();
>Date.prototype.getTime : Symbol(Date.getTime, Decl(lib.es5.d.ts, --, --))
>Date.prototype : Symbol(DateConstructor.prototype, Decl(lib.es5.d.ts, --, --))
>Date : Symbol(Date, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.scripthost.d.ts, --, --))
>prototype : Symbol(DateConstructor.prototype, Decl(lib.es5.d.ts, --, --))
>getTime : Symbol(Date.getTime, Decl(lib.es5.d.ts, --, --))

Date.prototype.getFullYear();
>Date.prototype.getFullYear : Symbol(Date.getFullYear, Decl(lib.es5.d.ts, --, --))
>Date.prototype : Symbol(DateConstructor.prototype, Decl(lib.es5.d.ts, --, --))
>Date : Symbol(Date, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.scripthost.d.ts, --, --))
>prototype : Symbol(DateConstructor.prototype, Decl(lib.es5.d.ts, --, --))
>getFullYear : Symbol(Date.getFullYear, Decl(lib.es5.d.ts, --, --))

Date.prototype.getUTCFullYear();
>Date.prototype.getUTCFullYear : Symbol(Date.getUTCFullYear, Decl(lib.es5.d.ts, --, --))
>Date.prototype : Symbol(DateConstructor.prototype, Decl(lib.es5.d.ts, --, --))
>Date : Symbol(Date, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.scripthost.d.ts, --, --))
>prototype : Symbol(DateConstructor.prototype, Decl(lib.es5.d.ts, --, --))
>getUTCFullYear : Symbol(Date.getUTCFullYear, Decl(lib.es5.d.ts, --, --))

Date.prototype.getMonth();
>Date.prototype.getMonth : Symbol(Date.getMonth, Decl(lib.es5.d.ts, --, --))
>Date.prototype : Symbol(DateConstructor.prototype, Decl(lib.es5.d.ts, --, --))
>Date : Symbol(Date, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.scripthost.d.ts, --, --))
>prototype : Symbol(DateConstructor.prototype, Decl(lib.es5.d.ts, --, --))
>getMonth : Symbol(Date.getMonth, Decl(lib.es5.d.ts, --, --))

Date.prototype.getUTCMonth();
>Date.prototype.getUTCMonth : Symbol(Date.getUTCMonth, Decl(lib.es5.d.ts, --, --))
>Date.prototype : Symbol(DateConstructor.prototype, Decl(lib.es5.d.ts, --, --))
>Date : Symbol(Date, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.scripthost.d.ts, --, --))
>prototype : Symbol(DateConstructor.prototype, Decl(lib.es5.d.ts, --, --))
>getUTCMonth : Symbol(Date.getUTCMonth, Decl(lib.es5.d.ts, --, --))

Date.prototype.getDate();
>Date.prototype.getDate : Symbol(Date.getDate, Decl(lib.es5.d.ts, --, --))
>Date.prototype : Symbol(DateConstructor.prototype, Decl(lib.es5.d.ts, --, --))
>Date : Symbol(Date, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.scripthost.d.ts, --, --))
>prototype : Symbol(DateConstructor.prototype, Decl(lib.es5.d.ts, --, --))
>getDate : Symbol(Date.getDate, Decl(lib.es5.d.ts, --, --))

Date.prototype.getUTCDate();
>Date.prototype.getUTCDate : Symbol(Date.getUTCDate, Decl(lib.es5.d.ts, --, --))
>Date.prototype : Symbol(DateConstructor.prototype, Decl(lib.es5.d.ts, --, --))
>Date : Symbol(Date, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.scripthost.d.ts, --, --))
>prototype : Symbol(DateConstructor.prototype, Decl(lib.es5.d.ts, --, --))
>getUTCDate : Symbol(Date.getUTCDate, Decl(lib.es5.d.ts, --, --))

Date.prototype.getDay();
>Date.prototype.getDay : Symbol(Date.getDay, Decl(lib.es5.d.ts, --, --))
>Date.prototype : Symbol(DateConstructor.prototype, Decl(lib.es5.d.ts, --, --))
>Date : Symbol(Date, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.scripthost.d.ts, --, --))
>prototype : Symbol(DateConstructor.prototype, Decl(lib.es5.d.ts, --, --))
>getDay : Symbol(Date.getDay, Decl(lib.es5.d.ts, --, --))

Date.prototype.getUTCDay();
>Date.prototype.getUTCDay : Symbol(Date.getUTCDay, Decl(lib.es5.d.ts, --, --))
>Date.prototype : Symbol(DateConstructor.prototype, Decl(lib.es5.d.ts, --, --))
>Date : Symbol(Date, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.scripthost.d.ts, --, --))
>prototype : Symbol(DateConstructor.prototype, Decl(lib.es5.d.ts, --, --))
>getUTCDay : Symbol(Date.getUTCDay, Decl(lib.es5.d.ts, --, --))

Date.prototype.getHours();
>Date.prototype.getHours : Symbol(Date.getHours, Decl(lib.es5.d.ts, --, --))
>Date.prototype : Symbol(DateConstructor.prototype, Decl(lib.es5.d.ts, --, --))
>Date : Symbol(Date, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.scripthost.d.ts, --, --))
>prototype : Symbol(DateConstructor.prototype, Decl(lib.es5.d.ts, --, --))
>getHours : Symbol(Date.getHours, Decl(lib.es5.d.ts, --, --))

Date.prototype.getUTCHours();
>Date.prototype.getUTCHours : Symbol(Date.getUTCHours, Decl(lib.es5.d.ts, --, --))
>Date.prototype : Symbol(DateConstructor.prototype, Decl(lib.es5.d.ts, --, --))
>Date : Symbol(Date, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.scripthost.d.ts, --, --))
>prototype : Symbol(DateConstructor.prototype, Decl(lib.es5.d.ts, --, --))
>getUTCHours : Symbol(Date.getUTCHours, Decl(lib.es5.d.ts, --, --))

Date.prototype.getMinutes();
>Date.prototype.getMinutes : Symbol(Date.getMinutes, Decl(lib.es5.d.ts, --, --))
>Date.prototype : Symbol(DateConstructor.prototype, Decl(lib.es5.d.ts, --, --))
>Date : Symbol(Date, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.scripthost.d.ts, --, --))
>prototype : Symbol(DateConstructor.prototype, Decl(lib.es5.d.ts, --, --))
>getMinutes : Symbol(Date.getMinutes, Decl(lib.es5.d.ts, --, --))

Date.prototype.getUTCMinutes();
>Date.prototype.getUTCMinutes : Symbol(Date.getUTCMinutes, Decl(lib.es5.d.ts, --, --))
>Date.prototype : Symbol(DateConstructor.prototype, Decl(lib.es5.d.ts, --, --))
>Date : Symbol(Date, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.scripthost.d.ts, --, --))
>prototype : Symbol(DateConstructor.prototype, Decl(lib.es5.d.ts, --, --))
>getUTCMinutes : Symbol(Date.getUTCMinutes, Decl(lib.es5.d.ts, --, --))

Date.prototype.getSeconds();
>Date.prototype.getSeconds : Symbol(Date.getSeconds, Decl(lib.es5.d.ts, --, --))
>Date.prototype : Symbol(DateConstructor.prototype, Decl(lib.es5.d.ts, --, --))
>Date : Symbol(Date, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.scripthost.d.ts, --, --))
>prototype : Symbol(DateConstructor.prototype, Decl(lib.es5.d.ts, --, --))
>getSeconds : Symbol(Date.getSeconds, Decl(lib.es5.d.ts, --, --))

Date.prototype.getUTCSeconds();
>Date.prototype.getUTCSeconds : Symbol(Date.getUTCSeconds, Decl(lib.es5.d.ts, --, --))
>Date.prototype : Symbol(DateConstructor.prototype, Decl(lib.es5.d.ts, --, --))
>Date : Symbol(Date, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.scripthost.d.ts, --, --))
>prototype : Symbol(DateConstructor.prototype, Decl(lib.es5.d.ts, --, --))
>getUTCSeconds : Symbol(Date.getUTCSeconds, Decl(lib.es5.d.ts, --, --))

Date.prototype.getMilliseconds();
>Date.prototype.getMilliseconds : Symbol(Date.getMilliseconds, Decl(lib.es5.d.ts, --, --))
>Date.prototype : Symbol(DateConstructor.prototype, Decl(lib.es5.d.ts, --, --))
>Date : Symbol(Date, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.scripthost.d.ts, --, --))
>prototype : Symbol(DateConstructor.prototype, Decl(lib.es5.d.ts, --, --))
>getMilliseconds : Symbol(Date.getMilliseconds, Decl(lib.es5.d.ts, --, --))

Date.prototype.getUTCMilliseconds();
>Date.prototype.getUTCMilliseconds : Symbol(Date.getUTCMilliseconds, Decl(lib.es5.d.ts, --, --))
>Date.prototype : Symbol(DateConstructor.prototype, Decl(lib.es5.d.ts, --, --))
>Date : Symbol(Date, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.scripthost.d.ts, --, --))
>prototype : Symbol(DateConstructor.prototype, Decl(lib.es5.d.ts, --, --))
>getUTCMilliseconds : Symbol(Date.getUTCMilliseconds, Decl(lib.es5.d.ts, --, --))

Date.prototype.getTimezoneOffset();
>Date.prototype.getTimezoneOffset : Symbol(Date.getTimezoneOffset, Decl(lib.es5.d.ts, --, --))
>Date.prototype : Symbol(DateConstructor.prototype, Decl(lib.es5.d.ts, --, --))
>Date : Symbol(Date, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.scripthost.d.ts, --, --))
>prototype : Symbol(DateConstructor.prototype, Decl(lib.es5.d.ts, --, --))
>getTimezoneOffset : Symbol(Date.getTimezoneOffset, Decl(lib.es5.d.ts, --, --))

Date.prototype.setTime(0);
>Date.prototype.setTime : Symbol(Date.setTime, Decl(lib.es5.d.ts, --, --))
>Date.prototype : Symbol(DateConstructor.prototype, Decl(lib.es5.d.ts, --, --))
>Date : Symbol(Date, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.scripthost.d.ts, --, --))
>prototype : Symbol(DateConstructor.prototype, Decl(lib.es5.d.ts, --, --))
>setTime : Symbol(Date.setTime, Decl(lib.es5.d.ts, --, --))

Date.prototype.setMilliseconds(0);
>Date.prototype.setMilliseconds : Symbol(Date.setMilliseconds, Decl(lib.es5.d.ts, --, --))
>Date.prototype : Symbol(DateConstructor.prototype, Decl(lib.es5.d.ts, --, --))
>Date : Symbol(Date, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.scripthost.d.ts, --, --))
>prototype : Symbol(DateConstructor.prototype, Decl(lib.es5.d.ts, --, --))
>setMilliseconds : Symbol(Date.setMilliseconds, Decl(lib.es5.d.ts, --, --))

Date.prototype.setUTCMilliseconds(0);
>Date.prototype.setUTCMilliseconds : Symbol(Date.setUTCMilliseconds, Decl(lib.es5.d.ts, --, --))
>Date.prototype : Symbol(DateConstructor.prototype, Decl(lib.es5.d.ts, --, --))
>Date : Symbol(Date, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.scripthost.d.ts, --, --))
>prototype : Symbol(DateConstructor.prototype, Decl(lib.es5.d.ts, --, --))
>setUTCMilliseconds : Symbol(Date.setUTCMilliseconds, Decl(lib.es5.d.ts, --, --))

Date.prototype.setSeconds(0);
>Date.prototype.setSeconds : Symbol(Date.setSeconds, Decl(lib.es5.d.ts, --, --))
>Date.prototype : Symbol(DateConstructor.prototype, Decl(lib.es5.d.ts, --, --))
>Date : Symbol(Date, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.scripthost.d.ts, --, --))
>prototype : Symbol(DateConstructor.prototype, Decl(lib.es5.d.ts, --, --))
>setSeconds : Symbol(Date.setSeconds, Decl(lib.es5.d.ts, --, --))

Date.prototype.setUTCSeconds(0);
>Date.prototype.setUTCSeconds : Symbol(Date.setUTCSeconds, Decl(lib.es5.d.ts, --, --))
>Date.prototype : Symbol(DateConstructor.prototype, Decl(lib.es5.d.ts, --, --))
>Date : Symbol(Date, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.scripthost.d.ts, --, --))
>prototype : Symbol(DateConstructor.prototype, Decl(lib.es5.d.ts, --, --))
>setUTCSeconds : Symbol(Date.setUTCSeconds, Decl(lib.es5.d.ts, --, --))

Date.prototype.setMinutes(0);
>Date.prototype.setMinutes : Symbol(Date.setMinutes, Decl(lib.es5.d.ts, --, --))
>Date.prototype : Symbol(DateConstructor.prototype, Decl(lib.es5.d.ts, --, --))
>Date : Symbol(Date, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.scripthost.d.ts, --, --))
>prototype : Symbol(DateConstructor.prototype, Decl(lib.es5.d.ts, --, --))
>setMinutes : Symbol(Date.setMinutes, Decl(lib.es5.d.ts, --, --))

Date.prototype.setUTCMinutes(0);
>Date.prototype.setUTCMinutes : Symbol(Date.setUTCMinutes, Decl(lib.es5.d.ts, --, --))
>Date.prototype : Symbol(DateConstructor.prototype, Decl(lib.es5.d.ts, --, --))
>Date : Symbol(Date, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.scripthost.d.ts, --, --))
>prototype : Symbol(DateConstructor.prototype, Decl(lib.es5.d.ts, --, --))
>setUTCMinutes : Symbol(Date.setUTCMinutes, Decl(lib.es5.d.ts, --, --))

Date.prototype.setHours(0);
>Date.prototype.setHours : Symbol(Date.setHours, Decl(lib.es5.d.ts, --, --))
>Date.prototype : Symbol(DateConstructor.prototype, Decl(lib.es5.d.ts, --, --))
>Date : Symbol(Date, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.scripthost.d.ts, --, --))
>prototype : Symbol(DateConstructor.prototype, Decl(lib.es5.d.ts, --, --))
>setHours : Symbol(Date.setHours, Decl(lib.es5.d.ts, --, --))

Date.prototype.setUTCHours(0);
>Date.prototype.setUTCHours : Symbol(Date.setUTCHours, Decl(lib.es5.d.ts, --, --))
>Date.prototype : Symbol(DateConstructor.prototype, Decl(lib.es5.d.ts, --, --))
>Date : Symbol(Date, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.scripthost.d.ts, --, --))
>prototype : Symbol(DateConstructor.prototype, Decl(lib.es5.d.ts, --, --))
>setUTCHours : Symbol(Date.setUTCHours, Decl(lib.es5.d.ts, --, --))

Date.prototype.setDate(0);
>Date.prototype.setDate : Symbol(Date.setDate, Decl(lib.es5.d.ts, --, --))
>Date.prototype : Symbol(DateConstructor.prototype, Decl(lib.es5.d.ts, --, --))
>Date : Symbol(Date, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.scripthost.d.ts, --, --))
>prototype : Symbol(DateConstructor.prototype, Decl(lib.es5.d.ts, --, --))
>setDate : Symbol(Date.setDate, Decl(lib.es5.d.ts, --, --))

Date.prototype.setUTCDate(0);
>Date.prototype.setUTCDate : Symbol(Date.setUTCDate, Decl(lib.es5.d.ts, --, --))
>Date.prototype : Symbol(DateConstructor.prototype, Decl(lib.es5.d.ts, --, --))
>Date : Symbol(Date, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.scripthost.d.ts, --, --))
>prototype : Symbol(DateConstructor.prototype, Decl(lib.es5.d.ts, --, --))
>setUTCDate : Symbol(Date.setUTCDate, Decl(lib.es5.d.ts, --, --))

Date.prototype.setMonth(0);
>Date.prototype.setMonth : Symbol(Date.setMonth, Decl(lib.es5.d.ts, --, --))
>Date.prototype : Symbol(DateConstructor.prototype, Decl(lib.es5.d.ts, --, --))
>Date : Symbol(Date, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.scripthost.d.ts, --, --))
>prototype : Symbol(DateConstructor.prototype, Decl(lib.es5.d.ts, --, --))
>setMonth : Symbol(Date.setMonth, Decl(lib.es5.d.ts, --, --))

Date.prototype.setUTCMonth(0);
>Date.prototype.setUTCMonth : Symbol(Date.setUTCMonth, Decl(lib.es5.d.ts, --, --))
>Date.prototype : Symbol(DateConstructor.prototype, Decl(lib.es5.d.ts, --, --))
>Date : Symbol(Date, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.scripthost.d.ts, --, --))
>prototype : Symbol(DateConstructor.prototype, Decl(lib.es5.d.ts, --, --))
>setUTCMonth : Symbol(Date.setUTCMonth, Decl(lib.es5.d.ts, --, --))

Date.prototype.setFullYear(0);
>Date.prototype.setFullYear : Symbol(Date.setFullYear, Decl(lib.es5.d.ts, --, --))
>Date.prototype : Symbol(DateConstructor.prototype, Decl(lib.es5.d.ts, --, --))
>Date : Symbol(Date, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.scripthost.d.ts, --, --))
>prototype : Symbol(DateConstructor.prototype, Decl(lib.es5.d.ts, --, --))
>setFullYear : Symbol(Date.setFullYear, Decl(lib.es5.d.ts, --, --))

Date.prototype.setUTCFullYear(0);
>Date.prototype.setUTCFullYear : Symbol(Date.setUTCFullYear, Decl(lib.es5.d.ts, --, --))
>Date.prototype : Symbol(DateConstructor.prototype, Decl(lib.es5.d.ts, --, --))
>Date : Symbol(Date, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.scripthost.d.ts, --, --))
>prototype : Symbol(DateConstructor.prototype, Decl(lib.es5.d.ts, --, --))
>setUTCFullYear : Symbol(Date.setUTCFullYear, Decl(lib.es5.d.ts, --, --))

Date.prototype.toUTCString();
>Date.prototype.toUTCString : Symbol(Date.toUTCString, Decl(lib.es5.d.ts, --, --))
>Date.prototype : Symbol(DateConstructor.prototype, Decl(lib.es5.d.ts, --, --))
>Date : Symbol(Date, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.scripthost.d.ts, --, --))
>prototype : Symbol(DateConstructor.prototype, Decl(lib.es5.d.ts, --, --))
>toUTCString : Symbol(Date.toUTCString, Decl(lib.es5.d.ts, --, --))

Date.prototype.toISOString();
>Date.prototype.toISOString : Symbol(Date.toISOString, Decl(lib.es5.d.ts, --, --))
>Date.prototype : Symbol(DateConstructor.prototype, Decl(lib.es5.d.ts, --, --))
>Date : Symbol(Date, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.scripthost.d.ts, --, --))
>prototype : Symbol(DateConstructor.prototype, Decl(lib.es5.d.ts, --, --))
>toISOString : Symbol(Date.toISOString, Decl(lib.es5.d.ts, --, --))

Date.prototype.toJSON(null);
>Date.prototype.toJSON : Symbol(Date.toJSON, Decl(lib.es5.d.ts, --, --))
>Date.prototype : Symbol(DateConstructor.prototype, Decl(lib.es5.d.ts, --, --))
>Date : Symbol(Date, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.scripthost.d.ts, --, --))
>prototype : Symbol(DateConstructor.prototype, Decl(lib.es5.d.ts, --, --))
>toJSON : Symbol(Date.toJSON, Decl(lib.es5.d.ts, --, --))