OLD | NEW |
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 = { |
(...skipping 2626 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2637 } | 2637 } |
2638 patch class RelatedEvent { | 2638 patch class RelatedEvent { |
2639 static Type get instanceRuntimeType => RelatedEventImpl; | 2639 static Type get instanceRuntimeType => RelatedEventImpl; |
2640 | 2640 |
2641 } | 2641 } |
2642 class RelatedEventImpl extends RelatedEvent implements js_library.JSObjectInterf
acesDom { | 2642 class RelatedEventImpl extends RelatedEvent implements js_library.JSObjectInterf
acesDom { |
2643 RelatedEventImpl.internal_() : super.internal_(); | 2643 RelatedEventImpl.internal_() : super.internal_(); |
2644 get runtimeType => RelatedEvent; | 2644 get runtimeType => RelatedEvent; |
2645 toString() => super.toString(); | 2645 toString() => super.toString(); |
2646 } | 2646 } |
2647 patch class ResourceProgressEvent { | |
2648 static Type get instanceRuntimeType => ResourceProgressEventImpl; | |
2649 | |
2650 } | |
2651 class ResourceProgressEventImpl extends ResourceProgressEvent implements js_libr
ary.JSObjectInterfacesDom { | |
2652 ResourceProgressEventImpl.internal_() : super.internal_(); | |
2653 get runtimeType => ResourceProgressEvent; | |
2654 toString() => super.toString(); | |
2655 } | |
2656 patch class RtcDataChannel { | 2647 patch class RtcDataChannel { |
2657 static Type get instanceRuntimeType => RtcDataChannelImpl; | 2648 static Type get instanceRuntimeType => RtcDataChannelImpl; |
2658 | 2649 |
2659 } | 2650 } |
2660 class RtcDataChannelImpl extends RtcDataChannel implements js_library.JSObjectIn
terfacesDom { | 2651 class RtcDataChannelImpl extends RtcDataChannel implements js_library.JSObjectIn
terfacesDom { |
2661 RtcDataChannelImpl.internal_() : super.internal_(); | 2652 RtcDataChannelImpl.internal_() : super.internal_(); |
2662 get runtimeType => RtcDataChannel; | 2653 get runtimeType => RtcDataChannel; |
2663 toString() => super.toString(); | 2654 toString() => super.toString(); |
2664 } | 2655 } |
2665 patch class RtcDataChannelEvent { | 2656 patch class RtcDataChannelEvent { |
(...skipping 1285 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3951 } | 3942 } |
3952 patch class _Request { | 3943 patch class _Request { |
3953 static Type get instanceRuntimeType => _RequestImpl; | 3944 static Type get instanceRuntimeType => _RequestImpl; |
3954 | 3945 |
3955 } | 3946 } |
3956 class _RequestImpl extends _Request implements js_library.JSObjectInterfacesDom
{ | 3947 class _RequestImpl extends _Request implements js_library.JSObjectInterfacesDom
{ |
3957 _RequestImpl.internal_() : super.internal_(); | 3948 _RequestImpl.internal_() : super.internal_(); |
3958 get runtimeType => _Request; | 3949 get runtimeType => _Request; |
3959 toString() => super.toString(); | 3950 toString() => super.toString(); |
3960 } | 3951 } |
| 3952 patch class _ResourceProgressEvent { |
| 3953 static Type get instanceRuntimeType => _ResourceProgressEventImpl; |
| 3954 |
| 3955 } |
| 3956 class _ResourceProgressEventImpl extends _ResourceProgressEvent implements js_li
brary.JSObjectInterfacesDom { |
| 3957 _ResourceProgressEventImpl.internal_() : super.internal_(); |
| 3958 get runtimeType => _ResourceProgressEvent; |
| 3959 toString() => super.toString(); |
| 3960 } |
3961 patch class _Response { | 3961 patch class _Response { |
3962 static Type get instanceRuntimeType => _ResponseImpl; | 3962 static Type get instanceRuntimeType => _ResponseImpl; |
3963 | 3963 |
3964 } | 3964 } |
3965 class _ResponseImpl extends _Response implements js_library.JSObjectInterfacesDo
m { | 3965 class _ResponseImpl extends _Response implements js_library.JSObjectInterfacesDo
m { |
3966 _ResponseImpl.internal_() : super.internal_(); | 3966 _ResponseImpl.internal_() : super.internal_(); |
3967 get runtimeType => _Response; | 3967 get runtimeType => _Response; |
3968 toString() => super.toString(); | 3968 toString() => super.toString(); |
3969 } | 3969 } |
3970 patch class _ServiceWorker { | 3970 patch class _ServiceWorker { |
(...skipping 2051 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6022 class WaveShaperNodeImpl extends WaveShaperNode implements js_library.JSObjectIn
terfacesDom { | 6022 class WaveShaperNodeImpl extends WaveShaperNode implements js_library.JSObjectIn
terfacesDom { |
6023 WaveShaperNodeImpl.internal_() : super.internal_(); | 6023 WaveShaperNodeImpl.internal_() : super.internal_(); |
6024 get runtimeType => WaveShaperNode; | 6024 get runtimeType => WaveShaperNode; |
6025 toString() => super.toString(); | 6025 toString() => super.toString(); |
6026 } | 6026 } |
6027 | 6027 |
6028 """], | 6028 """], |
6029 | 6029 |
6030 }; | 6030 }; |
6031 // END_OF_CACHED_PATCHES | 6031 // END_OF_CACHED_PATCHES |
OLD | NEW |