Chromium Code Reviews| Index: pkg/dev_compiler/lib/js/amd/dart_sdk.js |
| diff --git a/pkg/dev_compiler/lib/js/amd/dart_sdk.js b/pkg/dev_compiler/lib/js/amd/dart_sdk.js |
| index ebd0c84010463350dc792e95aa561ea649381a52..afcfefce6e2f1cfeef7c0f9138f1a72b3ad5a640 100644 |
| --- a/pkg/dev_compiler/lib/js/amd/dart_sdk.js |
| +++ b/pkg/dev_compiler/lib/js/amd/dart_sdk.js |
| @@ -7211,12 +7211,7 @@ define([], function() { |
| 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), [])}), |
|
Leaf
2017/01/18 01:51:45
I think this is wrong. Actually, interestingly, i
Bob Nystrom
2017/01/18 21:42:52
Done.
|
| methods: () => ({ |
| forEach: dart.definiteFunctionType(dart.void, [ETovoid()]), |
| every: dart.definiteFunctionType(core.bool, [ETobool()]), |
| @@ -7480,12 +7475,7 @@ define([], function() { |
| [_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, [ |
| @@ -8156,12 +8146,7 @@ define([], function() { |
| 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]), |
| @@ -13196,10 +13181,7 @@ define([], function() { |
| [_pattern]: core.String, |
| [_index$0]: 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 { |
| @@ -24115,10 +24097,6 @@ define([], function() { |
| [_map$0]: 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]), |
| @@ -25390,9 +25368,7 @@ define([], function() { |
| }), |
| 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), []), |
| @@ -26481,12 +26457,7 @@ define([], function() { |
| [_length$1]: 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]), |
| @@ -26785,12 +26756,7 @@ define([], function() { |
| dart.setSignature(_MapBaseValueIterable, { |
| constructors: () => ({new: dart.definiteFunctionType(collection._MapBaseValueIterable$(K, V), [MapOfK$V()])}), |
| fields: () => ({[_map$0]: 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', |
| @@ -27463,12 +27429,7 @@ define([], function() { |
| [_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]), |
| @@ -27840,12 +27801,7 @@ define([], function() { |
| [_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]), |
| @@ -28821,12 +28777,7 @@ define([], function() { |
| [_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]), |
| @@ -29152,7 +29103,6 @@ define([], function() { |
| 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']); |
| @@ -30708,8 +30658,7 @@ define([], function() { |
| 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; |
| @@ -34528,10 +34477,7 @@ define([], function() { |
| 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) { |
| @@ -43886,7 +43832,6 @@ define([], function() { |
| [_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, []) |
| @@ -57373,7 +57318,6 @@ define([], function() { |
| [_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, []), |
| @@ -72212,12 +72156,7 @@ define([], function() { |
| 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]), |
| @@ -72391,10 +72330,6 @@ define([], function() { |
| }), |
| 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])}), |
| @@ -72728,9 +72663,6 @@ define([], function() { |
| 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, []), |
| @@ -73583,12 +73515,7 @@ define([], function() { |
| 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]), |
| @@ -75661,12 +75588,7 @@ define([], function() { |
| 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]), |
| @@ -80855,12 +80777,7 @@ define([], function() { |
| 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]), |
| @@ -81898,10 +81815,6 @@ define([], function() { |
| 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), []) |
| }), |
| @@ -82097,12 +82010,7 @@ define([], function() { |
| 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]), |
| @@ -83788,12 +83696,7 @@ define([], function() { |
| 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]), |
| @@ -87270,12 +87173,7 @@ define([], function() { |
| 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]), |
| @@ -87524,12 +87422,7 @@ define([], function() { |
| _: 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]), |
| @@ -89732,12 +89625,7 @@ define([], function() { |
| 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]), |
| @@ -89822,9 +89710,6 @@ define([], function() { |
| 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), []) |
| }), |
| @@ -90183,12 +90068,7 @@ define([], function() { |
| 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]), |
| @@ -94067,12 +93947,7 @@ define([], function() { |
| 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]), |
| @@ -94144,12 +94019,7 @@ define([], function() { |
| 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]), |
| @@ -94397,12 +94267,7 @@ define([], function() { |
| 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]), |
| @@ -94606,12 +94471,7 @@ define([], function() { |
| 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]), |
| @@ -94816,12 +94676,7 @@ define([], function() { |
| 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]), |
| @@ -94894,12 +94749,7 @@ define([], function() { |
| 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]), |
| @@ -98421,7 +98271,6 @@ define([], function() { |
| 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), []) |
| }), |
| @@ -99788,9 +99637,7 @@ define([], function() { |
| getters: () => ({ |
| [_iterable$0]: 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])}), |
| @@ -103477,12 +103324,7 @@ define([], function() { |
| 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]), |
| @@ -104083,12 +103925,7 @@ define([], function() { |
| 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]), |
| @@ -105068,12 +104905,7 @@ define([], function() { |
| 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]), |
| @@ -105833,12 +105665,7 @@ define([], function() { |
| 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]), |
| @@ -106717,12 +106544,7 @@ define([], function() { |
| 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]), |
| @@ -110764,12 +110586,7 @@ define([], function() { |
| 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]), |