Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(124)

Side by Side Diff: sdk/lib/js/dartium/cached_patches.dart

Issue 2893893002: Use generic functions in zones. (Closed)
Patch Set: Fix more tests. Created 3 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « sdk/lib/html/dartium/html_dartium.dart ('k') | tests/co19/co19-co19.status » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // START_OF_CACHED_PATCHES 1 // START_OF_CACHED_PATCHES
2 // Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file 2 // Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file
3 // for details. All rights reserved. Use of this source code is governed by a 3 // for details. All rights reserved. Use of this source code is governed by a
4 // BSD-style license that can be found in the LICENSE file. 4 // BSD-style license that can be found in the LICENSE file.
5 5
6 // DO NOT EDIT GENERATED FILE. 6 // DO NOT EDIT GENERATED FILE.
7 7
8 library cached_patches; 8 library cached_patches;
9 9
10 var cached_patches = { 10 var cached_patches = {
11 "dart:html": [ 11 /********************************************************
12 "dart:html", 12 ***** *****
13 "dart:html_js_interop_patch.dart", 13 ***** MUST RUN tools/dartium/generate_patches.sh *****
14 """import 'dart:js' as js_library; 14 ***** *****
15 15 ********************************************************/
16 /**
17 * Placeholder object for cases where we need to determine exactly how many
18 * args were passed to a function.
19 */
20 const _UNDEFINED_JS_CONST = const Object();
21
22 @patch class AbstractWorker {
23 static Type get instanceRuntimeType => AbstractWorkerImpl;
24
25 }
26 class AbstractWorkerImpl extends AbstractWorker implements js_library.JSObjectIn terfacesDom {
27 AbstractWorkerImpl.internal_() : super.internal_();
28 get runtimeType => AbstractWorker;
29 toString() => super.toString();
30 }
31 @patch class AnchorElement {
32 static Type get instanceRuntimeType => AnchorElementImpl;
33
34 }
35 class AnchorElementImpl extends AnchorElement implements js_library.JSObjectInte rfacesDom {
36 AnchorElementImpl.internal_() : super.internal_();
37 get runtimeType => AnchorElement;
38 toString() => super.toString();
39 }
40 @patch class Animation {
41 static Type get instanceRuntimeType => AnimationImpl;
42
43 }
44 class AnimationImpl extends Animation implements js_library.JSObjectInterfacesDo m {
45 AnimationImpl.internal_() : super.internal_();
46 get runtimeType => Animation;
47 toString() => super.toString();
48 }
49 @patch class AnimationEffectReadOnly {
50 static Type get instanceRuntimeType => AnimationEffectReadOnlyImpl;
51
52 }
53 class AnimationEffectReadOnlyImpl extends AnimationEffectReadOnly implements js_ library.JSObjectInterfacesDom {
54 AnimationEffectReadOnlyImpl.internal_() : super.internal_();
55 get runtimeType => AnimationEffectReadOnly;
56 toString() => super.toString();
57 }
58 @patch class AnimationEffectTiming {
59 static Type get instanceRuntimeType => AnimationEffectTimingImpl;
60
61 }
62 class AnimationEffectTimingImpl extends AnimationEffectTiming implements js_libr ary.JSObjectInterfacesDom {
63 AnimationEffectTimingImpl.internal_() : super.internal_();
64 get runtimeType => AnimationEffectTiming;
65 toString() => super.toString();
66 }
67 @patch class AnimationEvent {
68 static Type get instanceRuntimeType => AnimationEventImpl;
69
70 }
71 class AnimationEventImpl extends AnimationEvent implements js_library.JSObjectIn terfacesDom {
72 AnimationEventImpl.internal_() : super.internal_();
73 get runtimeType => AnimationEvent;
74 toString() => super.toString();
75 }
76 @patch class AnimationPlayerEvent {
77 static Type get instanceRuntimeType => AnimationPlayerEventImpl;
78
79 }
80 class AnimationPlayerEventImpl extends AnimationPlayerEvent implements js_librar y.JSObjectInterfacesDom {
81 AnimationPlayerEventImpl.internal_() : super.internal_();
82 get runtimeType => AnimationPlayerEvent;
83 toString() => super.toString();
84 }
85 @patch class AnimationTimeline {
86 static Type get instanceRuntimeType => AnimationTimelineImpl;
87
88 }
89 class AnimationTimelineImpl extends AnimationTimeline implements js_library.JSOb jectInterfacesDom {
90 AnimationTimelineImpl.internal_() : super.internal_();
91 get runtimeType => AnimationTimeline;
92 toString() => super.toString();
93 }
94 @patch class AppBannerPromptResult {
95 static Type get instanceRuntimeType => AppBannerPromptResultImpl;
96
97 }
98 class AppBannerPromptResultImpl extends AppBannerPromptResult implements js_libr ary.JSObjectInterfacesDom {
99 AppBannerPromptResultImpl.internal_() : super.internal_();
100 get runtimeType => AppBannerPromptResult;
101 toString() => super.toString();
102 }
103 @patch class ApplicationCache {
104 static Type get instanceRuntimeType => ApplicationCacheImpl;
105
106 }
107 class ApplicationCacheImpl extends ApplicationCache implements js_library.JSObje ctInterfacesDom {
108 ApplicationCacheImpl.internal_() : super.internal_();
109 get runtimeType => ApplicationCache;
110 toString() => super.toString();
111 }
112 @patch class ApplicationCacheErrorEvent {
113 static Type get instanceRuntimeType => ApplicationCacheErrorEventImpl;
114
115 }
116 class ApplicationCacheErrorEventImpl extends ApplicationCacheErrorEvent implemen ts js_library.JSObjectInterfacesDom {
117 ApplicationCacheErrorEventImpl.internal_() : super.internal_();
118 get runtimeType => ApplicationCacheErrorEvent;
119 toString() => super.toString();
120 }
121 @patch class AreaElement {
122 static Type get instanceRuntimeType => AreaElementImpl;
123
124 }
125 class AreaElementImpl extends AreaElement implements js_library.JSObjectInterfac esDom {
126 AreaElementImpl.internal_() : super.internal_();
127 get runtimeType => AreaElement;
128 toString() => super.toString();
129 }
130 @patch class AudioElement {
131 static Type get instanceRuntimeType => AudioElementImpl;
132
133 }
134 class AudioElementImpl extends AudioElement implements js_library.JSObjectInterf acesDom {
135 AudioElementImpl.internal_() : super.internal_();
136 get runtimeType => AudioElement;
137 toString() => super.toString();
138 }
139 @patch class AudioTrack {
140 static Type get instanceRuntimeType => AudioTrackImpl;
141
142 }
143 class AudioTrackImpl extends AudioTrack implements js_library.JSObjectInterfaces Dom {
144 AudioTrackImpl.internal_() : super.internal_();
145 get runtimeType => AudioTrack;
146 toString() => super.toString();
147 }
148 @patch class AudioTrackList {
149 static Type get instanceRuntimeType => AudioTrackListImpl;
150
151 }
152 class AudioTrackListImpl extends AudioTrackList implements js_library.JSObjectIn terfacesDom {
153 AudioTrackListImpl.internal_() : super.internal_();
154 get runtimeType => AudioTrackList;
155 toString() => super.toString();
156 }
157 @patch class AutocompleteErrorEvent {
158 static Type get instanceRuntimeType => AutocompleteErrorEventImpl;
159
160 }
161 class AutocompleteErrorEventImpl extends AutocompleteErrorEvent implements js_li brary.JSObjectInterfacesDom {
162 AutocompleteErrorEventImpl.internal_() : super.internal_();
163 get runtimeType => AutocompleteErrorEvent;
164 toString() => super.toString();
165 }
166 @patch class BRElement {
167 static Type get instanceRuntimeType => BRElementImpl;
168
169 }
170 class BRElementImpl extends BRElement implements js_library.JSObjectInterfacesDo m {
171 BRElementImpl.internal_() : super.internal_();
172 get runtimeType => BRElement;
173 toString() => super.toString();
174 }
175 @patch class BarProp {
176 static Type get instanceRuntimeType => BarPropImpl;
177
178 }
179 class BarPropImpl extends BarProp implements js_library.JSObjectInterfacesDom {
180 BarPropImpl.internal_() : super.internal_();
181 get runtimeType => BarProp;
182 toString() => super.toString();
183 }
184 @patch class BaseElement {
185 static Type get instanceRuntimeType => BaseElementImpl;
186
187 }
188 class BaseElementImpl extends BaseElement implements js_library.JSObjectInterfac esDom {
189 BaseElementImpl.internal_() : super.internal_();
190 get runtimeType => BaseElement;
191 toString() => super.toString();
192 }
193 @patch class BatteryManager {
194 static Type get instanceRuntimeType => BatteryManagerImpl;
195
196 }
197 class BatteryManagerImpl extends BatteryManager implements js_library.JSObjectIn terfacesDom {
198 BatteryManagerImpl.internal_() : super.internal_();
199 get runtimeType => BatteryManager;
200 toString() => super.toString();
201 }
202 @patch class BeforeInstallPromptEvent {
203 static Type get instanceRuntimeType => BeforeInstallPromptEventImpl;
204
205 }
206 class BeforeInstallPromptEventImpl extends BeforeInstallPromptEvent implements j s_library.JSObjectInterfacesDom {
207 BeforeInstallPromptEventImpl.internal_() : super.internal_();
208 get runtimeType => BeforeInstallPromptEvent;
209 toString() => super.toString();
210 }
211 @patch class BeforeUnloadEvent {
212 static Type get instanceRuntimeType => BeforeUnloadEventImpl;
213
214 }
215 class BeforeUnloadEventImpl extends BeforeUnloadEvent implements js_library.JSOb jectInterfacesDom {
216 BeforeUnloadEventImpl.internal_() : super.internal_();
217 get runtimeType => BeforeUnloadEvent;
218 toString() => super.toString();
219 }
220 @patch class Blob {
221 static Type get instanceRuntimeType => BlobImpl;
222
223 }
224 class BlobImpl extends Blob implements js_library.JSObjectInterfacesDom {
225 BlobImpl.internal_() : super.internal_();
226 get runtimeType => Blob;
227 toString() => super.toString();
228 }
229 @patch class BlobEvent {
230 static Type get instanceRuntimeType => BlobEventImpl;
231
232 }
233 class BlobEventImpl extends BlobEvent implements js_library.JSObjectInterfacesDo m {
234 BlobEventImpl.internal_() : super.internal_();
235 get runtimeType => BlobEvent;
236 toString() => super.toString();
237 }
238 @patch class Body {
239 static Type get instanceRuntimeType => BodyImpl;
240
241 }
242 class BodyImpl extends Body implements js_library.JSObjectInterfacesDom {
243 BodyImpl.internal_() : super.internal_();
244 get runtimeType => Body;
245 toString() => super.toString();
246 }
247 @patch class BodyElement {
248 static Type get instanceRuntimeType => BodyElementImpl;
249
250 }
251 class BodyElementImpl extends BodyElement implements js_library.JSObjectInterfac esDom {
252 BodyElementImpl.internal_() : super.internal_();
253 get runtimeType => BodyElement;
254 toString() => super.toString();
255 }
256 @patch class ButtonElement {
257 static Type get instanceRuntimeType => ButtonElementImpl;
258
259 }
260 class ButtonElementImpl extends ButtonElement implements js_library.JSObjectInte rfacesDom {
261 ButtonElementImpl.internal_() : super.internal_();
262 get runtimeType => ButtonElement;
263 toString() => super.toString();
264 }
265 @patch class CDataSection {
266 static Type get instanceRuntimeType => CDataSectionImpl;
267
268 }
269 class CDataSectionImpl extends CDataSection implements js_library.JSObjectInterf acesDom {
270 CDataSectionImpl.internal_() : super.internal_();
271 get runtimeType => CDataSection;
272 toString() => super.toString();
273 }
274 @patch class CacheStorage {
275 static Type get instanceRuntimeType => CacheStorageImpl;
276
277 }
278 class CacheStorageImpl extends CacheStorage implements js_library.JSObjectInterf acesDom {
279 CacheStorageImpl.internal_() : super.internal_();
280 get runtimeType => CacheStorage;
281 toString() => super.toString();
282 }
283 @patch class CalcLength {
284 static Type get instanceRuntimeType => CalcLengthImpl;
285
286 }
287 class CalcLengthImpl extends CalcLength implements js_library.JSObjectInterfaces Dom {
288 CalcLengthImpl.internal_() : super.internal_();
289 get runtimeType => CalcLength;
290 toString() => super.toString();
291 }
292 @patch class CanvasCaptureMediaStreamTrack {
293 static Type get instanceRuntimeType => CanvasCaptureMediaStreamTrackImpl;
294
295 }
296 class CanvasCaptureMediaStreamTrackImpl extends CanvasCaptureMediaStreamTrack im plements js_library.JSObjectInterfacesDom {
297 CanvasCaptureMediaStreamTrackImpl.internal_() : super.internal_();
298 get runtimeType => CanvasCaptureMediaStreamTrack;
299 toString() => super.toString();
300 }
301 @patch class CanvasElement {
302 static Type get instanceRuntimeType => CanvasElementImpl;
303
304 }
305 class CanvasElementImpl extends CanvasElement implements js_library.JSObjectInte rfacesDom {
306 CanvasElementImpl.internal_() : super.internal_();
307 get runtimeType => CanvasElement;
308 toString() => super.toString();
309 }
310 @patch class CanvasGradient {
311 static Type get instanceRuntimeType => CanvasGradientImpl;
312
313 }
314 class CanvasGradientImpl extends CanvasGradient implements js_library.JSObjectIn terfacesDom {
315 CanvasGradientImpl.internal_() : super.internal_();
316 get runtimeType => CanvasGradient;
317 toString() => super.toString();
318 }
319 @patch class CanvasPattern {
320 static Type get instanceRuntimeType => CanvasPatternImpl;
321
322 }
323 class CanvasPatternImpl extends CanvasPattern implements js_library.JSObjectInte rfacesDom {
324 CanvasPatternImpl.internal_() : super.internal_();
325 get runtimeType => CanvasPattern;
326 toString() => super.toString();
327 }
328 @patch class CanvasRenderingContext2D {
329 static Type get instanceRuntimeType => CanvasRenderingContext2DImpl;
330
331 }
332 class CanvasRenderingContext2DImpl extends CanvasRenderingContext2D implements j s_library.JSObjectInterfacesDom {
333 CanvasRenderingContext2DImpl.internal_() : super.internal_();
334 get runtimeType => CanvasRenderingContext2D;
335 toString() => super.toString();
336 }
337 @patch class CharacterData {
338 static Type get instanceRuntimeType => CharacterDataImpl;
339
340 }
341 class CharacterDataImpl extends CharacterData implements js_library.JSObjectInte rfacesDom {
342 CharacterDataImpl.internal_() : super.internal_();
343 get runtimeType => CharacterData;
344 toString() => super.toString();
345 }
346 @patch class ChildNode {
347 static Type get instanceRuntimeType => ChildNodeImpl;
348
349 }
350 class ChildNodeImpl extends ChildNode implements js_library.JSObjectInterfacesDo m {
351 ChildNodeImpl.internal_() : super.internal_();
352 get runtimeType => ChildNode;
353 toString() => super.toString();
354 }
355 @patch class ChromiumValuebuffer {
356 static Type get instanceRuntimeType => ChromiumValuebufferImpl;
357
358 }
359 class ChromiumValuebufferImpl extends ChromiumValuebuffer implements js_library. JSObjectInterfacesDom {
360 ChromiumValuebufferImpl.internal_() : super.internal_();
361 get runtimeType => ChromiumValuebuffer;
362 toString() => super.toString();
363 }
364 @patch class CircularGeofencingRegion {
365 static Type get instanceRuntimeType => CircularGeofencingRegionImpl;
366
367 }
368 class CircularGeofencingRegionImpl extends CircularGeofencingRegion implements j s_library.JSObjectInterfacesDom {
369 CircularGeofencingRegionImpl.internal_() : super.internal_();
370 get runtimeType => CircularGeofencingRegion;
371 toString() => super.toString();
372 }
373 @patch class Client {
374 static Type get instanceRuntimeType => ClientImpl;
375
376 }
377 class ClientImpl extends Client implements js_library.JSObjectInterfacesDom {
378 ClientImpl.internal_() : super.internal_();
379 get runtimeType => Client;
380 toString() => super.toString();
381 }
382 @patch class Clients {
383 static Type get instanceRuntimeType => ClientsImpl;
384
385 }
386 class ClientsImpl extends Clients implements js_library.JSObjectInterfacesDom {
387 ClientsImpl.internal_() : super.internal_();
388 get runtimeType => Clients;
389 toString() => super.toString();
390 }
391 @patch class ClipboardEvent {
392 static Type get instanceRuntimeType => ClipboardEventImpl;
393
394 }
395 class ClipboardEventImpl extends ClipboardEvent implements js_library.JSObjectIn terfacesDom {
396 ClipboardEventImpl.internal_() : super.internal_();
397 get runtimeType => ClipboardEvent;
398 toString() => super.toString();
399 }
400 @patch class CloseEvent {
401 static Type get instanceRuntimeType => CloseEventImpl;
402
403 }
404 class CloseEventImpl extends CloseEvent implements js_library.JSObjectInterfaces Dom {
405 CloseEventImpl.internal_() : super.internal_();
406 get runtimeType => CloseEvent;
407 toString() => super.toString();
408 }
409 @patch class Comment {
410 static Type get instanceRuntimeType => CommentImpl;
411
412 }
413 class CommentImpl extends Comment implements js_library.JSObjectInterfacesDom {
414 CommentImpl.internal_() : super.internal_();
415 get runtimeType => Comment;
416 toString() => super.toString();
417 }
418 @patch class CompositionEvent {
419 static Type get instanceRuntimeType => CompositionEventImpl;
420
421 }
422 class CompositionEventImpl extends CompositionEvent implements js_library.JSObje ctInterfacesDom {
423 CompositionEventImpl.internal_() : super.internal_();
424 get runtimeType => CompositionEvent;
425 toString() => super.toString();
426 }
427 @patch class CompositorProxy {
428 static Type get instanceRuntimeType => CompositorProxyImpl;
429
430 }
431 class CompositorProxyImpl extends CompositorProxy implements js_library.JSObject InterfacesDom {
432 CompositorProxyImpl.internal_() : super.internal_();
433 get runtimeType => CompositorProxy;
434 toString() => super.toString();
435 }
436 @patch class CompositorWorker {
437 static Type get instanceRuntimeType => CompositorWorkerImpl;
438
439 }
440 class CompositorWorkerImpl extends CompositorWorker implements js_library.JSObje ctInterfacesDom {
441 CompositorWorkerImpl.internal_() : super.internal_();
442 get runtimeType => CompositorWorker;
443 toString() => super.toString();
444 }
445 @patch class CompositorWorkerGlobalScope {
446 static Type get instanceRuntimeType => CompositorWorkerGlobalScopeImpl;
447
448 }
449 class CompositorWorkerGlobalScopeImpl extends CompositorWorkerGlobalScope implem ents js_library.JSObjectInterfacesDom {
450 CompositorWorkerGlobalScopeImpl.internal_() : super.internal_();
451 get runtimeType => CompositorWorkerGlobalScope;
452 toString() => super.toString();
453 }
454 @patch class Console {
455 static Type get instanceRuntimeType => ConsoleImpl;
456
457 }
458 class ConsoleImpl extends Console implements js_library.JSObjectInterfacesDom {
459 ConsoleImpl.internal_() : super.internal_();
460 get runtimeType => Console;
461 toString() => super.toString();
462 }
463 @patch class ConsoleBase {
464 static Type get instanceRuntimeType => ConsoleBaseImpl;
465
466 }
467 class ConsoleBaseImpl extends ConsoleBase implements js_library.JSObjectInterfac esDom {
468 ConsoleBaseImpl.internal_() : super.internal_();
469 get runtimeType => ConsoleBase;
470 toString() => super.toString();
471 }
472 @patch class ContentElement {
473 static Type get instanceRuntimeType => ContentElementImpl;
474
475 }
476 class ContentElementImpl extends ContentElement implements js_library.JSObjectIn terfacesDom {
477 ContentElementImpl.internal_() : super.internal_();
478 get runtimeType => ContentElement;
479 toString() => super.toString();
480 }
481 @patch class Coordinates {
482 static Type get instanceRuntimeType => CoordinatesImpl;
483
484 }
485 class CoordinatesImpl extends Coordinates implements js_library.JSObjectInterfac esDom {
486 CoordinatesImpl.internal_() : super.internal_();
487 get runtimeType => Coordinates;
488 toString() => super.toString();
489 }
490 @patch class Credential {
491 static Type get instanceRuntimeType => CredentialImpl;
492
493 }
494 class CredentialImpl extends Credential implements js_library.JSObjectInterfaces Dom {
495 CredentialImpl.internal_() : super.internal_();
496 get runtimeType => Credential;
497 toString() => super.toString();
498 }
499 @patch class CredentialsContainer {
500 static Type get instanceRuntimeType => CredentialsContainerImpl;
501
502 }
503 class CredentialsContainerImpl extends CredentialsContainer implements js_librar y.JSObjectInterfacesDom {
504 CredentialsContainerImpl.internal_() : super.internal_();
505 get runtimeType => CredentialsContainer;
506 toString() => super.toString();
507 }
508 @patch class CrossOriginServiceWorkerClient {
509 static Type get instanceRuntimeType => CrossOriginServiceWorkerClientImpl;
510
511 }
512 class CrossOriginServiceWorkerClientImpl extends CrossOriginServiceWorkerClient implements js_library.JSObjectInterfacesDom {
513 CrossOriginServiceWorkerClientImpl.internal_() : super.internal_();
514 get runtimeType => CrossOriginServiceWorkerClient;
515 toString() => super.toString();
516 }
517 @patch class Crypto {
518 static Type get instanceRuntimeType => CryptoImpl;
519
520 }
521 class CryptoImpl extends Crypto implements js_library.JSObjectInterfacesDom {
522 CryptoImpl.internal_() : super.internal_();
523 get runtimeType => Crypto;
524 toString() => super.toString();
525 }
526 @patch class CryptoKey {
527 static Type get instanceRuntimeType => CryptoKeyImpl;
528
529 }
530 class CryptoKeyImpl extends CryptoKey implements js_library.JSObjectInterfacesDo m {
531 CryptoKeyImpl.internal_() : super.internal_();
532 get runtimeType => CryptoKey;
533 toString() => super.toString();
534 }
535 @patch class Css {
536 static Type get instanceRuntimeType => CssImpl;
537
538 }
539 class CssImpl extends Css implements js_library.JSObjectInterfacesDom {
540 CssImpl.internal_() : super.internal_();
541 get runtimeType => Css;
542 toString() => super.toString();
543 }
544 @patch class CssCharsetRule {
545 static Type get instanceRuntimeType => CssCharsetRuleImpl;
546
547 }
548 class CssCharsetRuleImpl extends CssCharsetRule implements js_library.JSObjectIn terfacesDom {
549 CssCharsetRuleImpl.internal_() : super.internal_();
550 get runtimeType => CssCharsetRule;
551 toString() => super.toString();
552 }
553 @patch class CssFontFaceRule {
554 static Type get instanceRuntimeType => CssFontFaceRuleImpl;
555
556 }
557 class CssFontFaceRuleImpl extends CssFontFaceRule implements js_library.JSObject InterfacesDom {
558 CssFontFaceRuleImpl.internal_() : super.internal_();
559 get runtimeType => CssFontFaceRule;
560 toString() => super.toString();
561 }
562 @patch class CssGroupingRule {
563 static Type get instanceRuntimeType => CssGroupingRuleImpl;
564
565 }
566 class CssGroupingRuleImpl extends CssGroupingRule implements js_library.JSObject InterfacesDom {
567 CssGroupingRuleImpl.internal_() : super.internal_();
568 get runtimeType => CssGroupingRule;
569 toString() => super.toString();
570 }
571 @patch class CssImportRule {
572 static Type get instanceRuntimeType => CssImportRuleImpl;
573
574 }
575 class CssImportRuleImpl extends CssImportRule implements js_library.JSObjectInte rfacesDom {
576 CssImportRuleImpl.internal_() : super.internal_();
577 get runtimeType => CssImportRule;
578 toString() => super.toString();
579 }
580 @patch class CssKeyframeRule {
581 static Type get instanceRuntimeType => CssKeyframeRuleImpl;
582
583 }
584 class CssKeyframeRuleImpl extends CssKeyframeRule implements js_library.JSObject InterfacesDom {
585 CssKeyframeRuleImpl.internal_() : super.internal_();
586 get runtimeType => CssKeyframeRule;
587 toString() => super.toString();
588 }
589 @patch class CssKeyframesRule {
590 static Type get instanceRuntimeType => CssKeyframesRuleImpl;
591
592 }
593 class CssKeyframesRuleImpl extends CssKeyframesRule implements js_library.JSObje ctInterfacesDom {
594 CssKeyframesRuleImpl.internal_() : super.internal_();
595 get runtimeType => CssKeyframesRule;
596 toString() => super.toString();
597 }
598 @patch class CssMediaRule {
599 static Type get instanceRuntimeType => CssMediaRuleImpl;
600
601 }
602 class CssMediaRuleImpl extends CssMediaRule implements js_library.JSObjectInterf acesDom {
603 CssMediaRuleImpl.internal_() : super.internal_();
604 get runtimeType => CssMediaRule;
605 toString() => super.toString();
606 }
607 @patch class CssNamespaceRule {
608 static Type get instanceRuntimeType => CssNamespaceRuleImpl;
609
610 }
611 class CssNamespaceRuleImpl extends CssNamespaceRule implements js_library.JSObje ctInterfacesDom {
612 CssNamespaceRuleImpl.internal_() : super.internal_();
613 get runtimeType => CssNamespaceRule;
614 toString() => super.toString();
615 }
616 @patch class CssPageRule {
617 static Type get instanceRuntimeType => CssPageRuleImpl;
618
619 }
620 class CssPageRuleImpl extends CssPageRule implements js_library.JSObjectInterfac esDom {
621 CssPageRuleImpl.internal_() : super.internal_();
622 get runtimeType => CssPageRule;
623 toString() => super.toString();
624 }
625 @patch class CssRule {
626 static Type get instanceRuntimeType => CssRuleImpl;
627
628 }
629 class CssRuleImpl extends CssRule implements js_library.JSObjectInterfacesDom {
630 CssRuleImpl.internal_() : super.internal_();
631 get runtimeType => CssRule;
632 toString() => super.toString();
633 }
634 @patch class CssStyleDeclaration {
635 static Type get instanceRuntimeType => CssStyleDeclarationImpl;
636
637 }
638 class CssStyleDeclarationImpl extends CssStyleDeclaration implements js_library. JSObjectInterfacesDom {
639 CssStyleDeclarationImpl.internal_() : super.internal_();
640 get runtimeType => CssStyleDeclaration;
641 toString() => super.toString();
642 }
643 @patch class CssStyleRule {
644 static Type get instanceRuntimeType => CssStyleRuleImpl;
645
646 }
647 class CssStyleRuleImpl extends CssStyleRule implements js_library.JSObjectInterf acesDom {
648 CssStyleRuleImpl.internal_() : super.internal_();
649 get runtimeType => CssStyleRule;
650 toString() => super.toString();
651 }
652 @patch class CssStyleSheet {
653 static Type get instanceRuntimeType => CssStyleSheetImpl;
654
655 }
656 class CssStyleSheetImpl extends CssStyleSheet implements js_library.JSObjectInte rfacesDom {
657 CssStyleSheetImpl.internal_() : super.internal_();
658 get runtimeType => CssStyleSheet;
659 toString() => super.toString();
660 }
661 @patch class CssSupportsRule {
662 static Type get instanceRuntimeType => CssSupportsRuleImpl;
663
664 }
665 class CssSupportsRuleImpl extends CssSupportsRule implements js_library.JSObject InterfacesDom {
666 CssSupportsRuleImpl.internal_() : super.internal_();
667 get runtimeType => CssSupportsRule;
668 toString() => super.toString();
669 }
670 @patch class CssViewportRule {
671 static Type get instanceRuntimeType => CssViewportRuleImpl;
672
673 }
674 class CssViewportRuleImpl extends CssViewportRule implements js_library.JSObject InterfacesDom {
675 CssViewportRuleImpl.internal_() : super.internal_();
676 get runtimeType => CssViewportRule;
677 toString() => super.toString();
678 }
679 @patch class CustomEvent {
680 static Type get instanceRuntimeType => CustomEventImpl;
681
682 }
683 class CustomEventImpl extends CustomEvent implements js_library.JSObjectInterfac esDom {
684 CustomEventImpl.internal_() : super.internal_();
685 get runtimeType => CustomEvent;
686 toString() => super.toString();
687 }
688 @patch class DListElement {
689 static Type get instanceRuntimeType => DListElementImpl;
690
691 }
692 class DListElementImpl extends DListElement implements js_library.JSObjectInterf acesDom {
693 DListElementImpl.internal_() : super.internal_();
694 get runtimeType => DListElement;
695 toString() => super.toString();
696 }
697 @patch class DataListElement {
698 static Type get instanceRuntimeType => DataListElementImpl;
699
700 }
701 class DataListElementImpl extends DataListElement implements js_library.JSObject InterfacesDom {
702 DataListElementImpl.internal_() : super.internal_();
703 get runtimeType => DataListElement;
704 toString() => super.toString();
705 }
706 @patch class DataTransfer {
707 static Type get instanceRuntimeType => DataTransferImpl;
708
709 }
710 class DataTransferImpl extends DataTransfer implements js_library.JSObjectInterf acesDom {
711 DataTransferImpl.internal_() : super.internal_();
712 get runtimeType => DataTransfer;
713 toString() => super.toString();
714 }
715 @patch class DataTransferItem {
716 static Type get instanceRuntimeType => DataTransferItemImpl;
717
718 }
719 class DataTransferItemImpl extends DataTransferItem implements js_library.JSObje ctInterfacesDom {
720 DataTransferItemImpl.internal_() : super.internal_();
721 get runtimeType => DataTransferItem;
722 toString() => super.toString();
723 }
724 @patch class DataTransferItemList {
725 static Type get instanceRuntimeType => DataTransferItemListImpl;
726
727 }
728 class DataTransferItemListImpl extends DataTransferItemList implements js_librar y.JSObjectInterfacesDom {
729 DataTransferItemListImpl.internal_() : super.internal_();
730 get runtimeType => DataTransferItemList;
731 toString() => super.toString();
732 }
733 @patch class DedicatedWorkerGlobalScope {
734 static Type get instanceRuntimeType => DedicatedWorkerGlobalScopeImpl;
735
736 }
737 class DedicatedWorkerGlobalScopeImpl extends DedicatedWorkerGlobalScope implemen ts js_library.JSObjectInterfacesDom {
738 DedicatedWorkerGlobalScopeImpl.internal_() : super.internal_();
739 get runtimeType => DedicatedWorkerGlobalScope;
740 toString() => super.toString();
741 }
742 @patch class DeprecatedStorageInfo {
743 static Type get instanceRuntimeType => DeprecatedStorageInfoImpl;
744
745 }
746 class DeprecatedStorageInfoImpl extends DeprecatedStorageInfo implements js_libr ary.JSObjectInterfacesDom {
747 DeprecatedStorageInfoImpl.internal_() : super.internal_();
748 get runtimeType => DeprecatedStorageInfo;
749 toString() => super.toString();
750 }
751 @patch class DeprecatedStorageQuota {
752 static Type get instanceRuntimeType => DeprecatedStorageQuotaImpl;
753
754 }
755 class DeprecatedStorageQuotaImpl extends DeprecatedStorageQuota implements js_li brary.JSObjectInterfacesDom {
756 DeprecatedStorageQuotaImpl.internal_() : super.internal_();
757 get runtimeType => DeprecatedStorageQuota;
758 toString() => super.toString();
759 }
760 @patch class DetailsElement {
761 static Type get instanceRuntimeType => DetailsElementImpl;
762
763 }
764 class DetailsElementImpl extends DetailsElement implements js_library.JSObjectIn terfacesDom {
765 DetailsElementImpl.internal_() : super.internal_();
766 get runtimeType => DetailsElement;
767 toString() => super.toString();
768 }
769 @patch class DeviceAcceleration {
770 static Type get instanceRuntimeType => DeviceAccelerationImpl;
771
772 }
773 class DeviceAccelerationImpl extends DeviceAcceleration implements js_library.JS ObjectInterfacesDom {
774 DeviceAccelerationImpl.internal_() : super.internal_();
775 get runtimeType => DeviceAcceleration;
776 toString() => super.toString();
777 }
778 @patch class DeviceLightEvent {
779 static Type get instanceRuntimeType => DeviceLightEventImpl;
780
781 }
782 class DeviceLightEventImpl extends DeviceLightEvent implements js_library.JSObje ctInterfacesDom {
783 DeviceLightEventImpl.internal_() : super.internal_();
784 get runtimeType => DeviceLightEvent;
785 toString() => super.toString();
786 }
787 @patch class DeviceMotionEvent {
788 static Type get instanceRuntimeType => DeviceMotionEventImpl;
789
790 }
791 class DeviceMotionEventImpl extends DeviceMotionEvent implements js_library.JSOb jectInterfacesDom {
792 DeviceMotionEventImpl.internal_() : super.internal_();
793 get runtimeType => DeviceMotionEvent;
794 toString() => super.toString();
795 }
796 @patch class DeviceOrientationEvent {
797 static Type get instanceRuntimeType => DeviceOrientationEventImpl;
798
799 }
800 class DeviceOrientationEventImpl extends DeviceOrientationEvent implements js_li brary.JSObjectInterfacesDom {
801 DeviceOrientationEventImpl.internal_() : super.internal_();
802 get runtimeType => DeviceOrientationEvent;
803 toString() => super.toString();
804 }
805 @patch class DeviceRotationRate {
806 static Type get instanceRuntimeType => DeviceRotationRateImpl;
807
808 }
809 class DeviceRotationRateImpl extends DeviceRotationRate implements js_library.JS ObjectInterfacesDom {
810 DeviceRotationRateImpl.internal_() : super.internal_();
811 get runtimeType => DeviceRotationRate;
812 toString() => super.toString();
813 }
814 @patch class DialogElement {
815 static Type get instanceRuntimeType => DialogElementImpl;
816
817 }
818 class DialogElementImpl extends DialogElement implements js_library.JSObjectInte rfacesDom {
819 DialogElementImpl.internal_() : super.internal_();
820 get runtimeType => DialogElement;
821 toString() => super.toString();
822 }
823 @patch class DirectoryEntry {
824 static Type get instanceRuntimeType => DirectoryEntryImpl;
825
826 }
827 class DirectoryEntryImpl extends DirectoryEntry implements js_library.JSObjectIn terfacesDom {
828 DirectoryEntryImpl.internal_() : super.internal_();
829 get runtimeType => DirectoryEntry;
830 toString() => super.toString();
831 }
832 @patch class DirectoryReader {
833 static Type get instanceRuntimeType => DirectoryReaderImpl;
834
835 }
836 class DirectoryReaderImpl extends DirectoryReader implements js_library.JSObject InterfacesDom {
837 DirectoryReaderImpl.internal_() : super.internal_();
838 get runtimeType => DirectoryReader;
839 toString() => super.toString();
840 }
841 @patch class DivElement {
842 static Type get instanceRuntimeType => DivElementImpl;
843
844 }
845 class DivElementImpl extends DivElement implements js_library.JSObjectInterfaces Dom {
846 DivElementImpl.internal_() : super.internal_();
847 get runtimeType => DivElement;
848 toString() => super.toString();
849 }
850 @patch class Document {
851 static Type get instanceRuntimeType => DocumentImpl;
852
853 }
854 class DocumentImpl extends Document implements js_library.JSObjectInterfacesDom {
855 DocumentImpl.internal_() : super.internal_();
856 get runtimeType => Document;
857 toString() => super.toString();
858 }
859 @patch class DocumentFragment {
860 static Type get instanceRuntimeType => DocumentFragmentImpl;
861
862 }
863 class DocumentFragmentImpl extends DocumentFragment implements js_library.JSObje ctInterfacesDom {
864 DocumentFragmentImpl.internal_() : super.internal_();
865 get runtimeType => DocumentFragment;
866 toString() => super.toString();
867 }
868 @patch class DomError {
869 static Type get instanceRuntimeType => DomErrorImpl;
870
871 }
872 class DomErrorImpl extends DomError implements js_library.JSObjectInterfacesDom {
873 DomErrorImpl.internal_() : super.internal_();
874 get runtimeType => DomError;
875 toString() => super.toString();
876 }
877 @patch class DomException {
878 static Type get instanceRuntimeType => DomExceptionImpl;
879
880 }
881 class DomExceptionImpl extends DomException implements js_library.JSObjectInterf acesDom {
882 DomExceptionImpl.internal_() : super.internal_();
883 get runtimeType => DomException;
884 toString() => super.toString();
885 }
886 @patch class DomImplementation {
887 static Type get instanceRuntimeType => DomImplementationImpl;
888
889 }
890 class DomImplementationImpl extends DomImplementation implements js_library.JSOb jectInterfacesDom {
891 DomImplementationImpl.internal_() : super.internal_();
892 get runtimeType => DomImplementation;
893 toString() => super.toString();
894 }
895 @patch class DomIterator {
896 static Type get instanceRuntimeType => DomIteratorImpl;
897
898 }
899 class DomIteratorImpl extends DomIterator implements js_library.JSObjectInterfac esDom {
900 DomIteratorImpl.internal_() : super.internal_();
901 get runtimeType => DomIterator;
902 toString() => super.toString();
903 }
904 @patch class DomMatrix {
905 static Type get instanceRuntimeType => DomMatrixImpl;
906
907 }
908 class DomMatrixImpl extends DomMatrix implements js_library.JSObjectInterfacesDo m {
909 DomMatrixImpl.internal_() : super.internal_();
910 get runtimeType => DomMatrix;
911 toString() => super.toString();
912 }
913 @patch class DomMatrixReadOnly {
914 static Type get instanceRuntimeType => DomMatrixReadOnlyImpl;
915
916 }
917 class DomMatrixReadOnlyImpl extends DomMatrixReadOnly implements js_library.JSOb jectInterfacesDom {
918 DomMatrixReadOnlyImpl.internal_() : super.internal_();
919 get runtimeType => DomMatrixReadOnly;
920 toString() => super.toString();
921 }
922 @patch class DomParser {
923 static Type get instanceRuntimeType => DomParserImpl;
924
925 }
926 class DomParserImpl extends DomParser implements js_library.JSObjectInterfacesDo m {
927 DomParserImpl.internal_() : super.internal_();
928 get runtimeType => DomParser;
929 toString() => super.toString();
930 }
931 @patch class DomPoint {
932 static Type get instanceRuntimeType => DomPointImpl;
933
934 }
935 class DomPointImpl extends DomPoint implements js_library.JSObjectInterfacesDom {
936 DomPointImpl.internal_() : super.internal_();
937 get runtimeType => DomPoint;
938 toString() => super.toString();
939 }
940 @patch class DomPointReadOnly {
941 static Type get instanceRuntimeType => DomPointReadOnlyImpl;
942
943 }
944 class DomPointReadOnlyImpl extends DomPointReadOnly implements js_library.JSObje ctInterfacesDom {
945 DomPointReadOnlyImpl.internal_() : super.internal_();
946 get runtimeType => DomPointReadOnly;
947 toString() => super.toString();
948 }
949 @patch class DomRectReadOnly {
950 static Type get instanceRuntimeType => DomRectReadOnlyImpl;
951
952 }
953 class DomRectReadOnlyImpl extends DomRectReadOnly implements js_library.JSObject InterfacesDom {
954 DomRectReadOnlyImpl.internal_() : super.internal_();
955 get runtimeType => DomRectReadOnly;
956 toString() => super.toString();
957 }
958 @patch class DomStringList {
959 static Type get instanceRuntimeType => DomStringListImpl;
960
961 }
962 class DomStringListImpl extends DomStringList implements js_library.JSObjectInte rfacesDom {
963 DomStringListImpl.internal_() : super.internal_();
964 get runtimeType => DomStringList;
965 toString() => super.toString();
966 }
967 @patch class DomStringMap {
968 static Type get instanceRuntimeType => DomStringMapImpl;
969
970 }
971 class DomStringMapImpl extends DomStringMap implements js_library.JSObjectInterf acesDom {
972 DomStringMapImpl.internal_() : super.internal_();
973 get runtimeType => DomStringMap;
974 toString() => super.toString();
975 }
976 @patch class DomTokenList {
977 static Type get instanceRuntimeType => DomTokenListImpl;
978
979 }
980 class DomTokenListImpl extends DomTokenList implements js_library.JSObjectInterf acesDom {
981 DomTokenListImpl.internal_() : super.internal_();
982 get runtimeType => DomTokenList;
983 toString() => super.toString();
984 }
985 @patch class EffectModel {
986 static Type get instanceRuntimeType => EffectModelImpl;
987
988 }
989 class EffectModelImpl extends EffectModel implements js_library.JSObjectInterfac esDom {
990 EffectModelImpl.internal_() : super.internal_();
991 get runtimeType => EffectModel;
992 toString() => super.toString();
993 }
994 @patch class Element {
995 static Type get instanceRuntimeType => ElementImpl;
996
997 }
998 class ElementImpl extends Element implements js_library.JSObjectInterfacesDom {
999 ElementImpl.internal_() : super.internal_();
1000 get runtimeType => Element;
1001 toString() => super.toString();
1002 }
1003 @patch class EmbedElement {
1004 static Type get instanceRuntimeType => EmbedElementImpl;
1005
1006 }
1007 class EmbedElementImpl extends EmbedElement implements js_library.JSObjectInterf acesDom {
1008 EmbedElementImpl.internal_() : super.internal_();
1009 get runtimeType => EmbedElement;
1010 toString() => super.toString();
1011 }
1012 @patch class Entry {
1013 static Type get instanceRuntimeType => EntryImpl;
1014
1015 }
1016 class EntryImpl extends Entry implements js_library.JSObjectInterfacesDom {
1017 EntryImpl.internal_() : super.internal_();
1018 get runtimeType => Entry;
1019 toString() => super.toString();
1020 }
1021 @patch class ErrorEvent {
1022 static Type get instanceRuntimeType => ErrorEventImpl;
1023
1024 }
1025 class ErrorEventImpl extends ErrorEvent implements js_library.JSObjectInterfaces Dom {
1026 ErrorEventImpl.internal_() : super.internal_();
1027 get runtimeType => ErrorEvent;
1028 toString() => super.toString();
1029 }
1030 @patch class Event {
1031 static Type get instanceRuntimeType => EventImpl;
1032
1033 }
1034 class EventImpl extends Event implements js_library.JSObjectInterfacesDom {
1035 EventImpl.internal_() : super.internal_();
1036 get runtimeType => Event;
1037 toString() => super.toString();
1038 }
1039 @patch class EventSource {
1040 static Type get instanceRuntimeType => EventSourceImpl;
1041
1042 }
1043 class EventSourceImpl extends EventSource implements js_library.JSObjectInterfac esDom {
1044 EventSourceImpl.internal_() : super.internal_();
1045 get runtimeType => EventSource;
1046 toString() => super.toString();
1047 }
1048 @patch class EventTarget {
1049 static Type get instanceRuntimeType => EventTargetImpl;
1050
1051 }
1052 class EventTargetImpl extends EventTarget implements js_library.JSObjectInterfac esDom {
1053 EventTargetImpl.internal_() : super.internal_();
1054 get runtimeType => EventTarget;
1055 toString() => super.toString();
1056 }
1057 @patch class ExtendableEvent {
1058 static Type get instanceRuntimeType => ExtendableEventImpl;
1059
1060 }
1061 class ExtendableEventImpl extends ExtendableEvent implements js_library.JSObject InterfacesDom {
1062 ExtendableEventImpl.internal_() : super.internal_();
1063 get runtimeType => ExtendableEvent;
1064 toString() => super.toString();
1065 }
1066 @patch class ExtendableMessageEvent {
1067 static Type get instanceRuntimeType => ExtendableMessageEventImpl;
1068
1069 }
1070 class ExtendableMessageEventImpl extends ExtendableMessageEvent implements js_li brary.JSObjectInterfacesDom {
1071 ExtendableMessageEventImpl.internal_() : super.internal_();
1072 get runtimeType => ExtendableMessageEvent;
1073 toString() => super.toString();
1074 }
1075 @patch class FederatedCredential {
1076 static Type get instanceRuntimeType => FederatedCredentialImpl;
1077
1078 }
1079 class FederatedCredentialImpl extends FederatedCredential implements js_library. JSObjectInterfacesDom {
1080 FederatedCredentialImpl.internal_() : super.internal_();
1081 get runtimeType => FederatedCredential;
1082 toString() => super.toString();
1083 }
1084 @patch class FetchEvent {
1085 static Type get instanceRuntimeType => FetchEventImpl;
1086
1087 }
1088 class FetchEventImpl extends FetchEvent implements js_library.JSObjectInterfaces Dom {
1089 FetchEventImpl.internal_() : super.internal_();
1090 get runtimeType => FetchEvent;
1091 toString() => super.toString();
1092 }
1093 @patch class FieldSetElement {
1094 static Type get instanceRuntimeType => FieldSetElementImpl;
1095
1096 }
1097 class FieldSetElementImpl extends FieldSetElement implements js_library.JSObject InterfacesDom {
1098 FieldSetElementImpl.internal_() : super.internal_();
1099 get runtimeType => FieldSetElement;
1100 toString() => super.toString();
1101 }
1102 @patch class File {
1103 static Type get instanceRuntimeType => FileImpl;
1104
1105 }
1106 class FileImpl extends File implements js_library.JSObjectInterfacesDom {
1107 FileImpl.internal_() : super.internal_();
1108 get runtimeType => File;
1109 toString() => super.toString();
1110 }
1111 @patch class FileEntry {
1112 static Type get instanceRuntimeType => FileEntryImpl;
1113
1114 }
1115 class FileEntryImpl extends FileEntry implements js_library.JSObjectInterfacesDo m {
1116 FileEntryImpl.internal_() : super.internal_();
1117 get runtimeType => FileEntry;
1118 toString() => super.toString();
1119 }
1120 @patch class FileError {
1121 static Type get instanceRuntimeType => FileErrorImpl;
1122
1123 }
1124 class FileErrorImpl extends FileError implements js_library.JSObjectInterfacesDo m {
1125 FileErrorImpl.internal_() : super.internal_();
1126 get runtimeType => FileError;
1127 toString() => super.toString();
1128 }
1129 @patch class FileList {
1130 static Type get instanceRuntimeType => FileListImpl;
1131
1132 }
1133 class FileListImpl extends FileList implements js_library.JSObjectInterfacesDom {
1134 FileListImpl.internal_() : super.internal_();
1135 get runtimeType => FileList;
1136 toString() => super.toString();
1137 }
1138 @patch class FileReader {
1139 static Type get instanceRuntimeType => FileReaderImpl;
1140
1141 }
1142 class FileReaderImpl extends FileReader implements js_library.JSObjectInterfaces Dom {
1143 FileReaderImpl.internal_() : super.internal_();
1144 get runtimeType => FileReader;
1145 toString() => super.toString();
1146 }
1147 @patch class FileStream {
1148 static Type get instanceRuntimeType => FileStreamImpl;
1149
1150 }
1151 class FileStreamImpl extends FileStream implements js_library.JSObjectInterfaces Dom {
1152 FileStreamImpl.internal_() : super.internal_();
1153 get runtimeType => FileStream;
1154 toString() => super.toString();
1155 }
1156 @patch class FileSystem {
1157 static Type get instanceRuntimeType => FileSystemImpl;
1158
1159 }
1160 class FileSystemImpl extends FileSystem implements js_library.JSObjectInterfaces Dom {
1161 FileSystemImpl.internal_() : super.internal_();
1162 get runtimeType => FileSystem;
1163 toString() => super.toString();
1164 }
1165 @patch class FileWriter {
1166 static Type get instanceRuntimeType => FileWriterImpl;
1167
1168 }
1169 class FileWriterImpl extends FileWriter implements js_library.JSObjectInterfaces Dom {
1170 FileWriterImpl.internal_() : super.internal_();
1171 get runtimeType => FileWriter;
1172 toString() => super.toString();
1173 }
1174 @patch class FocusEvent {
1175 static Type get instanceRuntimeType => FocusEventImpl;
1176
1177 }
1178 class FocusEventImpl extends FocusEvent implements js_library.JSObjectInterfaces Dom {
1179 FocusEventImpl.internal_() : super.internal_();
1180 get runtimeType => FocusEvent;
1181 toString() => super.toString();
1182 }
1183 @patch class FontFace {
1184 static Type get instanceRuntimeType => FontFaceImpl;
1185
1186 }
1187 class FontFaceImpl extends FontFace implements js_library.JSObjectInterfacesDom {
1188 FontFaceImpl.internal_() : super.internal_();
1189 get runtimeType => FontFace;
1190 toString() => super.toString();
1191 }
1192 @patch class FontFaceSet {
1193 static Type get instanceRuntimeType => FontFaceSetImpl;
1194
1195 }
1196 class FontFaceSetImpl extends FontFaceSet implements js_library.JSObjectInterfac esDom {
1197 FontFaceSetImpl.internal_() : super.internal_();
1198 get runtimeType => FontFaceSet;
1199 toString() => super.toString();
1200 }
1201 @patch class FontFaceSetLoadEvent {
1202 static Type get instanceRuntimeType => FontFaceSetLoadEventImpl;
1203
1204 }
1205 class FontFaceSetLoadEventImpl extends FontFaceSetLoadEvent implements js_librar y.JSObjectInterfacesDom {
1206 FontFaceSetLoadEventImpl.internal_() : super.internal_();
1207 get runtimeType => FontFaceSetLoadEvent;
1208 toString() => super.toString();
1209 }
1210 @patch class FormData {
1211 static Type get instanceRuntimeType => FormDataImpl;
1212
1213 }
1214 class FormDataImpl extends FormData implements js_library.JSObjectInterfacesDom {
1215 FormDataImpl.internal_() : super.internal_();
1216 get runtimeType => FormData;
1217 toString() => super.toString();
1218 }
1219 @patch class FormElement {
1220 static Type get instanceRuntimeType => FormElementImpl;
1221
1222 }
1223 class FormElementImpl extends FormElement implements js_library.JSObjectInterfac esDom {
1224 FormElementImpl.internal_() : super.internal_();
1225 get runtimeType => FormElement;
1226 toString() => super.toString();
1227 }
1228 @patch class Gamepad {
1229 static Type get instanceRuntimeType => GamepadImpl;
1230
1231 }
1232 class GamepadImpl extends Gamepad implements js_library.JSObjectInterfacesDom {
1233 GamepadImpl.internal_() : super.internal_();
1234 get runtimeType => Gamepad;
1235 toString() => super.toString();
1236 }
1237 @patch class GamepadButton {
1238 static Type get instanceRuntimeType => GamepadButtonImpl;
1239
1240 }
1241 class GamepadButtonImpl extends GamepadButton implements js_library.JSObjectInte rfacesDom {
1242 GamepadButtonImpl.internal_() : super.internal_();
1243 get runtimeType => GamepadButton;
1244 toString() => super.toString();
1245 }
1246 @patch class GamepadEvent {
1247 static Type get instanceRuntimeType => GamepadEventImpl;
1248
1249 }
1250 class GamepadEventImpl extends GamepadEvent implements js_library.JSObjectInterf acesDom {
1251 GamepadEventImpl.internal_() : super.internal_();
1252 get runtimeType => GamepadEvent;
1253 toString() => super.toString();
1254 }
1255 @patch class Geofencing {
1256 static Type get instanceRuntimeType => GeofencingImpl;
1257
1258 }
1259 class GeofencingImpl extends Geofencing implements js_library.JSObjectInterfaces Dom {
1260 GeofencingImpl.internal_() : super.internal_();
1261 get runtimeType => Geofencing;
1262 toString() => super.toString();
1263 }
1264 @patch class GeofencingEvent {
1265 static Type get instanceRuntimeType => GeofencingEventImpl;
1266
1267 }
1268 class GeofencingEventImpl extends GeofencingEvent implements js_library.JSObject InterfacesDom {
1269 GeofencingEventImpl.internal_() : super.internal_();
1270 get runtimeType => GeofencingEvent;
1271 toString() => super.toString();
1272 }
1273 @patch class GeofencingRegion {
1274 static Type get instanceRuntimeType => GeofencingRegionImpl;
1275
1276 }
1277 class GeofencingRegionImpl extends GeofencingRegion implements js_library.JSObje ctInterfacesDom {
1278 GeofencingRegionImpl.internal_() : super.internal_();
1279 get runtimeType => GeofencingRegion;
1280 toString() => super.toString();
1281 }
1282 @patch class Geolocation {
1283 static Type get instanceRuntimeType => GeolocationImpl;
1284
1285 }
1286 class GeolocationImpl extends Geolocation implements js_library.JSObjectInterfac esDom {
1287 GeolocationImpl.internal_() : super.internal_();
1288 get runtimeType => Geolocation;
1289 toString() => super.toString();
1290 }
1291 @patch class Geoposition {
1292 static Type get instanceRuntimeType => GeopositionImpl;
1293
1294 }
1295 class GeopositionImpl extends Geoposition implements js_library.JSObjectInterfac esDom {
1296 GeopositionImpl.internal_() : super.internal_();
1297 get runtimeType => Geoposition;
1298 toString() => super.toString();
1299 }
1300 @patch class GlobalEventHandlers {
1301 static Type get instanceRuntimeType => GlobalEventHandlersImpl;
1302
1303 }
1304 class GlobalEventHandlersImpl extends GlobalEventHandlers implements js_library. JSObjectInterfacesDom {
1305 GlobalEventHandlersImpl.internal_() : super.internal_();
1306 get runtimeType => GlobalEventHandlers;
1307 toString() => super.toString();
1308 }
1309 @patch class HRElement {
1310 static Type get instanceRuntimeType => HRElementImpl;
1311
1312 }
1313 class HRElementImpl extends HRElement implements js_library.JSObjectInterfacesDo m {
1314 HRElementImpl.internal_() : super.internal_();
1315 get runtimeType => HRElement;
1316 toString() => super.toString();
1317 }
1318 @patch class HashChangeEvent {
1319 static Type get instanceRuntimeType => HashChangeEventImpl;
1320
1321 }
1322 class HashChangeEventImpl extends HashChangeEvent implements js_library.JSObject InterfacesDom {
1323 HashChangeEventImpl.internal_() : super.internal_();
1324 get runtimeType => HashChangeEvent;
1325 toString() => super.toString();
1326 }
1327 @patch class HeadElement {
1328 static Type get instanceRuntimeType => HeadElementImpl;
1329
1330 }
1331 class HeadElementImpl extends HeadElement implements js_library.JSObjectInterfac esDom {
1332 HeadElementImpl.internal_() : super.internal_();
1333 get runtimeType => HeadElement;
1334 toString() => super.toString();
1335 }
1336 @patch class Headers {
1337 static Type get instanceRuntimeType => HeadersImpl;
1338
1339 }
1340 class HeadersImpl extends Headers implements js_library.JSObjectInterfacesDom {
1341 HeadersImpl.internal_() : super.internal_();
1342 get runtimeType => Headers;
1343 toString() => super.toString();
1344 }
1345 @patch class HeadingElement {
1346 static Type get instanceRuntimeType => HeadingElementImpl;
1347
1348 }
1349 class HeadingElementImpl extends HeadingElement implements js_library.JSObjectIn terfacesDom {
1350 HeadingElementImpl.internal_() : super.internal_();
1351 get runtimeType => HeadingElement;
1352 toString() => super.toString();
1353 }
1354 @patch class History {
1355 static Type get instanceRuntimeType => HistoryImpl;
1356
1357 }
1358 class HistoryImpl extends History implements js_library.JSObjectInterfacesDom {
1359 HistoryImpl.internal_() : super.internal_();
1360 get runtimeType => History;
1361 toString() => super.toString();
1362 }
1363 @patch class HmdvrDevice {
1364 static Type get instanceRuntimeType => HmdvrDeviceImpl;
1365
1366 }
1367 class HmdvrDeviceImpl extends HmdvrDevice implements js_library.JSObjectInterfac esDom {
1368 HmdvrDeviceImpl.internal_() : super.internal_();
1369 get runtimeType => HmdvrDevice;
1370 toString() => super.toString();
1371 }
1372 @patch class HtmlCollection {
1373 static Type get instanceRuntimeType => HtmlCollectionImpl;
1374
1375 }
1376 class HtmlCollectionImpl extends HtmlCollection implements js_library.JSObjectIn terfacesDom {
1377 HtmlCollectionImpl.internal_() : super.internal_();
1378 get runtimeType => HtmlCollection;
1379 toString() => super.toString();
1380 }
1381 @patch class HtmlDocument {
1382 static Type get instanceRuntimeType => HtmlDocumentImpl;
1383
1384 }
1385 class HtmlDocumentImpl extends HtmlDocument implements js_library.JSObjectInterf acesDom {
1386 HtmlDocumentImpl.internal_() : super.internal_();
1387 get runtimeType => HtmlDocument;
1388 toString() => super.toString();
1389 }
1390 @patch class HtmlElement {
1391 static Type get instanceRuntimeType => HtmlElementImpl;
1392
1393 }
1394 class HtmlElementImpl extends HtmlElement implements js_library.JSObjectInterfac esDom {
1395 HtmlElementImpl.internal_() : super.internal_();
1396 get runtimeType => HtmlElement;
1397 toString() => super.toString();
1398 }
1399 @patch class HtmlFormControlsCollection {
1400 static Type get instanceRuntimeType => HtmlFormControlsCollectionImpl;
1401
1402 }
1403 class HtmlFormControlsCollectionImpl extends HtmlFormControlsCollection implemen ts js_library.JSObjectInterfacesDom {
1404 HtmlFormControlsCollectionImpl.internal_() : super.internal_();
1405 get runtimeType => HtmlFormControlsCollection;
1406 toString() => super.toString();
1407 }
1408 @patch class HtmlHtmlElement {
1409 static Type get instanceRuntimeType => HtmlHtmlElementImpl;
1410
1411 }
1412 class HtmlHtmlElementImpl extends HtmlHtmlElement implements js_library.JSObject InterfacesDom {
1413 HtmlHtmlElementImpl.internal_() : super.internal_();
1414 get runtimeType => HtmlHtmlElement;
1415 toString() => super.toString();
1416 }
1417 @patch class HtmlOptionsCollection {
1418 static Type get instanceRuntimeType => HtmlOptionsCollectionImpl;
1419
1420 }
1421 class HtmlOptionsCollectionImpl extends HtmlOptionsCollection implements js_libr ary.JSObjectInterfacesDom {
1422 HtmlOptionsCollectionImpl.internal_() : super.internal_();
1423 get runtimeType => HtmlOptionsCollection;
1424 toString() => super.toString();
1425 }
1426 @patch class HttpRequest {
1427 static Type get instanceRuntimeType => HttpRequestImpl;
1428
1429 }
1430 class HttpRequestImpl extends HttpRequest implements js_library.JSObjectInterfac esDom {
1431 HttpRequestImpl.internal_() : super.internal_();
1432 get runtimeType => HttpRequest;
1433 toString() => super.toString();
1434 }
1435 @patch class HttpRequestEventTarget {
1436 static Type get instanceRuntimeType => HttpRequestEventTargetImpl;
1437
1438 }
1439 class HttpRequestEventTargetImpl extends HttpRequestEventTarget implements js_li brary.JSObjectInterfacesDom {
1440 HttpRequestEventTargetImpl.internal_() : super.internal_();
1441 get runtimeType => HttpRequestEventTarget;
1442 toString() => super.toString();
1443 }
1444 @patch class HttpRequestUpload {
1445 static Type get instanceRuntimeType => HttpRequestUploadImpl;
1446
1447 }
1448 class HttpRequestUploadImpl extends HttpRequestUpload implements js_library.JSOb jectInterfacesDom {
1449 HttpRequestUploadImpl.internal_() : super.internal_();
1450 get runtimeType => HttpRequestUpload;
1451 toString() => super.toString();
1452 }
1453 @patch class IFrameElement {
1454 static Type get instanceRuntimeType => IFrameElementImpl;
1455
1456 }
1457 class IFrameElementImpl extends IFrameElement implements js_library.JSObjectInte rfacesDom {
1458 IFrameElementImpl.internal_() : super.internal_();
1459 get runtimeType => IFrameElement;
1460 toString() => super.toString();
1461 }
1462 @patch class IdleDeadline {
1463 static Type get instanceRuntimeType => IdleDeadlineImpl;
1464
1465 }
1466 class IdleDeadlineImpl extends IdleDeadline implements js_library.JSObjectInterf acesDom {
1467 IdleDeadlineImpl.internal_() : super.internal_();
1468 get runtimeType => IdleDeadline;
1469 toString() => super.toString();
1470 }
1471 @patch class ImageBitmap {
1472 static Type get instanceRuntimeType => ImageBitmapImpl;
1473
1474 }
1475 class ImageBitmapImpl extends ImageBitmap implements js_library.JSObjectInterfac esDom {
1476 ImageBitmapImpl.internal_() : super.internal_();
1477 get runtimeType => ImageBitmap;
1478 toString() => super.toString();
1479 }
1480 @patch class ImageBitmapRenderingContext {
1481 static Type get instanceRuntimeType => ImageBitmapRenderingContextImpl;
1482
1483 }
1484 class ImageBitmapRenderingContextImpl extends ImageBitmapRenderingContext implem ents js_library.JSObjectInterfacesDom {
1485 ImageBitmapRenderingContextImpl.internal_() : super.internal_();
1486 get runtimeType => ImageBitmapRenderingContext;
1487 toString() => super.toString();
1488 }
1489 @patch class ImageData {
1490 static Type get instanceRuntimeType => ImageDataImpl;
1491
1492 }
1493 class ImageDataImpl extends ImageData implements js_library.JSObjectInterfacesDo m {
1494 ImageDataImpl.internal_() : super.internal_();
1495 get runtimeType => ImageData;
1496 toString() => super.toString();
1497 }
1498 @patch class ImageElement {
1499 static Type get instanceRuntimeType => ImageElementImpl;
1500
1501 }
1502 class ImageElementImpl extends ImageElement implements js_library.JSObjectInterf acesDom {
1503 ImageElementImpl.internal_() : super.internal_();
1504 get runtimeType => ImageElement;
1505 toString() => super.toString();
1506 }
1507 @patch class InjectedScriptHost {
1508 static Type get instanceRuntimeType => InjectedScriptHostImpl;
1509
1510 }
1511 class InjectedScriptHostImpl extends InjectedScriptHost implements js_library.JS ObjectInterfacesDom {
1512 InjectedScriptHostImpl.internal_() : super.internal_();
1513 get runtimeType => InjectedScriptHost;
1514 toString() => super.toString();
1515 }
1516 @patch class InputDeviceCapabilities {
1517 static Type get instanceRuntimeType => InputDeviceCapabilitiesImpl;
1518
1519 }
1520 class InputDeviceCapabilitiesImpl extends InputDeviceCapabilities implements js_ library.JSObjectInterfacesDom {
1521 InputDeviceCapabilitiesImpl.internal_() : super.internal_();
1522 get runtimeType => InputDeviceCapabilities;
1523 toString() => super.toString();
1524 }
1525 @patch class InputElement {
1526 static Type get instanceRuntimeType => InputElementImpl;
1527
1528 }
1529 class InputElementImpl extends InputElement implements js_library.JSObjectInterf acesDom {
1530 InputElementImpl.internal_() : super.internal_();
1531 get runtimeType => InputElement;
1532 toString() => super.toString();
1533 }
1534 @patch class InstallEvent {
1535 static Type get instanceRuntimeType => InstallEventImpl;
1536
1537 }
1538 class InstallEventImpl extends InstallEvent implements js_library.JSObjectInterf acesDom {
1539 InstallEventImpl.internal_() : super.internal_();
1540 get runtimeType => InstallEvent;
1541 toString() => super.toString();
1542 }
1543 @patch class IntersectionObserver {
1544 static Type get instanceRuntimeType => IntersectionObserverImpl;
1545
1546 }
1547 class IntersectionObserverImpl extends IntersectionObserver implements js_librar y.JSObjectInterfacesDom {
1548 IntersectionObserverImpl.internal_() : super.internal_();
1549 get runtimeType => IntersectionObserver;
1550 toString() => super.toString();
1551 }
1552 @patch class IntersectionObserverEntry {
1553 static Type get instanceRuntimeType => IntersectionObserverEntryImpl;
1554
1555 }
1556 class IntersectionObserverEntryImpl extends IntersectionObserverEntry implements js_library.JSObjectInterfacesDom {
1557 IntersectionObserverEntryImpl.internal_() : super.internal_();
1558 get runtimeType => IntersectionObserverEntry;
1559 toString() => super.toString();
1560 }
1561 @patch class KeyboardEvent {
1562 static Type get instanceRuntimeType => KeyboardEventImpl;
1563
1564 }
1565 class KeyboardEventImpl extends KeyboardEvent implements js_library.JSObjectInte rfacesDom {
1566 KeyboardEventImpl.internal_() : super.internal_();
1567 get runtimeType => KeyboardEvent;
1568 toString() => super.toString();
1569 }
1570 @patch class KeyframeEffect {
1571 static Type get instanceRuntimeType => KeyframeEffectImpl;
1572
1573 }
1574 class KeyframeEffectImpl extends KeyframeEffect implements js_library.JSObjectIn terfacesDom {
1575 KeyframeEffectImpl.internal_() : super.internal_();
1576 get runtimeType => KeyframeEffect;
1577 toString() => super.toString();
1578 }
1579 @patch class KeygenElement {
1580 static Type get instanceRuntimeType => KeygenElementImpl;
1581
1582 }
1583 class KeygenElementImpl extends KeygenElement implements js_library.JSObjectInte rfacesDom {
1584 KeygenElementImpl.internal_() : super.internal_();
1585 get runtimeType => KeygenElement;
1586 toString() => super.toString();
1587 }
1588 @patch class KeywordValue {
1589 static Type get instanceRuntimeType => KeywordValueImpl;
1590
1591 }
1592 class KeywordValueImpl extends KeywordValue implements js_library.JSObjectInterf acesDom {
1593 KeywordValueImpl.internal_() : super.internal_();
1594 get runtimeType => KeywordValue;
1595 toString() => super.toString();
1596 }
1597 @patch class LIElement {
1598 static Type get instanceRuntimeType => LIElementImpl;
1599
1600 }
1601 class LIElementImpl extends LIElement implements js_library.JSObjectInterfacesDo m {
1602 LIElementImpl.internal_() : super.internal_();
1603 get runtimeType => LIElement;
1604 toString() => super.toString();
1605 }
1606 @patch class LabelElement {
1607 static Type get instanceRuntimeType => LabelElementImpl;
1608
1609 }
1610 class LabelElementImpl extends LabelElement implements js_library.JSObjectInterf acesDom {
1611 LabelElementImpl.internal_() : super.internal_();
1612 get runtimeType => LabelElement;
1613 toString() => super.toString();
1614 }
1615 @patch class LegendElement {
1616 static Type get instanceRuntimeType => LegendElementImpl;
1617
1618 }
1619 class LegendElementImpl extends LegendElement implements js_library.JSObjectInte rfacesDom {
1620 LegendElementImpl.internal_() : super.internal_();
1621 get runtimeType => LegendElement;
1622 toString() => super.toString();
1623 }
1624 @patch class LengthValue {
1625 static Type get instanceRuntimeType => LengthValueImpl;
1626
1627 }
1628 class LengthValueImpl extends LengthValue implements js_library.JSObjectInterfac esDom {
1629 LengthValueImpl.internal_() : super.internal_();
1630 get runtimeType => LengthValue;
1631 toString() => super.toString();
1632 }
1633 @patch class LinkElement {
1634 static Type get instanceRuntimeType => LinkElementImpl;
1635
1636 }
1637 class LinkElementImpl extends LinkElement implements js_library.JSObjectInterfac esDom {
1638 LinkElementImpl.internal_() : super.internal_();
1639 get runtimeType => LinkElement;
1640 toString() => super.toString();
1641 }
1642 @patch class Location {
1643 static Type get instanceRuntimeType => LocationImpl;
1644
1645 }
1646 class LocationImpl extends Location implements js_library.JSObjectInterfacesDom {
1647 LocationImpl.internal_() : super.internal_();
1648 get runtimeType => Location;
1649 toString() => super.toString();
1650 }
1651 @patch class MapElement {
1652 static Type get instanceRuntimeType => MapElementImpl;
1653
1654 }
1655 class MapElementImpl extends MapElement implements js_library.JSObjectInterfaces Dom {
1656 MapElementImpl.internal_() : super.internal_();
1657 get runtimeType => MapElement;
1658 toString() => super.toString();
1659 }
1660 @patch class Matrix {
1661 static Type get instanceRuntimeType => MatrixImpl;
1662
1663 }
1664 class MatrixImpl extends Matrix implements js_library.JSObjectInterfacesDom {
1665 MatrixImpl.internal_() : super.internal_();
1666 get runtimeType => Matrix;
1667 toString() => super.toString();
1668 }
1669 @patch class MediaDeviceInfo {
1670 static Type get instanceRuntimeType => MediaDeviceInfoImpl;
1671
1672 }
1673 class MediaDeviceInfoImpl extends MediaDeviceInfo implements js_library.JSObject InterfacesDom {
1674 MediaDeviceInfoImpl.internal_() : super.internal_();
1675 get runtimeType => MediaDeviceInfo;
1676 toString() => super.toString();
1677 }
1678 @patch class MediaDevices {
1679 static Type get instanceRuntimeType => MediaDevicesImpl;
1680
1681 }
1682 class MediaDevicesImpl extends MediaDevices implements js_library.JSObjectInterf acesDom {
1683 MediaDevicesImpl.internal_() : super.internal_();
1684 get runtimeType => MediaDevices;
1685 toString() => super.toString();
1686 }
1687 @patch class MediaElement {
1688 static Type get instanceRuntimeType => MediaElementImpl;
1689
1690 }
1691 class MediaElementImpl extends MediaElement implements js_library.JSObjectInterf acesDom {
1692 MediaElementImpl.internal_() : super.internal_();
1693 get runtimeType => MediaElement;
1694 toString() => super.toString();
1695 }
1696 @patch class MediaEncryptedEvent {
1697 static Type get instanceRuntimeType => MediaEncryptedEventImpl;
1698
1699 }
1700 class MediaEncryptedEventImpl extends MediaEncryptedEvent implements js_library. JSObjectInterfacesDom {
1701 MediaEncryptedEventImpl.internal_() : super.internal_();
1702 get runtimeType => MediaEncryptedEvent;
1703 toString() => super.toString();
1704 }
1705 @patch class MediaError {
1706 static Type get instanceRuntimeType => MediaErrorImpl;
1707
1708 }
1709 class MediaErrorImpl extends MediaError implements js_library.JSObjectInterfaces Dom {
1710 MediaErrorImpl.internal_() : super.internal_();
1711 get runtimeType => MediaError;
1712 toString() => super.toString();
1713 }
1714 @patch class MediaKeyMessageEvent {
1715 static Type get instanceRuntimeType => MediaKeyMessageEventImpl;
1716
1717 }
1718 class MediaKeyMessageEventImpl extends MediaKeyMessageEvent implements js_librar y.JSObjectInterfacesDom {
1719 MediaKeyMessageEventImpl.internal_() : super.internal_();
1720 get runtimeType => MediaKeyMessageEvent;
1721 toString() => super.toString();
1722 }
1723 @patch class MediaKeySession {
1724 static Type get instanceRuntimeType => MediaKeySessionImpl;
1725
1726 }
1727 class MediaKeySessionImpl extends MediaKeySession implements js_library.JSObject InterfacesDom {
1728 MediaKeySessionImpl.internal_() : super.internal_();
1729 get runtimeType => MediaKeySession;
1730 toString() => super.toString();
1731 }
1732 @patch class MediaKeyStatusMap {
1733 static Type get instanceRuntimeType => MediaKeyStatusMapImpl;
1734
1735 }
1736 class MediaKeyStatusMapImpl extends MediaKeyStatusMap implements js_library.JSOb jectInterfacesDom {
1737 MediaKeyStatusMapImpl.internal_() : super.internal_();
1738 get runtimeType => MediaKeyStatusMap;
1739 toString() => super.toString();
1740 }
1741 @patch class MediaKeySystemAccess {
1742 static Type get instanceRuntimeType => MediaKeySystemAccessImpl;
1743
1744 }
1745 class MediaKeySystemAccessImpl extends MediaKeySystemAccess implements js_librar y.JSObjectInterfacesDom {
1746 MediaKeySystemAccessImpl.internal_() : super.internal_();
1747 get runtimeType => MediaKeySystemAccess;
1748 toString() => super.toString();
1749 }
1750 @patch class MediaKeys {
1751 static Type get instanceRuntimeType => MediaKeysImpl;
1752
1753 }
1754 class MediaKeysImpl extends MediaKeys implements js_library.JSObjectInterfacesDo m {
1755 MediaKeysImpl.internal_() : super.internal_();
1756 get runtimeType => MediaKeys;
1757 toString() => super.toString();
1758 }
1759 @patch class MediaList {
1760 static Type get instanceRuntimeType => MediaListImpl;
1761
1762 }
1763 class MediaListImpl extends MediaList implements js_library.JSObjectInterfacesDo m {
1764 MediaListImpl.internal_() : super.internal_();
1765 get runtimeType => MediaList;
1766 toString() => super.toString();
1767 }
1768 @patch class MediaMetadata {
1769 static Type get instanceRuntimeType => MediaMetadataImpl;
1770
1771 }
1772 class MediaMetadataImpl extends MediaMetadata implements js_library.JSObjectInte rfacesDom {
1773 MediaMetadataImpl.internal_() : super.internal_();
1774 get runtimeType => MediaMetadata;
1775 toString() => super.toString();
1776 }
1777 @patch class MediaQueryList {
1778 static Type get instanceRuntimeType => MediaQueryListImpl;
1779
1780 }
1781 class MediaQueryListImpl extends MediaQueryList implements js_library.JSObjectIn terfacesDom {
1782 MediaQueryListImpl.internal_() : super.internal_();
1783 get runtimeType => MediaQueryList;
1784 toString() => super.toString();
1785 }
1786 @patch class MediaQueryListEvent {
1787 static Type get instanceRuntimeType => MediaQueryListEventImpl;
1788
1789 }
1790 class MediaQueryListEventImpl extends MediaQueryListEvent implements js_library. JSObjectInterfacesDom {
1791 MediaQueryListEventImpl.internal_() : super.internal_();
1792 get runtimeType => MediaQueryListEvent;
1793 toString() => super.toString();
1794 }
1795 @patch class MediaRecorder {
1796 static Type get instanceRuntimeType => MediaRecorderImpl;
1797
1798 }
1799 class MediaRecorderImpl extends MediaRecorder implements js_library.JSObjectInte rfacesDom {
1800 MediaRecorderImpl.internal_() : super.internal_();
1801 get runtimeType => MediaRecorder;
1802 toString() => super.toString();
1803 }
1804 @patch class MediaSession {
1805 static Type get instanceRuntimeType => MediaSessionImpl;
1806
1807 }
1808 class MediaSessionImpl extends MediaSession implements js_library.JSObjectInterf acesDom {
1809 MediaSessionImpl.internal_() : super.internal_();
1810 get runtimeType => MediaSession;
1811 toString() => super.toString();
1812 }
1813 @patch class MediaSource {
1814 static Type get instanceRuntimeType => MediaSourceImpl;
1815
1816 }
1817 class MediaSourceImpl extends MediaSource implements js_library.JSObjectInterfac esDom {
1818 MediaSourceImpl.internal_() : super.internal_();
1819 get runtimeType => MediaSource;
1820 toString() => super.toString();
1821 }
1822 @patch class MediaStream {
1823 static Type get instanceRuntimeType => MediaStreamImpl;
1824
1825 }
1826 class MediaStreamImpl extends MediaStream implements js_library.JSObjectInterfac esDom {
1827 MediaStreamImpl.internal_() : super.internal_();
1828 get runtimeType => MediaStream;
1829 toString() => super.toString();
1830 }
1831 @patch class MediaStreamEvent {
1832 static Type get instanceRuntimeType => MediaStreamEventImpl;
1833
1834 }
1835 class MediaStreamEventImpl extends MediaStreamEvent implements js_library.JSObje ctInterfacesDom {
1836 MediaStreamEventImpl.internal_() : super.internal_();
1837 get runtimeType => MediaStreamEvent;
1838 toString() => super.toString();
1839 }
1840 @patch class MediaStreamTrack {
1841 static Type get instanceRuntimeType => MediaStreamTrackImpl;
1842
1843 }
1844 class MediaStreamTrackImpl extends MediaStreamTrack implements js_library.JSObje ctInterfacesDom {
1845 MediaStreamTrackImpl.internal_() : super.internal_();
1846 get runtimeType => MediaStreamTrack;
1847 toString() => super.toString();
1848 }
1849 @patch class MediaStreamTrackEvent {
1850 static Type get instanceRuntimeType => MediaStreamTrackEventImpl;
1851
1852 }
1853 class MediaStreamTrackEventImpl extends MediaStreamTrackEvent implements js_libr ary.JSObjectInterfacesDom {
1854 MediaStreamTrackEventImpl.internal_() : super.internal_();
1855 get runtimeType => MediaStreamTrackEvent;
1856 toString() => super.toString();
1857 }
1858 @patch class MemoryInfo {
1859 static Type get instanceRuntimeType => MemoryInfoImpl;
1860
1861 }
1862 class MemoryInfoImpl extends MemoryInfo implements js_library.JSObjectInterfaces Dom {
1863 MemoryInfoImpl.internal_() : super.internal_();
1864 get runtimeType => MemoryInfo;
1865 toString() => super.toString();
1866 }
1867 @patch class MenuElement {
1868 static Type get instanceRuntimeType => MenuElementImpl;
1869
1870 }
1871 class MenuElementImpl extends MenuElement implements js_library.JSObjectInterfac esDom {
1872 MenuElementImpl.internal_() : super.internal_();
1873 get runtimeType => MenuElement;
1874 toString() => super.toString();
1875 }
1876 @patch class MenuItemElement {
1877 static Type get instanceRuntimeType => MenuItemElementImpl;
1878
1879 }
1880 class MenuItemElementImpl extends MenuItemElement implements js_library.JSObject InterfacesDom {
1881 MenuItemElementImpl.internal_() : super.internal_();
1882 get runtimeType => MenuItemElement;
1883 toString() => super.toString();
1884 }
1885 @patch class MessageChannel {
1886 static Type get instanceRuntimeType => MessageChannelImpl;
1887
1888 }
1889 class MessageChannelImpl extends MessageChannel implements js_library.JSObjectIn terfacesDom {
1890 MessageChannelImpl.internal_() : super.internal_();
1891 get runtimeType => MessageChannel;
1892 toString() => super.toString();
1893 }
1894 @patch class MessageEvent {
1895 static Type get instanceRuntimeType => MessageEventImpl;
1896
1897 }
1898 class MessageEventImpl extends MessageEvent implements js_library.JSObjectInterf acesDom {
1899 MessageEventImpl.internal_() : super.internal_();
1900 get runtimeType => MessageEvent;
1901 toString() => super.toString();
1902 }
1903 @patch class MessagePort {
1904 static Type get instanceRuntimeType => MessagePortImpl;
1905
1906 }
1907 class MessagePortImpl extends MessagePort implements js_library.JSObjectInterfac esDom {
1908 MessagePortImpl.internal_() : super.internal_();
1909 get runtimeType => MessagePort;
1910 toString() => super.toString();
1911 }
1912 @patch class MetaElement {
1913 static Type get instanceRuntimeType => MetaElementImpl;
1914
1915 }
1916 class MetaElementImpl extends MetaElement implements js_library.JSObjectInterfac esDom {
1917 MetaElementImpl.internal_() : super.internal_();
1918 get runtimeType => MetaElement;
1919 toString() => super.toString();
1920 }
1921 @patch class Metadata {
1922 static Type get instanceRuntimeType => MetadataImpl;
1923
1924 }
1925 class MetadataImpl extends Metadata implements js_library.JSObjectInterfacesDom {
1926 MetadataImpl.internal_() : super.internal_();
1927 get runtimeType => Metadata;
1928 toString() => super.toString();
1929 }
1930 @patch class MeterElement {
1931 static Type get instanceRuntimeType => MeterElementImpl;
1932
1933 }
1934 class MeterElementImpl extends MeterElement implements js_library.JSObjectInterf acesDom {
1935 MeterElementImpl.internal_() : super.internal_();
1936 get runtimeType => MeterElement;
1937 toString() => super.toString();
1938 }
1939 @patch class MidiAccess {
1940 static Type get instanceRuntimeType => MidiAccessImpl;
1941
1942 }
1943 class MidiAccessImpl extends MidiAccess implements js_library.JSObjectInterfaces Dom {
1944 MidiAccessImpl.internal_() : super.internal_();
1945 get runtimeType => MidiAccess;
1946 toString() => super.toString();
1947 }
1948 @patch class MidiConnectionEvent {
1949 static Type get instanceRuntimeType => MidiConnectionEventImpl;
1950
1951 }
1952 class MidiConnectionEventImpl extends MidiConnectionEvent implements js_library. JSObjectInterfacesDom {
1953 MidiConnectionEventImpl.internal_() : super.internal_();
1954 get runtimeType => MidiConnectionEvent;
1955 toString() => super.toString();
1956 }
1957 @patch class MidiInput {
1958 static Type get instanceRuntimeType => MidiInputImpl;
1959
1960 }
1961 class MidiInputImpl extends MidiInput implements js_library.JSObjectInterfacesDo m {
1962 MidiInputImpl.internal_() : super.internal_();
1963 get runtimeType => MidiInput;
1964 toString() => super.toString();
1965 }
1966 @patch class MidiInputMap {
1967 static Type get instanceRuntimeType => MidiInputMapImpl;
1968
1969 }
1970 class MidiInputMapImpl extends MidiInputMap implements js_library.JSObjectInterf acesDom {
1971 MidiInputMapImpl.internal_() : super.internal_();
1972 get runtimeType => MidiInputMap;
1973 toString() => super.toString();
1974 }
1975 @patch class MidiMessageEvent {
1976 static Type get instanceRuntimeType => MidiMessageEventImpl;
1977
1978 }
1979 class MidiMessageEventImpl extends MidiMessageEvent implements js_library.JSObje ctInterfacesDom {
1980 MidiMessageEventImpl.internal_() : super.internal_();
1981 get runtimeType => MidiMessageEvent;
1982 toString() => super.toString();
1983 }
1984 @patch class MidiOutput {
1985 static Type get instanceRuntimeType => MidiOutputImpl;
1986
1987 }
1988 class MidiOutputImpl extends MidiOutput implements js_library.JSObjectInterfaces Dom {
1989 MidiOutputImpl.internal_() : super.internal_();
1990 get runtimeType => MidiOutput;
1991 toString() => super.toString();
1992 }
1993 @patch class MidiOutputMap {
1994 static Type get instanceRuntimeType => MidiOutputMapImpl;
1995
1996 }
1997 class MidiOutputMapImpl extends MidiOutputMap implements js_library.JSObjectInte rfacesDom {
1998 MidiOutputMapImpl.internal_() : super.internal_();
1999 get runtimeType => MidiOutputMap;
2000 toString() => super.toString();
2001 }
2002 @patch class MidiPort {
2003 static Type get instanceRuntimeType => MidiPortImpl;
2004
2005 }
2006 class MidiPortImpl extends MidiPort implements js_library.JSObjectInterfacesDom {
2007 MidiPortImpl.internal_() : super.internal_();
2008 get runtimeType => MidiPort;
2009 toString() => super.toString();
2010 }
2011 @patch class MimeType {
2012 static Type get instanceRuntimeType => MimeTypeImpl;
2013
2014 }
2015 class MimeTypeImpl extends MimeType implements js_library.JSObjectInterfacesDom {
2016 MimeTypeImpl.internal_() : super.internal_();
2017 get runtimeType => MimeType;
2018 toString() => super.toString();
2019 }
2020 @patch class MimeTypeArray {
2021 static Type get instanceRuntimeType => MimeTypeArrayImpl;
2022
2023 }
2024 class MimeTypeArrayImpl extends MimeTypeArray implements js_library.JSObjectInte rfacesDom {
2025 MimeTypeArrayImpl.internal_() : super.internal_();
2026 get runtimeType => MimeTypeArray;
2027 toString() => super.toString();
2028 }
2029 @patch class ModElement {
2030 static Type get instanceRuntimeType => ModElementImpl;
2031
2032 }
2033 class ModElementImpl extends ModElement implements js_library.JSObjectInterfaces Dom {
2034 ModElementImpl.internal_() : super.internal_();
2035 get runtimeType => ModElement;
2036 toString() => super.toString();
2037 }
2038 @patch class MouseEvent {
2039 static Type get instanceRuntimeType => MouseEventImpl;
2040
2041 }
2042 class MouseEventImpl extends MouseEvent implements js_library.JSObjectInterfaces Dom {
2043 MouseEventImpl.internal_() : super.internal_();
2044 get runtimeType => MouseEvent;
2045 toString() => super.toString();
2046 }
2047 @patch class MutationObserver {
2048 static Type get instanceRuntimeType => MutationObserverImpl;
2049
2050 }
2051 class MutationObserverImpl extends MutationObserver implements js_library.JSObje ctInterfacesDom {
2052 MutationObserverImpl.internal_() : super.internal_();
2053 get runtimeType => MutationObserver;
2054 toString() => super.toString();
2055 }
2056 @patch class MutationRecord {
2057 static Type get instanceRuntimeType => MutationRecordImpl;
2058
2059 }
2060 class MutationRecordImpl extends MutationRecord implements js_library.JSObjectIn terfacesDom {
2061 MutationRecordImpl.internal_() : super.internal_();
2062 get runtimeType => MutationRecord;
2063 toString() => super.toString();
2064 }
2065 @patch class Navigator {
2066 static Type get instanceRuntimeType => NavigatorImpl;
2067
2068 }
2069 class NavigatorImpl extends Navigator implements js_library.JSObjectInterfacesDo m {
2070 NavigatorImpl.internal_() : super.internal_();
2071 get runtimeType => Navigator;
2072 toString() => super.toString();
2073 }
2074 @patch class NavigatorCpu {
2075 static Type get instanceRuntimeType => NavigatorCpuImpl;
2076
2077 }
2078 class NavigatorCpuImpl extends NavigatorCpu implements js_library.JSObjectInterf acesDom {
2079 NavigatorCpuImpl.internal_() : super.internal_();
2080 get runtimeType => NavigatorCpu;
2081 toString() => super.toString();
2082 }
2083 @patch class NavigatorID {
2084 static Type get instanceRuntimeType => NavigatorIDImpl;
2085
2086 }
2087 class NavigatorIDImpl extends NavigatorID implements js_library.JSObjectInterfac esDom {
2088 NavigatorIDImpl.internal_() : super.internal_();
2089 get runtimeType => NavigatorID;
2090 toString() => super.toString();
2091 }
2092 @patch class NavigatorLanguage {
2093 static Type get instanceRuntimeType => NavigatorLanguageImpl;
2094
2095 }
2096 class NavigatorLanguageImpl extends NavigatorLanguage implements js_library.JSOb jectInterfacesDom {
2097 NavigatorLanguageImpl.internal_() : super.internal_();
2098 get runtimeType => NavigatorLanguage;
2099 toString() => super.toString();
2100 }
2101 @patch class NavigatorOnLine {
2102 static Type get instanceRuntimeType => NavigatorOnLineImpl;
2103
2104 }
2105 class NavigatorOnLineImpl extends NavigatorOnLine implements js_library.JSObject InterfacesDom {
2106 NavigatorOnLineImpl.internal_() : super.internal_();
2107 get runtimeType => NavigatorOnLine;
2108 toString() => super.toString();
2109 }
2110 @patch class NavigatorStorageUtils {
2111 static Type get instanceRuntimeType => NavigatorStorageUtilsImpl;
2112
2113 }
2114 class NavigatorStorageUtilsImpl extends NavigatorStorageUtils implements js_libr ary.JSObjectInterfacesDom {
2115 NavigatorStorageUtilsImpl.internal_() : super.internal_();
2116 get runtimeType => NavigatorStorageUtils;
2117 toString() => super.toString();
2118 }
2119 @patch class NavigatorUserMediaError {
2120 static Type get instanceRuntimeType => NavigatorUserMediaErrorImpl;
2121
2122 }
2123 class NavigatorUserMediaErrorImpl extends NavigatorUserMediaError implements js_ library.JSObjectInterfacesDom {
2124 NavigatorUserMediaErrorImpl.internal_() : super.internal_();
2125 get runtimeType => NavigatorUserMediaError;
2126 toString() => super.toString();
2127 }
2128 @patch class NetworkInformation {
2129 static Type get instanceRuntimeType => NetworkInformationImpl;
2130
2131 }
2132 class NetworkInformationImpl extends NetworkInformation implements js_library.JS ObjectInterfacesDom {
2133 NetworkInformationImpl.internal_() : super.internal_();
2134 get runtimeType => NetworkInformation;
2135 toString() => super.toString();
2136 }
2137 @patch class Node {
2138 static Type get instanceRuntimeType => NodeImpl;
2139
2140 }
2141 class NodeImpl extends Node implements js_library.JSObjectInterfacesDom {
2142 NodeImpl.internal_() : super.internal_();
2143 get runtimeType => Node;
2144 toString() => super.toString();
2145 }
2146 @patch class NodeFilter {
2147 static Type get instanceRuntimeType => NodeFilterImpl;
2148
2149 }
2150 class NodeFilterImpl extends NodeFilter implements js_library.JSObjectInterfaces Dom {
2151 NodeFilterImpl.internal_() : super.internal_();
2152 get runtimeType => NodeFilter;
2153 toString() => super.toString();
2154 }
2155 @patch class NodeIterator {
2156 static Type get instanceRuntimeType => NodeIteratorImpl;
2157
2158 }
2159 class NodeIteratorImpl extends NodeIterator implements js_library.JSObjectInterf acesDom {
2160 NodeIteratorImpl.internal_() : super.internal_();
2161 get runtimeType => NodeIterator;
2162 toString() => super.toString();
2163 }
2164 @patch class NodeList {
2165 static Type get instanceRuntimeType => NodeListImpl;
2166
2167 }
2168 class NodeListImpl extends NodeList implements js_library.JSObjectInterfacesDom {
2169 NodeListImpl.internal_() : super.internal_();
2170 get runtimeType => NodeList;
2171 toString() => super.toString();
2172 }
2173 @patch class NonDocumentTypeChildNode {
2174 static Type get instanceRuntimeType => NonDocumentTypeChildNodeImpl;
2175
2176 }
2177 class NonDocumentTypeChildNodeImpl extends NonDocumentTypeChildNode implements j s_library.JSObjectInterfacesDom {
2178 NonDocumentTypeChildNodeImpl.internal_() : super.internal_();
2179 get runtimeType => NonDocumentTypeChildNode;
2180 toString() => super.toString();
2181 }
2182 @patch class NonElementParentNode {
2183 static Type get instanceRuntimeType => NonElementParentNodeImpl;
2184
2185 }
2186 class NonElementParentNodeImpl extends NonElementParentNode implements js_librar y.JSObjectInterfacesDom {
2187 NonElementParentNodeImpl.internal_() : super.internal_();
2188 get runtimeType => NonElementParentNode;
2189 toString() => super.toString();
2190 }
2191 @patch class Notification {
2192 static Type get instanceRuntimeType => NotificationImpl;
2193
2194 }
2195 class NotificationImpl extends Notification implements js_library.JSObjectInterf acesDom {
2196 NotificationImpl.internal_() : super.internal_();
2197 get runtimeType => Notification;
2198 toString() => super.toString();
2199 }
2200 @patch class NotificationEvent {
2201 static Type get instanceRuntimeType => NotificationEventImpl;
2202
2203 }
2204 class NotificationEventImpl extends NotificationEvent implements js_library.JSOb jectInterfacesDom {
2205 NotificationEventImpl.internal_() : super.internal_();
2206 get runtimeType => NotificationEvent;
2207 toString() => super.toString();
2208 }
2209 @patch class NumberValue {
2210 static Type get instanceRuntimeType => NumberValueImpl;
2211
2212 }
2213 class NumberValueImpl extends NumberValue implements js_library.JSObjectInterfac esDom {
2214 NumberValueImpl.internal_() : super.internal_();
2215 get runtimeType => NumberValue;
2216 toString() => super.toString();
2217 }
2218 @patch class OListElement {
2219 static Type get instanceRuntimeType => OListElementImpl;
2220
2221 }
2222 class OListElementImpl extends OListElement implements js_library.JSObjectInterf acesDom {
2223 OListElementImpl.internal_() : super.internal_();
2224 get runtimeType => OListElement;
2225 toString() => super.toString();
2226 }
2227 @patch class ObjectElement {
2228 static Type get instanceRuntimeType => ObjectElementImpl;
2229
2230 }
2231 class ObjectElementImpl extends ObjectElement implements js_library.JSObjectInte rfacesDom {
2232 ObjectElementImpl.internal_() : super.internal_();
2233 get runtimeType => ObjectElement;
2234 toString() => super.toString();
2235 }
2236 @patch class OffscreenCanvas {
2237 static Type get instanceRuntimeType => OffscreenCanvasImpl;
2238
2239 }
2240 class OffscreenCanvasImpl extends OffscreenCanvas implements js_library.JSObject InterfacesDom {
2241 OffscreenCanvasImpl.internal_() : super.internal_();
2242 get runtimeType => OffscreenCanvas;
2243 toString() => super.toString();
2244 }
2245 @patch class OptGroupElement {
2246 static Type get instanceRuntimeType => OptGroupElementImpl;
2247
2248 }
2249 class OptGroupElementImpl extends OptGroupElement implements js_library.JSObject InterfacesDom {
2250 OptGroupElementImpl.internal_() : super.internal_();
2251 get runtimeType => OptGroupElement;
2252 toString() => super.toString();
2253 }
2254 @patch class OptionElement {
2255 static Type get instanceRuntimeType => OptionElementImpl;
2256
2257 }
2258 class OptionElementImpl extends OptionElement implements js_library.JSObjectInte rfacesDom {
2259 OptionElementImpl.internal_() : super.internal_();
2260 get runtimeType => OptionElement;
2261 toString() => super.toString();
2262 }
2263 @patch class OutputElement {
2264 static Type get instanceRuntimeType => OutputElementImpl;
2265
2266 }
2267 class OutputElementImpl extends OutputElement implements js_library.JSObjectInte rfacesDom {
2268 OutputElementImpl.internal_() : super.internal_();
2269 get runtimeType => OutputElement;
2270 toString() => super.toString();
2271 }
2272 @patch class PageTransitionEvent {
2273 static Type get instanceRuntimeType => PageTransitionEventImpl;
2274
2275 }
2276 class PageTransitionEventImpl extends PageTransitionEvent implements js_library. JSObjectInterfacesDom {
2277 PageTransitionEventImpl.internal_() : super.internal_();
2278 get runtimeType => PageTransitionEvent;
2279 toString() => super.toString();
2280 }
2281 @patch class ParagraphElement {
2282 static Type get instanceRuntimeType => ParagraphElementImpl;
2283
2284 }
2285 class ParagraphElementImpl extends ParagraphElement implements js_library.JSObje ctInterfacesDom {
2286 ParagraphElementImpl.internal_() : super.internal_();
2287 get runtimeType => ParagraphElement;
2288 toString() => super.toString();
2289 }
2290 @patch class ParamElement {
2291 static Type get instanceRuntimeType => ParamElementImpl;
2292
2293 }
2294 class ParamElementImpl extends ParamElement implements js_library.JSObjectInterf acesDom {
2295 ParamElementImpl.internal_() : super.internal_();
2296 get runtimeType => ParamElement;
2297 toString() => super.toString();
2298 }
2299 @patch class ParentNode {
2300 static Type get instanceRuntimeType => ParentNodeImpl;
2301
2302 }
2303 class ParentNodeImpl extends ParentNode implements js_library.JSObjectInterfaces Dom {
2304 ParentNodeImpl.internal_() : super.internal_();
2305 get runtimeType => ParentNode;
2306 toString() => super.toString();
2307 }
2308 @patch class PasswordCredential {
2309 static Type get instanceRuntimeType => PasswordCredentialImpl;
2310
2311 }
2312 class PasswordCredentialImpl extends PasswordCredential implements js_library.JS ObjectInterfacesDom {
2313 PasswordCredentialImpl.internal_() : super.internal_();
2314 get runtimeType => PasswordCredential;
2315 toString() => super.toString();
2316 }
2317 @patch class Path2D {
2318 static Type get instanceRuntimeType => Path2DImpl;
2319
2320 }
2321 class Path2DImpl extends Path2D implements js_library.JSObjectInterfacesDom {
2322 Path2DImpl.internal_() : super.internal_();
2323 get runtimeType => Path2D;
2324 toString() => super.toString();
2325 }
2326 @patch class Performance {
2327 static Type get instanceRuntimeType => PerformanceImpl;
2328
2329 }
2330 class PerformanceImpl extends Performance implements js_library.JSObjectInterfac esDom {
2331 PerformanceImpl.internal_() : super.internal_();
2332 get runtimeType => Performance;
2333 toString() => super.toString();
2334 }
2335 @patch class PerformanceCompositeTiming {
2336 static Type get instanceRuntimeType => PerformanceCompositeTimingImpl;
2337
2338 }
2339 class PerformanceCompositeTimingImpl extends PerformanceCompositeTiming implemen ts js_library.JSObjectInterfacesDom {
2340 PerformanceCompositeTimingImpl.internal_() : super.internal_();
2341 get runtimeType => PerformanceCompositeTiming;
2342 toString() => super.toString();
2343 }
2344 @patch class PerformanceEntry {
2345 static Type get instanceRuntimeType => PerformanceEntryImpl;
2346
2347 }
2348 class PerformanceEntryImpl extends PerformanceEntry implements js_library.JSObje ctInterfacesDom {
2349 PerformanceEntryImpl.internal_() : super.internal_();
2350 get runtimeType => PerformanceEntry;
2351 toString() => super.toString();
2352 }
2353 @patch class PerformanceMark {
2354 static Type get instanceRuntimeType => PerformanceMarkImpl;
2355
2356 }
2357 class PerformanceMarkImpl extends PerformanceMark implements js_library.JSObject InterfacesDom {
2358 PerformanceMarkImpl.internal_() : super.internal_();
2359 get runtimeType => PerformanceMark;
2360 toString() => super.toString();
2361 }
2362 @patch class PerformanceMeasure {
2363 static Type get instanceRuntimeType => PerformanceMeasureImpl;
2364
2365 }
2366 class PerformanceMeasureImpl extends PerformanceMeasure implements js_library.JS ObjectInterfacesDom {
2367 PerformanceMeasureImpl.internal_() : super.internal_();
2368 get runtimeType => PerformanceMeasure;
2369 toString() => super.toString();
2370 }
2371 @patch class PerformanceNavigation {
2372 static Type get instanceRuntimeType => PerformanceNavigationImpl;
2373
2374 }
2375 class PerformanceNavigationImpl extends PerformanceNavigation implements js_libr ary.JSObjectInterfacesDom {
2376 PerformanceNavigationImpl.internal_() : super.internal_();
2377 get runtimeType => PerformanceNavigation;
2378 toString() => super.toString();
2379 }
2380 @patch class PerformanceObserver {
2381 static Type get instanceRuntimeType => PerformanceObserverImpl;
2382
2383 }
2384 class PerformanceObserverImpl extends PerformanceObserver implements js_library. JSObjectInterfacesDom {
2385 PerformanceObserverImpl.internal_() : super.internal_();
2386 get runtimeType => PerformanceObserver;
2387 toString() => super.toString();
2388 }
2389 @patch class PerformanceObserverEntryList {
2390 static Type get instanceRuntimeType => PerformanceObserverEntryListImpl;
2391
2392 }
2393 class PerformanceObserverEntryListImpl extends PerformanceObserverEntryList impl ements js_library.JSObjectInterfacesDom {
2394 PerformanceObserverEntryListImpl.internal_() : super.internal_();
2395 get runtimeType => PerformanceObserverEntryList;
2396 toString() => super.toString();
2397 }
2398 @patch class PerformanceRenderTiming {
2399 static Type get instanceRuntimeType => PerformanceRenderTimingImpl;
2400
2401 }
2402 class PerformanceRenderTimingImpl extends PerformanceRenderTiming implements js_ library.JSObjectInterfacesDom {
2403 PerformanceRenderTimingImpl.internal_() : super.internal_();
2404 get runtimeType => PerformanceRenderTiming;
2405 toString() => super.toString();
2406 }
2407 @patch class PerformanceResourceTiming {
2408 static Type get instanceRuntimeType => PerformanceResourceTimingImpl;
2409
2410 }
2411 class PerformanceResourceTimingImpl extends PerformanceResourceTiming implements js_library.JSObjectInterfacesDom {
2412 PerformanceResourceTimingImpl.internal_() : super.internal_();
2413 get runtimeType => PerformanceResourceTiming;
2414 toString() => super.toString();
2415 }
2416 @patch class PerformanceTiming {
2417 static Type get instanceRuntimeType => PerformanceTimingImpl;
2418
2419 }
2420 class PerformanceTimingImpl extends PerformanceTiming implements js_library.JSOb jectInterfacesDom {
2421 PerformanceTimingImpl.internal_() : super.internal_();
2422 get runtimeType => PerformanceTiming;
2423 toString() => super.toString();
2424 }
2425 @patch class PermissionStatus {
2426 static Type get instanceRuntimeType => PermissionStatusImpl;
2427
2428 }
2429 class PermissionStatusImpl extends PermissionStatus implements js_library.JSObje ctInterfacesDom {
2430 PermissionStatusImpl.internal_() : super.internal_();
2431 get runtimeType => PermissionStatus;
2432 toString() => super.toString();
2433 }
2434 @patch class Permissions {
2435 static Type get instanceRuntimeType => PermissionsImpl;
2436
2437 }
2438 class PermissionsImpl extends Permissions implements js_library.JSObjectInterfac esDom {
2439 PermissionsImpl.internal_() : super.internal_();
2440 get runtimeType => Permissions;
2441 toString() => super.toString();
2442 }
2443 @patch class Perspective {
2444 static Type get instanceRuntimeType => PerspectiveImpl;
2445
2446 }
2447 class PerspectiveImpl extends Perspective implements js_library.JSObjectInterfac esDom {
2448 PerspectiveImpl.internal_() : super.internal_();
2449 get runtimeType => Perspective;
2450 toString() => super.toString();
2451 }
2452 @patch class PictureElement {
2453 static Type get instanceRuntimeType => PictureElementImpl;
2454
2455 }
2456 class PictureElementImpl extends PictureElement implements js_library.JSObjectIn terfacesDom {
2457 PictureElementImpl.internal_() : super.internal_();
2458 get runtimeType => PictureElement;
2459 toString() => super.toString();
2460 }
2461 @patch class Plugin {
2462 static Type get instanceRuntimeType => PluginImpl;
2463
2464 }
2465 class PluginImpl extends Plugin implements js_library.JSObjectInterfacesDom {
2466 PluginImpl.internal_() : super.internal_();
2467 get runtimeType => Plugin;
2468 toString() => super.toString();
2469 }
2470 @patch class PluginArray {
2471 static Type get instanceRuntimeType => PluginArrayImpl;
2472
2473 }
2474 class PluginArrayImpl extends PluginArray implements js_library.JSObjectInterfac esDom {
2475 PluginArrayImpl.internal_() : super.internal_();
2476 get runtimeType => PluginArray;
2477 toString() => super.toString();
2478 }
2479 @patch class PointerEvent {
2480 static Type get instanceRuntimeType => PointerEventImpl;
2481
2482 }
2483 class PointerEventImpl extends PointerEvent implements js_library.JSObjectInterf acesDom {
2484 PointerEventImpl.internal_() : super.internal_();
2485 get runtimeType => PointerEvent;
2486 toString() => super.toString();
2487 }
2488 @patch class PopStateEvent {
2489 static Type get instanceRuntimeType => PopStateEventImpl;
2490
2491 }
2492 class PopStateEventImpl extends PopStateEvent implements js_library.JSObjectInte rfacesDom {
2493 PopStateEventImpl.internal_() : super.internal_();
2494 get runtimeType => PopStateEvent;
2495 toString() => super.toString();
2496 }
2497 @patch class PositionError {
2498 static Type get instanceRuntimeType => PositionErrorImpl;
2499
2500 }
2501 class PositionErrorImpl extends PositionError implements js_library.JSObjectInte rfacesDom {
2502 PositionErrorImpl.internal_() : super.internal_();
2503 get runtimeType => PositionError;
2504 toString() => super.toString();
2505 }
2506 @patch class PositionSensorVRDevice {
2507 static Type get instanceRuntimeType => PositionSensorVRDeviceImpl;
2508
2509 }
2510 class PositionSensorVRDeviceImpl extends PositionSensorVRDevice implements js_li brary.JSObjectInterfacesDom {
2511 PositionSensorVRDeviceImpl.internal_() : super.internal_();
2512 get runtimeType => PositionSensorVRDevice;
2513 toString() => super.toString();
2514 }
2515 @patch class PositionValue {
2516 static Type get instanceRuntimeType => PositionValueImpl;
2517
2518 }
2519 class PositionValueImpl extends PositionValue implements js_library.JSObjectInte rfacesDom {
2520 PositionValueImpl.internal_() : super.internal_();
2521 get runtimeType => PositionValue;
2522 toString() => super.toString();
2523 }
2524 @patch class PreElement {
2525 static Type get instanceRuntimeType => PreElementImpl;
2526
2527 }
2528 class PreElementImpl extends PreElement implements js_library.JSObjectInterfaces Dom {
2529 PreElementImpl.internal_() : super.internal_();
2530 get runtimeType => PreElement;
2531 toString() => super.toString();
2532 }
2533 @patch class Presentation {
2534 static Type get instanceRuntimeType => PresentationImpl;
2535
2536 }
2537 class PresentationImpl extends Presentation implements js_library.JSObjectInterf acesDom {
2538 PresentationImpl.internal_() : super.internal_();
2539 get runtimeType => Presentation;
2540 toString() => super.toString();
2541 }
2542 @patch class PresentationAvailability {
2543 static Type get instanceRuntimeType => PresentationAvailabilityImpl;
2544
2545 }
2546 class PresentationAvailabilityImpl extends PresentationAvailability implements j s_library.JSObjectInterfacesDom {
2547 PresentationAvailabilityImpl.internal_() : super.internal_();
2548 get runtimeType => PresentationAvailability;
2549 toString() => super.toString();
2550 }
2551 @patch class PresentationConnection {
2552 static Type get instanceRuntimeType => PresentationConnectionImpl;
2553
2554 }
2555 class PresentationConnectionImpl extends PresentationConnection implements js_li brary.JSObjectInterfacesDom {
2556 PresentationConnectionImpl.internal_() : super.internal_();
2557 get runtimeType => PresentationConnection;
2558 toString() => super.toString();
2559 }
2560 @patch class PresentationConnectionAvailableEvent {
2561 static Type get instanceRuntimeType => PresentationConnectionAvailableEventImp l;
2562
2563 }
2564 class PresentationConnectionAvailableEventImpl extends PresentationConnectionAva ilableEvent implements js_library.JSObjectInterfacesDom {
2565 PresentationConnectionAvailableEventImpl.internal_() : super.internal_();
2566 get runtimeType => PresentationConnectionAvailableEvent;
2567 toString() => super.toString();
2568 }
2569 @patch class PresentationConnectionCloseEvent {
2570 static Type get instanceRuntimeType => PresentationConnectionCloseEventImpl;
2571
2572 }
2573 class PresentationConnectionCloseEventImpl extends PresentationConnectionCloseEv ent implements js_library.JSObjectInterfacesDom {
2574 PresentationConnectionCloseEventImpl.internal_() : super.internal_();
2575 get runtimeType => PresentationConnectionCloseEvent;
2576 toString() => super.toString();
2577 }
2578 @patch class PresentationReceiver {
2579 static Type get instanceRuntimeType => PresentationReceiverImpl;
2580
2581 }
2582 class PresentationReceiverImpl extends PresentationReceiver implements js_librar y.JSObjectInterfacesDom {
2583 PresentationReceiverImpl.internal_() : super.internal_();
2584 get runtimeType => PresentationReceiver;
2585 toString() => super.toString();
2586 }
2587 @patch class PresentationRequest {
2588 static Type get instanceRuntimeType => PresentationRequestImpl;
2589
2590 }
2591 class PresentationRequestImpl extends PresentationRequest implements js_library. JSObjectInterfacesDom {
2592 PresentationRequestImpl.internal_() : super.internal_();
2593 get runtimeType => PresentationRequest;
2594 toString() => super.toString();
2595 }
2596 @patch class ProcessingInstruction {
2597 static Type get instanceRuntimeType => ProcessingInstructionImpl;
2598
2599 }
2600 class ProcessingInstructionImpl extends ProcessingInstruction implements js_libr ary.JSObjectInterfacesDom {
2601 ProcessingInstructionImpl.internal_() : super.internal_();
2602 get runtimeType => ProcessingInstruction;
2603 toString() => super.toString();
2604 }
2605 @patch class ProgressElement {
2606 static Type get instanceRuntimeType => ProgressElementImpl;
2607
2608 }
2609 class ProgressElementImpl extends ProgressElement implements js_library.JSObject InterfacesDom {
2610 ProgressElementImpl.internal_() : super.internal_();
2611 get runtimeType => ProgressElement;
2612 toString() => super.toString();
2613 }
2614 @patch class ProgressEvent {
2615 static Type get instanceRuntimeType => ProgressEventImpl;
2616
2617 }
2618 class ProgressEventImpl extends ProgressEvent implements js_library.JSObjectInte rfacesDom {
2619 ProgressEventImpl.internal_() : super.internal_();
2620 get runtimeType => ProgressEvent;
2621 toString() => super.toString();
2622 }
2623 @patch class PromiseRejectionEvent {
2624 static Type get instanceRuntimeType => PromiseRejectionEventImpl;
2625
2626 }
2627 class PromiseRejectionEventImpl extends PromiseRejectionEvent implements js_libr ary.JSObjectInterfacesDom {
2628 PromiseRejectionEventImpl.internal_() : super.internal_();
2629 get runtimeType => PromiseRejectionEvent;
2630 toString() => super.toString();
2631 }
2632 @patch class PushEvent {
2633 static Type get instanceRuntimeType => PushEventImpl;
2634
2635 }
2636 class PushEventImpl extends PushEvent implements js_library.JSObjectInterfacesDo m {
2637 PushEventImpl.internal_() : super.internal_();
2638 get runtimeType => PushEvent;
2639 toString() => super.toString();
2640 }
2641 @patch class PushManager {
2642 static Type get instanceRuntimeType => PushManagerImpl;
2643
2644 }
2645 class PushManagerImpl extends PushManager implements js_library.JSObjectInterfac esDom {
2646 PushManagerImpl.internal_() : super.internal_();
2647 get runtimeType => PushManager;
2648 toString() => super.toString();
2649 }
2650 @patch class PushMessageData {
2651 static Type get instanceRuntimeType => PushMessageDataImpl;
2652
2653 }
2654 class PushMessageDataImpl extends PushMessageData implements js_library.JSObject InterfacesDom {
2655 PushMessageDataImpl.internal_() : super.internal_();
2656 get runtimeType => PushMessageData;
2657 toString() => super.toString();
2658 }
2659 @patch class PushSubscription {
2660 static Type get instanceRuntimeType => PushSubscriptionImpl;
2661
2662 }
2663 class PushSubscriptionImpl extends PushSubscription implements js_library.JSObje ctInterfacesDom {
2664 PushSubscriptionImpl.internal_() : super.internal_();
2665 get runtimeType => PushSubscription;
2666 toString() => super.toString();
2667 }
2668 @patch class QuoteElement {
2669 static Type get instanceRuntimeType => QuoteElementImpl;
2670
2671 }
2672 class QuoteElementImpl extends QuoteElement implements js_library.JSObjectInterf acesDom {
2673 QuoteElementImpl.internal_() : super.internal_();
2674 get runtimeType => QuoteElement;
2675 toString() => super.toString();
2676 }
2677 @patch class Range {
2678 static Type get instanceRuntimeType => RangeImpl;
2679
2680 }
2681 class RangeImpl extends Range implements js_library.JSObjectInterfacesDom {
2682 RangeImpl.internal_() : super.internal_();
2683 get runtimeType => Range;
2684 toString() => super.toString();
2685 }
2686 @patch class ReadableByteStream {
2687 static Type get instanceRuntimeType => ReadableByteStreamImpl;
2688
2689 }
2690 class ReadableByteStreamImpl extends ReadableByteStream implements js_library.JS ObjectInterfacesDom {
2691 ReadableByteStreamImpl.internal_() : super.internal_();
2692 get runtimeType => ReadableByteStream;
2693 toString() => super.toString();
2694 }
2695 @patch class ReadableByteStreamReader {
2696 static Type get instanceRuntimeType => ReadableByteStreamReaderImpl;
2697
2698 }
2699 class ReadableByteStreamReaderImpl extends ReadableByteStreamReader implements j s_library.JSObjectInterfacesDom {
2700 ReadableByteStreamReaderImpl.internal_() : super.internal_();
2701 get runtimeType => ReadableByteStreamReader;
2702 toString() => super.toString();
2703 }
2704 @patch class ReadableStreamReader {
2705 static Type get instanceRuntimeType => ReadableStreamReaderImpl;
2706
2707 }
2708 class ReadableStreamReaderImpl extends ReadableStreamReader implements js_librar y.JSObjectInterfacesDom {
2709 ReadableStreamReaderImpl.internal_() : super.internal_();
2710 get runtimeType => ReadableStreamReader;
2711 toString() => super.toString();
2712 }
2713 @patch class RelatedEvent {
2714 static Type get instanceRuntimeType => RelatedEventImpl;
2715
2716 }
2717 class RelatedEventImpl extends RelatedEvent implements js_library.JSObjectInterf acesDom {
2718 RelatedEventImpl.internal_() : super.internal_();
2719 get runtimeType => RelatedEvent;
2720 toString() => super.toString();
2721 }
2722 @patch class Rotation {
2723 static Type get instanceRuntimeType => RotationImpl;
2724
2725 }
2726 class RotationImpl extends Rotation implements js_library.JSObjectInterfacesDom {
2727 RotationImpl.internal_() : super.internal_();
2728 get runtimeType => Rotation;
2729 toString() => super.toString();
2730 }
2731 @patch class RtcCertificate {
2732 static Type get instanceRuntimeType => RtcCertificateImpl;
2733
2734 }
2735 class RtcCertificateImpl extends RtcCertificate implements js_library.JSObjectIn terfacesDom {
2736 RtcCertificateImpl.internal_() : super.internal_();
2737 get runtimeType => RtcCertificate;
2738 toString() => super.toString();
2739 }
2740 @patch class RtcDataChannel {
2741 static Type get instanceRuntimeType => RtcDataChannelImpl;
2742
2743 }
2744 class RtcDataChannelImpl extends RtcDataChannel implements js_library.JSObjectIn terfacesDom {
2745 RtcDataChannelImpl.internal_() : super.internal_();
2746 get runtimeType => RtcDataChannel;
2747 toString() => super.toString();
2748 }
2749 @patch class RtcDataChannelEvent {
2750 static Type get instanceRuntimeType => RtcDataChannelEventImpl;
2751
2752 }
2753 class RtcDataChannelEventImpl extends RtcDataChannelEvent implements js_library. JSObjectInterfacesDom {
2754 RtcDataChannelEventImpl.internal_() : super.internal_();
2755 get runtimeType => RtcDataChannelEvent;
2756 toString() => super.toString();
2757 }
2758 @patch class RtcDtmfSender {
2759 static Type get instanceRuntimeType => RtcDtmfSenderImpl;
2760
2761 }
2762 class RtcDtmfSenderImpl extends RtcDtmfSender implements js_library.JSObjectInte rfacesDom {
2763 RtcDtmfSenderImpl.internal_() : super.internal_();
2764 get runtimeType => RtcDtmfSender;
2765 toString() => super.toString();
2766 }
2767 @patch class RtcDtmfToneChangeEvent {
2768 static Type get instanceRuntimeType => RtcDtmfToneChangeEventImpl;
2769
2770 }
2771 class RtcDtmfToneChangeEventImpl extends RtcDtmfToneChangeEvent implements js_li brary.JSObjectInterfacesDom {
2772 RtcDtmfToneChangeEventImpl.internal_() : super.internal_();
2773 get runtimeType => RtcDtmfToneChangeEvent;
2774 toString() => super.toString();
2775 }
2776 @patch class RtcIceCandidate {
2777 static Type get instanceRuntimeType => RtcIceCandidateImpl;
2778
2779 }
2780 class RtcIceCandidateImpl extends RtcIceCandidate implements js_library.JSObject InterfacesDom {
2781 RtcIceCandidateImpl.internal_() : super.internal_();
2782 get runtimeType => RtcIceCandidate;
2783 toString() => super.toString();
2784 }
2785 @patch class RtcIceCandidateEvent {
2786 static Type get instanceRuntimeType => RtcIceCandidateEventImpl;
2787
2788 }
2789 class RtcIceCandidateEventImpl extends RtcIceCandidateEvent implements js_librar y.JSObjectInterfacesDom {
2790 RtcIceCandidateEventImpl.internal_() : super.internal_();
2791 get runtimeType => RtcIceCandidateEvent;
2792 toString() => super.toString();
2793 }
2794 @patch class RtcPeerConnection {
2795 static Type get instanceRuntimeType => RtcPeerConnectionImpl;
2796
2797 }
2798 class RtcPeerConnectionImpl extends RtcPeerConnection implements js_library.JSOb jectInterfacesDom {
2799 RtcPeerConnectionImpl.internal_() : super.internal_();
2800 get runtimeType => RtcPeerConnection;
2801 toString() => super.toString();
2802 }
2803 @patch class RtcSessionDescription {
2804 static Type get instanceRuntimeType => RtcSessionDescriptionImpl;
2805
2806 }
2807 class RtcSessionDescriptionImpl extends RtcSessionDescription implements js_libr ary.JSObjectInterfacesDom {
2808 RtcSessionDescriptionImpl.internal_() : super.internal_();
2809 get runtimeType => RtcSessionDescription;
2810 toString() => super.toString();
2811 }
2812 @patch class RtcStatsReport {
2813 static Type get instanceRuntimeType => RtcStatsReportImpl;
2814
2815 }
2816 class RtcStatsReportImpl extends RtcStatsReport implements js_library.JSObjectIn terfacesDom {
2817 RtcStatsReportImpl.internal_() : super.internal_();
2818 get runtimeType => RtcStatsReport;
2819 toString() => super.toString();
2820 }
2821 @patch class RtcStatsResponse {
2822 static Type get instanceRuntimeType => RtcStatsResponseImpl;
2823
2824 }
2825 class RtcStatsResponseImpl extends RtcStatsResponse implements js_library.JSObje ctInterfacesDom {
2826 RtcStatsResponseImpl.internal_() : super.internal_();
2827 get runtimeType => RtcStatsResponse;
2828 toString() => super.toString();
2829 }
2830 @patch class Screen {
2831 static Type get instanceRuntimeType => ScreenImpl;
2832
2833 }
2834 class ScreenImpl extends Screen implements js_library.JSObjectInterfacesDom {
2835 ScreenImpl.internal_() : super.internal_();
2836 get runtimeType => Screen;
2837 toString() => super.toString();
2838 }
2839 @patch class ScreenOrientation {
2840 static Type get instanceRuntimeType => ScreenOrientationImpl;
2841
2842 }
2843 class ScreenOrientationImpl extends ScreenOrientation implements js_library.JSOb jectInterfacesDom {
2844 ScreenOrientationImpl.internal_() : super.internal_();
2845 get runtimeType => ScreenOrientation;
2846 toString() => super.toString();
2847 }
2848 @patch class ScriptElement {
2849 static Type get instanceRuntimeType => ScriptElementImpl;
2850
2851 }
2852 class ScriptElementImpl extends ScriptElement implements js_library.JSObjectInte rfacesDom {
2853 ScriptElementImpl.internal_() : super.internal_();
2854 get runtimeType => ScriptElement;
2855 toString() => super.toString();
2856 }
2857 @patch class ScrollState {
2858 static Type get instanceRuntimeType => ScrollStateImpl;
2859
2860 }
2861 class ScrollStateImpl extends ScrollState implements js_library.JSObjectInterfac esDom {
2862 ScrollStateImpl.internal_() : super.internal_();
2863 get runtimeType => ScrollState;
2864 toString() => super.toString();
2865 }
2866 @patch class SecurityPolicyViolationEvent {
2867 static Type get instanceRuntimeType => SecurityPolicyViolationEventImpl;
2868
2869 }
2870 class SecurityPolicyViolationEventImpl extends SecurityPolicyViolationEvent impl ements js_library.JSObjectInterfacesDom {
2871 SecurityPolicyViolationEventImpl.internal_() : super.internal_();
2872 get runtimeType => SecurityPolicyViolationEvent;
2873 toString() => super.toString();
2874 }
2875 @patch class SelectElement {
2876 static Type get instanceRuntimeType => SelectElementImpl;
2877
2878 }
2879 class SelectElementImpl extends SelectElement implements js_library.JSObjectInte rfacesDom {
2880 SelectElementImpl.internal_() : super.internal_();
2881 get runtimeType => SelectElement;
2882 toString() => super.toString();
2883 }
2884 @patch class Selection {
2885 static Type get instanceRuntimeType => SelectionImpl;
2886
2887 }
2888 class SelectionImpl extends Selection implements js_library.JSObjectInterfacesDo m {
2889 SelectionImpl.internal_() : super.internal_();
2890 get runtimeType => Selection;
2891 toString() => super.toString();
2892 }
2893 @patch class ServicePort {
2894 static Type get instanceRuntimeType => ServicePortImpl;
2895
2896 }
2897 class ServicePortImpl extends ServicePort implements js_library.JSObjectInterfac esDom {
2898 ServicePortImpl.internal_() : super.internal_();
2899 get runtimeType => ServicePort;
2900 toString() => super.toString();
2901 }
2902 @patch class ServicePortCollection {
2903 static Type get instanceRuntimeType => ServicePortCollectionImpl;
2904
2905 }
2906 class ServicePortCollectionImpl extends ServicePortCollection implements js_libr ary.JSObjectInterfacesDom {
2907 ServicePortCollectionImpl.internal_() : super.internal_();
2908 get runtimeType => ServicePortCollection;
2909 toString() => super.toString();
2910 }
2911 @patch class ServicePortConnectEvent {
2912 static Type get instanceRuntimeType => ServicePortConnectEventImpl;
2913
2914 }
2915 class ServicePortConnectEventImpl extends ServicePortConnectEvent implements js_ library.JSObjectInterfacesDom {
2916 ServicePortConnectEventImpl.internal_() : super.internal_();
2917 get runtimeType => ServicePortConnectEvent;
2918 toString() => super.toString();
2919 }
2920 @patch class ServiceWorkerContainer {
2921 static Type get instanceRuntimeType => ServiceWorkerContainerImpl;
2922
2923 }
2924 class ServiceWorkerContainerImpl extends ServiceWorkerContainer implements js_li brary.JSObjectInterfacesDom {
2925 ServiceWorkerContainerImpl.internal_() : super.internal_();
2926 get runtimeType => ServiceWorkerContainer;
2927 toString() => super.toString();
2928 }
2929 @patch class ServiceWorkerGlobalScope {
2930 static Type get instanceRuntimeType => ServiceWorkerGlobalScopeImpl;
2931
2932 }
2933 class ServiceWorkerGlobalScopeImpl extends ServiceWorkerGlobalScope implements j s_library.JSObjectInterfacesDom {
2934 ServiceWorkerGlobalScopeImpl.internal_() : super.internal_();
2935 get runtimeType => ServiceWorkerGlobalScope;
2936 toString() => super.toString();
2937 }
2938 @patch class ServiceWorkerMessageEvent {
2939 static Type get instanceRuntimeType => ServiceWorkerMessageEventImpl;
2940
2941 }
2942 class ServiceWorkerMessageEventImpl extends ServiceWorkerMessageEvent implements js_library.JSObjectInterfacesDom {
2943 ServiceWorkerMessageEventImpl.internal_() : super.internal_();
2944 get runtimeType => ServiceWorkerMessageEvent;
2945 toString() => super.toString();
2946 }
2947 @patch class ServiceWorkerRegistration {
2948 static Type get instanceRuntimeType => ServiceWorkerRegistrationImpl;
2949
2950 }
2951 class ServiceWorkerRegistrationImpl extends ServiceWorkerRegistration implements js_library.JSObjectInterfacesDom {
2952 ServiceWorkerRegistrationImpl.internal_() : super.internal_();
2953 get runtimeType => ServiceWorkerRegistration;
2954 toString() => super.toString();
2955 }
2956 @patch class ShadowElement {
2957 static Type get instanceRuntimeType => ShadowElementImpl;
2958
2959 }
2960 class ShadowElementImpl extends ShadowElement implements js_library.JSObjectInte rfacesDom {
2961 ShadowElementImpl.internal_() : super.internal_();
2962 get runtimeType => ShadowElement;
2963 toString() => super.toString();
2964 }
2965 @patch class ShadowRoot {
2966 static Type get instanceRuntimeType => ShadowRootImpl;
2967
2968 }
2969 class ShadowRootImpl extends ShadowRoot implements js_library.JSObjectInterfaces Dom {
2970 ShadowRootImpl.internal_() : super.internal_();
2971 get runtimeType => ShadowRoot;
2972 toString() => super.toString();
2973 }
2974 @patch class SharedArrayBuffer {
2975 static Type get instanceRuntimeType => SharedArrayBufferImpl;
2976
2977 }
2978 class SharedArrayBufferImpl extends SharedArrayBuffer implements js_library.JSOb jectInterfacesDom {
2979 SharedArrayBufferImpl.internal_() : super.internal_();
2980 get runtimeType => SharedArrayBuffer;
2981 toString() => super.toString();
2982 }
2983 @patch class SharedWorker {
2984 static Type get instanceRuntimeType => SharedWorkerImpl;
2985
2986 }
2987 class SharedWorkerImpl extends SharedWorker implements js_library.JSObjectInterf acesDom {
2988 SharedWorkerImpl.internal_() : super.internal_();
2989 get runtimeType => SharedWorker;
2990 toString() => super.toString();
2991 }
2992 @patch class SharedWorkerGlobalScope {
2993 static Type get instanceRuntimeType => SharedWorkerGlobalScopeImpl;
2994
2995 }
2996 class SharedWorkerGlobalScopeImpl extends SharedWorkerGlobalScope implements js_ library.JSObjectInterfacesDom {
2997 SharedWorkerGlobalScopeImpl.internal_() : super.internal_();
2998 get runtimeType => SharedWorkerGlobalScope;
2999 toString() => super.toString();
3000 }
3001 @patch class SimpleLength {
3002 static Type get instanceRuntimeType => SimpleLengthImpl;
3003
3004 }
3005 class SimpleLengthImpl extends SimpleLength implements js_library.JSObjectInterf acesDom {
3006 SimpleLengthImpl.internal_() : super.internal_();
3007 get runtimeType => SimpleLength;
3008 toString() => super.toString();
3009 }
3010 @patch class Skew {
3011 static Type get instanceRuntimeType => SkewImpl;
3012
3013 }
3014 class SkewImpl extends Skew implements js_library.JSObjectInterfacesDom {
3015 SkewImpl.internal_() : super.internal_();
3016 get runtimeType => Skew;
3017 toString() => super.toString();
3018 }
3019 @patch class SlotElement {
3020 static Type get instanceRuntimeType => SlotElementImpl;
3021
3022 }
3023 class SlotElementImpl extends SlotElement implements js_library.JSObjectInterfac esDom {
3024 SlotElementImpl.internal_() : super.internal_();
3025 get runtimeType => SlotElement;
3026 toString() => super.toString();
3027 }
3028 @patch class SourceBuffer {
3029 static Type get instanceRuntimeType => SourceBufferImpl;
3030
3031 }
3032 class SourceBufferImpl extends SourceBuffer implements js_library.JSObjectInterf acesDom {
3033 SourceBufferImpl.internal_() : super.internal_();
3034 get runtimeType => SourceBuffer;
3035 toString() => super.toString();
3036 }
3037 @patch class SourceBufferList {
3038 static Type get instanceRuntimeType => SourceBufferListImpl;
3039
3040 }
3041 class SourceBufferListImpl extends SourceBufferList implements js_library.JSObje ctInterfacesDom {
3042 SourceBufferListImpl.internal_() : super.internal_();
3043 get runtimeType => SourceBufferList;
3044 toString() => super.toString();
3045 }
3046 @patch class SourceElement {
3047 static Type get instanceRuntimeType => SourceElementImpl;
3048
3049 }
3050 class SourceElementImpl extends SourceElement implements js_library.JSObjectInte rfacesDom {
3051 SourceElementImpl.internal_() : super.internal_();
3052 get runtimeType => SourceElement;
3053 toString() => super.toString();
3054 }
3055 @patch class SourceInfo {
3056 static Type get instanceRuntimeType => SourceInfoImpl;
3057
3058 }
3059 class SourceInfoImpl extends SourceInfo implements js_library.JSObjectInterfaces Dom {
3060 SourceInfoImpl.internal_() : super.internal_();
3061 get runtimeType => SourceInfo;
3062 toString() => super.toString();
3063 }
3064 @patch class SpanElement {
3065 static Type get instanceRuntimeType => SpanElementImpl;
3066
3067 }
3068 class SpanElementImpl extends SpanElement implements js_library.JSObjectInterfac esDom {
3069 SpanElementImpl.internal_() : super.internal_();
3070 get runtimeType => SpanElement;
3071 toString() => super.toString();
3072 }
3073 @patch class SpeechGrammar {
3074 static Type get instanceRuntimeType => SpeechGrammarImpl;
3075
3076 }
3077 class SpeechGrammarImpl extends SpeechGrammar implements js_library.JSObjectInte rfacesDom {
3078 SpeechGrammarImpl.internal_() : super.internal_();
3079 get runtimeType => SpeechGrammar;
3080 toString() => super.toString();
3081 }
3082 @patch class SpeechGrammarList {
3083 static Type get instanceRuntimeType => SpeechGrammarListImpl;
3084
3085 }
3086 class SpeechGrammarListImpl extends SpeechGrammarList implements js_library.JSOb jectInterfacesDom {
3087 SpeechGrammarListImpl.internal_() : super.internal_();
3088 get runtimeType => SpeechGrammarList;
3089 toString() => super.toString();
3090 }
3091 @patch class SpeechRecognition {
3092 static Type get instanceRuntimeType => SpeechRecognitionImpl;
3093
3094 }
3095 class SpeechRecognitionImpl extends SpeechRecognition implements js_library.JSOb jectInterfacesDom {
3096 SpeechRecognitionImpl.internal_() : super.internal_();
3097 get runtimeType => SpeechRecognition;
3098 toString() => super.toString();
3099 }
3100 @patch class SpeechRecognitionAlternative {
3101 static Type get instanceRuntimeType => SpeechRecognitionAlternativeImpl;
3102
3103 }
3104 class SpeechRecognitionAlternativeImpl extends SpeechRecognitionAlternative impl ements js_library.JSObjectInterfacesDom {
3105 SpeechRecognitionAlternativeImpl.internal_() : super.internal_();
3106 get runtimeType => SpeechRecognitionAlternative;
3107 toString() => super.toString();
3108 }
3109 @patch class SpeechRecognitionError {
3110 static Type get instanceRuntimeType => SpeechRecognitionErrorImpl;
3111
3112 }
3113 class SpeechRecognitionErrorImpl extends SpeechRecognitionError implements js_li brary.JSObjectInterfacesDom {
3114 SpeechRecognitionErrorImpl.internal_() : super.internal_();
3115 get runtimeType => SpeechRecognitionError;
3116 toString() => super.toString();
3117 }
3118 @patch class SpeechRecognitionEvent {
3119 static Type get instanceRuntimeType => SpeechRecognitionEventImpl;
3120
3121 }
3122 class SpeechRecognitionEventImpl extends SpeechRecognitionEvent implements js_li brary.JSObjectInterfacesDom {
3123 SpeechRecognitionEventImpl.internal_() : super.internal_();
3124 get runtimeType => SpeechRecognitionEvent;
3125 toString() => super.toString();
3126 }
3127 @patch class SpeechRecognitionResult {
3128 static Type get instanceRuntimeType => SpeechRecognitionResultImpl;
3129
3130 }
3131 class SpeechRecognitionResultImpl extends SpeechRecognitionResult implements js_ library.JSObjectInterfacesDom {
3132 SpeechRecognitionResultImpl.internal_() : super.internal_();
3133 get runtimeType => SpeechRecognitionResult;
3134 toString() => super.toString();
3135 }
3136 @patch class SpeechSynthesis {
3137 static Type get instanceRuntimeType => SpeechSynthesisImpl;
3138
3139 }
3140 class SpeechSynthesisImpl extends SpeechSynthesis implements js_library.JSObject InterfacesDom {
3141 SpeechSynthesisImpl.internal_() : super.internal_();
3142 get runtimeType => SpeechSynthesis;
3143 toString() => super.toString();
3144 }
3145 @patch class SpeechSynthesisEvent {
3146 static Type get instanceRuntimeType => SpeechSynthesisEventImpl;
3147
3148 }
3149 class SpeechSynthesisEventImpl extends SpeechSynthesisEvent implements js_librar y.JSObjectInterfacesDom {
3150 SpeechSynthesisEventImpl.internal_() : super.internal_();
3151 get runtimeType => SpeechSynthesisEvent;
3152 toString() => super.toString();
3153 }
3154 @patch class SpeechSynthesisUtterance {
3155 static Type get instanceRuntimeType => SpeechSynthesisUtteranceImpl;
3156
3157 }
3158 class SpeechSynthesisUtteranceImpl extends SpeechSynthesisUtterance implements j s_library.JSObjectInterfacesDom {
3159 SpeechSynthesisUtteranceImpl.internal_() : super.internal_();
3160 get runtimeType => SpeechSynthesisUtterance;
3161 toString() => super.toString();
3162 }
3163 @patch class SpeechSynthesisVoice {
3164 static Type get instanceRuntimeType => SpeechSynthesisVoiceImpl;
3165
3166 }
3167 class SpeechSynthesisVoiceImpl extends SpeechSynthesisVoice implements js_librar y.JSObjectInterfacesDom {
3168 SpeechSynthesisVoiceImpl.internal_() : super.internal_();
3169 get runtimeType => SpeechSynthesisVoice;
3170 toString() => super.toString();
3171 }
3172 @patch class Storage {
3173 static Type get instanceRuntimeType => StorageImpl;
3174
3175 }
3176 class StorageImpl extends Storage implements js_library.JSObjectInterfacesDom {
3177 StorageImpl.internal_() : super.internal_();
3178 get runtimeType => Storage;
3179 toString() => super.toString();
3180 }
3181 @patch class StorageEvent {
3182 static Type get instanceRuntimeType => StorageEventImpl;
3183
3184 }
3185 class StorageEventImpl extends StorageEvent implements js_library.JSObjectInterf acesDom {
3186 StorageEventImpl.internal_() : super.internal_();
3187 get runtimeType => StorageEvent;
3188 toString() => super.toString();
3189 }
3190 @patch class StorageInfo {
3191 static Type get instanceRuntimeType => StorageInfoImpl;
3192
3193 }
3194 class StorageInfoImpl extends StorageInfo implements js_library.JSObjectInterfac esDom {
3195 StorageInfoImpl.internal_() : super.internal_();
3196 get runtimeType => StorageInfo;
3197 toString() => super.toString();
3198 }
3199 @patch class StorageManager {
3200 static Type get instanceRuntimeType => StorageManagerImpl;
3201
3202 }
3203 class StorageManagerImpl extends StorageManager implements js_library.JSObjectIn terfacesDom {
3204 StorageManagerImpl.internal_() : super.internal_();
3205 get runtimeType => StorageManager;
3206 toString() => super.toString();
3207 }
3208 @patch class StorageQuota {
3209 static Type get instanceRuntimeType => StorageQuotaImpl;
3210
3211 }
3212 class StorageQuotaImpl extends StorageQuota implements js_library.JSObjectInterf acesDom {
3213 StorageQuotaImpl.internal_() : super.internal_();
3214 get runtimeType => StorageQuota;
3215 toString() => super.toString();
3216 }
3217 @patch class StyleElement {
3218 static Type get instanceRuntimeType => StyleElementImpl;
3219
3220 }
3221 class StyleElementImpl extends StyleElement implements js_library.JSObjectInterf acesDom {
3222 StyleElementImpl.internal_() : super.internal_();
3223 get runtimeType => StyleElement;
3224 toString() => super.toString();
3225 }
3226 @patch class StyleMedia {
3227 static Type get instanceRuntimeType => StyleMediaImpl;
3228
3229 }
3230 class StyleMediaImpl extends StyleMedia implements js_library.JSObjectInterfaces Dom {
3231 StyleMediaImpl.internal_() : super.internal_();
3232 get runtimeType => StyleMedia;
3233 toString() => super.toString();
3234 }
3235 @patch class StylePropertyMap {
3236 static Type get instanceRuntimeType => StylePropertyMapImpl;
3237
3238 }
3239 class StylePropertyMapImpl extends StylePropertyMap implements js_library.JSObje ctInterfacesDom {
3240 StylePropertyMapImpl.internal_() : super.internal_();
3241 get runtimeType => StylePropertyMap;
3242 toString() => super.toString();
3243 }
3244 @patch class StyleSheet {
3245 static Type get instanceRuntimeType => StyleSheetImpl;
3246
3247 }
3248 class StyleSheetImpl extends StyleSheet implements js_library.JSObjectInterfaces Dom {
3249 StyleSheetImpl.internal_() : super.internal_();
3250 get runtimeType => StyleSheet;
3251 toString() => super.toString();
3252 }
3253 @patch class StyleValue {
3254 static Type get instanceRuntimeType => StyleValueImpl;
3255
3256 }
3257 class StyleValueImpl extends StyleValue implements js_library.JSObjectInterfaces Dom {
3258 StyleValueImpl.internal_() : super.internal_();
3259 get runtimeType => StyleValue;
3260 toString() => super.toString();
3261 }
3262 @patch class SyncEvent {
3263 static Type get instanceRuntimeType => SyncEventImpl;
3264
3265 }
3266 class SyncEventImpl extends SyncEvent implements js_library.JSObjectInterfacesDo m {
3267 SyncEventImpl.internal_() : super.internal_();
3268 get runtimeType => SyncEvent;
3269 toString() => super.toString();
3270 }
3271 @patch class SyncManager {
3272 static Type get instanceRuntimeType => SyncManagerImpl;
3273
3274 }
3275 class SyncManagerImpl extends SyncManager implements js_library.JSObjectInterfac esDom {
3276 SyncManagerImpl.internal_() : super.internal_();
3277 get runtimeType => SyncManager;
3278 toString() => super.toString();
3279 }
3280 @patch class TableCaptionElement {
3281 static Type get instanceRuntimeType => TableCaptionElementImpl;
3282
3283 }
3284 class TableCaptionElementImpl extends TableCaptionElement implements js_library. JSObjectInterfacesDom {
3285 TableCaptionElementImpl.internal_() : super.internal_();
3286 get runtimeType => TableCaptionElement;
3287 toString() => super.toString();
3288 }
3289 @patch class TableCellElement {
3290 static Type get instanceRuntimeType => TableCellElementImpl;
3291
3292 }
3293 class TableCellElementImpl extends TableCellElement implements js_library.JSObje ctInterfacesDom {
3294 TableCellElementImpl.internal_() : super.internal_();
3295 get runtimeType => TableCellElement;
3296 toString() => super.toString();
3297 }
3298 @patch class TableColElement {
3299 static Type get instanceRuntimeType => TableColElementImpl;
3300
3301 }
3302 class TableColElementImpl extends TableColElement implements js_library.JSObject InterfacesDom {
3303 TableColElementImpl.internal_() : super.internal_();
3304 get runtimeType => TableColElement;
3305 toString() => super.toString();
3306 }
3307 @patch class TableElement {
3308 static Type get instanceRuntimeType => TableElementImpl;
3309
3310 }
3311 class TableElementImpl extends TableElement implements js_library.JSObjectInterf acesDom {
3312 TableElementImpl.internal_() : super.internal_();
3313 get runtimeType => TableElement;
3314 toString() => super.toString();
3315 }
3316 @patch class TableRowElement {
3317 static Type get instanceRuntimeType => TableRowElementImpl;
3318
3319 }
3320 class TableRowElementImpl extends TableRowElement implements js_library.JSObject InterfacesDom {
3321 TableRowElementImpl.internal_() : super.internal_();
3322 get runtimeType => TableRowElement;
3323 toString() => super.toString();
3324 }
3325 @patch class TableSectionElement {
3326 static Type get instanceRuntimeType => TableSectionElementImpl;
3327
3328 }
3329 class TableSectionElementImpl extends TableSectionElement implements js_library. JSObjectInterfacesDom {
3330 TableSectionElementImpl.internal_() : super.internal_();
3331 get runtimeType => TableSectionElement;
3332 toString() => super.toString();
3333 }
3334 @patch class TemplateElement {
3335 static Type get instanceRuntimeType => TemplateElementImpl;
3336
3337 }
3338 class TemplateElementImpl extends TemplateElement implements js_library.JSObject InterfacesDom {
3339 TemplateElementImpl.internal_() : super.internal_();
3340 get runtimeType => TemplateElement;
3341 toString() => super.toString();
3342 }
3343 @patch class Text {
3344 static Type get instanceRuntimeType => TextImpl;
3345
3346 }
3347 class TextImpl extends Text implements js_library.JSObjectInterfacesDom {
3348 TextImpl.internal_() : super.internal_();
3349 get runtimeType => Text;
3350 toString() => super.toString();
3351 }
3352 @patch class TextAreaElement {
3353 static Type get instanceRuntimeType => TextAreaElementImpl;
3354
3355 }
3356 class TextAreaElementImpl extends TextAreaElement implements js_library.JSObject InterfacesDom {
3357 TextAreaElementImpl.internal_() : super.internal_();
3358 get runtimeType => TextAreaElement;
3359 toString() => super.toString();
3360 }
3361 @patch class TextEvent {
3362 static Type get instanceRuntimeType => TextEventImpl;
3363
3364 }
3365 class TextEventImpl extends TextEvent implements js_library.JSObjectInterfacesDo m {
3366 TextEventImpl.internal_() : super.internal_();
3367 get runtimeType => TextEvent;
3368 toString() => super.toString();
3369 }
3370 @patch class TextMetrics {
3371 static Type get instanceRuntimeType => TextMetricsImpl;
3372
3373 }
3374 class TextMetricsImpl extends TextMetrics implements js_library.JSObjectInterfac esDom {
3375 TextMetricsImpl.internal_() : super.internal_();
3376 get runtimeType => TextMetrics;
3377 toString() => super.toString();
3378 }
3379 @patch class TextTrack {
3380 static Type get instanceRuntimeType => TextTrackImpl;
3381
3382 }
3383 class TextTrackImpl extends TextTrack implements js_library.JSObjectInterfacesDo m {
3384 TextTrackImpl.internal_() : super.internal_();
3385 get runtimeType => TextTrack;
3386 toString() => super.toString();
3387 }
3388 @patch class TextTrackCue {
3389 static Type get instanceRuntimeType => TextTrackCueImpl;
3390
3391 }
3392 class TextTrackCueImpl extends TextTrackCue implements js_library.JSObjectInterf acesDom {
3393 TextTrackCueImpl.internal_() : super.internal_();
3394 get runtimeType => TextTrackCue;
3395 toString() => super.toString();
3396 }
3397 @patch class TextTrackCueList {
3398 static Type get instanceRuntimeType => TextTrackCueListImpl;
3399
3400 }
3401 class TextTrackCueListImpl extends TextTrackCueList implements js_library.JSObje ctInterfacesDom {
3402 TextTrackCueListImpl.internal_() : super.internal_();
3403 get runtimeType => TextTrackCueList;
3404 toString() => super.toString();
3405 }
3406 @patch class TextTrackList {
3407 static Type get instanceRuntimeType => TextTrackListImpl;
3408
3409 }
3410 class TextTrackListImpl extends TextTrackList implements js_library.JSObjectInte rfacesDom {
3411 TextTrackListImpl.internal_() : super.internal_();
3412 get runtimeType => TextTrackList;
3413 toString() => super.toString();
3414 }
3415 @patch class TimeRanges {
3416 static Type get instanceRuntimeType => TimeRangesImpl;
3417
3418 }
3419 class TimeRangesImpl extends TimeRanges implements js_library.JSObjectInterfaces Dom {
3420 TimeRangesImpl.internal_() : super.internal_();
3421 get runtimeType => TimeRanges;
3422 toString() => super.toString();
3423 }
3424 @patch class TitleElement {
3425 static Type get instanceRuntimeType => TitleElementImpl;
3426
3427 }
3428 class TitleElementImpl extends TitleElement implements js_library.JSObjectInterf acesDom {
3429 TitleElementImpl.internal_() : super.internal_();
3430 get runtimeType => TitleElement;
3431 toString() => super.toString();
3432 }
3433 @patch class Touch {
3434 static Type get instanceRuntimeType => TouchImpl;
3435
3436 }
3437 class TouchImpl extends Touch implements js_library.JSObjectInterfacesDom {
3438 TouchImpl.internal_() : super.internal_();
3439 get runtimeType => Touch;
3440 toString() => super.toString();
3441 }
3442 @patch class TouchEvent {
3443 static Type get instanceRuntimeType => TouchEventImpl;
3444
3445 }
3446 class TouchEventImpl extends TouchEvent implements js_library.JSObjectInterfaces Dom {
3447 TouchEventImpl.internal_() : super.internal_();
3448 get runtimeType => TouchEvent;
3449 toString() => super.toString();
3450 }
3451 @patch class TouchList {
3452 static Type get instanceRuntimeType => TouchListImpl;
3453
3454 }
3455 class TouchListImpl extends TouchList implements js_library.JSObjectInterfacesDo m {
3456 TouchListImpl.internal_() : super.internal_();
3457 get runtimeType => TouchList;
3458 toString() => super.toString();
3459 }
3460 @patch class TrackDefault {
3461 static Type get instanceRuntimeType => TrackDefaultImpl;
3462
3463 }
3464 class TrackDefaultImpl extends TrackDefault implements js_library.JSObjectInterf acesDom {
3465 TrackDefaultImpl.internal_() : super.internal_();
3466 get runtimeType => TrackDefault;
3467 toString() => super.toString();
3468 }
3469 @patch class TrackDefaultList {
3470 static Type get instanceRuntimeType => TrackDefaultListImpl;
3471
3472 }
3473 class TrackDefaultListImpl extends TrackDefaultList implements js_library.JSObje ctInterfacesDom {
3474 TrackDefaultListImpl.internal_() : super.internal_();
3475 get runtimeType => TrackDefaultList;
3476 toString() => super.toString();
3477 }
3478 @patch class TrackElement {
3479 static Type get instanceRuntimeType => TrackElementImpl;
3480
3481 }
3482 class TrackElementImpl extends TrackElement implements js_library.JSObjectInterf acesDom {
3483 TrackElementImpl.internal_() : super.internal_();
3484 get runtimeType => TrackElement;
3485 toString() => super.toString();
3486 }
3487 @patch class TrackEvent {
3488 static Type get instanceRuntimeType => TrackEventImpl;
3489
3490 }
3491 class TrackEventImpl extends TrackEvent implements js_library.JSObjectInterfaces Dom {
3492 TrackEventImpl.internal_() : super.internal_();
3493 get runtimeType => TrackEvent;
3494 toString() => super.toString();
3495 }
3496 @patch class TransformComponent {
3497 static Type get instanceRuntimeType => TransformComponentImpl;
3498
3499 }
3500 class TransformComponentImpl extends TransformComponent implements js_library.JS ObjectInterfacesDom {
3501 TransformComponentImpl.internal_() : super.internal_();
3502 get runtimeType => TransformComponent;
3503 toString() => super.toString();
3504 }
3505 @patch class TransformValue {
3506 static Type get instanceRuntimeType => TransformValueImpl;
3507
3508 }
3509 class TransformValueImpl extends TransformValue implements js_library.JSObjectIn terfacesDom {
3510 TransformValueImpl.internal_() : super.internal_();
3511 get runtimeType => TransformValue;
3512 toString() => super.toString();
3513 }
3514 @patch class TransitionEvent {
3515 static Type get instanceRuntimeType => TransitionEventImpl;
3516
3517 }
3518 class TransitionEventImpl extends TransitionEvent implements js_library.JSObject InterfacesDom {
3519 TransitionEventImpl.internal_() : super.internal_();
3520 get runtimeType => TransitionEvent;
3521 toString() => super.toString();
3522 }
3523 @patch class Translation {
3524 static Type get instanceRuntimeType => TranslationImpl;
3525
3526 }
3527 class TranslationImpl extends Translation implements js_library.JSObjectInterfac esDom {
3528 TranslationImpl.internal_() : super.internal_();
3529 get runtimeType => Translation;
3530 toString() => super.toString();
3531 }
3532 @patch class TreeWalker {
3533 static Type get instanceRuntimeType => TreeWalkerImpl;
3534
3535 }
3536 class TreeWalkerImpl extends TreeWalker implements js_library.JSObjectInterfaces Dom {
3537 TreeWalkerImpl.internal_() : super.internal_();
3538 get runtimeType => TreeWalker;
3539 toString() => super.toString();
3540 }
3541 @patch class UIEvent {
3542 static Type get instanceRuntimeType => UIEventImpl;
3543
3544 }
3545 class UIEventImpl extends UIEvent implements js_library.JSObjectInterfacesDom {
3546 UIEventImpl.internal_() : super.internal_();
3547 get runtimeType => UIEvent;
3548 toString() => super.toString();
3549 }
3550 @patch class UListElement {
3551 static Type get instanceRuntimeType => UListElementImpl;
3552
3553 }
3554 class UListElementImpl extends UListElement implements js_library.JSObjectInterf acesDom {
3555 UListElementImpl.internal_() : super.internal_();
3556 get runtimeType => UListElement;
3557 toString() => super.toString();
3558 }
3559 @patch class UnderlyingSourceBase {
3560 static Type get instanceRuntimeType => UnderlyingSourceBaseImpl;
3561
3562 }
3563 class UnderlyingSourceBaseImpl extends UnderlyingSourceBase implements js_librar y.JSObjectInterfacesDom {
3564 UnderlyingSourceBaseImpl.internal_() : super.internal_();
3565 get runtimeType => UnderlyingSourceBase;
3566 toString() => super.toString();
3567 }
3568 @patch class UnknownElement {
3569 static Type get instanceRuntimeType => UnknownElementImpl;
3570
3571 }
3572 class UnknownElementImpl extends UnknownElement implements js_library.JSObjectIn terfacesDom {
3573 UnknownElementImpl.internal_() : super.internal_();
3574 get runtimeType => UnknownElement;
3575 toString() => super.toString();
3576 }
3577 @patch class Url {
3578 static Type get instanceRuntimeType => UrlImpl;
3579
3580 }
3581 class UrlImpl extends Url implements js_library.JSObjectInterfacesDom {
3582 UrlImpl.internal_() : super.internal_();
3583 get runtimeType => Url;
3584 toString() => super.toString();
3585 }
3586 @patch class UrlSearchParams {
3587 static Type get instanceRuntimeType => UrlSearchParamsImpl;
3588
3589 }
3590 class UrlSearchParamsImpl extends UrlSearchParams implements js_library.JSObject InterfacesDom {
3591 UrlSearchParamsImpl.internal_() : super.internal_();
3592 get runtimeType => UrlSearchParams;
3593 toString() => super.toString();
3594 }
3595 @patch class UrlUtils {
3596 static Type get instanceRuntimeType => UrlUtilsImpl;
3597
3598 }
3599 class UrlUtilsImpl extends UrlUtils implements js_library.JSObjectInterfacesDom {
3600 UrlUtilsImpl.internal_() : super.internal_();
3601 get runtimeType => UrlUtils;
3602 toString() => super.toString();
3603 }
3604 @patch class UrlUtilsReadOnly {
3605 static Type get instanceRuntimeType => UrlUtilsReadOnlyImpl;
3606
3607 }
3608 class UrlUtilsReadOnlyImpl extends UrlUtilsReadOnly implements js_library.JSObje ctInterfacesDom {
3609 UrlUtilsReadOnlyImpl.internal_() : super.internal_();
3610 get runtimeType => UrlUtilsReadOnly;
3611 toString() => super.toString();
3612 }
3613 @patch class VRDevice {
3614 static Type get instanceRuntimeType => VRDeviceImpl;
3615
3616 }
3617 class VRDeviceImpl extends VRDevice implements js_library.JSObjectInterfacesDom {
3618 VRDeviceImpl.internal_() : super.internal_();
3619 get runtimeType => VRDevice;
3620 toString() => super.toString();
3621 }
3622 @patch class VREyeParameters {
3623 static Type get instanceRuntimeType => VREyeParametersImpl;
3624
3625 }
3626 class VREyeParametersImpl extends VREyeParameters implements js_library.JSObject InterfacesDom {
3627 VREyeParametersImpl.internal_() : super.internal_();
3628 get runtimeType => VREyeParameters;
3629 toString() => super.toString();
3630 }
3631 @patch class VRFieldOfView {
3632 static Type get instanceRuntimeType => VRFieldOfViewImpl;
3633
3634 }
3635 class VRFieldOfViewImpl extends VRFieldOfView implements js_library.JSObjectInte rfacesDom {
3636 VRFieldOfViewImpl.internal_() : super.internal_();
3637 get runtimeType => VRFieldOfView;
3638 toString() => super.toString();
3639 }
3640 @patch class VRPositionState {
3641 static Type get instanceRuntimeType => VRPositionStateImpl;
3642
3643 }
3644 class VRPositionStateImpl extends VRPositionState implements js_library.JSObject InterfacesDom {
3645 VRPositionStateImpl.internal_() : super.internal_();
3646 get runtimeType => VRPositionState;
3647 toString() => super.toString();
3648 }
3649 @patch class ValidityState {
3650 static Type get instanceRuntimeType => ValidityStateImpl;
3651
3652 }
3653 class ValidityStateImpl extends ValidityState implements js_library.JSObjectInte rfacesDom {
3654 ValidityStateImpl.internal_() : super.internal_();
3655 get runtimeType => ValidityState;
3656 toString() => super.toString();
3657 }
3658 @patch class VideoElement {
3659 static Type get instanceRuntimeType => VideoElementImpl;
3660
3661 }
3662 class VideoElementImpl extends VideoElement implements js_library.JSObjectInterf acesDom {
3663 VideoElementImpl.internal_() : super.internal_();
3664 get runtimeType => VideoElement;
3665 toString() => super.toString();
3666 }
3667 @patch class VideoPlaybackQuality {
3668 static Type get instanceRuntimeType => VideoPlaybackQualityImpl;
3669
3670 }
3671 class VideoPlaybackQualityImpl extends VideoPlaybackQuality implements js_librar y.JSObjectInterfacesDom {
3672 VideoPlaybackQualityImpl.internal_() : super.internal_();
3673 get runtimeType => VideoPlaybackQuality;
3674 toString() => super.toString();
3675 }
3676 @patch class VideoTrack {
3677 static Type get instanceRuntimeType => VideoTrackImpl;
3678
3679 }
3680 class VideoTrackImpl extends VideoTrack implements js_library.JSObjectInterfaces Dom {
3681 VideoTrackImpl.internal_() : super.internal_();
3682 get runtimeType => VideoTrack;
3683 toString() => super.toString();
3684 }
3685 @patch class VideoTrackList {
3686 static Type get instanceRuntimeType => VideoTrackListImpl;
3687
3688 }
3689 class VideoTrackListImpl extends VideoTrackList implements js_library.JSObjectIn terfacesDom {
3690 VideoTrackListImpl.internal_() : super.internal_();
3691 get runtimeType => VideoTrackList;
3692 toString() => super.toString();
3693 }
3694 @patch class VttCue {
3695 static Type get instanceRuntimeType => VttCueImpl;
3696
3697 }
3698 class VttCueImpl extends VttCue implements js_library.JSObjectInterfacesDom {
3699 VttCueImpl.internal_() : super.internal_();
3700 get runtimeType => VttCue;
3701 toString() => super.toString();
3702 }
3703 @patch class VttRegion {
3704 static Type get instanceRuntimeType => VttRegionImpl;
3705
3706 }
3707 class VttRegionImpl extends VttRegion implements js_library.JSObjectInterfacesDo m {
3708 VttRegionImpl.internal_() : super.internal_();
3709 get runtimeType => VttRegion;
3710 toString() => super.toString();
3711 }
3712 @patch class VttRegionList {
3713 static Type get instanceRuntimeType => VttRegionListImpl;
3714
3715 }
3716 class VttRegionListImpl extends VttRegionList implements js_library.JSObjectInte rfacesDom {
3717 VttRegionListImpl.internal_() : super.internal_();
3718 get runtimeType => VttRegionList;
3719 toString() => super.toString();
3720 }
3721 @patch class WebSocket {
3722 static Type get instanceRuntimeType => WebSocketImpl;
3723
3724 }
3725 class WebSocketImpl extends WebSocket implements js_library.JSObjectInterfacesDo m {
3726 WebSocketImpl.internal_() : super.internal_();
3727 get runtimeType => WebSocket;
3728 toString() => super.toString();
3729 }
3730 @patch class WheelEvent {
3731 static Type get instanceRuntimeType => WheelEventImpl;
3732
3733 }
3734 class WheelEventImpl extends WheelEvent implements js_library.JSObjectInterfaces Dom {
3735 WheelEventImpl.internal_() : super.internal_();
3736 get runtimeType => WheelEvent;
3737 toString() => super.toString();
3738 }
3739 @patch class Window {
3740 static Type get instanceRuntimeType => WindowImpl;
3741
3742 }
3743 class WindowImpl extends Window implements js_library.JSObjectInterfacesDom {
3744 WindowImpl.internal_() : super.internal_();
3745 get runtimeType => Window;
3746 toString() => super.toString();
3747 }
3748 @patch class WindowBase64 {
3749 static Type get instanceRuntimeType => WindowBase64Impl;
3750
3751 }
3752 class WindowBase64Impl extends WindowBase64 implements js_library.JSObjectInterf acesDom {
3753 WindowBase64Impl.internal_() : super.internal_();
3754 get runtimeType => WindowBase64;
3755 toString() => super.toString();
3756 }
3757 @patch class WindowClient {
3758 static Type get instanceRuntimeType => WindowClientImpl;
3759
3760 }
3761 class WindowClientImpl extends WindowClient implements js_library.JSObjectInterf acesDom {
3762 WindowClientImpl.internal_() : super.internal_();
3763 get runtimeType => WindowClient;
3764 toString() => super.toString();
3765 }
3766 @patch class WindowEventHandlers {
3767 static Type get instanceRuntimeType => WindowEventHandlersImpl;
3768
3769 }
3770 class WindowEventHandlersImpl extends WindowEventHandlers implements js_library. JSObjectInterfacesDom {
3771 WindowEventHandlersImpl.internal_() : super.internal_();
3772 get runtimeType => WindowEventHandlers;
3773 toString() => super.toString();
3774 }
3775 @patch class Worker {
3776 static Type get instanceRuntimeType => WorkerImpl;
3777
3778 }
3779 class WorkerImpl extends Worker implements js_library.JSObjectInterfacesDom {
3780 WorkerImpl.internal_() : super.internal_();
3781 get runtimeType => Worker;
3782 toString() => super.toString();
3783 }
3784 @patch class WorkerConsole {
3785 static Type get instanceRuntimeType => WorkerConsoleImpl;
3786
3787 }
3788 class WorkerConsoleImpl extends WorkerConsole implements js_library.JSObjectInte rfacesDom {
3789 WorkerConsoleImpl.internal_() : super.internal_();
3790 get runtimeType => WorkerConsole;
3791 toString() => super.toString();
3792 }
3793 @patch class WorkerGlobalScope {
3794 static Type get instanceRuntimeType => WorkerGlobalScopeImpl;
3795
3796 }
3797 class WorkerGlobalScopeImpl extends WorkerGlobalScope implements js_library.JSOb jectInterfacesDom {
3798 WorkerGlobalScopeImpl.internal_() : super.internal_();
3799 get runtimeType => WorkerGlobalScope;
3800 toString() => super.toString();
3801 }
3802 @patch class WorkerPerformance {
3803 static Type get instanceRuntimeType => WorkerPerformanceImpl;
3804
3805 }
3806 class WorkerPerformanceImpl extends WorkerPerformance implements js_library.JSOb jectInterfacesDom {
3807 WorkerPerformanceImpl.internal_() : super.internal_();
3808 get runtimeType => WorkerPerformance;
3809 toString() => super.toString();
3810 }
3811 @patch class XPathEvaluator {
3812 static Type get instanceRuntimeType => XPathEvaluatorImpl;
3813
3814 }
3815 class XPathEvaluatorImpl extends XPathEvaluator implements js_library.JSObjectIn terfacesDom {
3816 XPathEvaluatorImpl.internal_() : super.internal_();
3817 get runtimeType => XPathEvaluator;
3818 toString() => super.toString();
3819 }
3820 @patch class XPathExpression {
3821 static Type get instanceRuntimeType => XPathExpressionImpl;
3822
3823 }
3824 class XPathExpressionImpl extends XPathExpression implements js_library.JSObject InterfacesDom {
3825 XPathExpressionImpl.internal_() : super.internal_();
3826 get runtimeType => XPathExpression;
3827 toString() => super.toString();
3828 }
3829 @patch class XPathNSResolver {
3830 static Type get instanceRuntimeType => XPathNSResolverImpl;
3831
3832 }
3833 class XPathNSResolverImpl extends XPathNSResolver implements js_library.JSObject InterfacesDom {
3834 XPathNSResolverImpl.internal_() : super.internal_();
3835 get runtimeType => XPathNSResolver;
3836 toString() => super.toString();
3837 }
3838 @patch class XPathResult {
3839 static Type get instanceRuntimeType => XPathResultImpl;
3840
3841 }
3842 class XPathResultImpl extends XPathResult implements js_library.JSObjectInterfac esDom {
3843 XPathResultImpl.internal_() : super.internal_();
3844 get runtimeType => XPathResult;
3845 toString() => super.toString();
3846 }
3847 @patch class XmlDocument {
3848 static Type get instanceRuntimeType => XmlDocumentImpl;
3849
3850 }
3851 class XmlDocumentImpl extends XmlDocument implements js_library.JSObjectInterfac esDom {
3852 XmlDocumentImpl.internal_() : super.internal_();
3853 get runtimeType => XmlDocument;
3854 toString() => super.toString();
3855 }
3856 @patch class XmlSerializer {
3857 static Type get instanceRuntimeType => XmlSerializerImpl;
3858
3859 }
3860 class XmlSerializerImpl extends XmlSerializer implements js_library.JSObjectInte rfacesDom {
3861 XmlSerializerImpl.internal_() : super.internal_();
3862 get runtimeType => XmlSerializer;
3863 toString() => super.toString();
3864 }
3865 @patch class XsltProcessor {
3866 static Type get instanceRuntimeType => XsltProcessorImpl;
3867
3868 }
3869 class XsltProcessorImpl extends XsltProcessor implements js_library.JSObjectInte rfacesDom {
3870 XsltProcessorImpl.internal_() : super.internal_();
3871 get runtimeType => XsltProcessor;
3872 toString() => super.toString();
3873 }
3874 @patch class _Attr {
3875 static Type get instanceRuntimeType => _AttrImpl;
3876
3877 }
3878 class _AttrImpl extends _Attr implements js_library.JSObjectInterfacesDom {
3879 _AttrImpl.internal_() : super.internal_();
3880 get runtimeType => _Attr;
3881 toString() => super.toString();
3882 }
3883 @patch class _Bluetooth {
3884 static Type get instanceRuntimeType => _BluetoothImpl;
3885
3886 }
3887 class _BluetoothImpl extends _Bluetooth implements js_library.JSObjectInterfaces Dom {
3888 _BluetoothImpl.internal_() : super.internal_();
3889 get runtimeType => _Bluetooth;
3890 toString() => super.toString();
3891 }
3892 @patch class _BluetoothAdvertisingData {
3893 static Type get instanceRuntimeType => _BluetoothAdvertisingDataImpl;
3894
3895 }
3896 class _BluetoothAdvertisingDataImpl extends _BluetoothAdvertisingData implements js_library.JSObjectInterfacesDom {
3897 _BluetoothAdvertisingDataImpl.internal_() : super.internal_();
3898 get runtimeType => _BluetoothAdvertisingData;
3899 toString() => super.toString();
3900 }
3901 @patch class _BluetoothCharacteristicProperties {
3902 static Type get instanceRuntimeType => _BluetoothCharacteristicPropertiesImpl;
3903
3904 }
3905 class _BluetoothCharacteristicPropertiesImpl extends _BluetoothCharacteristicPro perties implements js_library.JSObjectInterfacesDom {
3906 _BluetoothCharacteristicPropertiesImpl.internal_() : super.internal_();
3907 get runtimeType => _BluetoothCharacteristicProperties;
3908 toString() => super.toString();
3909 }
3910 @patch class _BluetoothDevice {
3911 static Type get instanceRuntimeType => _BluetoothDeviceImpl;
3912
3913 }
3914 class _BluetoothDeviceImpl extends _BluetoothDevice implements js_library.JSObje ctInterfacesDom {
3915 _BluetoothDeviceImpl.internal_() : super.internal_();
3916 get runtimeType => _BluetoothDevice;
3917 toString() => super.toString();
3918 }
3919 @patch class _BluetoothRemoteGATTCharacteristic {
3920 static Type get instanceRuntimeType => _BluetoothRemoteGATTCharacteristicImpl;
3921
3922 }
3923 class _BluetoothRemoteGATTCharacteristicImpl extends _BluetoothRemoteGATTCharact eristic implements js_library.JSObjectInterfacesDom {
3924 _BluetoothRemoteGATTCharacteristicImpl.internal_() : super.internal_();
3925 get runtimeType => _BluetoothRemoteGATTCharacteristic;
3926 toString() => super.toString();
3927 }
3928 @patch class _BluetoothRemoteGATTServer {
3929 static Type get instanceRuntimeType => _BluetoothRemoteGATTServerImpl;
3930
3931 }
3932 class _BluetoothRemoteGATTServerImpl extends _BluetoothRemoteGATTServer implemen ts js_library.JSObjectInterfacesDom {
3933 _BluetoothRemoteGATTServerImpl.internal_() : super.internal_();
3934 get runtimeType => _BluetoothRemoteGATTServer;
3935 toString() => super.toString();
3936 }
3937 @patch class _BluetoothRemoteGATTService {
3938 static Type get instanceRuntimeType => _BluetoothRemoteGATTServiceImpl;
3939
3940 }
3941 class _BluetoothRemoteGATTServiceImpl extends _BluetoothRemoteGATTService implem ents js_library.JSObjectInterfacesDom {
3942 _BluetoothRemoteGATTServiceImpl.internal_() : super.internal_();
3943 get runtimeType => _BluetoothRemoteGATTService;
3944 toString() => super.toString();
3945 }
3946 @patch class _BluetoothUUID {
3947 static Type get instanceRuntimeType => _BluetoothUUIDImpl;
3948
3949 }
3950 class _BluetoothUUIDImpl extends _BluetoothUUID implements js_library.JSObjectIn terfacesDom {
3951 _BluetoothUUIDImpl.internal_() : super.internal_();
3952 get runtimeType => _BluetoothUUID;
3953 toString() => super.toString();
3954 }
3955 @patch class _Cache {
3956 static Type get instanceRuntimeType => _CacheImpl;
3957
3958 }
3959 class _CacheImpl extends _Cache implements js_library.JSObjectInterfacesDom {
3960 _CacheImpl.internal_() : super.internal_();
3961 get runtimeType => _Cache;
3962 toString() => super.toString();
3963 }
3964 @patch class _CanvasPathMethods {
3965 static Type get instanceRuntimeType => _CanvasPathMethodsImpl;
3966
3967 }
3968 class _CanvasPathMethodsImpl extends _CanvasPathMethods implements js_library.JS ObjectInterfacesDom {
3969 _CanvasPathMethodsImpl.internal_() : super.internal_();
3970 get runtimeType => _CanvasPathMethods;
3971 toString() => super.toString();
3972 }
3973 @patch class _ClientRect {
3974 static Type get instanceRuntimeType => _ClientRectImpl;
3975
3976 }
3977 class _ClientRectImpl extends _ClientRect implements js_library.JSObjectInterfac esDom {
3978 _ClientRectImpl.internal_() : super.internal_();
3979 get runtimeType => _ClientRect;
3980 toString() => super.toString();
3981 }
3982 @patch class _ClientRectList {
3983 static Type get instanceRuntimeType => _ClientRectListImpl;
3984
3985 }
3986 class _ClientRectListImpl extends _ClientRectList implements js_library.JSObject InterfacesDom {
3987 _ClientRectListImpl.internal_() : super.internal_();
3988 get runtimeType => _ClientRectList;
3989 toString() => super.toString();
3990 }
3991 @patch class _CssRuleList {
3992 static Type get instanceRuntimeType => _CssRuleListImpl;
3993
3994 }
3995 class _CssRuleListImpl extends _CssRuleList implements js_library.JSObjectInterf acesDom {
3996 _CssRuleListImpl.internal_() : super.internal_();
3997 get runtimeType => _CssRuleList;
3998 toString() => super.toString();
3999 }
4000 @patch class _DOMFileSystemSync {
4001 static Type get instanceRuntimeType => _DOMFileSystemSyncImpl;
4002
4003 }
4004 class _DOMFileSystemSyncImpl extends _DOMFileSystemSync implements js_library.JS ObjectInterfacesDom {
4005 _DOMFileSystemSyncImpl.internal_() : super.internal_();
4006 get runtimeType => _DOMFileSystemSync;
4007 toString() => super.toString();
4008 }
4009 @patch class _DirectoryEntrySync {
4010 static Type get instanceRuntimeType => _DirectoryEntrySyncImpl;
4011
4012 }
4013 class _DirectoryEntrySyncImpl extends _DirectoryEntrySync implements js_library. JSObjectInterfacesDom {
4014 _DirectoryEntrySyncImpl.internal_() : super.internal_();
4015 get runtimeType => _DirectoryEntrySync;
4016 toString() => super.toString();
4017 }
4018 @patch class _DirectoryReaderSync {
4019 static Type get instanceRuntimeType => _DirectoryReaderSyncImpl;
4020
4021 }
4022 class _DirectoryReaderSyncImpl extends _DirectoryReaderSync implements js_librar y.JSObjectInterfacesDom {
4023 _DirectoryReaderSyncImpl.internal_() : super.internal_();
4024 get runtimeType => _DirectoryReaderSync;
4025 toString() => super.toString();
4026 }
4027 @patch class _DocumentType {
4028 static Type get instanceRuntimeType => _DocumentTypeImpl;
4029
4030 }
4031 class _DocumentTypeImpl extends _DocumentType implements js_library.JSObjectInte rfacesDom {
4032 _DocumentTypeImpl.internal_() : super.internal_();
4033 get runtimeType => _DocumentType;
4034 toString() => super.toString();
4035 }
4036 @patch class _DomRect {
4037 static Type get instanceRuntimeType => _DomRectImpl;
4038
4039 }
4040 class _DomRectImpl extends _DomRect implements js_library.JSObjectInterfacesDom {
4041 _DomRectImpl.internal_() : super.internal_();
4042 get runtimeType => _DomRect;
4043 toString() => super.toString();
4044 }
4045 @patch class _EntrySync {
4046 static Type get instanceRuntimeType => _EntrySyncImpl;
4047
4048 }
4049 class _EntrySyncImpl extends _EntrySync implements js_library.JSObjectInterfaces Dom {
4050 _EntrySyncImpl.internal_() : super.internal_();
4051 get runtimeType => _EntrySync;
4052 toString() => super.toString();
4053 }
4054 @patch class _FileEntrySync {
4055 static Type get instanceRuntimeType => _FileEntrySyncImpl;
4056
4057 }
4058 class _FileEntrySyncImpl extends _FileEntrySync implements js_library.JSObjectIn terfacesDom {
4059 _FileEntrySyncImpl.internal_() : super.internal_();
4060 get runtimeType => _FileEntrySync;
4061 toString() => super.toString();
4062 }
4063 @patch class _FileReaderSync {
4064 static Type get instanceRuntimeType => _FileReaderSyncImpl;
4065
4066 }
4067 class _FileReaderSyncImpl extends _FileReaderSync implements js_library.JSObject InterfacesDom {
4068 _FileReaderSyncImpl.internal_() : super.internal_();
4069 get runtimeType => _FileReaderSync;
4070 toString() => super.toString();
4071 }
4072 @patch class _FileWriterSync {
4073 static Type get instanceRuntimeType => _FileWriterSyncImpl;
4074
4075 }
4076 class _FileWriterSyncImpl extends _FileWriterSync implements js_library.JSObject InterfacesDom {
4077 _FileWriterSyncImpl.internal_() : super.internal_();
4078 get runtimeType => _FileWriterSync;
4079 toString() => super.toString();
4080 }
4081 @patch class _GamepadList {
4082 static Type get instanceRuntimeType => _GamepadListImpl;
4083
4084 }
4085 class _GamepadListImpl extends _GamepadList implements js_library.JSObjectInterf acesDom {
4086 _GamepadListImpl.internal_() : super.internal_();
4087 get runtimeType => _GamepadList;
4088 toString() => super.toString();
4089 }
4090 @patch class _HTMLAllCollection {
4091 static Type get instanceRuntimeType => _HTMLAllCollectionImpl;
4092
4093 }
4094 class _HTMLAllCollectionImpl extends _HTMLAllCollection implements js_library.JS ObjectInterfacesDom {
4095 _HTMLAllCollectionImpl.internal_() : super.internal_();
4096 get runtimeType => _HTMLAllCollection;
4097 toString() => super.toString();
4098 }
4099 @patch class _HTMLDirectoryElement {
4100 static Type get instanceRuntimeType => _HTMLDirectoryElementImpl;
4101
4102 }
4103 class _HTMLDirectoryElementImpl extends _HTMLDirectoryElement implements js_libr ary.JSObjectInterfacesDom {
4104 _HTMLDirectoryElementImpl.internal_() : super.internal_();
4105 get runtimeType => _HTMLDirectoryElement;
4106 toString() => super.toString();
4107 }
4108 @patch class _HTMLFontElement {
4109 static Type get instanceRuntimeType => _HTMLFontElementImpl;
4110
4111 }
4112 class _HTMLFontElementImpl extends _HTMLFontElement implements js_library.JSObje ctInterfacesDom {
4113 _HTMLFontElementImpl.internal_() : super.internal_();
4114 get runtimeType => _HTMLFontElement;
4115 toString() => super.toString();
4116 }
4117 @patch class _HTMLFrameElement {
4118 static Type get instanceRuntimeType => _HTMLFrameElementImpl;
4119
4120 }
4121 class _HTMLFrameElementImpl extends _HTMLFrameElement implements js_library.JSOb jectInterfacesDom {
4122 _HTMLFrameElementImpl.internal_() : super.internal_();
4123 get runtimeType => _HTMLFrameElement;
4124 toString() => super.toString();
4125 }
4126 @patch class _HTMLFrameSetElement {
4127 static Type get instanceRuntimeType => _HTMLFrameSetElementImpl;
4128
4129 }
4130 class _HTMLFrameSetElementImpl extends _HTMLFrameSetElement implements js_librar y.JSObjectInterfacesDom {
4131 _HTMLFrameSetElementImpl.internal_() : super.internal_();
4132 get runtimeType => _HTMLFrameSetElement;
4133 toString() => super.toString();
4134 }
4135 @patch class _HTMLMarqueeElement {
4136 static Type get instanceRuntimeType => _HTMLMarqueeElementImpl;
4137
4138 }
4139 class _HTMLMarqueeElementImpl extends _HTMLMarqueeElement implements js_library. JSObjectInterfacesDom {
4140 _HTMLMarqueeElementImpl.internal_() : super.internal_();
4141 get runtimeType => _HTMLMarqueeElement;
4142 toString() => super.toString();
4143 }
4144 @patch class _NFC {
4145 static Type get instanceRuntimeType => _NFCImpl;
4146
4147 }
4148 class _NFCImpl extends _NFC implements js_library.JSObjectInterfacesDom {
4149 _NFCImpl.internal_() : super.internal_();
4150 get runtimeType => _NFC;
4151 toString() => super.toString();
4152 }
4153 @patch class _NamedNodeMap {
4154 static Type get instanceRuntimeType => _NamedNodeMapImpl;
4155
4156 }
4157 class _NamedNodeMapImpl extends _NamedNodeMap implements js_library.JSObjectInte rfacesDom {
4158 _NamedNodeMapImpl.internal_() : super.internal_();
4159 get runtimeType => _NamedNodeMap;
4160 toString() => super.toString();
4161 }
4162 @patch class _PagePopupController {
4163 static Type get instanceRuntimeType => _PagePopupControllerImpl;
4164
4165 }
4166 class _PagePopupControllerImpl extends _PagePopupController implements js_librar y.JSObjectInterfacesDom {
4167 _PagePopupControllerImpl.internal_() : super.internal_();
4168 get runtimeType => _PagePopupController;
4169 toString() => super.toString();
4170 }
4171 @patch class _RadioNodeList {
4172 static Type get instanceRuntimeType => _RadioNodeListImpl;
4173
4174 }
4175 class _RadioNodeListImpl extends _RadioNodeList implements js_library.JSObjectIn terfacesDom {
4176 _RadioNodeListImpl.internal_() : super.internal_();
4177 get runtimeType => _RadioNodeList;
4178 toString() => super.toString();
4179 }
4180 @patch class _Request {
4181 static Type get instanceRuntimeType => _RequestImpl;
4182
4183 }
4184 class _RequestImpl extends _Request implements js_library.JSObjectInterfacesDom {
4185 _RequestImpl.internal_() : super.internal_();
4186 get runtimeType => _Request;
4187 toString() => super.toString();
4188 }
4189 @patch class _ResourceProgressEvent {
4190 static Type get instanceRuntimeType => _ResourceProgressEventImpl;
4191
4192 }
4193 class _ResourceProgressEventImpl extends _ResourceProgressEvent implements js_li brary.JSObjectInterfacesDom {
4194 _ResourceProgressEventImpl.internal_() : super.internal_();
4195 get runtimeType => _ResourceProgressEvent;
4196 toString() => super.toString();
4197 }
4198 @patch class _Response {
4199 static Type get instanceRuntimeType => _ResponseImpl;
4200
4201 }
4202 class _ResponseImpl extends _Response implements js_library.JSObjectInterfacesDo m {
4203 _ResponseImpl.internal_() : super.internal_();
4204 get runtimeType => _Response;
4205 toString() => super.toString();
4206 }
4207 @patch class _ServiceWorker {
4208 static Type get instanceRuntimeType => _ServiceWorkerImpl;
4209
4210 }
4211 class _ServiceWorkerImpl extends _ServiceWorker implements js_library.JSObjectIn terfacesDom {
4212 _ServiceWorkerImpl.internal_() : super.internal_();
4213 get runtimeType => _ServiceWorker;
4214 toString() => super.toString();
4215 }
4216 @patch class _SpeechRecognitionResultList {
4217 static Type get instanceRuntimeType => _SpeechRecognitionResultListImpl;
4218
4219 }
4220 class _SpeechRecognitionResultListImpl extends _SpeechRecognitionResultList impl ements js_library.JSObjectInterfacesDom {
4221 _SpeechRecognitionResultListImpl.internal_() : super.internal_();
4222 get runtimeType => _SpeechRecognitionResultList;
4223 toString() => super.toString();
4224 }
4225 @patch class _StyleSheetList {
4226 static Type get instanceRuntimeType => _StyleSheetListImpl;
4227
4228 }
4229 class _StyleSheetListImpl extends _StyleSheetList implements js_library.JSObject InterfacesDom {
4230 _StyleSheetListImpl.internal_() : super.internal_();
4231 get runtimeType => _StyleSheetList;
4232 toString() => super.toString();
4233 }
4234 @patch class _SubtleCrypto {
4235 static Type get instanceRuntimeType => _SubtleCryptoImpl;
4236
4237 }
4238 class _SubtleCryptoImpl extends _SubtleCrypto implements js_library.JSObjectInte rfacesDom {
4239 _SubtleCryptoImpl.internal_() : super.internal_();
4240 get runtimeType => _SubtleCrypto;
4241 toString() => super.toString();
4242 }
4243 @patch class _USB {
4244 static Type get instanceRuntimeType => _USBImpl;
4245
4246 }
4247 class _USBImpl extends _USB implements js_library.JSObjectInterfacesDom {
4248 _USBImpl.internal_() : super.internal_();
4249 get runtimeType => _USB;
4250 toString() => super.toString();
4251 }
4252 @patch class _USBAlternateInterface {
4253 static Type get instanceRuntimeType => _USBAlternateInterfaceImpl;
4254
4255 }
4256 class _USBAlternateInterfaceImpl extends _USBAlternateInterface implements js_li brary.JSObjectInterfacesDom {
4257 _USBAlternateInterfaceImpl.internal_() : super.internal_();
4258 get runtimeType => _USBAlternateInterface;
4259 toString() => super.toString();
4260 }
4261 @patch class _USBConfiguration {
4262 static Type get instanceRuntimeType => _USBConfigurationImpl;
4263
4264 }
4265 class _USBConfigurationImpl extends _USBConfiguration implements js_library.JSOb jectInterfacesDom {
4266 _USBConfigurationImpl.internal_() : super.internal_();
4267 get runtimeType => _USBConfiguration;
4268 toString() => super.toString();
4269 }
4270 @patch class _USBConnectionEvent {
4271 static Type get instanceRuntimeType => _USBConnectionEventImpl;
4272
4273 }
4274 class _USBConnectionEventImpl extends _USBConnectionEvent implements js_library. JSObjectInterfacesDom {
4275 _USBConnectionEventImpl.internal_() : super.internal_();
4276 get runtimeType => _USBConnectionEvent;
4277 toString() => super.toString();
4278 }
4279 @patch class _USBDevice {
4280 static Type get instanceRuntimeType => _USBDeviceImpl;
4281
4282 }
4283 class _USBDeviceImpl extends _USBDevice implements js_library.JSObjectInterfaces Dom {
4284 _USBDeviceImpl.internal_() : super.internal_();
4285 get runtimeType => _USBDevice;
4286 toString() => super.toString();
4287 }
4288 @patch class _USBEndpoint {
4289 static Type get instanceRuntimeType => _USBEndpointImpl;
4290
4291 }
4292 class _USBEndpointImpl extends _USBEndpoint implements js_library.JSObjectInterf acesDom {
4293 _USBEndpointImpl.internal_() : super.internal_();
4294 get runtimeType => _USBEndpoint;
4295 toString() => super.toString();
4296 }
4297 @patch class _USBInTransferResult {
4298 static Type get instanceRuntimeType => _USBInTransferResultImpl;
4299
4300 }
4301 class _USBInTransferResultImpl extends _USBInTransferResult implements js_librar y.JSObjectInterfacesDom {
4302 _USBInTransferResultImpl.internal_() : super.internal_();
4303 get runtimeType => _USBInTransferResult;
4304 toString() => super.toString();
4305 }
4306 @patch class _USBInterface {
4307 static Type get instanceRuntimeType => _USBInterfaceImpl;
4308
4309 }
4310 class _USBInterfaceImpl extends _USBInterface implements js_library.JSObjectInte rfacesDom {
4311 _USBInterfaceImpl.internal_() : super.internal_();
4312 get runtimeType => _USBInterface;
4313 toString() => super.toString();
4314 }
4315 @patch class _USBIsochronousInTransferPacket {
4316 static Type get instanceRuntimeType => _USBIsochronousInTransferPacketImpl;
4317
4318 }
4319 class _USBIsochronousInTransferPacketImpl extends _USBIsochronousInTransferPacke t implements js_library.JSObjectInterfacesDom {
4320 _USBIsochronousInTransferPacketImpl.internal_() : super.internal_();
4321 get runtimeType => _USBIsochronousInTransferPacket;
4322 toString() => super.toString();
4323 }
4324 @patch class _USBIsochronousInTransferResult {
4325 static Type get instanceRuntimeType => _USBIsochronousInTransferResultImpl;
4326
4327 }
4328 class _USBIsochronousInTransferResultImpl extends _USBIsochronousInTransferResul t implements js_library.JSObjectInterfacesDom {
4329 _USBIsochronousInTransferResultImpl.internal_() : super.internal_();
4330 get runtimeType => _USBIsochronousInTransferResult;
4331 toString() => super.toString();
4332 }
4333 @patch class _USBIsochronousOutTransferPacket {
4334 static Type get instanceRuntimeType => _USBIsochronousOutTransferPacketImpl;
4335
4336 }
4337 class _USBIsochronousOutTransferPacketImpl extends _USBIsochronousOutTransferPac ket implements js_library.JSObjectInterfacesDom {
4338 _USBIsochronousOutTransferPacketImpl.internal_() : super.internal_();
4339 get runtimeType => _USBIsochronousOutTransferPacket;
4340 toString() => super.toString();
4341 }
4342 @patch class _USBIsochronousOutTransferResult {
4343 static Type get instanceRuntimeType => _USBIsochronousOutTransferResultImpl;
4344
4345 }
4346 class _USBIsochronousOutTransferResultImpl extends _USBIsochronousOutTransferRes ult implements js_library.JSObjectInterfacesDom {
4347 _USBIsochronousOutTransferResultImpl.internal_() : super.internal_();
4348 get runtimeType => _USBIsochronousOutTransferResult;
4349 toString() => super.toString();
4350 }
4351 @patch class _USBOutTransferResult {
4352 static Type get instanceRuntimeType => _USBOutTransferResultImpl;
4353
4354 }
4355 class _USBOutTransferResultImpl extends _USBOutTransferResult implements js_libr ary.JSObjectInterfacesDom {
4356 _USBOutTransferResultImpl.internal_() : super.internal_();
4357 get runtimeType => _USBOutTransferResult;
4358 toString() => super.toString();
4359 }
4360 @patch class _WebKitCSSMatrix {
4361 static Type get instanceRuntimeType => _WebKitCSSMatrixImpl;
4362
4363 }
4364 class _WebKitCSSMatrixImpl extends _WebKitCSSMatrix implements js_library.JSObje ctInterfacesDom {
4365 _WebKitCSSMatrixImpl.internal_() : super.internal_();
4366 get runtimeType => _WebKitCSSMatrix;
4367 toString() => super.toString();
4368 }
4369 @patch class _WindowTimers {
4370 static Type get instanceRuntimeType => _WindowTimersImpl;
4371
4372 }
4373 class _WindowTimersImpl extends _WindowTimers implements js_library.JSObjectInte rfacesDom {
4374 _WindowTimersImpl.internal_() : super.internal_();
4375 get runtimeType => _WindowTimers;
4376 toString() => super.toString();
4377 }
4378 @patch class _WorkerLocation {
4379 static Type get instanceRuntimeType => _WorkerLocationImpl;
4380
4381 }
4382 class _WorkerLocationImpl extends _WorkerLocation implements js_library.JSObject InterfacesDom {
4383 _WorkerLocationImpl.internal_() : super.internal_();
4384 get runtimeType => _WorkerLocation;
4385 toString() => super.toString();
4386 }
4387 @patch class _WorkerNavigator {
4388 static Type get instanceRuntimeType => _WorkerNavigatorImpl;
4389
4390 }
4391 class _WorkerNavigatorImpl extends _WorkerNavigator implements js_library.JSObje ctInterfacesDom {
4392 _WorkerNavigatorImpl.internal_() : super.internal_();
4393 get runtimeType => _WorkerNavigator;
4394 toString() => super.toString();
4395 }
4396 @patch class _Worklet {
4397 static Type get instanceRuntimeType => _WorkletImpl;
4398
4399 }
4400 class _WorkletImpl extends _Worklet implements js_library.JSObjectInterfacesDom {
4401 _WorkletImpl.internal_() : super.internal_();
4402 get runtimeType => _Worklet;
4403 toString() => super.toString();
4404 }
4405 @patch class _WorkletGlobalScope {
4406 static Type get instanceRuntimeType => _WorkletGlobalScopeImpl;
4407
4408 }
4409 class _WorkletGlobalScopeImpl extends _WorkletGlobalScope implements js_library. JSObjectInterfacesDom {
4410 _WorkletGlobalScopeImpl.internal_() : super.internal_();
4411 get runtimeType => _WorkletGlobalScope;
4412 toString() => super.toString();
4413 }
4414
4415 """
4416 ],
4417 "dart:indexed_db": [
4418 "dart:indexed_db",
4419 "dart:indexed_db_js_interop_patch.dart",
4420 """import 'dart:js' as js_library;
4421
4422 /**
4423 * Placeholder object for cases where we need to determine exactly how many
4424 * args were passed to a function.
4425 */
4426 const _UNDEFINED_JS_CONST = const Object();
4427
4428 @patch class Cursor {
4429 static Type get instanceRuntimeType => CursorImpl;
4430
4431 }
4432 class CursorImpl extends Cursor implements js_library.JSObjectInterfacesDom {
4433 CursorImpl.internal_() : super.internal_();
4434 get runtimeType => Cursor;
4435 toString() => super.toString();
4436 }
4437 @patch class CursorWithValue {
4438 static Type get instanceRuntimeType => CursorWithValueImpl;
4439
4440 }
4441 class CursorWithValueImpl extends CursorWithValue implements js_library.JSObject InterfacesDom {
4442 CursorWithValueImpl.internal_() : super.internal_();
4443 get runtimeType => CursorWithValue;
4444 toString() => super.toString();
4445 }
4446 @patch class Database {
4447 static Type get instanceRuntimeType => DatabaseImpl;
4448
4449 }
4450 class DatabaseImpl extends Database implements js_library.JSObjectInterfacesDom {
4451 DatabaseImpl.internal_() : super.internal_();
4452 get runtimeType => Database;
4453 toString() => super.toString();
4454 }
4455 @patch class IdbFactory {
4456 static Type get instanceRuntimeType => IdbFactoryImpl;
4457
4458 }
4459 class IdbFactoryImpl extends IdbFactory implements js_library.JSObjectInterfaces Dom {
4460 IdbFactoryImpl.internal_() : super.internal_();
4461 get runtimeType => IdbFactory;
4462 toString() => super.toString();
4463 }
4464 @patch class Index {
4465 static Type get instanceRuntimeType => IndexImpl;
4466
4467 }
4468 class IndexImpl extends Index implements js_library.JSObjectInterfacesDom {
4469 IndexImpl.internal_() : super.internal_();
4470 get runtimeType => Index;
4471 toString() => super.toString();
4472 }
4473 @patch class KeyRange {
4474 static Type get instanceRuntimeType => KeyRangeImpl;
4475
4476 }
4477 class KeyRangeImpl extends KeyRange implements js_library.JSObjectInterfacesDom {
4478 KeyRangeImpl.internal_() : super.internal_();
4479 get runtimeType => KeyRange;
4480 toString() => super.toString();
4481 }
4482 @patch class ObjectStore {
4483 static Type get instanceRuntimeType => ObjectStoreImpl;
4484
4485 }
4486 class ObjectStoreImpl extends ObjectStore implements js_library.JSObjectInterfac esDom {
4487 ObjectStoreImpl.internal_() : super.internal_();
4488 get runtimeType => ObjectStore;
4489 toString() => super.toString();
4490 }
4491 @patch class OpenDBRequest {
4492 static Type get instanceRuntimeType => OpenDBRequestImpl;
4493
4494 }
4495 class OpenDBRequestImpl extends OpenDBRequest implements js_library.JSObjectInte rfacesDom {
4496 OpenDBRequestImpl.internal_() : super.internal_();
4497 get runtimeType => OpenDBRequest;
4498 toString() => super.toString();
4499 }
4500 @patch class Request {
4501 static Type get instanceRuntimeType => RequestImpl;
4502
4503 }
4504 class RequestImpl extends Request implements js_library.JSObjectInterfacesDom {
4505 RequestImpl.internal_() : super.internal_();
4506 get runtimeType => Request;
4507 toString() => super.toString();
4508 }
4509 @patch class Transaction {
4510 static Type get instanceRuntimeType => TransactionImpl;
4511
4512 }
4513 class TransactionImpl extends Transaction implements js_library.JSObjectInterfac esDom {
4514 TransactionImpl.internal_() : super.internal_();
4515 get runtimeType => Transaction;
4516 toString() => super.toString();
4517 }
4518 @patch class VersionChangeEvent {
4519 static Type get instanceRuntimeType => VersionChangeEventImpl;
4520
4521 }
4522 class VersionChangeEventImpl extends VersionChangeEvent implements js_library.JS ObjectInterfacesDom {
4523 VersionChangeEventImpl.internal_() : super.internal_();
4524 get runtimeType => VersionChangeEvent;
4525 toString() => super.toString();
4526 }
4527
4528 """
4529 ],
4530 "dart:web_gl": [
4531 "dart:web_gl",
4532 "dart:web_gl_js_interop_patch.dart",
4533 """import 'dart:js' as js_library;
4534
4535 /**
4536 * Placeholder object for cases where we need to determine exactly how many
4537 * args were passed to a function.
4538 */
4539 const _UNDEFINED_JS_CONST = const Object();
4540
4541 @patch class ActiveInfo {
4542 static Type get instanceRuntimeType => ActiveInfoImpl;
4543
4544 }
4545 class ActiveInfoImpl extends ActiveInfo implements js_library.JSObjectInterfaces Dom {
4546 ActiveInfoImpl.internal_() : super.internal_();
4547 get runtimeType => ActiveInfo;
4548 toString() => super.toString();
4549 }
4550 @patch class AngleInstancedArrays {
4551 static Type get instanceRuntimeType => AngleInstancedArraysImpl;
4552
4553 }
4554 class AngleInstancedArraysImpl extends AngleInstancedArrays implements js_librar y.JSObjectInterfacesDom {
4555 AngleInstancedArraysImpl.internal_() : super.internal_();
4556 get runtimeType => AngleInstancedArrays;
4557 toString() => super.toString();
4558 }
4559 @patch class Buffer {
4560 static Type get instanceRuntimeType => BufferImpl;
4561
4562 }
4563 class BufferImpl extends Buffer implements js_library.JSObjectInterfacesDom {
4564 BufferImpl.internal_() : super.internal_();
4565 get runtimeType => Buffer;
4566 toString() => super.toString();
4567 }
4568 @patch class ChromiumSubscribeUniform {
4569 static Type get instanceRuntimeType => ChromiumSubscribeUniformImpl;
4570
4571 }
4572 class ChromiumSubscribeUniformImpl extends ChromiumSubscribeUniform implements j s_library.JSObjectInterfacesDom {
4573 ChromiumSubscribeUniformImpl.internal_() : super.internal_();
4574 get runtimeType => ChromiumSubscribeUniform;
4575 toString() => super.toString();
4576 }
4577 @patch class CompressedTextureAstc {
4578 static Type get instanceRuntimeType => CompressedTextureAstcImpl;
4579
4580 }
4581 class CompressedTextureAstcImpl extends CompressedTextureAstc implements js_libr ary.JSObjectInterfacesDom {
4582 CompressedTextureAstcImpl.internal_() : super.internal_();
4583 get runtimeType => CompressedTextureAstc;
4584 toString() => super.toString();
4585 }
4586 @patch class CompressedTextureAtc {
4587 static Type get instanceRuntimeType => CompressedTextureAtcImpl;
4588
4589 }
4590 class CompressedTextureAtcImpl extends CompressedTextureAtc implements js_librar y.JSObjectInterfacesDom {
4591 CompressedTextureAtcImpl.internal_() : super.internal_();
4592 get runtimeType => CompressedTextureAtc;
4593 toString() => super.toString();
4594 }
4595 @patch class CompressedTextureETC1 {
4596 static Type get instanceRuntimeType => CompressedTextureETC1Impl;
4597
4598 }
4599 class CompressedTextureETC1Impl extends CompressedTextureETC1 implements js_libr ary.JSObjectInterfacesDom {
4600 CompressedTextureETC1Impl.internal_() : super.internal_();
4601 get runtimeType => CompressedTextureETC1;
4602 toString() => super.toString();
4603 }
4604 @patch class CompressedTexturePvrtc {
4605 static Type get instanceRuntimeType => CompressedTexturePvrtcImpl;
4606
4607 }
4608 class CompressedTexturePvrtcImpl extends CompressedTexturePvrtc implements js_li brary.JSObjectInterfacesDom {
4609 CompressedTexturePvrtcImpl.internal_() : super.internal_();
4610 get runtimeType => CompressedTexturePvrtc;
4611 toString() => super.toString();
4612 }
4613 @patch class CompressedTextureS3TC {
4614 static Type get instanceRuntimeType => CompressedTextureS3TCImpl;
4615
4616 }
4617 class CompressedTextureS3TCImpl extends CompressedTextureS3TC implements js_libr ary.JSObjectInterfacesDom {
4618 CompressedTextureS3TCImpl.internal_() : super.internal_();
4619 get runtimeType => CompressedTextureS3TC;
4620 toString() => super.toString();
4621 }
4622 @patch class ContextEvent {
4623 static Type get instanceRuntimeType => ContextEventImpl;
4624
4625 }
4626 class ContextEventImpl extends ContextEvent implements js_library.JSObjectInterf acesDom {
4627 ContextEventImpl.internal_() : super.internal_();
4628 get runtimeType => ContextEvent;
4629 toString() => super.toString();
4630 }
4631 @patch class DebugRendererInfo {
4632 static Type get instanceRuntimeType => DebugRendererInfoImpl;
4633
4634 }
4635 class DebugRendererInfoImpl extends DebugRendererInfo implements js_library.JSOb jectInterfacesDom {
4636 DebugRendererInfoImpl.internal_() : super.internal_();
4637 get runtimeType => DebugRendererInfo;
4638 toString() => super.toString();
4639 }
4640 @patch class DebugShaders {
4641 static Type get instanceRuntimeType => DebugShadersImpl;
4642
4643 }
4644 class DebugShadersImpl extends DebugShaders implements js_library.JSObjectInterf acesDom {
4645 DebugShadersImpl.internal_() : super.internal_();
4646 get runtimeType => DebugShaders;
4647 toString() => super.toString();
4648 }
4649 @patch class DepthTexture {
4650 static Type get instanceRuntimeType => DepthTextureImpl;
4651
4652 }
4653 class DepthTextureImpl extends DepthTexture implements js_library.JSObjectInterf acesDom {
4654 DepthTextureImpl.internal_() : super.internal_();
4655 get runtimeType => DepthTexture;
4656 toString() => super.toString();
4657 }
4658 @patch class DrawBuffers {
4659 static Type get instanceRuntimeType => DrawBuffersImpl;
4660
4661 }
4662 class DrawBuffersImpl extends DrawBuffers implements js_library.JSObjectInterfac esDom {
4663 DrawBuffersImpl.internal_() : super.internal_();
4664 get runtimeType => DrawBuffers;
4665 toString() => super.toString();
4666 }
4667 @patch class EXTsRgb {
4668 static Type get instanceRuntimeType => EXTsRgbImpl;
4669
4670 }
4671 class EXTsRgbImpl extends EXTsRgb implements js_library.JSObjectInterfacesDom {
4672 EXTsRgbImpl.internal_() : super.internal_();
4673 get runtimeType => EXTsRgb;
4674 toString() => super.toString();
4675 }
4676 @patch class ExtBlendMinMax {
4677 static Type get instanceRuntimeType => ExtBlendMinMaxImpl;
4678
4679 }
4680 class ExtBlendMinMaxImpl extends ExtBlendMinMax implements js_library.JSObjectIn terfacesDom {
4681 ExtBlendMinMaxImpl.internal_() : super.internal_();
4682 get runtimeType => ExtBlendMinMax;
4683 toString() => super.toString();
4684 }
4685 @patch class ExtColorBufferFloat {
4686 static Type get instanceRuntimeType => ExtColorBufferFloatImpl;
4687
4688 }
4689 class ExtColorBufferFloatImpl extends ExtColorBufferFloat implements js_library. JSObjectInterfacesDom {
4690 ExtColorBufferFloatImpl.internal_() : super.internal_();
4691 get runtimeType => ExtColorBufferFloat;
4692 toString() => super.toString();
4693 }
4694 @patch class ExtDisjointTimerQuery {
4695 static Type get instanceRuntimeType => ExtDisjointTimerQueryImpl;
4696
4697 }
4698 class ExtDisjointTimerQueryImpl extends ExtDisjointTimerQuery implements js_libr ary.JSObjectInterfacesDom {
4699 ExtDisjointTimerQueryImpl.internal_() : super.internal_();
4700 get runtimeType => ExtDisjointTimerQuery;
4701 toString() => super.toString();
4702 }
4703 @patch class ExtFragDepth {
4704 static Type get instanceRuntimeType => ExtFragDepthImpl;
4705
4706 }
4707 class ExtFragDepthImpl extends ExtFragDepth implements js_library.JSObjectInterf acesDom {
4708 ExtFragDepthImpl.internal_() : super.internal_();
4709 get runtimeType => ExtFragDepth;
4710 toString() => super.toString();
4711 }
4712 @patch class ExtShaderTextureLod {
4713 static Type get instanceRuntimeType => ExtShaderTextureLodImpl;
4714
4715 }
4716 class ExtShaderTextureLodImpl extends ExtShaderTextureLod implements js_library. JSObjectInterfacesDom {
4717 ExtShaderTextureLodImpl.internal_() : super.internal_();
4718 get runtimeType => ExtShaderTextureLod;
4719 toString() => super.toString();
4720 }
4721 @patch class ExtTextureFilterAnisotropic {
4722 static Type get instanceRuntimeType => ExtTextureFilterAnisotropicImpl;
4723
4724 }
4725 class ExtTextureFilterAnisotropicImpl extends ExtTextureFilterAnisotropic implem ents js_library.JSObjectInterfacesDom {
4726 ExtTextureFilterAnisotropicImpl.internal_() : super.internal_();
4727 get runtimeType => ExtTextureFilterAnisotropic;
4728 toString() => super.toString();
4729 }
4730 @patch class Framebuffer {
4731 static Type get instanceRuntimeType => FramebufferImpl;
4732
4733 }
4734 class FramebufferImpl extends Framebuffer implements js_library.JSObjectInterfac esDom {
4735 FramebufferImpl.internal_() : super.internal_();
4736 get runtimeType => Framebuffer;
4737 toString() => super.toString();
4738 }
4739 @patch class LoseContext {
4740 static Type get instanceRuntimeType => LoseContextImpl;
4741
4742 }
4743 class LoseContextImpl extends LoseContext implements js_library.JSObjectInterfac esDom {
4744 LoseContextImpl.internal_() : super.internal_();
4745 get runtimeType => LoseContext;
4746 toString() => super.toString();
4747 }
4748 @patch class OesElementIndexUint {
4749 static Type get instanceRuntimeType => OesElementIndexUintImpl;
4750
4751 }
4752 class OesElementIndexUintImpl extends OesElementIndexUint implements js_library. JSObjectInterfacesDom {
4753 OesElementIndexUintImpl.internal_() : super.internal_();
4754 get runtimeType => OesElementIndexUint;
4755 toString() => super.toString();
4756 }
4757 @patch class OesStandardDerivatives {
4758 static Type get instanceRuntimeType => OesStandardDerivativesImpl;
4759
4760 }
4761 class OesStandardDerivativesImpl extends OesStandardDerivatives implements js_li brary.JSObjectInterfacesDom {
4762 OesStandardDerivativesImpl.internal_() : super.internal_();
4763 get runtimeType => OesStandardDerivatives;
4764 toString() => super.toString();
4765 }
4766 @patch class OesTextureFloat {
4767 static Type get instanceRuntimeType => OesTextureFloatImpl;
4768
4769 }
4770 class OesTextureFloatImpl extends OesTextureFloat implements js_library.JSObject InterfacesDom {
4771 OesTextureFloatImpl.internal_() : super.internal_();
4772 get runtimeType => OesTextureFloat;
4773 toString() => super.toString();
4774 }
4775 @patch class OesTextureFloatLinear {
4776 static Type get instanceRuntimeType => OesTextureFloatLinearImpl;
4777
4778 }
4779 class OesTextureFloatLinearImpl extends OesTextureFloatLinear implements js_libr ary.JSObjectInterfacesDom {
4780 OesTextureFloatLinearImpl.internal_() : super.internal_();
4781 get runtimeType => OesTextureFloatLinear;
4782 toString() => super.toString();
4783 }
4784 @patch class OesTextureHalfFloat {
4785 static Type get instanceRuntimeType => OesTextureHalfFloatImpl;
4786
4787 }
4788 class OesTextureHalfFloatImpl extends OesTextureHalfFloat implements js_library. JSObjectInterfacesDom {
4789 OesTextureHalfFloatImpl.internal_() : super.internal_();
4790 get runtimeType => OesTextureHalfFloat;
4791 toString() => super.toString();
4792 }
4793 @patch class OesTextureHalfFloatLinear {
4794 static Type get instanceRuntimeType => OesTextureHalfFloatLinearImpl;
4795
4796 }
4797 class OesTextureHalfFloatLinearImpl extends OesTextureHalfFloatLinear implements js_library.JSObjectInterfacesDom {
4798 OesTextureHalfFloatLinearImpl.internal_() : super.internal_();
4799 get runtimeType => OesTextureHalfFloatLinear;
4800 toString() => super.toString();
4801 }
4802 @patch class OesVertexArrayObject {
4803 static Type get instanceRuntimeType => OesVertexArrayObjectImpl;
4804
4805 }
4806 class OesVertexArrayObjectImpl extends OesVertexArrayObject implements js_librar y.JSObjectInterfacesDom {
4807 OesVertexArrayObjectImpl.internal_() : super.internal_();
4808 get runtimeType => OesVertexArrayObject;
4809 toString() => super.toString();
4810 }
4811 @patch class Program {
4812 static Type get instanceRuntimeType => ProgramImpl;
4813
4814 }
4815 class ProgramImpl extends Program implements js_library.JSObjectInterfacesDom {
4816 ProgramImpl.internal_() : super.internal_();
4817 get runtimeType => Program;
4818 toString() => super.toString();
4819 }
4820 @patch class Query {
4821 static Type get instanceRuntimeType => QueryImpl;
4822
4823 }
4824 class QueryImpl extends Query implements js_library.JSObjectInterfacesDom {
4825 QueryImpl.internal_() : super.internal_();
4826 get runtimeType => Query;
4827 toString() => super.toString();
4828 }
4829 @patch class Renderbuffer {
4830 static Type get instanceRuntimeType => RenderbufferImpl;
4831
4832 }
4833 class RenderbufferImpl extends Renderbuffer implements js_library.JSObjectInterf acesDom {
4834 RenderbufferImpl.internal_() : super.internal_();
4835 get runtimeType => Renderbuffer;
4836 toString() => super.toString();
4837 }
4838 @patch class RenderingContext {
4839 static Type get instanceRuntimeType => RenderingContextImpl;
4840
4841 }
4842 class RenderingContextImpl extends RenderingContext implements js_library.JSObje ctInterfacesDom {
4843 RenderingContextImpl.internal_() : super.internal_();
4844 get runtimeType => RenderingContext;
4845 toString() => super.toString();
4846 }
4847 @patch class RenderingContext2 {
4848 static Type get instanceRuntimeType => RenderingContext2Impl;
4849
4850 }
4851 class RenderingContext2Impl extends RenderingContext2 implements js_library.JSOb jectInterfacesDom {
4852 RenderingContext2Impl.internal_() : super.internal_();
4853 get runtimeType => RenderingContext2;
4854 toString() => super.toString();
4855 }
4856 @patch class Sampler {
4857 static Type get instanceRuntimeType => SamplerImpl;
4858
4859 }
4860 class SamplerImpl extends Sampler implements js_library.JSObjectInterfacesDom {
4861 SamplerImpl.internal_() : super.internal_();
4862 get runtimeType => Sampler;
4863 toString() => super.toString();
4864 }
4865 @patch class Shader {
4866 static Type get instanceRuntimeType => ShaderImpl;
4867
4868 }
4869 class ShaderImpl extends Shader implements js_library.JSObjectInterfacesDom {
4870 ShaderImpl.internal_() : super.internal_();
4871 get runtimeType => Shader;
4872 toString() => super.toString();
4873 }
4874 @patch class ShaderPrecisionFormat {
4875 static Type get instanceRuntimeType => ShaderPrecisionFormatImpl;
4876
4877 }
4878 class ShaderPrecisionFormatImpl extends ShaderPrecisionFormat implements js_libr ary.JSObjectInterfacesDom {
4879 ShaderPrecisionFormatImpl.internal_() : super.internal_();
4880 get runtimeType => ShaderPrecisionFormat;
4881 toString() => super.toString();
4882 }
4883 @patch class Sync {
4884 static Type get instanceRuntimeType => SyncImpl;
4885
4886 }
4887 class SyncImpl extends Sync implements js_library.JSObjectInterfacesDom {
4888 SyncImpl.internal_() : super.internal_();
4889 get runtimeType => Sync;
4890 toString() => super.toString();
4891 }
4892 @patch class Texture {
4893 static Type get instanceRuntimeType => TextureImpl;
4894
4895 }
4896 class TextureImpl extends Texture implements js_library.JSObjectInterfacesDom {
4897 TextureImpl.internal_() : super.internal_();
4898 get runtimeType => Texture;
4899 toString() => super.toString();
4900 }
4901 @patch class TimerQueryExt {
4902 static Type get instanceRuntimeType => TimerQueryExtImpl;
4903
4904 }
4905 class TimerQueryExtImpl extends TimerQueryExt implements js_library.JSObjectInte rfacesDom {
4906 TimerQueryExtImpl.internal_() : super.internal_();
4907 get runtimeType => TimerQueryExt;
4908 toString() => super.toString();
4909 }
4910 @patch class TransformFeedback {
4911 static Type get instanceRuntimeType => TransformFeedbackImpl;
4912
4913 }
4914 class TransformFeedbackImpl extends TransformFeedback implements js_library.JSOb jectInterfacesDom {
4915 TransformFeedbackImpl.internal_() : super.internal_();
4916 get runtimeType => TransformFeedback;
4917 toString() => super.toString();
4918 }
4919 @patch class UniformLocation {
4920 static Type get instanceRuntimeType => UniformLocationImpl;
4921
4922 }
4923 class UniformLocationImpl extends UniformLocation implements js_library.JSObject InterfacesDom {
4924 UniformLocationImpl.internal_() : super.internal_();
4925 get runtimeType => UniformLocation;
4926 toString() => super.toString();
4927 }
4928 @patch class VertexArrayObject {
4929 static Type get instanceRuntimeType => VertexArrayObjectImpl;
4930
4931 }
4932 class VertexArrayObjectImpl extends VertexArrayObject implements js_library.JSOb jectInterfacesDom {
4933 VertexArrayObjectImpl.internal_() : super.internal_();
4934 get runtimeType => VertexArrayObject;
4935 toString() => super.toString();
4936 }
4937 @patch class VertexArrayObjectOes {
4938 static Type get instanceRuntimeType => VertexArrayObjectOesImpl;
4939
4940 }
4941 class VertexArrayObjectOesImpl extends VertexArrayObjectOes implements js_librar y.JSObjectInterfacesDom {
4942 VertexArrayObjectOesImpl.internal_() : super.internal_();
4943 get runtimeType => VertexArrayObjectOes;
4944 toString() => super.toString();
4945 }
4946 @patch class _WebGL2RenderingContextBase {
4947 static Type get instanceRuntimeType => _WebGL2RenderingContextBaseImpl;
4948
4949 }
4950 class _WebGL2RenderingContextBaseImpl extends _WebGL2RenderingContextBase implem ents js_library.JSObjectInterfacesDom {
4951 _WebGL2RenderingContextBaseImpl.internal_() : super.internal_();
4952 get runtimeType => _WebGL2RenderingContextBase;
4953 toString() => super.toString();
4954 }
4955 @patch class _WebGLRenderingContextBase {
4956 static Type get instanceRuntimeType => _WebGLRenderingContextBaseImpl;
4957
4958 }
4959 class _WebGLRenderingContextBaseImpl extends _WebGLRenderingContextBase implemen ts js_library.JSObjectInterfacesDom {
4960 _WebGLRenderingContextBaseImpl.internal_() : super.internal_();
4961 get runtimeType => _WebGLRenderingContextBase;
4962 toString() => super.toString();
4963 }
4964
4965 """
4966 ],
4967 "dart:web_sql": [
4968 "dart:web_sql",
4969 "dart:web_sql_js_interop_patch.dart",
4970 """import 'dart:js' as js_library;
4971
4972 /**
4973 * Placeholder object for cases where we need to determine exactly how many
4974 * args were passed to a function.
4975 */
4976 const _UNDEFINED_JS_CONST = const Object();
4977
4978 @patch class SqlDatabase {
4979 static Type get instanceRuntimeType => SqlDatabaseImpl;
4980
4981 }
4982 class SqlDatabaseImpl extends SqlDatabase implements js_library.JSObjectInterfac esDom {
4983 SqlDatabaseImpl.internal_() : super.internal_();
4984 get runtimeType => SqlDatabase;
4985 toString() => super.toString();
4986 }
4987 @patch class SqlError {
4988 static Type get instanceRuntimeType => SqlErrorImpl;
4989
4990 }
4991 class SqlErrorImpl extends SqlError implements js_library.JSObjectInterfacesDom {
4992 SqlErrorImpl.internal_() : super.internal_();
4993 get runtimeType => SqlError;
4994 toString() => super.toString();
4995 }
4996 @patch class SqlResultSet {
4997 static Type get instanceRuntimeType => SqlResultSetImpl;
4998
4999 }
5000 class SqlResultSetImpl extends SqlResultSet implements js_library.JSObjectInterf acesDom {
5001 SqlResultSetImpl.internal_() : super.internal_();
5002 get runtimeType => SqlResultSet;
5003 toString() => super.toString();
5004 }
5005 @patch class SqlResultSetRowList {
5006 static Type get instanceRuntimeType => SqlResultSetRowListImpl;
5007
5008 }
5009 class SqlResultSetRowListImpl extends SqlResultSetRowList implements js_library. JSObjectInterfacesDom {
5010 SqlResultSetRowListImpl.internal_() : super.internal_();
5011 get runtimeType => SqlResultSetRowList;
5012 toString() => super.toString();
5013 }
5014 @patch class SqlTransaction {
5015 static Type get instanceRuntimeType => SqlTransactionImpl;
5016
5017 }
5018 class SqlTransactionImpl extends SqlTransaction implements js_library.JSObjectIn terfacesDom {
5019 SqlTransactionImpl.internal_() : super.internal_();
5020 get runtimeType => SqlTransaction;
5021 toString() => super.toString();
5022 }
5023
5024 """
5025 ],
5026 "dart:svg": [
5027 "dart:svg",
5028 "dart:svg_js_interop_patch.dart",
5029 """import 'dart:js' as js_library;
5030
5031 /**
5032 * Placeholder object for cases where we need to determine exactly how many
5033 * args were passed to a function.
5034 */
5035 const _UNDEFINED_JS_CONST = const Object();
5036
5037 @patch class AElement {
5038 static Type get instanceRuntimeType => AElementImpl;
5039
5040 }
5041 class AElementImpl extends AElement implements js_library.JSObjectInterfacesDom {
5042 AElementImpl.internal_() : super.internal_();
5043 get runtimeType => AElement;
5044 toString() => super.toString();
5045 }
5046 @patch class Angle {
5047 static Type get instanceRuntimeType => AngleImpl;
5048
5049 }
5050 class AngleImpl extends Angle implements js_library.JSObjectInterfacesDom {
5051 AngleImpl.internal_() : super.internal_();
5052 get runtimeType => Angle;
5053 toString() => super.toString();
5054 }
5055 @patch class AnimateElement {
5056 static Type get instanceRuntimeType => AnimateElementImpl;
5057
5058 }
5059 class AnimateElementImpl extends AnimateElement implements js_library.JSObjectIn terfacesDom {
5060 AnimateElementImpl.internal_() : super.internal_();
5061 get runtimeType => AnimateElement;
5062 toString() => super.toString();
5063 }
5064 @patch class AnimateMotionElement {
5065 static Type get instanceRuntimeType => AnimateMotionElementImpl;
5066
5067 }
5068 class AnimateMotionElementImpl extends AnimateMotionElement implements js_librar y.JSObjectInterfacesDom {
5069 AnimateMotionElementImpl.internal_() : super.internal_();
5070 get runtimeType => AnimateMotionElement;
5071 toString() => super.toString();
5072 }
5073 @patch class AnimateTransformElement {
5074 static Type get instanceRuntimeType => AnimateTransformElementImpl;
5075
5076 }
5077 class AnimateTransformElementImpl extends AnimateTransformElement implements js_ library.JSObjectInterfacesDom {
5078 AnimateTransformElementImpl.internal_() : super.internal_();
5079 get runtimeType => AnimateTransformElement;
5080 toString() => super.toString();
5081 }
5082 @patch class AnimatedAngle {
5083 static Type get instanceRuntimeType => AnimatedAngleImpl;
5084
5085 }
5086 class AnimatedAngleImpl extends AnimatedAngle implements js_library.JSObjectInte rfacesDom {
5087 AnimatedAngleImpl.internal_() : super.internal_();
5088 get runtimeType => AnimatedAngle;
5089 toString() => super.toString();
5090 }
5091 @patch class AnimatedBoolean {
5092 static Type get instanceRuntimeType => AnimatedBooleanImpl;
5093
5094 }
5095 class AnimatedBooleanImpl extends AnimatedBoolean implements js_library.JSObject InterfacesDom {
5096 AnimatedBooleanImpl.internal_() : super.internal_();
5097 get runtimeType => AnimatedBoolean;
5098 toString() => super.toString();
5099 }
5100 @patch class AnimatedEnumeration {
5101 static Type get instanceRuntimeType => AnimatedEnumerationImpl;
5102
5103 }
5104 class AnimatedEnumerationImpl extends AnimatedEnumeration implements js_library. JSObjectInterfacesDom {
5105 AnimatedEnumerationImpl.internal_() : super.internal_();
5106 get runtimeType => AnimatedEnumeration;
5107 toString() => super.toString();
5108 }
5109 @patch class AnimatedInteger {
5110 static Type get instanceRuntimeType => AnimatedIntegerImpl;
5111
5112 }
5113 class AnimatedIntegerImpl extends AnimatedInteger implements js_library.JSObject InterfacesDom {
5114 AnimatedIntegerImpl.internal_() : super.internal_();
5115 get runtimeType => AnimatedInteger;
5116 toString() => super.toString();
5117 }
5118 @patch class AnimatedLength {
5119 static Type get instanceRuntimeType => AnimatedLengthImpl;
5120
5121 }
5122 class AnimatedLengthImpl extends AnimatedLength implements js_library.JSObjectIn terfacesDom {
5123 AnimatedLengthImpl.internal_() : super.internal_();
5124 get runtimeType => AnimatedLength;
5125 toString() => super.toString();
5126 }
5127 @patch class AnimatedLengthList {
5128 static Type get instanceRuntimeType => AnimatedLengthListImpl;
5129
5130 }
5131 class AnimatedLengthListImpl extends AnimatedLengthList implements js_library.JS ObjectInterfacesDom {
5132 AnimatedLengthListImpl.internal_() : super.internal_();
5133 get runtimeType => AnimatedLengthList;
5134 toString() => super.toString();
5135 }
5136 @patch class AnimatedNumber {
5137 static Type get instanceRuntimeType => AnimatedNumberImpl;
5138
5139 }
5140 class AnimatedNumberImpl extends AnimatedNumber implements js_library.JSObjectIn terfacesDom {
5141 AnimatedNumberImpl.internal_() : super.internal_();
5142 get runtimeType => AnimatedNumber;
5143 toString() => super.toString();
5144 }
5145 @patch class AnimatedNumberList {
5146 static Type get instanceRuntimeType => AnimatedNumberListImpl;
5147
5148 }
5149 class AnimatedNumberListImpl extends AnimatedNumberList implements js_library.JS ObjectInterfacesDom {
5150 AnimatedNumberListImpl.internal_() : super.internal_();
5151 get runtimeType => AnimatedNumberList;
5152 toString() => super.toString();
5153 }
5154 @patch class AnimatedPreserveAspectRatio {
5155 static Type get instanceRuntimeType => AnimatedPreserveAspectRatioImpl;
5156
5157 }
5158 class AnimatedPreserveAspectRatioImpl extends AnimatedPreserveAspectRatio implem ents js_library.JSObjectInterfacesDom {
5159 AnimatedPreserveAspectRatioImpl.internal_() : super.internal_();
5160 get runtimeType => AnimatedPreserveAspectRatio;
5161 toString() => super.toString();
5162 }
5163 @patch class AnimatedRect {
5164 static Type get instanceRuntimeType => AnimatedRectImpl;
5165
5166 }
5167 class AnimatedRectImpl extends AnimatedRect implements js_library.JSObjectInterf acesDom {
5168 AnimatedRectImpl.internal_() : super.internal_();
5169 get runtimeType => AnimatedRect;
5170 toString() => super.toString();
5171 }
5172 @patch class AnimatedString {
5173 static Type get instanceRuntimeType => AnimatedStringImpl;
5174
5175 }
5176 class AnimatedStringImpl extends AnimatedString implements js_library.JSObjectIn terfacesDom {
5177 AnimatedStringImpl.internal_() : super.internal_();
5178 get runtimeType => AnimatedString;
5179 toString() => super.toString();
5180 }
5181 @patch class AnimatedTransformList {
5182 static Type get instanceRuntimeType => AnimatedTransformListImpl;
5183
5184 }
5185 class AnimatedTransformListImpl extends AnimatedTransformList implements js_libr ary.JSObjectInterfacesDom {
5186 AnimatedTransformListImpl.internal_() : super.internal_();
5187 get runtimeType => AnimatedTransformList;
5188 toString() => super.toString();
5189 }
5190 @patch class AnimationElement {
5191 static Type get instanceRuntimeType => AnimationElementImpl;
5192
5193 }
5194 class AnimationElementImpl extends AnimationElement implements js_library.JSObje ctInterfacesDom {
5195 AnimationElementImpl.internal_() : super.internal_();
5196 get runtimeType => AnimationElement;
5197 toString() => super.toString();
5198 }
5199 @patch class CircleElement {
5200 static Type get instanceRuntimeType => CircleElementImpl;
5201
5202 }
5203 class CircleElementImpl extends CircleElement implements js_library.JSObjectInte rfacesDom {
5204 CircleElementImpl.internal_() : super.internal_();
5205 get runtimeType => CircleElement;
5206 toString() => super.toString();
5207 }
5208 @patch class ClipPathElement {
5209 static Type get instanceRuntimeType => ClipPathElementImpl;
5210
5211 }
5212 class ClipPathElementImpl extends ClipPathElement implements js_library.JSObject InterfacesDom {
5213 ClipPathElementImpl.internal_() : super.internal_();
5214 get runtimeType => ClipPathElement;
5215 toString() => super.toString();
5216 }
5217 @patch class DefsElement {
5218 static Type get instanceRuntimeType => DefsElementImpl;
5219
5220 }
5221 class DefsElementImpl extends DefsElement implements js_library.JSObjectInterfac esDom {
5222 DefsElementImpl.internal_() : super.internal_();
5223 get runtimeType => DefsElement;
5224 toString() => super.toString();
5225 }
5226 @patch class DescElement {
5227 static Type get instanceRuntimeType => DescElementImpl;
5228
5229 }
5230 class DescElementImpl extends DescElement implements js_library.JSObjectInterfac esDom {
5231 DescElementImpl.internal_() : super.internal_();
5232 get runtimeType => DescElement;
5233 toString() => super.toString();
5234 }
5235 @patch class DiscardElement {
5236 static Type get instanceRuntimeType => DiscardElementImpl;
5237
5238 }
5239 class DiscardElementImpl extends DiscardElement implements js_library.JSObjectIn terfacesDom {
5240 DiscardElementImpl.internal_() : super.internal_();
5241 get runtimeType => DiscardElement;
5242 toString() => super.toString();
5243 }
5244 @patch class EllipseElement {
5245 static Type get instanceRuntimeType => EllipseElementImpl;
5246
5247 }
5248 class EllipseElementImpl extends EllipseElement implements js_library.JSObjectIn terfacesDom {
5249 EllipseElementImpl.internal_() : super.internal_();
5250 get runtimeType => EllipseElement;
5251 toString() => super.toString();
5252 }
5253 @patch class FEBlendElement {
5254 static Type get instanceRuntimeType => FEBlendElementImpl;
5255
5256 }
5257 class FEBlendElementImpl extends FEBlendElement implements js_library.JSObjectIn terfacesDom {
5258 FEBlendElementImpl.internal_() : super.internal_();
5259 get runtimeType => FEBlendElement;
5260 toString() => super.toString();
5261 }
5262 @patch class FEColorMatrixElement {
5263 static Type get instanceRuntimeType => FEColorMatrixElementImpl;
5264
5265 }
5266 class FEColorMatrixElementImpl extends FEColorMatrixElement implements js_librar y.JSObjectInterfacesDom {
5267 FEColorMatrixElementImpl.internal_() : super.internal_();
5268 get runtimeType => FEColorMatrixElement;
5269 toString() => super.toString();
5270 }
5271 @patch class FEComponentTransferElement {
5272 static Type get instanceRuntimeType => FEComponentTransferElementImpl;
5273
5274 }
5275 class FEComponentTransferElementImpl extends FEComponentTransferElement implemen ts js_library.JSObjectInterfacesDom {
5276 FEComponentTransferElementImpl.internal_() : super.internal_();
5277 get runtimeType => FEComponentTransferElement;
5278 toString() => super.toString();
5279 }
5280 @patch class FECompositeElement {
5281 static Type get instanceRuntimeType => FECompositeElementImpl;
5282
5283 }
5284 class FECompositeElementImpl extends FECompositeElement implements js_library.JS ObjectInterfacesDom {
5285 FECompositeElementImpl.internal_() : super.internal_();
5286 get runtimeType => FECompositeElement;
5287 toString() => super.toString();
5288 }
5289 @patch class FEConvolveMatrixElement {
5290 static Type get instanceRuntimeType => FEConvolveMatrixElementImpl;
5291
5292 }
5293 class FEConvolveMatrixElementImpl extends FEConvolveMatrixElement implements js_ library.JSObjectInterfacesDom {
5294 FEConvolveMatrixElementImpl.internal_() : super.internal_();
5295 get runtimeType => FEConvolveMatrixElement;
5296 toString() => super.toString();
5297 }
5298 @patch class FEDiffuseLightingElement {
5299 static Type get instanceRuntimeType => FEDiffuseLightingElementImpl;
5300
5301 }
5302 class FEDiffuseLightingElementImpl extends FEDiffuseLightingElement implements j s_library.JSObjectInterfacesDom {
5303 FEDiffuseLightingElementImpl.internal_() : super.internal_();
5304 get runtimeType => FEDiffuseLightingElement;
5305 toString() => super.toString();
5306 }
5307 @patch class FEDisplacementMapElement {
5308 static Type get instanceRuntimeType => FEDisplacementMapElementImpl;
5309
5310 }
5311 class FEDisplacementMapElementImpl extends FEDisplacementMapElement implements j s_library.JSObjectInterfacesDom {
5312 FEDisplacementMapElementImpl.internal_() : super.internal_();
5313 get runtimeType => FEDisplacementMapElement;
5314 toString() => super.toString();
5315 }
5316 @patch class FEDistantLightElement {
5317 static Type get instanceRuntimeType => FEDistantLightElementImpl;
5318
5319 }
5320 class FEDistantLightElementImpl extends FEDistantLightElement implements js_libr ary.JSObjectInterfacesDom {
5321 FEDistantLightElementImpl.internal_() : super.internal_();
5322 get runtimeType => FEDistantLightElement;
5323 toString() => super.toString();
5324 }
5325 @patch class FEFloodElement {
5326 static Type get instanceRuntimeType => FEFloodElementImpl;
5327
5328 }
5329 class FEFloodElementImpl extends FEFloodElement implements js_library.JSObjectIn terfacesDom {
5330 FEFloodElementImpl.internal_() : super.internal_();
5331 get runtimeType => FEFloodElement;
5332 toString() => super.toString();
5333 }
5334 @patch class FEFuncAElement {
5335 static Type get instanceRuntimeType => FEFuncAElementImpl;
5336
5337 }
5338 class FEFuncAElementImpl extends FEFuncAElement implements js_library.JSObjectIn terfacesDom {
5339 FEFuncAElementImpl.internal_() : super.internal_();
5340 get runtimeType => FEFuncAElement;
5341 toString() => super.toString();
5342 }
5343 @patch class FEFuncBElement {
5344 static Type get instanceRuntimeType => FEFuncBElementImpl;
5345
5346 }
5347 class FEFuncBElementImpl extends FEFuncBElement implements js_library.JSObjectIn terfacesDom {
5348 FEFuncBElementImpl.internal_() : super.internal_();
5349 get runtimeType => FEFuncBElement;
5350 toString() => super.toString();
5351 }
5352 @patch class FEFuncGElement {
5353 static Type get instanceRuntimeType => FEFuncGElementImpl;
5354
5355 }
5356 class FEFuncGElementImpl extends FEFuncGElement implements js_library.JSObjectIn terfacesDom {
5357 FEFuncGElementImpl.internal_() : super.internal_();
5358 get runtimeType => FEFuncGElement;
5359 toString() => super.toString();
5360 }
5361 @patch class FEFuncRElement {
5362 static Type get instanceRuntimeType => FEFuncRElementImpl;
5363
5364 }
5365 class FEFuncRElementImpl extends FEFuncRElement implements js_library.JSObjectIn terfacesDom {
5366 FEFuncRElementImpl.internal_() : super.internal_();
5367 get runtimeType => FEFuncRElement;
5368 toString() => super.toString();
5369 }
5370 @patch class FEGaussianBlurElement {
5371 static Type get instanceRuntimeType => FEGaussianBlurElementImpl;
5372
5373 }
5374 class FEGaussianBlurElementImpl extends FEGaussianBlurElement implements js_libr ary.JSObjectInterfacesDom {
5375 FEGaussianBlurElementImpl.internal_() : super.internal_();
5376 get runtimeType => FEGaussianBlurElement;
5377 toString() => super.toString();
5378 }
5379 @patch class FEImageElement {
5380 static Type get instanceRuntimeType => FEImageElementImpl;
5381
5382 }
5383 class FEImageElementImpl extends FEImageElement implements js_library.JSObjectIn terfacesDom {
5384 FEImageElementImpl.internal_() : super.internal_();
5385 get runtimeType => FEImageElement;
5386 toString() => super.toString();
5387 }
5388 @patch class FEMergeElement {
5389 static Type get instanceRuntimeType => FEMergeElementImpl;
5390
5391 }
5392 class FEMergeElementImpl extends FEMergeElement implements js_library.JSObjectIn terfacesDom {
5393 FEMergeElementImpl.internal_() : super.internal_();
5394 get runtimeType => FEMergeElement;
5395 toString() => super.toString();
5396 }
5397 @patch class FEMergeNodeElement {
5398 static Type get instanceRuntimeType => FEMergeNodeElementImpl;
5399
5400 }
5401 class FEMergeNodeElementImpl extends FEMergeNodeElement implements js_library.JS ObjectInterfacesDom {
5402 FEMergeNodeElementImpl.internal_() : super.internal_();
5403 get runtimeType => FEMergeNodeElement;
5404 toString() => super.toString();
5405 }
5406 @patch class FEMorphologyElement {
5407 static Type get instanceRuntimeType => FEMorphologyElementImpl;
5408
5409 }
5410 class FEMorphologyElementImpl extends FEMorphologyElement implements js_library. JSObjectInterfacesDom {
5411 FEMorphologyElementImpl.internal_() : super.internal_();
5412 get runtimeType => FEMorphologyElement;
5413 toString() => super.toString();
5414 }
5415 @patch class FEOffsetElement {
5416 static Type get instanceRuntimeType => FEOffsetElementImpl;
5417
5418 }
5419 class FEOffsetElementImpl extends FEOffsetElement implements js_library.JSObject InterfacesDom {
5420 FEOffsetElementImpl.internal_() : super.internal_();
5421 get runtimeType => FEOffsetElement;
5422 toString() => super.toString();
5423 }
5424 @patch class FEPointLightElement {
5425 static Type get instanceRuntimeType => FEPointLightElementImpl;
5426
5427 }
5428 class FEPointLightElementImpl extends FEPointLightElement implements js_library. JSObjectInterfacesDom {
5429 FEPointLightElementImpl.internal_() : super.internal_();
5430 get runtimeType => FEPointLightElement;
5431 toString() => super.toString();
5432 }
5433 @patch class FESpecularLightingElement {
5434 static Type get instanceRuntimeType => FESpecularLightingElementImpl;
5435
5436 }
5437 class FESpecularLightingElementImpl extends FESpecularLightingElement implements js_library.JSObjectInterfacesDom {
5438 FESpecularLightingElementImpl.internal_() : super.internal_();
5439 get runtimeType => FESpecularLightingElement;
5440 toString() => super.toString();
5441 }
5442 @patch class FESpotLightElement {
5443 static Type get instanceRuntimeType => FESpotLightElementImpl;
5444
5445 }
5446 class FESpotLightElementImpl extends FESpotLightElement implements js_library.JS ObjectInterfacesDom {
5447 FESpotLightElementImpl.internal_() : super.internal_();
5448 get runtimeType => FESpotLightElement;
5449 toString() => super.toString();
5450 }
5451 @patch class FETileElement {
5452 static Type get instanceRuntimeType => FETileElementImpl;
5453
5454 }
5455 class FETileElementImpl extends FETileElement implements js_library.JSObjectInte rfacesDom {
5456 FETileElementImpl.internal_() : super.internal_();
5457 get runtimeType => FETileElement;
5458 toString() => super.toString();
5459 }
5460 @patch class FETurbulenceElement {
5461 static Type get instanceRuntimeType => FETurbulenceElementImpl;
5462
5463 }
5464 class FETurbulenceElementImpl extends FETurbulenceElement implements js_library. JSObjectInterfacesDom {
5465 FETurbulenceElementImpl.internal_() : super.internal_();
5466 get runtimeType => FETurbulenceElement;
5467 toString() => super.toString();
5468 }
5469 @patch class FilterElement {
5470 static Type get instanceRuntimeType => FilterElementImpl;
5471
5472 }
5473 class FilterElementImpl extends FilterElement implements js_library.JSObjectInte rfacesDom {
5474 FilterElementImpl.internal_() : super.internal_();
5475 get runtimeType => FilterElement;
5476 toString() => super.toString();
5477 }
5478 @patch class FilterPrimitiveStandardAttributes {
5479 static Type get instanceRuntimeType => FilterPrimitiveStandardAttributesImpl;
5480
5481 }
5482 class FilterPrimitiveStandardAttributesImpl extends FilterPrimitiveStandardAttri butes implements js_library.JSObjectInterfacesDom {
5483 FilterPrimitiveStandardAttributesImpl.internal_() : super.internal_();
5484 get runtimeType => FilterPrimitiveStandardAttributes;
5485 toString() => super.toString();
5486 }
5487 @patch class FitToViewBox {
5488 static Type get instanceRuntimeType => FitToViewBoxImpl;
5489
5490 }
5491 class FitToViewBoxImpl extends FitToViewBox implements js_library.JSObjectInterf acesDom {
5492 FitToViewBoxImpl.internal_() : super.internal_();
5493 get runtimeType => FitToViewBox;
5494 toString() => super.toString();
5495 }
5496 @patch class ForeignObjectElement {
5497 static Type get instanceRuntimeType => ForeignObjectElementImpl;
5498
5499 }
5500 class ForeignObjectElementImpl extends ForeignObjectElement implements js_librar y.JSObjectInterfacesDom {
5501 ForeignObjectElementImpl.internal_() : super.internal_();
5502 get runtimeType => ForeignObjectElement;
5503 toString() => super.toString();
5504 }
5505 @patch class GElement {
5506 static Type get instanceRuntimeType => GElementImpl;
5507
5508 }
5509 class GElementImpl extends GElement implements js_library.JSObjectInterfacesDom {
5510 GElementImpl.internal_() : super.internal_();
5511 get runtimeType => GElement;
5512 toString() => super.toString();
5513 }
5514 @patch class GeometryElement {
5515 static Type get instanceRuntimeType => GeometryElementImpl;
5516
5517 }
5518 class GeometryElementImpl extends GeometryElement implements js_library.JSObject InterfacesDom {
5519 GeometryElementImpl.internal_() : super.internal_();
5520 get runtimeType => GeometryElement;
5521 toString() => super.toString();
5522 }
5523 @patch class GraphicsElement {
5524 static Type get instanceRuntimeType => GraphicsElementImpl;
5525
5526 }
5527 class GraphicsElementImpl extends GraphicsElement implements js_library.JSObject InterfacesDom {
5528 GraphicsElementImpl.internal_() : super.internal_();
5529 get runtimeType => GraphicsElement;
5530 toString() => super.toString();
5531 }
5532 @patch class ImageElement {
5533 static Type get instanceRuntimeType => ImageElementImpl;
5534
5535 }
5536 class ImageElementImpl extends ImageElement implements js_library.JSObjectInterf acesDom {
5537 ImageElementImpl.internal_() : super.internal_();
5538 get runtimeType => ImageElement;
5539 toString() => super.toString();
5540 }
5541 @patch class Length {
5542 static Type get instanceRuntimeType => LengthImpl;
5543
5544 }
5545 class LengthImpl extends Length implements js_library.JSObjectInterfacesDom {
5546 LengthImpl.internal_() : super.internal_();
5547 get runtimeType => Length;
5548 toString() => super.toString();
5549 }
5550 @patch class LengthList {
5551 static Type get instanceRuntimeType => LengthListImpl;
5552
5553 }
5554 class LengthListImpl extends LengthList implements js_library.JSObjectInterfaces Dom {
5555 LengthListImpl.internal_() : super.internal_();
5556 get runtimeType => LengthList;
5557 toString() => super.toString();
5558 }
5559 @patch class LineElement {
5560 static Type get instanceRuntimeType => LineElementImpl;
5561
5562 }
5563 class LineElementImpl extends LineElement implements js_library.JSObjectInterfac esDom {
5564 LineElementImpl.internal_() : super.internal_();
5565 get runtimeType => LineElement;
5566 toString() => super.toString();
5567 }
5568 @patch class LinearGradientElement {
5569 static Type get instanceRuntimeType => LinearGradientElementImpl;
5570
5571 }
5572 class LinearGradientElementImpl extends LinearGradientElement implements js_libr ary.JSObjectInterfacesDom {
5573 LinearGradientElementImpl.internal_() : super.internal_();
5574 get runtimeType => LinearGradientElement;
5575 toString() => super.toString();
5576 }
5577 @patch class MarkerElement {
5578 static Type get instanceRuntimeType => MarkerElementImpl;
5579
5580 }
5581 class MarkerElementImpl extends MarkerElement implements js_library.JSObjectInte rfacesDom {
5582 MarkerElementImpl.internal_() : super.internal_();
5583 get runtimeType => MarkerElement;
5584 toString() => super.toString();
5585 }
5586 @patch class MaskElement {
5587 static Type get instanceRuntimeType => MaskElementImpl;
5588
5589 }
5590 class MaskElementImpl extends MaskElement implements js_library.JSObjectInterfac esDom {
5591 MaskElementImpl.internal_() : super.internal_();
5592 get runtimeType => MaskElement;
5593 toString() => super.toString();
5594 }
5595 @patch class Matrix {
5596 static Type get instanceRuntimeType => MatrixImpl;
5597
5598 }
5599 class MatrixImpl extends Matrix implements js_library.JSObjectInterfacesDom {
5600 MatrixImpl.internal_() : super.internal_();
5601 get runtimeType => Matrix;
5602 toString() => super.toString();
5603 }
5604 @patch class MetadataElement {
5605 static Type get instanceRuntimeType => MetadataElementImpl;
5606
5607 }
5608 class MetadataElementImpl extends MetadataElement implements js_library.JSObject InterfacesDom {
5609 MetadataElementImpl.internal_() : super.internal_();
5610 get runtimeType => MetadataElement;
5611 toString() => super.toString();
5612 }
5613 @patch class Number {
5614 static Type get instanceRuntimeType => NumberImpl;
5615
5616 }
5617 class NumberImpl extends Number implements js_library.JSObjectInterfacesDom {
5618 NumberImpl.internal_() : super.internal_();
5619 get runtimeType => Number;
5620 toString() => super.toString();
5621 }
5622 @patch class NumberList {
5623 static Type get instanceRuntimeType => NumberListImpl;
5624
5625 }
5626 class NumberListImpl extends NumberList implements js_library.JSObjectInterfaces Dom {
5627 NumberListImpl.internal_() : super.internal_();
5628 get runtimeType => NumberList;
5629 toString() => super.toString();
5630 }
5631 @patch class PathElement {
5632 static Type get instanceRuntimeType => PathElementImpl;
5633
5634 }
5635 class PathElementImpl extends PathElement implements js_library.JSObjectInterfac esDom {
5636 PathElementImpl.internal_() : super.internal_();
5637 get runtimeType => PathElement;
5638 toString() => super.toString();
5639 }
5640 @patch class PatternElement {
5641 static Type get instanceRuntimeType => PatternElementImpl;
5642
5643 }
5644 class PatternElementImpl extends PatternElement implements js_library.JSObjectIn terfacesDom {
5645 PatternElementImpl.internal_() : super.internal_();
5646 get runtimeType => PatternElement;
5647 toString() => super.toString();
5648 }
5649 @patch class Point {
5650 static Type get instanceRuntimeType => PointImpl;
5651
5652 }
5653 class PointImpl extends Point implements js_library.JSObjectInterfacesDom {
5654 PointImpl.internal_() : super.internal_();
5655 get runtimeType => Point;
5656 toString() => super.toString();
5657 }
5658 @patch class PointList {
5659 static Type get instanceRuntimeType => PointListImpl;
5660
5661 }
5662 class PointListImpl extends PointList implements js_library.JSObjectInterfacesDo m {
5663 PointListImpl.internal_() : super.internal_();
5664 get runtimeType => PointList;
5665 toString() => super.toString();
5666 }
5667 @patch class PolygonElement {
5668 static Type get instanceRuntimeType => PolygonElementImpl;
5669
5670 }
5671 class PolygonElementImpl extends PolygonElement implements js_library.JSObjectIn terfacesDom {
5672 PolygonElementImpl.internal_() : super.internal_();
5673 get runtimeType => PolygonElement;
5674 toString() => super.toString();
5675 }
5676 @patch class PolylineElement {
5677 static Type get instanceRuntimeType => PolylineElementImpl;
5678
5679 }
5680 class PolylineElementImpl extends PolylineElement implements js_library.JSObject InterfacesDom {
5681 PolylineElementImpl.internal_() : super.internal_();
5682 get runtimeType => PolylineElement;
5683 toString() => super.toString();
5684 }
5685 @patch class PreserveAspectRatio {
5686 static Type get instanceRuntimeType => PreserveAspectRatioImpl;
5687
5688 }
5689 class PreserveAspectRatioImpl extends PreserveAspectRatio implements js_library. JSObjectInterfacesDom {
5690 PreserveAspectRatioImpl.internal_() : super.internal_();
5691 get runtimeType => PreserveAspectRatio;
5692 toString() => super.toString();
5693 }
5694 @patch class RadialGradientElement {
5695 static Type get instanceRuntimeType => RadialGradientElementImpl;
5696
5697 }
5698 class RadialGradientElementImpl extends RadialGradientElement implements js_libr ary.JSObjectInterfacesDom {
5699 RadialGradientElementImpl.internal_() : super.internal_();
5700 get runtimeType => RadialGradientElement;
5701 toString() => super.toString();
5702 }
5703 @patch class Rect {
5704 static Type get instanceRuntimeType => RectImpl;
5705
5706 }
5707 class RectImpl extends Rect implements js_library.JSObjectInterfacesDom {
5708 RectImpl.internal_() : super.internal_();
5709 get runtimeType => Rect;
5710 toString() => super.toString();
5711 }
5712 @patch class RectElement {
5713 static Type get instanceRuntimeType => RectElementImpl;
5714
5715 }
5716 class RectElementImpl extends RectElement implements js_library.JSObjectInterfac esDom {
5717 RectElementImpl.internal_() : super.internal_();
5718 get runtimeType => RectElement;
5719 toString() => super.toString();
5720 }
5721 @patch class ScriptElement {
5722 static Type get instanceRuntimeType => ScriptElementImpl;
5723
5724 }
5725 class ScriptElementImpl extends ScriptElement implements js_library.JSObjectInte rfacesDom {
5726 ScriptElementImpl.internal_() : super.internal_();
5727 get runtimeType => ScriptElement;
5728 toString() => super.toString();
5729 }
5730 @patch class SetElement {
5731 static Type get instanceRuntimeType => SetElementImpl;
5732
5733 }
5734 class SetElementImpl extends SetElement implements js_library.JSObjectInterfaces Dom {
5735 SetElementImpl.internal_() : super.internal_();
5736 get runtimeType => SetElement;
5737 toString() => super.toString();
5738 }
5739 @patch class StopElement {
5740 static Type get instanceRuntimeType => StopElementImpl;
5741
5742 }
5743 class StopElementImpl extends StopElement implements js_library.JSObjectInterfac esDom {
5744 StopElementImpl.internal_() : super.internal_();
5745 get runtimeType => StopElement;
5746 toString() => super.toString();
5747 }
5748 @patch class StringList {
5749 static Type get instanceRuntimeType => StringListImpl;
5750
5751 }
5752 class StringListImpl extends StringList implements js_library.JSObjectInterfaces Dom {
5753 StringListImpl.internal_() : super.internal_();
5754 get runtimeType => StringList;
5755 toString() => super.toString();
5756 }
5757 @patch class StyleElement {
5758 static Type get instanceRuntimeType => StyleElementImpl;
5759
5760 }
5761 class StyleElementImpl extends StyleElement implements js_library.JSObjectInterf acesDom {
5762 StyleElementImpl.internal_() : super.internal_();
5763 get runtimeType => StyleElement;
5764 toString() => super.toString();
5765 }
5766 @patch class SvgElement {
5767 static Type get instanceRuntimeType => SvgElementImpl;
5768
5769 }
5770 class SvgElementImpl extends SvgElement implements js_library.JSObjectInterfaces Dom {
5771 SvgElementImpl.internal_() : super.internal_();
5772 get runtimeType => SvgElement;
5773 toString() => super.toString();
5774 }
5775 @patch class SvgSvgElement {
5776 static Type get instanceRuntimeType => SvgSvgElementImpl;
5777
5778 }
5779 class SvgSvgElementImpl extends SvgSvgElement implements js_library.JSObjectInte rfacesDom {
5780 SvgSvgElementImpl.internal_() : super.internal_();
5781 get runtimeType => SvgSvgElement;
5782 toString() => super.toString();
5783 }
5784 @patch class SwitchElement {
5785 static Type get instanceRuntimeType => SwitchElementImpl;
5786
5787 }
5788 class SwitchElementImpl extends SwitchElement implements js_library.JSObjectInte rfacesDom {
5789 SwitchElementImpl.internal_() : super.internal_();
5790 get runtimeType => SwitchElement;
5791 toString() => super.toString();
5792 }
5793 @patch class SymbolElement {
5794 static Type get instanceRuntimeType => SymbolElementImpl;
5795
5796 }
5797 class SymbolElementImpl extends SymbolElement implements js_library.JSObjectInte rfacesDom {
5798 SymbolElementImpl.internal_() : super.internal_();
5799 get runtimeType => SymbolElement;
5800 toString() => super.toString();
5801 }
5802 @patch class TSpanElement {
5803 static Type get instanceRuntimeType => TSpanElementImpl;
5804
5805 }
5806 class TSpanElementImpl extends TSpanElement implements js_library.JSObjectInterf acesDom {
5807 TSpanElementImpl.internal_() : super.internal_();
5808 get runtimeType => TSpanElement;
5809 toString() => super.toString();
5810 }
5811 @patch class Tests {
5812 static Type get instanceRuntimeType => TestsImpl;
5813
5814 }
5815 class TestsImpl extends Tests implements js_library.JSObjectInterfacesDom {
5816 TestsImpl.internal_() : super.internal_();
5817 get runtimeType => Tests;
5818 toString() => super.toString();
5819 }
5820 @patch class TextContentElement {
5821 static Type get instanceRuntimeType => TextContentElementImpl;
5822
5823 }
5824 class TextContentElementImpl extends TextContentElement implements js_library.JS ObjectInterfacesDom {
5825 TextContentElementImpl.internal_() : super.internal_();
5826 get runtimeType => TextContentElement;
5827 toString() => super.toString();
5828 }
5829 @patch class TextElement {
5830 static Type get instanceRuntimeType => TextElementImpl;
5831
5832 }
5833 class TextElementImpl extends TextElement implements js_library.JSObjectInterfac esDom {
5834 TextElementImpl.internal_() : super.internal_();
5835 get runtimeType => TextElement;
5836 toString() => super.toString();
5837 }
5838 @patch class TextPathElement {
5839 static Type get instanceRuntimeType => TextPathElementImpl;
5840
5841 }
5842 class TextPathElementImpl extends TextPathElement implements js_library.JSObject InterfacesDom {
5843 TextPathElementImpl.internal_() : super.internal_();
5844 get runtimeType => TextPathElement;
5845 toString() => super.toString();
5846 }
5847 @patch class TextPositioningElement {
5848 static Type get instanceRuntimeType => TextPositioningElementImpl;
5849
5850 }
5851 class TextPositioningElementImpl extends TextPositioningElement implements js_li brary.JSObjectInterfacesDom {
5852 TextPositioningElementImpl.internal_() : super.internal_();
5853 get runtimeType => TextPositioningElement;
5854 toString() => super.toString();
5855 }
5856 @patch class TitleElement {
5857 static Type get instanceRuntimeType => TitleElementImpl;
5858
5859 }
5860 class TitleElementImpl extends TitleElement implements js_library.JSObjectInterf acesDom {
5861 TitleElementImpl.internal_() : super.internal_();
5862 get runtimeType => TitleElement;
5863 toString() => super.toString();
5864 }
5865 @patch class Transform {
5866 static Type get instanceRuntimeType => TransformImpl;
5867
5868 }
5869 class TransformImpl extends Transform implements js_library.JSObjectInterfacesDo m {
5870 TransformImpl.internal_() : super.internal_();
5871 get runtimeType => Transform;
5872 toString() => super.toString();
5873 }
5874 @patch class TransformList {
5875 static Type get instanceRuntimeType => TransformListImpl;
5876
5877 }
5878 class TransformListImpl extends TransformList implements js_library.JSObjectInte rfacesDom {
5879 TransformListImpl.internal_() : super.internal_();
5880 get runtimeType => TransformList;
5881 toString() => super.toString();
5882 }
5883 @patch class UnitTypes {
5884 static Type get instanceRuntimeType => UnitTypesImpl;
5885
5886 }
5887 class UnitTypesImpl extends UnitTypes implements js_library.JSObjectInterfacesDo m {
5888 UnitTypesImpl.internal_() : super.internal_();
5889 get runtimeType => UnitTypes;
5890 toString() => super.toString();
5891 }
5892 @patch class UriReference {
5893 static Type get instanceRuntimeType => UriReferenceImpl;
5894
5895 }
5896 class UriReferenceImpl extends UriReference implements js_library.JSObjectInterf acesDom {
5897 UriReferenceImpl.internal_() : super.internal_();
5898 get runtimeType => UriReference;
5899 toString() => super.toString();
5900 }
5901 @patch class UseElement {
5902 static Type get instanceRuntimeType => UseElementImpl;
5903
5904 }
5905 class UseElementImpl extends UseElement implements js_library.JSObjectInterfaces Dom {
5906 UseElementImpl.internal_() : super.internal_();
5907 get runtimeType => UseElement;
5908 toString() => super.toString();
5909 }
5910 @patch class ViewElement {
5911 static Type get instanceRuntimeType => ViewElementImpl;
5912
5913 }
5914 class ViewElementImpl extends ViewElement implements js_library.JSObjectInterfac esDom {
5915 ViewElementImpl.internal_() : super.internal_();
5916 get runtimeType => ViewElement;
5917 toString() => super.toString();
5918 }
5919 @patch class ViewSpec {
5920 static Type get instanceRuntimeType => ViewSpecImpl;
5921
5922 }
5923 class ViewSpecImpl extends ViewSpec implements js_library.JSObjectInterfacesDom {
5924 ViewSpecImpl.internal_() : super.internal_();
5925 get runtimeType => ViewSpec;
5926 toString() => super.toString();
5927 }
5928 @patch class ZoomAndPan {
5929 static Type get instanceRuntimeType => ZoomAndPanImpl;
5930
5931 }
5932 class ZoomAndPanImpl extends ZoomAndPan implements js_library.JSObjectInterfaces Dom {
5933 ZoomAndPanImpl.internal_() : super.internal_();
5934 get runtimeType => ZoomAndPan;
5935 toString() => super.toString();
5936 }
5937 @patch class ZoomEvent {
5938 static Type get instanceRuntimeType => ZoomEventImpl;
5939
5940 }
5941 class ZoomEventImpl extends ZoomEvent implements js_library.JSObjectInterfacesDo m {
5942 ZoomEventImpl.internal_() : super.internal_();
5943 get runtimeType => ZoomEvent;
5944 toString() => super.toString();
5945 }
5946 @patch class _GradientElement {
5947 static Type get instanceRuntimeType => _GradientElementImpl;
5948
5949 }
5950 class _GradientElementImpl extends _GradientElement implements js_library.JSObje ctInterfacesDom {
5951 _GradientElementImpl.internal_() : super.internal_();
5952 get runtimeType => _GradientElement;
5953 toString() => super.toString();
5954 }
5955 @patch class _SVGComponentTransferFunctionElement {
5956 static Type get instanceRuntimeType => _SVGComponentTransferFunctionElementImp l;
5957
5958 }
5959 class _SVGComponentTransferFunctionElementImpl extends _SVGComponentTransferFunc tionElement implements js_library.JSObjectInterfacesDom {
5960 _SVGComponentTransferFunctionElementImpl.internal_() : super.internal_();
5961 get runtimeType => _SVGComponentTransferFunctionElement;
5962 toString() => super.toString();
5963 }
5964 @patch class _SVGCursorElement {
5965 static Type get instanceRuntimeType => _SVGCursorElementImpl;
5966
5967 }
5968 class _SVGCursorElementImpl extends _SVGCursorElement implements js_library.JSOb jectInterfacesDom {
5969 _SVGCursorElementImpl.internal_() : super.internal_();
5970 get runtimeType => _SVGCursorElement;
5971 toString() => super.toString();
5972 }
5973 @patch class _SVGFEDropShadowElement {
5974 static Type get instanceRuntimeType => _SVGFEDropShadowElementImpl;
5975
5976 }
5977 class _SVGFEDropShadowElementImpl extends _SVGFEDropShadowElement implements js_ library.JSObjectInterfacesDom {
5978 _SVGFEDropShadowElementImpl.internal_() : super.internal_();
5979 get runtimeType => _SVGFEDropShadowElement;
5980 toString() => super.toString();
5981 }
5982 @patch class _SVGMPathElement {
5983 static Type get instanceRuntimeType => _SVGMPathElementImpl;
5984
5985 }
5986 class _SVGMPathElementImpl extends _SVGMPathElement implements js_library.JSObje ctInterfacesDom {
5987 _SVGMPathElementImpl.internal_() : super.internal_();
5988 get runtimeType => _SVGMPathElement;
5989 toString() => super.toString();
5990 }
5991
5992 """
5993 ],
5994 "dart:web_audio": [
5995 "dart:web_audio",
5996 "dart:web_audio_js_interop_patch.dart",
5997 """import 'dart:js' as js_library;
5998
5999 /**
6000 * Placeholder object for cases where we need to determine exactly how many
6001 * args were passed to a function.
6002 */
6003 const _UNDEFINED_JS_CONST = const Object();
6004
6005 @patch class AnalyserNode {
6006 static Type get instanceRuntimeType => AnalyserNodeImpl;
6007
6008 }
6009 class AnalyserNodeImpl extends AnalyserNode implements js_library.JSObjectInterf acesDom {
6010 AnalyserNodeImpl.internal_() : super.internal_();
6011 get runtimeType => AnalyserNode;
6012 toString() => super.toString();
6013 }
6014 @patch class AudioBuffer {
6015 static Type get instanceRuntimeType => AudioBufferImpl;
6016
6017 }
6018 class AudioBufferImpl extends AudioBuffer implements js_library.JSObjectInterfac esDom {
6019 AudioBufferImpl.internal_() : super.internal_();
6020 get runtimeType => AudioBuffer;
6021 toString() => super.toString();
6022 }
6023 @patch class AudioBufferSourceNode {
6024 static Type get instanceRuntimeType => AudioBufferSourceNodeImpl;
6025
6026 }
6027 class AudioBufferSourceNodeImpl extends AudioBufferSourceNode implements js_libr ary.JSObjectInterfacesDom {
6028 AudioBufferSourceNodeImpl.internal_() : super.internal_();
6029 get runtimeType => AudioBufferSourceNode;
6030 toString() => super.toString();
6031 }
6032 @patch class AudioContext {
6033 static Type get instanceRuntimeType => AudioContextImpl;
6034
6035 }
6036 class AudioContextImpl extends AudioContext implements js_library.JSObjectInterf acesDom {
6037 AudioContextImpl.internal_() : super.internal_();
6038 get runtimeType => AudioContext;
6039 toString() => super.toString();
6040 }
6041 @patch class AudioDestinationNode {
6042 static Type get instanceRuntimeType => AudioDestinationNodeImpl;
6043
6044 }
6045 class AudioDestinationNodeImpl extends AudioDestinationNode implements js_librar y.JSObjectInterfacesDom {
6046 AudioDestinationNodeImpl.internal_() : super.internal_();
6047 get runtimeType => AudioDestinationNode;
6048 toString() => super.toString();
6049 }
6050 @patch class AudioListener {
6051 static Type get instanceRuntimeType => AudioListenerImpl;
6052
6053 }
6054 class AudioListenerImpl extends AudioListener implements js_library.JSObjectInte rfacesDom {
6055 AudioListenerImpl.internal_() : super.internal_();
6056 get runtimeType => AudioListener;
6057 toString() => super.toString();
6058 }
6059 @patch class AudioNode {
6060 static Type get instanceRuntimeType => AudioNodeImpl;
6061
6062 }
6063 class AudioNodeImpl extends AudioNode implements js_library.JSObjectInterfacesDo m {
6064 AudioNodeImpl.internal_() : super.internal_();
6065 get runtimeType => AudioNode;
6066 toString() => super.toString();
6067 }
6068 @patch class AudioParam {
6069 static Type get instanceRuntimeType => AudioParamImpl;
6070
6071 }
6072 class AudioParamImpl extends AudioParam implements js_library.JSObjectInterfaces Dom {
6073 AudioParamImpl.internal_() : super.internal_();
6074 get runtimeType => AudioParam;
6075 toString() => super.toString();
6076 }
6077 @patch class AudioProcessingEvent {
6078 static Type get instanceRuntimeType => AudioProcessingEventImpl;
6079
6080 }
6081 class AudioProcessingEventImpl extends AudioProcessingEvent implements js_librar y.JSObjectInterfacesDom {
6082 AudioProcessingEventImpl.internal_() : super.internal_();
6083 get runtimeType => AudioProcessingEvent;
6084 toString() => super.toString();
6085 }
6086 @patch class AudioSourceNode {
6087 static Type get instanceRuntimeType => AudioSourceNodeImpl;
6088
6089 }
6090 class AudioSourceNodeImpl extends AudioSourceNode implements js_library.JSObject InterfacesDom {
6091 AudioSourceNodeImpl.internal_() : super.internal_();
6092 get runtimeType => AudioSourceNode;
6093 toString() => super.toString();
6094 }
6095 @patch class BiquadFilterNode {
6096 static Type get instanceRuntimeType => BiquadFilterNodeImpl;
6097
6098 }
6099 class BiquadFilterNodeImpl extends BiquadFilterNode implements js_library.JSObje ctInterfacesDom {
6100 BiquadFilterNodeImpl.internal_() : super.internal_();
6101 get runtimeType => BiquadFilterNode;
6102 toString() => super.toString();
6103 }
6104 @patch class ChannelMergerNode {
6105 static Type get instanceRuntimeType => ChannelMergerNodeImpl;
6106
6107 }
6108 class ChannelMergerNodeImpl extends ChannelMergerNode implements js_library.JSOb jectInterfacesDom {
6109 ChannelMergerNodeImpl.internal_() : super.internal_();
6110 get runtimeType => ChannelMergerNode;
6111 toString() => super.toString();
6112 }
6113 @patch class ChannelSplitterNode {
6114 static Type get instanceRuntimeType => ChannelSplitterNodeImpl;
6115
6116 }
6117 class ChannelSplitterNodeImpl extends ChannelSplitterNode implements js_library. JSObjectInterfacesDom {
6118 ChannelSplitterNodeImpl.internal_() : super.internal_();
6119 get runtimeType => ChannelSplitterNode;
6120 toString() => super.toString();
6121 }
6122 @patch class ConvolverNode {
6123 static Type get instanceRuntimeType => ConvolverNodeImpl;
6124
6125 }
6126 class ConvolverNodeImpl extends ConvolverNode implements js_library.JSObjectInte rfacesDom {
6127 ConvolverNodeImpl.internal_() : super.internal_();
6128 get runtimeType => ConvolverNode;
6129 toString() => super.toString();
6130 }
6131 @patch class DelayNode {
6132 static Type get instanceRuntimeType => DelayNodeImpl;
6133
6134 }
6135 class DelayNodeImpl extends DelayNode implements js_library.JSObjectInterfacesDo m {
6136 DelayNodeImpl.internal_() : super.internal_();
6137 get runtimeType => DelayNode;
6138 toString() => super.toString();
6139 }
6140 @patch class DynamicsCompressorNode {
6141 static Type get instanceRuntimeType => DynamicsCompressorNodeImpl;
6142
6143 }
6144 class DynamicsCompressorNodeImpl extends DynamicsCompressorNode implements js_li brary.JSObjectInterfacesDom {
6145 DynamicsCompressorNodeImpl.internal_() : super.internal_();
6146 get runtimeType => DynamicsCompressorNode;
6147 toString() => super.toString();
6148 }
6149 @patch class GainNode {
6150 static Type get instanceRuntimeType => GainNodeImpl;
6151
6152 }
6153 class GainNodeImpl extends GainNode implements js_library.JSObjectInterfacesDom {
6154 GainNodeImpl.internal_() : super.internal_();
6155 get runtimeType => GainNode;
6156 toString() => super.toString();
6157 }
6158 @patch class IirFilterNode {
6159 static Type get instanceRuntimeType => IirFilterNodeImpl;
6160
6161 }
6162 class IirFilterNodeImpl extends IirFilterNode implements js_library.JSObjectInte rfacesDom {
6163 IirFilterNodeImpl.internal_() : super.internal_();
6164 get runtimeType => IirFilterNode;
6165 toString() => super.toString();
6166 }
6167 @patch class MediaElementAudioSourceNode {
6168 static Type get instanceRuntimeType => MediaElementAudioSourceNodeImpl;
6169
6170 }
6171 class MediaElementAudioSourceNodeImpl extends MediaElementAudioSourceNode implem ents js_library.JSObjectInterfacesDom {
6172 MediaElementAudioSourceNodeImpl.internal_() : super.internal_();
6173 get runtimeType => MediaElementAudioSourceNode;
6174 toString() => super.toString();
6175 }
6176 @patch class MediaStreamAudioDestinationNode {
6177 static Type get instanceRuntimeType => MediaStreamAudioDestinationNodeImpl;
6178
6179 }
6180 class MediaStreamAudioDestinationNodeImpl extends MediaStreamAudioDestinationNod e implements js_library.JSObjectInterfacesDom {
6181 MediaStreamAudioDestinationNodeImpl.internal_() : super.internal_();
6182 get runtimeType => MediaStreamAudioDestinationNode;
6183 toString() => super.toString();
6184 }
6185 @patch class MediaStreamAudioSourceNode {
6186 static Type get instanceRuntimeType => MediaStreamAudioSourceNodeImpl;
6187
6188 }
6189 class MediaStreamAudioSourceNodeImpl extends MediaStreamAudioSourceNode implemen ts js_library.JSObjectInterfacesDom {
6190 MediaStreamAudioSourceNodeImpl.internal_() : super.internal_();
6191 get runtimeType => MediaStreamAudioSourceNode;
6192 toString() => super.toString();
6193 }
6194 @patch class OfflineAudioCompletionEvent {
6195 static Type get instanceRuntimeType => OfflineAudioCompletionEventImpl;
6196
6197 }
6198 class OfflineAudioCompletionEventImpl extends OfflineAudioCompletionEvent implem ents js_library.JSObjectInterfacesDom {
6199 OfflineAudioCompletionEventImpl.internal_() : super.internal_();
6200 get runtimeType => OfflineAudioCompletionEvent;
6201 toString() => super.toString();
6202 }
6203 @patch class OfflineAudioContext {
6204 static Type get instanceRuntimeType => OfflineAudioContextImpl;
6205
6206 }
6207 class OfflineAudioContextImpl extends OfflineAudioContext implements js_library. JSObjectInterfacesDom {
6208 OfflineAudioContextImpl.internal_() : super.internal_();
6209 get runtimeType => OfflineAudioContext;
6210 toString() => super.toString();
6211 }
6212 @patch class OscillatorNode {
6213 static Type get instanceRuntimeType => OscillatorNodeImpl;
6214
6215 }
6216 class OscillatorNodeImpl extends OscillatorNode implements js_library.JSObjectIn terfacesDom {
6217 OscillatorNodeImpl.internal_() : super.internal_();
6218 get runtimeType => OscillatorNode;
6219 toString() => super.toString();
6220 }
6221 @patch class PannerNode {
6222 static Type get instanceRuntimeType => PannerNodeImpl;
6223
6224 }
6225 class PannerNodeImpl extends PannerNode implements js_library.JSObjectInterfaces Dom {
6226 PannerNodeImpl.internal_() : super.internal_();
6227 get runtimeType => PannerNode;
6228 toString() => super.toString();
6229 }
6230 @patch class PeriodicWave {
6231 static Type get instanceRuntimeType => PeriodicWaveImpl;
6232
6233 }
6234 class PeriodicWaveImpl extends PeriodicWave implements js_library.JSObjectInterf acesDom {
6235 PeriodicWaveImpl.internal_() : super.internal_();
6236 get runtimeType => PeriodicWave;
6237 toString() => super.toString();
6238 }
6239 @patch class ScriptProcessorNode {
6240 static Type get instanceRuntimeType => ScriptProcessorNodeImpl;
6241
6242 }
6243 class ScriptProcessorNodeImpl extends ScriptProcessorNode implements js_library. JSObjectInterfacesDom {
6244 ScriptProcessorNodeImpl.internal_() : super.internal_();
6245 get runtimeType => ScriptProcessorNode;
6246 toString() => super.toString();
6247 }
6248 @patch class StereoPannerNode {
6249 static Type get instanceRuntimeType => StereoPannerNodeImpl;
6250
6251 }
6252 class StereoPannerNodeImpl extends StereoPannerNode implements js_library.JSObje ctInterfacesDom {
6253 StereoPannerNodeImpl.internal_() : super.internal_();
6254 get runtimeType => StereoPannerNode;
6255 toString() => super.toString();
6256 }
6257 @patch class WaveShaperNode {
6258 static Type get instanceRuntimeType => WaveShaperNodeImpl;
6259
6260 }
6261 class WaveShaperNodeImpl extends WaveShaperNode implements js_library.JSObjectIn terfacesDom {
6262 WaveShaperNodeImpl.internal_() : super.internal_();
6263 get runtimeType => WaveShaperNode;
6264 toString() => super.toString();
6265 }
6266
6267 """
6268 ],
6269 }; 16 };
6270 // END_OF_CACHED_PATCHES
OLDNEW
« no previous file with comments | « sdk/lib/html/dartium/html_dartium.dart ('k') | tests/co19/co19-co19.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698