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

Unified Diff: pkg/dev_compiler/lib/js/es6/dart_sdk.js

Issue 2641543003: Use "Object" as the reified type of covariant override parameters. (Closed)
Patch Set: Move getReifiedType() to MethodElement. Created 3 years, 11 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:
Download patch
Index: pkg/dev_compiler/lib/js/es6/dart_sdk.js
diff --git a/pkg/dev_compiler/lib/js/es6/dart_sdk.js b/pkg/dev_compiler/lib/js/es6/dart_sdk.js
index 30fa1b529db807b27a405b8f51a86b1fdd5720ae..3b244b7d67a73e0ef7dacd57af3eb7eae3397277 100644
--- a/pkg/dev_compiler/lib/js/es6/dart_sdk.js
+++ b/pkg/dev_compiler/lib/js/es6/dart_sdk.js
@@ -7209,12 +7209,7 @@ _internal.ListIterable$ = dart.generic(E => {
ListIterable[dart.implements] = () => [_internal.EfficientLength];
dart.setSignature(ListIterable, {
constructors: () => ({new: dart.definiteFunctionType(_internal.ListIterable$(E), [])}),
- getters: () => ({
- iterator: dart.definiteFunctionType(core.Iterator$(E), []),
- first: dart.definiteFunctionType(E, []),
- last: dart.definiteFunctionType(E, []),
- single: dart.definiteFunctionType(E, [])
- }),
+ getters: () => ({iterator: dart.definiteFunctionType(core.Iterator$(E), [])}),
methods: () => ({
forEach: dart.definiteFunctionType(dart.void, [ETovoid()]),
every: dart.definiteFunctionType(core.bool, [ETobool()]),
@@ -7478,12 +7473,7 @@ _internal.MappedIterable$ = dart.generic((S, T) => {
[_iterable]: IterableOfS(),
[_f]: _TransformationOfS$T()
}),
- getters: () => ({
- iterator: dart.definiteFunctionType(core.Iterator$(T), []),
- first: dart.definiteFunctionType(T, []),
- last: dart.definiteFunctionType(T, []),
- single: dart.definiteFunctionType(T, [])
- }),
+ getters: () => ({iterator: dart.definiteFunctionType(core.Iterator$(T), [])}),
methods: () => ({elementAt: dart.definiteFunctionType(T, [core.int])})
});
dart.defineExtensionMembers(MappedIterable, [
@@ -8154,12 +8144,7 @@ _internal.EmptyIterable$ = dart.generic(E => {
EmptyIterable[dart.implements] = () => [_internal.EfficientLength];
dart.setSignature(EmptyIterable, {
constructors: () => ({new: dart.definiteFunctionType(_internal.EmptyIterable$(E), [])}),
- getters: () => ({
- iterator: dart.definiteFunctionType(core.Iterator$(E), []),
- first: dart.definiteFunctionType(E, []),
- last: dart.definiteFunctionType(E, []),
- single: dart.definiteFunctionType(E, [])
- }),
+ getters: () => ({iterator: dart.definiteFunctionType(core.Iterator$(E), [])}),
methods: () => ({
forEach: dart.definiteFunctionType(dart.void, [ETovoid()]),
elementAt: dart.definiteFunctionType(E, [core.int]),
@@ -13194,10 +13179,7 @@ dart.setSignature(_js_helper._StringAllMatchesIterable, {
[_pattern]: core.String,
[_index]: core.int
}),
- getters: () => ({
- iterator: dart.definiteFunctionType(core.Iterator$(core.Match), []),
- first: dart.definiteFunctionType(core.Match, [])
- })
+ getters: () => ({iterator: dart.definiteFunctionType(core.Iterator$(core.Match), [])})
});
dart.defineExtensionMembers(_js_helper._StringAllMatchesIterable, ['iterator', 'first']);
_js_helper._StringAllMatchesIterator = class _StringAllMatchesIterator extends core.Object {
@@ -24113,10 +24095,6 @@ collection._Es6LinkedIdentityHashMap$ = dart.generic((K, V) => {
[_map]: dart.dynamic,
[_modifications]: core.int
}),
- getters: () => ({
- keys: dart.definiteFunctionType(core.Iterable$(K), []),
- values: dart.definiteFunctionType(core.Iterable$(V), [])
- }),
methods: () => ({
addAll: dart.definiteFunctionType(dart.void, [MapOfK$V()]),
_get: dart.definiteFunctionType(V, [core.Object]),
@@ -25388,9 +25366,7 @@ collection._LinkedHashSet$ = dart.generic(E => {
}),
getters: () => ({
iterator: dart.definiteFunctionType(core.Iterator$(E), []),
- length: dart.definiteFunctionType(core.int, []),
- first: dart.definiteFunctionType(E, []),
- last: dart.definiteFunctionType(E, [])
+ length: dart.definiteFunctionType(core.int, [])
}),
methods: () => ({
[_newSet]: dart.definiteFunctionType(core.Set$(E), []),
@@ -26479,12 +26455,7 @@ collection.LinkedList$ = dart.generic(E => {
[_length]: core.int,
[_first]: E
}),
- getters: () => ({
- iterator: dart.definiteFunctionType(core.Iterator$(E), []),
- first: dart.definiteFunctionType(E, []),
- last: dart.definiteFunctionType(E, []),
- single: dart.definiteFunctionType(E, [])
- }),
+ getters: () => ({iterator: dart.definiteFunctionType(core.Iterator$(E), [])}),
methods: () => ({
addFirst: dart.definiteFunctionType(dart.void, [E]),
add: dart.definiteFunctionType(dart.void, [E]),
@@ -26783,12 +26754,7 @@ collection._MapBaseValueIterable$ = dart.generic((K, V) => {
dart.setSignature(_MapBaseValueIterable, {
constructors: () => ({new: dart.definiteFunctionType(collection._MapBaseValueIterable$(K, V), [MapOfK$V()])}),
fields: () => ({[_map]: MapOfK$V()}),
- getters: () => ({
- first: dart.definiteFunctionType(V, []),
- single: dart.definiteFunctionType(V, []),
- last: dart.definiteFunctionType(V, []),
- iterator: dart.definiteFunctionType(core.Iterator$(V), [])
- })
+ getters: () => ({iterator: dart.definiteFunctionType(core.Iterator$(V), [])})
});
dart.defineExtensionMembers(_MapBaseValueIterable, [
'length',
@@ -27461,12 +27427,7 @@ collection.DoubleLinkedQueue$ = dart.generic(E => {
[_sentinel]: _DoubleLinkedQueueSentinelOfE(),
[_elementCount]: core.int
}),
- getters: () => ({
- first: dart.definiteFunctionType(E, []),
- last: dart.definiteFunctionType(E, []),
- single: dart.definiteFunctionType(E, []),
- iterator: dart.definiteFunctionType(collection._DoubleLinkedQueueIterator$(E), [])
- }),
+ getters: () => ({iterator: dart.definiteFunctionType(collection._DoubleLinkedQueueIterator$(E), [])}),
methods: () => ({
addLast: dart.definiteFunctionType(dart.void, [E]),
addFirst: dart.definiteFunctionType(dart.void, [E]),
@@ -27838,12 +27799,7 @@ collection.ListQueue$ = dart.generic(E => {
[_tail]: core.int,
[_modificationCount]: core.int
}),
- getters: () => ({
- iterator: dart.definiteFunctionType(core.Iterator$(E), []),
- first: dart.definiteFunctionType(E, []),
- last: dart.definiteFunctionType(E, []),
- single: dart.definiteFunctionType(E, [])
- }),
+ getters: () => ({iterator: dart.definiteFunctionType(core.Iterator$(E), [])}),
methods: () => ({
forEach: dart.definiteFunctionType(dart.void, [ETovoid()]),
elementAt: dart.definiteFunctionType(E, [core.int]),
@@ -28819,12 +28775,7 @@ collection.SplayTreeSet$ = dart.generic(E => {
[_comparator]: ComparatorOfE(),
[_validKey]: collection._Predicate
}),
- getters: () => ({
- iterator: dart.definiteFunctionType(core.Iterator$(E), []),
- first: dart.definiteFunctionType(E, []),
- last: dart.definiteFunctionType(E, []),
- single: dart.definiteFunctionType(E, [])
- }),
+ getters: () => ({iterator: dart.definiteFunctionType(core.Iterator$(E), [])}),
methods: () => ({
[_compare]: dart.definiteFunctionType(core.int, [E, E]),
add: dart.definiteFunctionType(core.bool, [E]),
@@ -29150,7 +29101,6 @@ dart.addSimpleTypeTests(convert._JsonMapKeyIterable);
dart.setSignature(convert._JsonMapKeyIterable, {
constructors: () => ({new: dart.definiteFunctionType(convert._JsonMapKeyIterable, [convert._JsonMap])}),
fields: () => ({[_parent]: convert._JsonMap}),
- getters: () => ({iterator: dart.definiteFunctionType(core.Iterator, [])}),
methods: () => ({elementAt: dart.definiteFunctionType(core.String, [core.int])})
});
dart.defineExtensionMembers(convert._JsonMapKeyIterable, ['elementAt', 'contains', 'length', 'iterator']);
@@ -30706,8 +30656,7 @@ convert._InvertedCodec$ = dart.generic((T, S) => {
fields: () => ({[_codec]: CodecOfS$T()}),
getters: () => ({
encoder: dart.definiteFunctionType(convert.Converter$(T, S), []),
- decoder: dart.definiteFunctionType(convert.Converter$(S, T), []),
- inverted: dart.definiteFunctionType(convert.Codec$(S, T), [])
+ decoder: dart.definiteFunctionType(convert.Converter$(S, T), [])
})
});
return _InvertedCodec;
@@ -34526,10 +34475,7 @@ dart.addSimpleTypeTests(core.Runes);
dart.setSignature(core.Runes, {
constructors: () => ({new: dart.definiteFunctionType(core.Runes, [core.String])}),
fields: () => ({string: core.String}),
- getters: () => ({
- iterator: dart.definiteFunctionType(core.RuneIterator, []),
- last: dart.definiteFunctionType(core.int, [])
- })
+ getters: () => ({iterator: dart.definiteFunctionType(core.RuneIterator, [])})
});
dart.defineExtensionMembers(core.Runes, ['iterator', 'last']);
core._isLeadSurrogate = function(code) {
@@ -43884,7 +43830,6 @@ dart.setSignature(io._HttpClientRequest, {
[_responseRedirects]: ListOfRedirectInfo()
}),
getters: () => ({
- done: dart.definiteFunctionType(async.Future$(io.HttpClientResponse), []),
maxRedirects: dart.definiteFunctionType(core.int, []),
followRedirects: dart.definiteFunctionType(core.bool, []),
connectionInfo: dart.definiteFunctionType(io.HttpConnectionInfo, [])
@@ -57371,7 +57316,6 @@ dart.setSignature(html.Element, {
[_canBeUsedToCreateContextualFragment]: dart.definiteFunctionType(core.bool, []),
[_cannotBeUsedToCreateContextualFragment]: dart.definiteFunctionType(core.bool, []),
[dartx.innerHtml]: dart.definiteFunctionType(core.String, []),
- [dartx.on]: dart.definiteFunctionType(html.ElementEvents, []),
[dartx.offsetHeight]: dart.definiteFunctionType(core.int, []),
[dartx.offsetLeft]: dart.definiteFunctionType(core.int, []),
[dartx.offsetTop]: dart.definiteFunctionType(core.int, []),
@@ -72210,12 +72154,7 @@ html.DomStringList = class DomStringList extends dart.mixin(_interceptors.Interc
html.DomStringList[dart.implements] = () => [ListOfString()];
dart.setSignature(html.DomStringList, {
constructors: () => ({_: dart.definiteFunctionType(html.DomStringList, [])}),
- getters: () => ({
- [dartx.length]: dart.definiteFunctionType(core.int, []),
- [dartx.first]: dart.definiteFunctionType(core.String, []),
- [dartx.last]: dart.definiteFunctionType(core.String, []),
- [dartx.single]: dart.definiteFunctionType(core.String, [])
- }),
+ getters: () => ({[dartx.length]: dart.definiteFunctionType(core.int, [])}),
setters: () => ({[dartx.length]: dart.definiteFunctionType(dart.void, [core.int])}),
methods: () => ({
[dartx._get]: dart.definiteFunctionType(core.String, [core.int]),
@@ -72389,10 +72328,6 @@ dart.setSignature(html._ChildrenElementList, {
}),
getters: () => ({
length: dart.definiteFunctionType(core.int, []),
- iterator: dart.definiteFunctionType(core.Iterator$(html.Element), []),
- first: dart.definiteFunctionType(html.Element, []),
- last: dart.definiteFunctionType(html.Element, []),
- single: dart.definiteFunctionType(html.Element, []),
rawList: dart.definiteFunctionType(core.List$(html.Node), [])
}),
setters: () => ({length: dart.definiteFunctionType(dart.void, [core.int])}),
@@ -72726,9 +72661,6 @@ html._FrozenElementList$ = dart.generic(E => {
fields: () => ({[_nodeList]: ListOfNode()}),
getters: () => ({
length: dart.definiteFunctionType(core.int, []),
- first: dart.definiteFunctionType(E, []),
- last: dart.definiteFunctionType(E, []),
- single: dart.definiteFunctionType(E, []),
classes: dart.definiteFunctionType(html.CssClassSet, []),
style: dart.definiteFunctionType(html.CssStyleDeclarationBase, []),
contentEdge: dart.definiteFunctionType(html.CssRect, []),
@@ -73581,12 +73513,7 @@ html.FileList = class FileList extends dart.mixin(_interceptors.Interceptor, col
html.FileList[dart.implements] = () => [_js_helper.JavaScriptIndexingBehavior, ListOfFile()];
dart.setSignature(html.FileList, {
constructors: () => ({_: dart.definiteFunctionType(html.FileList, [])}),
- getters: () => ({
- [dartx.length]: dart.definiteFunctionType(core.int, []),
- [dartx.first]: dart.definiteFunctionType(html.File, []),
- [dartx.last]: dart.definiteFunctionType(html.File, []),
- [dartx.single]: dart.definiteFunctionType(html.File, [])
- }),
+ getters: () => ({[dartx.length]: dart.definiteFunctionType(core.int, [])}),
setters: () => ({[dartx.length]: dart.definiteFunctionType(dart.void, [core.int])}),
methods: () => ({
[dartx._get]: dart.definiteFunctionType(html.File, [core.int]),
@@ -75659,12 +75586,7 @@ html.HtmlCollection = class HtmlCollection extends dart.mixin(_interceptors.Inte
html.HtmlCollection[dart.implements] = () => [_js_helper.JavaScriptIndexingBehavior, ListOfNode()];
dart.setSignature(html.HtmlCollection, {
constructors: () => ({_: dart.definiteFunctionType(html.HtmlCollection, [])}),
- getters: () => ({
- [dartx.length]: dart.definiteFunctionType(core.int, []),
- [dartx.first]: dart.definiteFunctionType(html.Node, []),
- [dartx.last]: dart.definiteFunctionType(html.Node, []),
- [dartx.single]: dart.definiteFunctionType(html.Node, [])
- }),
+ getters: () => ({[dartx.length]: dart.definiteFunctionType(core.int, [])}),
setters: () => ({[dartx.length]: dart.definiteFunctionType(dart.void, [core.int])}),
methods: () => ({
[dartx._get]: dart.definiteFunctionType(html.Node, [core.int]),
@@ -80853,12 +80775,7 @@ html.MimeTypeArray = class MimeTypeArray extends dart.mixin(_interceptors.Interc
html.MimeTypeArray[dart.implements] = () => [_js_helper.JavaScriptIndexingBehavior, ListOfMimeType()];
dart.setSignature(html.MimeTypeArray, {
constructors: () => ({_: dart.definiteFunctionType(html.MimeTypeArray, [])}),
- getters: () => ({
- [dartx.length]: dart.definiteFunctionType(core.int, []),
- [dartx.first]: dart.definiteFunctionType(html.MimeType, []),
- [dartx.last]: dart.definiteFunctionType(html.MimeType, []),
- [dartx.single]: dart.definiteFunctionType(html.MimeType, [])
- }),
+ getters: () => ({[dartx.length]: dart.definiteFunctionType(core.int, [])}),
setters: () => ({[dartx.length]: dart.definiteFunctionType(dart.void, [core.int])}),
methods: () => ({
[dartx._get]: dart.definiteFunctionType(html.MimeType, [core.int]),
@@ -81896,10 +81813,6 @@ dart.setSignature(html._ChildNodeListLazy, {
constructors: () => ({new: dart.definiteFunctionType(html._ChildNodeListLazy, [html.Node])}),
fields: () => ({[_this]: html.Node}),
getters: () => ({
- first: dart.definiteFunctionType(html.Node, []),
- last: dart.definiteFunctionType(html.Node, []),
- single: dart.definiteFunctionType(html.Node, []),
- iterator: dart.definiteFunctionType(core.Iterator$(html.Node), []),
length: dart.definiteFunctionType(core.int, []),
rawList: dart.definiteFunctionType(core.List$(html.Node), [])
}),
@@ -82095,12 +82008,7 @@ html.NodeList = class NodeList extends dart.mixin(_interceptors.Interceptor, col
html.NodeList[dart.implements] = () => [_js_helper.JavaScriptIndexingBehavior, ListOfNode()];
dart.setSignature(html.NodeList, {
constructors: () => ({_: dart.definiteFunctionType(html.NodeList, [])}),
- getters: () => ({
- [dartx.length]: dart.definiteFunctionType(core.int, []),
- [dartx.first]: dart.definiteFunctionType(html.Node, []),
- [dartx.last]: dart.definiteFunctionType(html.Node, []),
- [dartx.single]: dart.definiteFunctionType(html.Node, [])
- }),
+ getters: () => ({[dartx.length]: dart.definiteFunctionType(core.int, [])}),
setters: () => ({[dartx.length]: dart.definiteFunctionType(dart.void, [core.int])}),
methods: () => ({
[dartx._get]: dart.definiteFunctionType(html.Node, [core.int]),
@@ -83786,12 +83694,7 @@ html.PluginArray = class PluginArray extends dart.mixin(_interceptors.Intercepto
html.PluginArray[dart.implements] = () => [_js_helper.JavaScriptIndexingBehavior, ListOfPlugin()];
dart.setSignature(html.PluginArray, {
constructors: () => ({_: dart.definiteFunctionType(html.PluginArray, [])}),
- getters: () => ({
- [dartx.length]: dart.definiteFunctionType(core.int, []),
- [dartx.first]: dart.definiteFunctionType(html.Plugin, []),
- [dartx.last]: dart.definiteFunctionType(html.Plugin, []),
- [dartx.single]: dart.definiteFunctionType(html.Plugin, [])
- }),
+ getters: () => ({[dartx.length]: dart.definiteFunctionType(core.int, [])}),
setters: () => ({[dartx.length]: dart.definiteFunctionType(dart.void, [core.int])}),
methods: () => ({
[dartx._get]: dart.definiteFunctionType(html.Plugin, [core.int]),
@@ -87268,12 +87171,7 @@ html.SourceBufferList = class SourceBufferList extends dart.mixin(html.EventTarg
html.SourceBufferList[dart.implements] = () => [_js_helper.JavaScriptIndexingBehavior, ListOfSourceBuffer()];
dart.setSignature(html.SourceBufferList, {
constructors: () => ({_: dart.definiteFunctionType(html.SourceBufferList, [])}),
- getters: () => ({
- [dartx.length]: dart.definiteFunctionType(core.int, []),
- [dartx.first]: dart.definiteFunctionType(html.SourceBuffer, []),
- [dartx.last]: dart.definiteFunctionType(html.SourceBuffer, []),
- [dartx.single]: dart.definiteFunctionType(html.SourceBuffer, [])
- }),
+ getters: () => ({[dartx.length]: dart.definiteFunctionType(core.int, [])}),
setters: () => ({[dartx.length]: dart.definiteFunctionType(dart.void, [core.int])}),
methods: () => ({
[dartx._get]: dart.definiteFunctionType(html.SourceBuffer, [core.int]),
@@ -87522,12 +87420,7 @@ dart.setSignature(html.SpeechGrammarList, {
_: dart.definiteFunctionType(html.SpeechGrammarList, []),
new: dart.definiteFunctionType(html.SpeechGrammarList, [])
}),
- getters: () => ({
- [dartx.length]: dart.definiteFunctionType(core.int, []),
- [dartx.first]: dart.definiteFunctionType(html.SpeechGrammar, []),
- [dartx.last]: dart.definiteFunctionType(html.SpeechGrammar, []),
- [dartx.single]: dart.definiteFunctionType(html.SpeechGrammar, [])
- }),
+ getters: () => ({[dartx.length]: dart.definiteFunctionType(core.int, [])}),
setters: () => ({[dartx.length]: dart.definiteFunctionType(dart.void, [core.int])}),
methods: () => ({
[dartx._get]: dart.definiteFunctionType(html.SpeechGrammar, [core.int]),
@@ -89730,12 +89623,7 @@ html.TextTrackCueList = class TextTrackCueList extends dart.mixin(_interceptors.
html.TextTrackCueList[dart.implements] = () => [ListOfTextTrackCue(), _js_helper.JavaScriptIndexingBehavior];
dart.setSignature(html.TextTrackCueList, {
constructors: () => ({_: dart.definiteFunctionType(html.TextTrackCueList, [])}),
- getters: () => ({
- [dartx.length]: dart.definiteFunctionType(core.int, []),
- [dartx.first]: dart.definiteFunctionType(html.TextTrackCue, []),
- [dartx.last]: dart.definiteFunctionType(html.TextTrackCue, []),
- [dartx.single]: dart.definiteFunctionType(html.TextTrackCue, [])
- }),
+ getters: () => ({[dartx.length]: dart.definiteFunctionType(core.int, [])}),
setters: () => ({[dartx.length]: dart.definiteFunctionType(dart.void, [core.int])}),
methods: () => ({
[dartx._get]: dart.definiteFunctionType(html.TextTrackCue, [core.int]),
@@ -89820,9 +89708,6 @@ dart.setSignature(html.TextTrackList, {
constructors: () => ({_: dart.definiteFunctionType(html.TextTrackList, [])}),
getters: () => ({
[dartx.length]: dart.definiteFunctionType(core.int, []),
- [dartx.first]: dart.definiteFunctionType(html.TextTrack, []),
- [dartx.last]: dart.definiteFunctionType(html.TextTrack, []),
- [dartx.single]: dart.definiteFunctionType(html.TextTrack, []),
[dartx.onAddTrack]: dart.definiteFunctionType(async.Stream$(html.TrackEvent), []),
[dartx.onChange]: dart.definiteFunctionType(async.Stream$(html.Event), [])
}),
@@ -90181,12 +90066,7 @@ dart.setSignature(html.TouchList, {
new: dart.definiteFunctionType(html.TouchList, []),
_: dart.definiteFunctionType(html.TouchList, [])
}),
- getters: () => ({
- [dartx.length]: dart.definiteFunctionType(core.int, []),
- [dartx.first]: dart.definiteFunctionType(html.Touch, []),
- [dartx.last]: dart.definiteFunctionType(html.Touch, []),
- [dartx.single]: dart.definiteFunctionType(html.Touch, [])
- }),
+ getters: () => ({[dartx.length]: dart.definiteFunctionType(core.int, [])}),
setters: () => ({[dartx.length]: dart.definiteFunctionType(dart.void, [core.int])}),
methods: () => ({
[dartx._get]: dart.definiteFunctionType(html.Touch, [core.int]),
@@ -94065,12 +93945,7 @@ html._ClientRectList = class _ClientRectList extends dart.mixin(_interceptors.In
html._ClientRectList[dart.implements] = () => [ListOfRectangleOfnum()];
dart.setSignature(html._ClientRectList, {
constructors: () => ({_: dart.definiteFunctionType(html._ClientRectList, [])}),
- getters: () => ({
- [dartx.length]: dart.definiteFunctionType(core.int, []),
- [dartx.first]: dart.definiteFunctionType(math.Rectangle$(core.num), []),
- [dartx.last]: dart.definiteFunctionType(math.Rectangle$(core.num), []),
- [dartx.single]: dart.definiteFunctionType(math.Rectangle$(core.num), [])
- }),
+ getters: () => ({[dartx.length]: dart.definiteFunctionType(core.int, [])}),
setters: () => ({[dartx.length]: dart.definiteFunctionType(dart.void, [core.int])}),
methods: () => ({
[dartx._get]: dart.definiteFunctionType(math.Rectangle$(core.num), [core.int]),
@@ -94142,12 +94017,7 @@ html._CssRuleList = class _CssRuleList extends dart.mixin(_interceptors.Intercep
html._CssRuleList[dart.implements] = () => [_js_helper.JavaScriptIndexingBehavior, ListOfCssRule()];
dart.setSignature(html._CssRuleList, {
constructors: () => ({_: dart.definiteFunctionType(html._CssRuleList, [])}),
- getters: () => ({
- [dartx.length]: dart.definiteFunctionType(core.int, []),
- [dartx.first]: dart.definiteFunctionType(html.CssRule, []),
- [dartx.last]: dart.definiteFunctionType(html.CssRule, []),
- [dartx.single]: dart.definiteFunctionType(html.CssRule, [])
- }),
+ getters: () => ({[dartx.length]: dart.definiteFunctionType(core.int, [])}),
setters: () => ({[dartx.length]: dart.definiteFunctionType(dart.void, [core.int])}),
methods: () => ({
[dartx._get]: dart.definiteFunctionType(html.CssRule, [core.int]),
@@ -94395,12 +94265,7 @@ html._GamepadList = class _GamepadList extends dart.mixin(_interceptors.Intercep
html._GamepadList[dart.implements] = () => [_js_helper.JavaScriptIndexingBehavior, ListOfGamepad()];
dart.setSignature(html._GamepadList, {
constructors: () => ({_: dart.definiteFunctionType(html._GamepadList, [])}),
- getters: () => ({
- [dartx.length]: dart.definiteFunctionType(core.int, []),
- [dartx.first]: dart.definiteFunctionType(html.Gamepad, []),
- [dartx.last]: dart.definiteFunctionType(html.Gamepad, []),
- [dartx.single]: dart.definiteFunctionType(html.Gamepad, [])
- }),
+ getters: () => ({[dartx.length]: dart.definiteFunctionType(core.int, [])}),
setters: () => ({[dartx.length]: dart.definiteFunctionType(dart.void, [core.int])}),
methods: () => ({
[dartx._get]: dart.definiteFunctionType(html.Gamepad, [core.int]),
@@ -94604,12 +94469,7 @@ html._NamedNodeMap = class _NamedNodeMap extends dart.mixin(_interceptors.Interc
html._NamedNodeMap[dart.implements] = () => [_js_helper.JavaScriptIndexingBehavior, ListOfNode()];
dart.setSignature(html._NamedNodeMap, {
constructors: () => ({_: dart.definiteFunctionType(html._NamedNodeMap, [])}),
- getters: () => ({
- [dartx.length]: dart.definiteFunctionType(core.int, []),
- [dartx.first]: dart.definiteFunctionType(html.Node, []),
- [dartx.last]: dart.definiteFunctionType(html.Node, []),
- [dartx.single]: dart.definiteFunctionType(html.Node, [])
- }),
+ getters: () => ({[dartx.length]: dart.definiteFunctionType(core.int, [])}),
setters: () => ({[dartx.length]: dart.definiteFunctionType(dart.void, [core.int])}),
methods: () => ({
[dartx._get]: dart.definiteFunctionType(html.Node, [core.int]),
@@ -94814,12 +94674,7 @@ html._SpeechRecognitionResultList = class _SpeechRecognitionResultList extends d
html._SpeechRecognitionResultList[dart.implements] = () => [_js_helper.JavaScriptIndexingBehavior, ListOfSpeechRecognitionResult()];
dart.setSignature(html._SpeechRecognitionResultList, {
constructors: () => ({_: dart.definiteFunctionType(html._SpeechRecognitionResultList, [])}),
- getters: () => ({
- [dartx.length]: dart.definiteFunctionType(core.int, []),
- [dartx.first]: dart.definiteFunctionType(html.SpeechRecognitionResult, []),
- [dartx.last]: dart.definiteFunctionType(html.SpeechRecognitionResult, []),
- [dartx.single]: dart.definiteFunctionType(html.SpeechRecognitionResult, [])
- }),
+ getters: () => ({[dartx.length]: dart.definiteFunctionType(core.int, [])}),
setters: () => ({[dartx.length]: dart.definiteFunctionType(dart.void, [core.int])}),
methods: () => ({
[dartx._get]: dart.definiteFunctionType(html.SpeechRecognitionResult, [core.int]),
@@ -94892,12 +94747,7 @@ html._StyleSheetList = class _StyleSheetList extends dart.mixin(_interceptors.In
html._StyleSheetList[dart.implements] = () => [_js_helper.JavaScriptIndexingBehavior, ListOfStyleSheet()];
dart.setSignature(html._StyleSheetList, {
constructors: () => ({_: dart.definiteFunctionType(html._StyleSheetList, [])}),
- getters: () => ({
- [dartx.length]: dart.definiteFunctionType(core.int, []),
- [dartx.first]: dart.definiteFunctionType(html.StyleSheet, []),
- [dartx.last]: dart.definiteFunctionType(html.StyleSheet, []),
- [dartx.single]: dart.definiteFunctionType(html.StyleSheet, [])
- }),
+ getters: () => ({[dartx.length]: dart.definiteFunctionType(core.int, [])}),
setters: () => ({[dartx.length]: dart.definiteFunctionType(dart.void, [core.int])}),
methods: () => ({
[dartx._get]: dart.definiteFunctionType(html.StyleSheet, [core.int]),
@@ -98419,7 +98269,6 @@ html._WrappedList$ = dart.generic(E => {
constructors: () => ({new: dart.definiteFunctionType(html._WrappedList$(E), [ListOfNode()])}),
fields: () => ({[_list]: ListOfNode()}),
getters: () => ({
- iterator: dart.definiteFunctionType(core.Iterator$(E), []),
length: dart.definiteFunctionType(core.int, []),
rawList: dart.definiteFunctionType(core.List$(html.Node), [])
}),
@@ -99786,9 +99635,7 @@ dart.setSignature(html_common.FilteredElementList, {
getters: () => ({
[_iterable]: dart.definiteFunctionType(core.Iterable$(html.Element), []),
[_filtered]: dart.definiteFunctionType(core.List$(html.Element), []),
- reversed: dart.definiteFunctionType(core.Iterable$(html.Element), []),
length: dart.definiteFunctionType(core.int, []),
- iterator: dart.definiteFunctionType(core.Iterator$(html.Element), []),
rawList: dart.definiteFunctionType(core.List$(html.Node), [])
}),
setters: () => ({length: dart.definiteFunctionType(dart.void, [core.int])}),
@@ -103475,12 +103322,7 @@ svg.LengthList[dart.implements] = () => [ListOfLength()];
dart.setSignature(svg.LengthList, {
constructors: () => ({_: dart.definiteFunctionType(svg.LengthList, [])}),
fields: () => ({[dartx.numberOfItems]: core.int}),
- getters: () => ({
- [dartx.length]: dart.definiteFunctionType(core.int, []),
- [dartx.first]: dart.definiteFunctionType(svg.Length, []),
- [dartx.last]: dart.definiteFunctionType(svg.Length, []),
- [dartx.single]: dart.definiteFunctionType(svg.Length, [])
- }),
+ getters: () => ({[dartx.length]: dart.definiteFunctionType(core.int, [])}),
setters: () => ({[dartx.length]: dart.definiteFunctionType(dart.void, [core.int])}),
methods: () => ({
[dartx._get]: dart.definiteFunctionType(svg.Length, [core.int]),
@@ -104081,12 +103923,7 @@ svg.NumberList[dart.implements] = () => [ListOfNumber()];
dart.setSignature(svg.NumberList, {
constructors: () => ({_: dart.definiteFunctionType(svg.NumberList, [])}),
fields: () => ({[dartx.numberOfItems]: core.int}),
- getters: () => ({
- [dartx.length]: dart.definiteFunctionType(core.int, []),
- [dartx.first]: dart.definiteFunctionType(svg.Number, []),
- [dartx.last]: dart.definiteFunctionType(svg.Number, []),
- [dartx.single]: dart.definiteFunctionType(svg.Number, [])
- }),
+ getters: () => ({[dartx.length]: dart.definiteFunctionType(core.int, [])}),
setters: () => ({[dartx.length]: dart.definiteFunctionType(dart.void, [core.int])}),
methods: () => ({
[dartx._get]: dart.definiteFunctionType(svg.Number, [core.int]),
@@ -105066,12 +104903,7 @@ svg.PathSegList[dart.implements] = () => [ListOfPathSeg()];
dart.setSignature(svg.PathSegList, {
constructors: () => ({_: dart.definiteFunctionType(svg.PathSegList, [])}),
fields: () => ({[dartx.numberOfItems]: core.int}),
- getters: () => ({
- [dartx.length]: dart.definiteFunctionType(core.int, []),
- [dartx.first]: dart.definiteFunctionType(svg.PathSeg, []),
- [dartx.last]: dart.definiteFunctionType(svg.PathSeg, []),
- [dartx.single]: dart.definiteFunctionType(svg.PathSeg, [])
- }),
+ getters: () => ({[dartx.length]: dart.definiteFunctionType(core.int, [])}),
setters: () => ({[dartx.length]: dart.definiteFunctionType(dart.void, [core.int])}),
methods: () => ({
[dartx._get]: dart.definiteFunctionType(svg.PathSeg, [core.int]),
@@ -105831,12 +105663,7 @@ svg.StringList[dart.implements] = () => [ListOfString()];
dart.setSignature(svg.StringList, {
constructors: () => ({_: dart.definiteFunctionType(svg.StringList, [])}),
fields: () => ({[dartx.numberOfItems]: core.int}),
- getters: () => ({
- [dartx.length]: dart.definiteFunctionType(core.int, []),
- [dartx.first]: dart.definiteFunctionType(core.String, []),
- [dartx.last]: dart.definiteFunctionType(core.String, []),
- [dartx.single]: dart.definiteFunctionType(core.String, [])
- }),
+ getters: () => ({[dartx.length]: dart.definiteFunctionType(core.int, [])}),
setters: () => ({[dartx.length]: dart.definiteFunctionType(dart.void, [core.int])}),
methods: () => ({
[dartx._get]: dart.definiteFunctionType(core.String, [core.int]),
@@ -106715,12 +106542,7 @@ svg.TransformList[dart.implements] = () => [ListOfTransform()];
dart.setSignature(svg.TransformList, {
constructors: () => ({_: dart.definiteFunctionType(svg.TransformList, [])}),
fields: () => ({[dartx.numberOfItems]: core.int}),
- getters: () => ({
- [dartx.length]: dart.definiteFunctionType(core.int, []),
- [dartx.first]: dart.definiteFunctionType(svg.Transform, []),
- [dartx.last]: dart.definiteFunctionType(svg.Transform, []),
- [dartx.single]: dart.definiteFunctionType(svg.Transform, [])
- }),
+ getters: () => ({[dartx.length]: dart.definiteFunctionType(core.int, [])}),
setters: () => ({[dartx.length]: dart.definiteFunctionType(dart.void, [core.int])}),
methods: () => ({
[dartx._get]: dart.definiteFunctionType(svg.Transform, [core.int]),
@@ -110762,12 +110584,7 @@ web_sql.SqlResultSetRowList = class SqlResultSetRowList extends dart.mixin(_inte
web_sql.SqlResultSetRowList[dart.implements] = () => [ListOfMap()];
dart.setSignature(web_sql.SqlResultSetRowList, {
constructors: () => ({_: dart.definiteFunctionType(web_sql.SqlResultSetRowList, [])}),
- getters: () => ({
- [dartx.length]: dart.definiteFunctionType(core.int, []),
- [dartx.first]: dart.definiteFunctionType(core.Map, []),
- [dartx.last]: dart.definiteFunctionType(core.Map, []),
- [dartx.single]: dart.definiteFunctionType(core.Map, [])
- }),
+ getters: () => ({[dartx.length]: dart.definiteFunctionType(core.int, [])}),
setters: () => ({[dartx.length]: dart.definiteFunctionType(dart.void, [core.int])}),
methods: () => ({
[dartx._get]: dart.definiteFunctionType(core.Map, [core.int]),

Powered by Google App Engine
This is Rietveld 408576698