| Index: pkg/dev_compiler/lib/js/legacy/dart_sdk.js
|
| diff --git a/pkg/dev_compiler/lib/js/legacy/dart_sdk.js b/pkg/dev_compiler/lib/js/legacy/dart_sdk.js
|
| index 751f1e827766804a6221de4f123e1dc82537c72c..a1c56e121753df44657403712bdbdc5b3d5ea37b 100644
|
| --- a/pkg/dev_compiler/lib/js/legacy/dart_sdk.js
|
| +++ b/pkg/dev_compiler/lib/js/legacy/dart_sdk.js
|
| @@ -7212,12 +7212,7 @@ dart_library.library('dart_sdk', null, /* Imports */[
|
| 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()]),
|
| @@ -7481,12 +7476,7 @@ dart_library.library('dart_sdk', null, /* Imports */[
|
| [_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, [
|
| @@ -8157,12 +8147,7 @@ dart_library.library('dart_sdk', null, /* Imports */[
|
| 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]),
|
| @@ -13197,10 +13182,7 @@ dart_library.library('dart_sdk', null, /* Imports */[
|
| [_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 {
|
| @@ -24116,10 +24098,6 @@ dart_library.library('dart_sdk', null, /* Imports */[
|
| [_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]),
|
| @@ -25391,9 +25369,7 @@ dart_library.library('dart_sdk', null, /* Imports */[
|
| }),
|
| 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), []),
|
| @@ -26482,12 +26458,7 @@ dart_library.library('dart_sdk', null, /* Imports */[
|
| [_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]),
|
| @@ -26786,12 +26757,7 @@ dart_library.library('dart_sdk', null, /* Imports */[
|
| 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',
|
| @@ -27464,12 +27430,7 @@ dart_library.library('dart_sdk', null, /* Imports */[
|
| [_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]),
|
| @@ -27841,12 +27802,7 @@ dart_library.library('dart_sdk', null, /* Imports */[
|
| [_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]),
|
| @@ -28822,12 +28778,7 @@ dart_library.library('dart_sdk', null, /* Imports */[
|
| [_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]),
|
| @@ -29153,7 +29104,6 @@ dart_library.library('dart_sdk', null, /* Imports */[
|
| 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']);
|
| @@ -30709,8 +30659,7 @@ dart_library.library('dart_sdk', null, /* Imports */[
|
| 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;
|
| @@ -34529,10 +34478,7 @@ dart_library.library('dart_sdk', null, /* Imports */[
|
| 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) {
|
| @@ -43887,7 +43833,6 @@ dart_library.library('dart_sdk', null, /* Imports */[
|
| [_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, [])
|
| @@ -57374,7 +57319,6 @@ dart_library.library('dart_sdk', null, /* Imports */[
|
| [_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, []),
|
| @@ -72213,12 +72157,7 @@ dart_library.library('dart_sdk', null, /* Imports */[
|
| 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]),
|
| @@ -72392,10 +72331,6 @@ dart_library.library('dart_sdk', null, /* Imports */[
|
| }),
|
| 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])}),
|
| @@ -72729,9 +72664,6 @@ dart_library.library('dart_sdk', null, /* Imports */[
|
| 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, []),
|
| @@ -73584,12 +73516,7 @@ dart_library.library('dart_sdk', null, /* Imports */[
|
| 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]),
|
| @@ -75662,12 +75589,7 @@ dart_library.library('dart_sdk', null, /* Imports */[
|
| 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]),
|
| @@ -80856,12 +80778,7 @@ dart_library.library('dart_sdk', null, /* Imports */[
|
| 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]),
|
| @@ -81899,10 +81816,6 @@ dart_library.library('dart_sdk', null, /* Imports */[
|
| 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), [])
|
| }),
|
| @@ -82098,12 +82011,7 @@ dart_library.library('dart_sdk', null, /* Imports */[
|
| 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]),
|
| @@ -83789,12 +83697,7 @@ dart_library.library('dart_sdk', null, /* Imports */[
|
| 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]),
|
| @@ -87271,12 +87174,7 @@ dart_library.library('dart_sdk', null, /* Imports */[
|
| 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]),
|
| @@ -87525,12 +87423,7 @@ dart_library.library('dart_sdk', null, /* Imports */[
|
| _: 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]),
|
| @@ -89733,12 +89626,7 @@ dart_library.library('dart_sdk', null, /* Imports */[
|
| 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]),
|
| @@ -89823,9 +89711,6 @@ dart_library.library('dart_sdk', null, /* Imports */[
|
| 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), [])
|
| }),
|
| @@ -90184,12 +90069,7 @@ dart_library.library('dart_sdk', null, /* Imports */[
|
| 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]),
|
| @@ -94068,12 +93948,7 @@ dart_library.library('dart_sdk', null, /* Imports */[
|
| 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]),
|
| @@ -94145,12 +94020,7 @@ dart_library.library('dart_sdk', null, /* Imports */[
|
| 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]),
|
| @@ -94398,12 +94268,7 @@ dart_library.library('dart_sdk', null, /* Imports */[
|
| 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]),
|
| @@ -94607,12 +94472,7 @@ dart_library.library('dart_sdk', null, /* Imports */[
|
| 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]),
|
| @@ -94817,12 +94677,7 @@ dart_library.library('dart_sdk', null, /* Imports */[
|
| 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]),
|
| @@ -94895,12 +94750,7 @@ dart_library.library('dart_sdk', null, /* Imports */[
|
| 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]),
|
| @@ -98422,7 +98272,6 @@ dart_library.library('dart_sdk', null, /* Imports */[
|
| 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), [])
|
| }),
|
| @@ -99789,9 +99638,7 @@ dart_library.library('dart_sdk', null, /* Imports */[
|
| 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])}),
|
| @@ -103478,12 +103325,7 @@ dart_library.library('dart_sdk', null, /* Imports */[
|
| 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]),
|
| @@ -104084,12 +103926,7 @@ dart_library.library('dart_sdk', null, /* Imports */[
|
| 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]),
|
| @@ -105069,12 +104906,7 @@ dart_library.library('dart_sdk', null, /* Imports */[
|
| 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]),
|
| @@ -105834,12 +105666,7 @@ dart_library.library('dart_sdk', null, /* Imports */[
|
| 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]),
|
| @@ -106718,12 +106545,7 @@ dart_library.library('dart_sdk', null, /* Imports */[
|
| 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]),
|
| @@ -110765,12 +110587,7 @@ dart_library.library('dart_sdk', null, /* Imports */[
|
| 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]),
|
|
|