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

Unified Diff: src/site/articles/trydart/examples/3-buttonbadge/piratebadge.dart.precompiled.js

Issue 35913002: Try Dart 1 hour experience first draft (Closed) Base URL: https://github.com/dart-lang/dartlang.org.git@master
Patch Set: trying again to upload chnages. still getting an error Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/site/articles/trydart/examples/3-buttonbadge/piratebadge.dart.precompiled.js
diff --git a/src/site/docs/tutorials/fetchdata/examples/portmanteaux_simple/portmanteaux_simple.dart.precompiled.js b/src/site/articles/trydart/examples/3-buttonbadge/piratebadge.dart.precompiled.js
similarity index 89%
copy from src/site/docs/tutorials/fetchdata/examples/portmanteaux_simple/portmanteaux_simple.dart.precompiled.js
copy to src/site/articles/trydart/examples/3-buttonbadge/piratebadge.dart.precompiled.js
index d3ed07055daf83c7b19cbdb887bdea08dede251b..8e42c4342392572bb1ac042a8ecee62a1cb0b5cb 100644
--- a/src/site/docs/tutorials/fetchdata/examples/portmanteaux_simple/portmanteaux_simple.dart.precompiled.js
+++ b/src/site/articles/trydart/examples/3-buttonbadge/piratebadge.dart.precompiled.js
@@ -508,7 +508,7 @@ IsolateNatives__processWorkerMessage: function(sender, e) {
break;
case "message":
if (t1.$index(msg, "port") != null)
- J.send$2$x(t1.$index(msg, "port"), t1.$index(msg, "msg"), t1.$index(msg, "replyTo"));
+ t1.$index(msg, "port").send$2(t1.$index(msg, "msg"), t1.$index(msg, "replyTo"));
$globalState.topEventLoop.run$0();
break;
case "close":
@@ -560,7 +560,7 @@ IsolateNatives__startIsolate: function(topLevel, replyTo) {
$.lazyPort = H.ReceivePortImpl$();
t1 = P._Isolate_port();
t1.toString;
- J.send$2$x(replyTo, "spawned", new H._NativeJsSendPort(t1, $globalState.currentContext.id));
+ replyTo.send$2("spawned", new H._NativeJsSendPort(t1, $globalState.currentContext.id));
topLevel.call$0();
},
@@ -821,7 +821,7 @@ _BaseSendPort: {"": "Object;",
completer = new P._AsyncCompleter(P._Future$(t1));
H.setRuntimeTypeInfo(completer, [t1]);
port = H.ReceivePortImpl$();
- this.send$2(this, message, new H._NativeJsSendPort(port, $globalState.currentContext.id));
+ this.send$2(message, new H._NativeJsSendPort(port, $globalState.currentContext.id));
port._callback = new H._BaseSendPort_call_closure(completer, port);
return completer.future;
},
@@ -851,7 +851,7 @@ _BaseSendPort_call_closure: {"": "Closure;completer_0,port_1",
},
_NativeJsSendPort: {"": "_BaseSendPort;_receivePort,_isolateId",
- send$2: function(_, message, replyTo) {
+ send$2: function(message, replyTo) {
H._waitForPendingPorts([message, replyTo], new H._NativeJsSendPort_send_closure(this, message, replyTo));
},
$eq: function(_, other) {
@@ -915,7 +915,7 @@ _NativeJsSendPort_send__closure: {"": "Closure;box_0,this_4,shouldSerialize_5",
},
_WorkerSendPort: {"": "_BaseSendPort;_workerId,_receivePortId,_isolateId",
- send$2: function(_, message, replyTo) {
+ send$2: function(message, replyTo) {
H._waitForPendingPorts([message, replyTo], new H._WorkerSendPort_send_closure(this, message, replyTo));
},
$eq: function(_, other) {
@@ -2780,32 +2780,6 @@ MappedListIterable: {"": "ListIterable;_source,_f",
}
},
-WhereIterable: {"": "IterableBase;_iterable,_f",
- get$iterator: function(_) {
- var t1 = J.get$iterator$ax(this._iterable);
- t1 = new H.WhereIterator(t1, this._f);
- H.setRuntimeTypeInfo(t1, [H.getRuntimeTypeArgument(this, "WhereIterable", 0)]);
- return t1;
- },
- $asIterableBase: null
-},
-
-WhereIterator: {"": "Iterator;_iterator,_f",
- _f$1: function(arg0) {
- return this._f.call$1(arg0);
- },
- moveNext$0: function() {
- for (var t1 = this._iterator; t1.moveNext$0();)
- if (this._f$1(t1.get$current()) === true)
- return true;
- return false;
- },
- get$current: function() {
- return this._iterator.get$current();
- },
- $asIterator: null
-},
-
FixedLengthListMixin: {"": "Object;"}}],
["dart.async", "dart:async", , P, {
_attachStackTrace: function(o, st) {
@@ -4013,7 +3987,7 @@ _ZoneDelegate: {"": "Object;_degelationTarget",
}
},
-_CustomizedZone: {"": "Object;parent>,_specification<,_map",
+_CustomizedZone: {"": "Object;parent>,_specification<,_async$_map",
get$_errorZone: function() {
if (this._specification.handleUncaughtError != null)
return this;
@@ -4064,7 +4038,7 @@ _CustomizedZone: {"": "Object;parent>,_specification<,_map",
},
$index: function(_, key) {
var t1, result;
- t1 = this._map;
+ t1 = this._async$_map;
result = t1.$index(t1, key);
if (result != null || t1.containsKey$1(key))
return result;
@@ -4403,17 +4377,17 @@ _HashMap_values_closure: {"": "Closure;this_0",
}
},
-HashMapKeyIterable: {"": "IterableBase;_collection$_map",
+HashMapKeyIterable: {"": "IterableBase;_map",
get$length: function(_) {
- return this._collection$_map._collection$_length;
+ return this._map._collection$_length;
},
get$iterator: function(_) {
- var t1 = this._collection$_map;
+ var t1 = this._map;
return new P.HashMapKeyIterator(t1, t1._computeKeys$0(), 0, null);
},
forEach$1: function(_, f) {
var t1, keys, $length, i;
- t1 = this._collection$_map;
+ t1 = this._map;
keys = t1._computeKeys$0();
for ($length = keys.length, i = 0; i < $length; ++i) {
f.call$1(keys[i]);
@@ -4424,7 +4398,7 @@ HashMapKeyIterable: {"": "IterableBase;_collection$_map",
$asIterableBase: null
},
-HashMapKeyIterator: {"": "Object;_collection$_map,_collection$_keys,_offset,_collection$_current",
+HashMapKeyIterator: {"": "Object;_map,_collection$_keys,_offset,_collection$_current",
get$current: function() {
return this._collection$_current;
},
@@ -4432,7 +4406,7 @@ HashMapKeyIterator: {"": "Object;_collection$_map,_collection$_keys,_offset,_col
var keys, offset, t1;
keys = this._collection$_keys;
offset = this._offset;
- t1 = this._collection$_map;
+ t1 = this._map;
if (keys !== t1._collection$_keys)
throw H.wrapException(new P.ConcurrentModificationError(t1));
else if (offset >= keys.length) {
@@ -4734,19 +4708,19 @@ _LinkedCustomHashMap_closure: {"": "Closure;K_0",
LinkedHashMapCell: {"": "Object;_key<,_collection$_value@,_next<,_previous<"},
-LinkedHashMapKeyIterable: {"": "IterableBase;_collection$_map",
+LinkedHashMapKeyIterable: {"": "IterableBase;_map",
get$length: function(_) {
- return this._collection$_map._collection$_length;
+ return this._map._collection$_length;
},
get$iterator: function(_) {
- var t1 = this._collection$_map;
+ var t1 = this._map;
t1 = new P.LinkedHashMapKeyIterator(t1, t1._modifications, null, null);
- t1._cell = t1._collection$_map._first;
+ t1._cell = t1._map._first;
return t1;
},
forEach$1: function(_, f) {
var t1, cell, modifications;
- t1 = this._collection$_map;
+ t1 = this._map;
cell = t1._first;
modifications = t1._modifications;
for (; cell != null;) {
@@ -4759,12 +4733,12 @@ LinkedHashMapKeyIterable: {"": "IterableBase;_collection$_map",
$asIterableBase: null
},
-LinkedHashMapKeyIterator: {"": "Object;_collection$_map,_modifications,_cell,_collection$_current",
+LinkedHashMapKeyIterator: {"": "Object;_map,_modifications,_cell,_collection$_current",
get$current: function() {
return this._collection$_current;
},
moveNext$0: function() {
- var t1 = this._collection$_map;
+ var t1 = this._map;
if (this._modifications !== t1._modifications)
throw H.wrapException(new P.ConcurrentModificationError(t1));
else {
@@ -4819,8 +4793,6 @@ IterableBase: {"": "Object;",
}
},
-ListBase: {"": "Object+ListMixin;", $isList: true, $asList: null},
-
ListMixin: {"": "Object;",
get$iterator: function(receiver) {
return new H.ListIterator(receiver, this.get$length(receiver), 0, null);
@@ -4832,12 +4804,12 @@ ListMixin: {"": "Object;",
var $length, i;
if (typeof receiver !== "string" && (typeof receiver !== "object" || receiver === null || receiver.constructor !== Array && !H.isJsIndexable(receiver, receiver[init.dispatchPropertyName])))
return this.forEach$1$bailout(1, receiver, action);
- $length = receiver.length;
+ $length = C.JS_CONST_ZYJ(receiver);
for (i = 0; i < $length; ++i) {
- if (i >= receiver.length)
+ if (i >= C.JS_CONST_ZYJ(receiver))
throw H.ioore(receiver, i);
action.call$1(receiver[i]);
- if ($length !== receiver.length)
+ if ($length !== C.JS_CONST_ZYJ(receiver))
throw H.wrapException(new P.ConcurrentModificationError(receiver));
}
},
@@ -4850,57 +4822,11 @@ ListMixin: {"": "Object;",
throw H.wrapException(new P.ConcurrentModificationError(receiver));
}
},
- where$1: function(receiver, test) {
- var t1 = new H.WhereIterable(receiver, test);
- H.setRuntimeTypeInfo(t1, [H.getRuntimeTypeArgument(receiver, "ListMixin", 0)]);
- return t1;
- },
map$1: function(receiver, f) {
var t1 = new H.MappedListIterable(receiver, f);
H.setRuntimeTypeInfo(t1, [null, null]);
return t1;
},
- toList$1$growable: function(receiver, growable) {
- var result, t1, t2, i, t3;
- if (typeof receiver !== "string" && (typeof receiver !== "object" || receiver === null || receiver.constructor !== Array && !H.isJsIndexable(receiver, receiver[init.dispatchPropertyName])))
- return this.toList$1$growable$bailout(1, receiver, growable);
- if (growable) {
- result = P.List_List(null, H.getRuntimeTypeArgument(receiver, "ListMixin", 0));
- H.setRuntimeTypeInfo(result, [H.getRuntimeTypeArgument(receiver, "ListMixin", 0)]);
- C.JSArray_methods.set$length(result, receiver.length);
- } else {
- result = P.List_List(receiver.length, H.getRuntimeTypeArgument(receiver, "ListMixin", 0));
- H.setRuntimeTypeInfo(result, [H.getRuntimeTypeArgument(receiver, "ListMixin", 0)]);
- }
- for (t1 = receiver.length, t2 = result.length, i = 0; i < t1; ++i) {
- t3 = receiver[i];
- if (i >= t2)
- throw H.ioore(result, i);
- result[i] = t3;
- }
- return result;
- },
- toList$1$growable$bailout: function(state0, receiver, growable) {
- var result, i, t1;
- if (growable) {
- result = P.List_List(null, H.getRuntimeTypeArgument(receiver, "ListMixin", 0));
- H.setRuntimeTypeInfo(result, [H.getRuntimeTypeArgument(receiver, "ListMixin", 0)]);
- C.JSArray_methods.set$length(result, this.get$length(receiver));
- } else {
- result = P.List_List(this.get$length(receiver), H.getRuntimeTypeArgument(receiver, "ListMixin", 0));
- H.setRuntimeTypeInfo(result, [H.getRuntimeTypeArgument(receiver, "ListMixin", 0)]);
- }
- for (i = 0; i < this.get$length(receiver); ++i) {
- t1 = this.$index(receiver, i);
- if (i >= result.length)
- throw H.ioore(result, i);
- result[i] = t1;
- }
- return result;
- },
- toList$0: function($receiver) {
- return this.toList$1$growable($receiver, true);
- },
toString$0: function(receiver) {
var result, i, t1;
for (i = 0; i < $.get$ListMixin__toStringList().length; ++i) {
@@ -5049,62 +4975,6 @@ _ListQueueIterator$: function(queue) {
}}
}}],
-["dart.convert", "dart:convert", , P, {
-_convertJsonToDart: function(json, reviver) {
- var revive = new P._convertJsonToDart_closure();
- return revive.call$2(null, new P._convertJsonToDart_walk(revive).call$1(json));
-},
-
-_parseJson: function(source, reviver) {
- var parsed, e, t1, exception;
- t1 = source;
- if (typeof t1 !== "string")
- throw H.wrapException(new P.ArgumentError(source));
- parsed = null;
- try {
- parsed = JSON.parse(source);
- } catch (exception) {
- t1 = H.unwrapException(exception);
- e = t1;
- throw H.wrapException(new P.FormatException(String(e)));
- }
-
- return P._convertJsonToDart(parsed, reviver);
-},
-
-_convertJsonToDart_closure: {"": "Closure;",
- call$2: function(key, value) {
- return value;
- }
-},
-
-_convertJsonToDart_walk: {"": "Closure;revive_0",
- call$1: function(e) {
- var list, t1, i, keys, map, key, proto;
- if (e == null || typeof e != "object")
- return e;
- if (Object.getPrototypeOf(e) === Array.prototype) {
- list = e;
- for (t1 = this.revive_0, i = 0; i < list.length; ++i)
- list[i] = t1.call$2(i, this.call$1(list[i]));
- return list;
- }
- keys = Object.keys(e);
- map = H.fillLiteralMap([], P.LinkedHashMap_LinkedHashMap(null, null, null, null, null));
- for (t1 = this.revive_0, i = 0; i < keys.length; ++i) {
- key = keys[i];
- map.$indexSet(map, key, t1.call$2(key, this.call$1(e[key])));
- }
- proto = e.__proto__;
- if (typeof proto !== "undefined" && proto !== Object.prototype)
- map.$indexSet(map, "__proto__", t1.call$2("__proto__", this.call$1(proto)));
- return map;
- }
-},
-
-Converter: {"": "Object;"},
-
-JsonDecoder: {"": "Converter;_reviver"}}],
["dart.core", "dart:core", , P, {
_symbolToString: function(symbol) {
return H.Symbol_getName(symbol);
@@ -5361,13 +5231,6 @@ _ExceptionImplementation: {"": "Object;message",
$isException: true
},
-FormatException: {"": "Object;message",
- toString$0: function(_) {
- return "FormatException: " + this.message;
- },
- $isException: true
-},
-
Expando: {"": "Object;name",
toString$0: function(_) {
return "Expando:" + this.name;
@@ -5422,8 +5285,7 @@ Object: {"": ";",
},
toString$0: function(_) {
return H.Primitives_objectToString(this);
- },
- $isObject: true
+ }
},
StackTrace: {"": "Object;"},
@@ -5479,145 +5341,27 @@ StringBuffer$: function($content) {
Symbol: {"": "Object;", $isSymbol: true}}],
["dart.dom.html", "dart:html", , W, {
-HttpRequest_getString: function(url, onProgress, withCredentials) {
- return W.HttpRequest_request(url, null, null, onProgress, null, null, null, withCredentials).then$1(new W.HttpRequest_getString_closure());
-},
-
-HttpRequest_request: function(url, method, mimeType, onProgress, requestHeaders, responseType, sendData, withCredentials) {
- var t1, completer, xhr, t2;
- t1 = W.HttpRequest;
- completer = new P._AsyncCompleter(P._Future$(t1));
- H.setRuntimeTypeInfo(completer, [t1]);
- xhr = new XMLHttpRequest();
- C.HttpRequest_methods.open$3$async(xhr, "GET", url, true);
- t1 = new W._EventStream(xhr, C.EventStreamProvider_load._eventType, false);
- H.setRuntimeTypeInfo(t1, [null]);
- t2 = new W._EventStreamSubscription(0, t1._target, t1._eventType, W._EventStreamSubscription__wrapZone(new W.HttpRequest_request_closure(completer, xhr)), t1._useCapture);
- H.setRuntimeTypeInfo(t2, [H.getRuntimeTypeArgument(t1, "_EventStream", 0)]);
- t2._tryResume$0();
- t2 = new W._EventStream(xhr, C.EventStreamProvider_error._eventType, false);
- H.setRuntimeTypeInfo(t2, [null]);
- t1 = new W._EventStreamSubscription(0, t2._target, t2._eventType, W._EventStreamSubscription__wrapZone(new W.HttpRequest_request_closure0(completer)), t2._useCapture);
- H.setRuntimeTypeInfo(t1, [H.getRuntimeTypeArgument(t2, "_EventStream", 0)]);
- t1._tryResume$0();
- xhr.send();
- return completer.future;
-},
-
_convertNativeToDart_Window: function(win) {
if (win == null)
return;
return W._DOMWindowCrossFrame__createSafe(win);
},
-_ChildrenElementList: {"": "ListBase;_element,_childElements",
- get$length: function(_) {
- return this._childElements.length;
- },
- $index: function(_, index) {
- var t1 = this._childElements;
- if (index >>> 0 !== index || index >= t1.length)
- throw H.ioore(t1, index);
- return t1[index];
- },
- $indexSet: function(_, index, value) {
- var t1 = this._childElements;
- if (index >>> 0 !== index || index >= t1.length)
- throw H.ioore(t1, index);
- this._element.replaceChild(value, t1[index]);
- },
- add$1: function(_, value) {
- this._element.appendChild(value);
- return value;
- },
- get$iterator: function(_) {
- var t1 = this.toList$0(this);
- return new H.ListIterator(t1, t1.length, 0, null);
- },
- $asList: function() {
- return [W.Element];
- }
-},
-
-Interceptor_ListMixin: {"": "Interceptor+ListMixin;", $isList: true, $asList: null},
-
-Interceptor_ListMixin_ImmutableListMixin: {"": "Interceptor_ListMixin+ImmutableListMixin;", $asList: null, $isList: true},
-
-HttpRequest_getString_closure: {"": "Closure;",
- call$1: function(xhr) {
- return J.get$responseText$x(xhr);
- }
-},
-
-HttpRequest_request_closure1: {"": "Closure;xhr_0",
- call$2: function(header, value) {
- this.xhr_0.setRequestHeader(header, value);
- }
-},
-
-HttpRequest_request_closure: {"": "Closure;completer_1,xhr_2",
- call$1: function(e) {
- var t1, t2, t3;
- t1 = this.xhr_2;
- t2 = t1.status;
- if (typeof t2 !== "number")
- throw t2.$ge();
- t2 = t2 >= 200 && t2 < 300 || t2 === 0 || t2 === 304;
- t3 = this.completer_1;
- if (t2) {
- t2 = t3.future;
- if (t2._state !== 0)
- H.throwExpression(new P.StateError("Future already completed"));
- t2._asyncComplete$1(t1);
- } else {
- t1 = t3.future;
- if (t1._state !== 0)
- H.throwExpression(new P.StateError("Future already completed"));
- t1._asyncCompleteError$2(e, null);
- }
- }
-},
-
-HttpRequest_request_closure0: {"": "Closure;completer_3",
- call$1: function(e) {
- var t1 = this.completer_3.future;
- if (t1._state !== 0)
- H.throwExpression(new P.StateError("Future already completed"));
- t1._asyncCompleteError$2(e, null);
- }
-},
-
-_ChildNodeListLazy: {"": "ListBase;_this",
- $indexSet: function(_, index, value) {
- var t1, t2;
- t1 = this._this;
- t2 = t1.childNodes;
- if (index >>> 0 !== index || index >= t2.length)
- throw H.ioore(t2, index);
- t1.replaceChild(value, t2[index]);
- },
- get$iterator: function(_) {
- return C.NodeList_methods.get$iterator(this._this.childNodes);
- },
- get$length: function(_) {
- return this._this.childNodes.length;
- },
- $index: function(_, index) {
- var t1 = this._this.childNodes;
- if (index >>> 0 !== index || index >= t1.length)
- throw H.ioore(t1, index);
- return t1[index];
- },
- $asList: function() {
- return [W.Node];
- }
+_convertNativeToDart_EventTarget: function(e) {
+ var $window, t1;
+ if (e == null)
+ return;
+ if ("setInterval" in e) {
+ $window = W._DOMWindowCrossFrame__createSafe(e);
+ t1 = J.getInterceptor($window);
+ if (typeof $window === "object" && $window !== null && !!t1.$isEventTarget)
+ return $window;
+ return;
+ } else
+ return e;
},
-Interceptor_ListMixin0: {"": "Interceptor+ListMixin;", $isList: true, $asList: null},
-
-Interceptor_ListMixin_ImmutableListMixin0: {"": "Interceptor_ListMixin0+ImmutableListMixin;", $asList: null, $isList: true},
-
-_EventStream: {"": "Stream;_target,_eventType,_useCapture",
+_EventStream: {"": "Stream;",
listen$4$cancelOnError$onDone$onError: function(onData, cancelOnError, onDone, onError) {
var t1 = new W._EventStreamSubscription(0, this._target, this._eventType, W._EventStreamSubscription__wrapZone(onData), this._useCapture);
H.setRuntimeTypeInfo(t1, [H.getRuntimeTypeArgument(this, "_EventStream", 0)]);
@@ -5677,42 +5421,11 @@ _EventStreamSubscription__wrapZone: function(callback) {
EventStreamProvider: {"": "Object;_eventType"},
-ImmutableListMixin: {"": "Object;",
- get$iterator: function(receiver) {
- return W.FixedSizeListIterator$(receiver);
- },
- $isList: true,
- $asList: null
-},
-
-FixedSizeListIterator: {"": "Object;_array,_html$_length,_html$_position,_html$_current",
- moveNext$0: function() {
- var nextPosition, t1;
- nextPosition = this._html$_position + 1;
- t1 = this._html$_length;
- if (nextPosition < t1) {
- this._html$_current = J.$index$asx(this._array, nextPosition);
- this._html$_position = nextPosition;
- return true;
- }
- this._html$_current = null;
- this._html$_position = t1;
- return false;
- },
- get$current: function() {
- return this._html$_current;
- },
- static: {
-FixedSizeListIterator$: function(array) {
- return new W.FixedSizeListIterator(array, J.get$length$asx(array), -1, null);
-}}
-
-},
-
_DOMWindowCrossFrame: {"": "Object;_window",
get$parent: function(_) {
return W._DOMWindowCrossFrame__createSafe(this._window.parent);
},
+ $isEventTarget: true,
static: {
_DOMWindowCrossFrame__createSafe: function(w) {
if (w === window)
@@ -5725,12 +5438,18 @@ _DOMWindowCrossFrame__createSafe: function(w) {
HtmlElement: {"": "Element;"},
-AnchorElement: {"": "HtmlElement;",
+AnchorElement: {"": "HtmlElement;target=",
toString$0: function(receiver) {
return receiver.toString();
}
},
+AreaElement: {"": "HtmlElement;target="},
+
+BaseElement: {"": "HtmlElement;target="},
+
+ButtonElement: {"": "HtmlElement;value="},
+
CharacterData: {"": "Node;length="},
DomException: {"": "Interceptor;",
@@ -5740,16 +5459,17 @@ DomException: {"": "Interceptor;",
},
Element: {"": "Node;",
- get$children: function(receiver) {
- return new W._ChildrenElementList(receiver, receiver.children);
- },
toString$0: function(receiver) {
return receiver.localName;
- },
- $isElement: true
+ }
},
-Event: {"": "Interceptor;"},
+Event: {"": "Interceptor;",
+ get$target: function(receiver) {
+ return W._convertNativeToDart_EventTarget(receiver.target);
+ },
+ $isEvent: true
+},
EventTarget: {"": "Interceptor;",
$$dom_addEventListener$3: function(receiver, type, listener, useCapture) {
@@ -5757,100 +5477,40 @@ EventTarget: {"": "Interceptor;",
},
$$dom_removeEventListener$3: function(receiver, type, listener, useCapture) {
return receiver.removeEventListener(type, H.convertDartClosureToJS(listener, 1), useCapture);
- }
+ },
+ $isEventTarget: true
},
-FormElement: {"": "HtmlElement;length="},
+FormElement: {"": "HtmlElement;length=,target="},
-HtmlCollection: {"": "Interceptor_ListMixin_ImmutableListMixin;",
- get$length: function(receiver) {
- return receiver.length;
- },
- $index: function(receiver, index) {
- var t1 = receiver.length;
- if (index >>> 0 !== index || index >= t1)
- throw H.wrapException(new P.RangeError("value " + H.S(index) + " not in range 0.." + t1));
- return receiver[index];
- },
- $indexSet: function(receiver, index, value) {
- throw H.wrapException(new P.UnsupportedError("Cannot assign element of immutable List."));
- },
- elementAt$1: function(receiver, index) {
- if (index < 0 || index >= receiver.length)
- throw H.ioore(receiver, index);
- return receiver[index];
- },
- $asList: function() {
- return [W.Node];
- },
- $isList: true,
- $isJavaScriptIndexingBehavior: true
-},
+InputElement: {"": "HtmlElement;value=", $isEventTarget: true},
-HttpRequest: {"": "XmlHttpRequestEventTarget;responseText=",
- open$5$async$password$user: function(receiver, method, url, async, password, user) {
- return receiver.open(method, url, async, user, password);
- },
- open$3$async: function($receiver, method, url, async) {
- return $receiver.open(method, url, async);
- },
- $isHttpRequest: true
-},
+LIElement: {"": "HtmlElement;value="},
-InputElement: {"": "HtmlElement;", $isElement: true, $isNode: true},
+MeterElement: {"": "HtmlElement;value="},
MouseEvent: {"": "UIEvent;", $isMouseEvent: true},
Node: {"": "EventTarget;parent:parentElement=",
- replaceWith$1: function(receiver, otherNode) {
- var $parent, exception;
- try {
- $parent = receiver.parentNode;
- J._replaceChild$2$x($parent, otherNode, receiver);
- } catch (exception) {
- H.unwrapException(exception);
- }
-
- return receiver;
- },
toString$0: function(receiver) {
var t1 = receiver.nodeValue;
return t1 == null ? J.Interceptor.prototype.toString$0.call(this, receiver) : t1;
- },
- _replaceChild$2: function(receiver, newChild, oldChild) {
- return receiver.replaceChild(newChild, oldChild);
- },
- $isNode: true
+ }
},
-NodeList: {"": "Interceptor_ListMixin_ImmutableListMixin0;",
- get$length: function(receiver) {
- return receiver.length;
- },
- $index: function(receiver, index) {
- var t1 = receiver.length;
- if (index >>> 0 !== index || index >= t1)
- throw H.wrapException(new P.RangeError("value " + H.S(index) + " not in range 0.." + t1));
- return receiver[index];
- },
- $indexSet: function(receiver, index, value) {
- throw H.wrapException(new P.UnsupportedError("Cannot assign element of immutable List."));
- },
- elementAt$1: function(receiver, index) {
- if (index < 0 || index >= receiver.length)
- throw H.ioore(receiver, index);
- return receiver[index];
- },
- $asList: function() {
- return [W.Node];
- },
- $isList: true,
- $isJavaScriptIndexingBehavior: true
-},
+OptionElement: {"": "HtmlElement;value="},
+
+OutputElement: {"": "HtmlElement;value="},
+
+ParamElement: {"": "HtmlElement;value="},
-ProgressEvent: {"": "Event;", $isProgressEvent: true},
+ProcessingInstruction: {"": "CharacterData;target="},
-SelectElement: {"": "HtmlElement;length="},
+ProgressElement: {"": "HtmlElement;value="},
+
+SelectElement: {"": "HtmlElement;length=,value="},
+
+TextAreaElement: {"": "HtmlElement;value="},
UIEvent: {"": "Event;"},
@@ -5860,18 +5520,15 @@ Window: {"": "EventTarget;",
},
toString$0: function(receiver) {
return receiver.toString();
- }
-},
-
-XmlHttpRequestEventTarget: {"": "EventTarget;"}}],
-["dart.dom.svg", "dart:svg", , P, {
-SvgElement: {"": "Element;",
- get$children: function(receiver) {
- var t1 = new P.FilteredElementList(receiver, new W._ChildNodeListLazy(receiver));
- H.setRuntimeTypeInfo(t1, [W.Element]);
- return t1;
- }
+ },
+ $isEventTarget: true
}}],
+["dart.dom.svg", "dart:svg", , P, {
+AElement: {"": "GraphicsElement;target="},
+
+GraphicsElement: {"": "SvgElement;"},
+
+SvgElement: {"": "Element;"}}],
["dart.isolate", "dart:isolate", , P, {
_Isolate_port: function() {
if ($.lazyPort == null)
@@ -5935,103 +5592,32 @@ Uint8List: {"": "TypedData_ListMixin_FixedLengthListMixin;",
$isList: true,
$isJavaScriptIndexingBehavior: true
}}],
-["html_common", "dart:html_common", , P, {
-FilteredElementList: {"": "ListBase;_node,_childNodes",
- get$_filtered: function() {
- var t1 = this._childNodes;
- return P.List_List$from(t1.where$1(t1, new P.FilteredElementList__filtered_closure()), true, W.Element);
- },
- forEach$1: function(_, f) {
- H.IterableMixinWorkaround_forEach(this.get$_filtered(), f);
- },
- $indexSet: function(_, index, value) {
- var t1 = this.get$_filtered();
- if (index >>> 0 !== index || index >= t1.length)
- throw H.ioore(t1, index);
- J.replaceWith$1$x(t1[index], value);
- },
- add$1: function(_, value) {
- this._childNodes._this.appendChild(value);
- },
- get$length: function(_) {
- return this.get$_filtered().length;
- },
- $index: function(_, index) {
- var t1 = this.get$_filtered();
- if (index >>> 0 !== index || index >= t1.length)
- throw H.ioore(t1, index);
- return t1[index];
- },
- get$iterator: function(_) {
- var t1 = this.get$_filtered();
- return new H.ListIterator(t1, t1.length, 0, null);
- },
- $asListBase: null,
- $asList: null
-},
-
-FilteredElementList__filtered_closure: {"": "Closure;",
- call$1: function(n) {
- var t1 = J.getInterceptor(n);
- return typeof n === "object" && n !== null && !!t1.$isElement;
- }
-}}],
-["portmanteaux_simple.dart", "portmanteaux_simple.dart", , O, {
+["piratebadge.dart", "piratebadge.dart", , A, {
main: function() {
var t1, t2;
- t1 = document.querySelector("#getWords");
+ $.inputNameElement = document.querySelector("#inputName");
+ t1 = $.inputNameElement;
t1.toString;
- t1 = new W._ElementEventStreamImpl(t1, C.EventStreamProvider_click._eventType, false);
+ t1 = new W._ElementEventStreamImpl(t1, C.EventStreamProvider_change._eventType, false);
H.setRuntimeTypeInfo(t1, [null]);
- t2 = new W._EventStreamSubscription(0, t1._target, t1._eventType, W._EventStreamSubscription__wrapZone(O.makeRequest$closure), t1._useCapture);
+ t2 = new W._EventStreamSubscription(0, t1._target, t1._eventType, W._EventStreamSubscription__wrapZone(A.generateBadge$closure), t1._useCapture);
H.setRuntimeTypeInfo(t2, [H.getRuntimeTypeArgument(t1, "_EventStream", 0)]);
t2._tryResume$0();
- $.wordList = document.querySelector("#wordList");
-},
-
-makeRequest: function(e) {
- W.HttpRequest_getString("portmanteaux_simple.json", null, null).then$1(O.processString$closure).catchError$1(O.handleError$closure);
-},
-
-processString: function(jsonString) {
- var portmanteaux, i, t1, t2;
- portmanteaux = P._parseJson(jsonString, new P.JsonDecoder(null)._reviver);
- if (typeof portmanteaux !== "string" && (typeof portmanteaux !== "object" || portmanteaux === null || portmanteaux.constructor !== Array && !H.isJsIndexable(portmanteaux, portmanteaux[init.dispatchPropertyName])))
- return O.processString$bailout(1, portmanteaux);
- for (i = 0; i < portmanteaux.length; ++i) {
- t1 = J.get$children$x($.wordList);
- t2 = document.createElement("li", null);
- if (i >= portmanteaux.length)
- throw H.ioore(portmanteaux, i);
- t2.textContent = portmanteaux[i];
- t1.add$1(t1, t2);
- }
-},
-
-processString$bailout: function(state0, portmanteaux) {
- var t1, i, t2, t3;
- t1 = J.getInterceptor$asx(portmanteaux);
- i = 0;
- while (true) {
- t2 = t1.get$length(portmanteaux);
- if (typeof t2 !== "number")
- throw H.iae(t2);
- if (!(i < t2))
- break;
- t2 = J.get$children$x($.wordList);
- t3 = document.createElement("li", null);
- t3.textContent = t1.$index(portmanteaux, i);
- t2.add$1(t2, t3);
- ++i;
- }
+ $.genButtonElement = document.querySelector("#generateButton");
+ t2 = $.genButtonElement;
+ t2.toString;
+ t2 = new W._ElementEventStreamImpl(t2, C.EventStreamProvider_click._eventType, false);
+ H.setRuntimeTypeInfo(t2, [null]);
+ t1 = new W._EventStreamSubscription(0, t2._target, t2._eventType, W._EventStreamSubscription__wrapZone(A.generateBadge$closure), t2._useCapture);
+ H.setRuntimeTypeInfo(t1, [H.getRuntimeTypeArgument(t2, "_EventStream", 0)]);
+ t1._tryResume$0();
},
-handleError: function(error) {
- var t1, t2;
- t1 = J.get$children$x($.wordList);
- t2 = document.createElement("li", null);
- t2.textContent = "Request failed.";
- t1.add$1(t1, t2);
+generateBadge: function($event) {
+ if (J.$eq(J.get$target$x($event), $.inputNameElement))
+ document.querySelector("#badgeName").textContent = J.get$value$x($.inputNameElement);
+ else
+ document.querySelector("#badgeName").textContent = "Anne Bonney";
}},
1],
]);
@@ -6067,36 +5653,29 @@ init.globalFunctions._defaultEquals$closure = P._defaultEquals$closure = new H.C
init.globalFunctions._defaultHashCode$closure = P._defaultHashCode$closure = new H.Closure$1(P._defaultHashCode, "_defaultHashCode$closure");
init.globalFunctions.identical$closure = P.identical$closure = new H.Closure$2(P.identical, "identical$closure");
init.globalFunctions.identityHashCode$closure = P.identityHashCode$closure = new H.Closure$1(P.identityHashCode, "identityHashCode$closure");
-init.globalFunctions.main$closure = O.main$closure = new H.Closure$0(O.main, "main$closure");
-init.globalFunctions.makeRequest$closure = O.makeRequest$closure = new H.Closure$1(O.makeRequest, "makeRequest$closure");
-init.globalFunctions.processString$closure = O.processString$closure = new H.Closure$1(O.processString, "processString$closure");
-init.globalFunctions.handleError$closure = O.handleError$closure = new H.Closure$1(O.handleError, "handleError$closure");
+init.globalFunctions.main$closure = A.main$closure = new H.Closure$0(A.main, "main$closure");
+init.globalFunctions.generateBadge$closure = A.generateBadge$closure = new H.Closure$1(A.generateBadge, "generateBadge$closure");
// Runtime type support
J.JSInt.$isint = true;
J.JSInt.$isObject = true;
-W.Node.$isObject = true;
J.JSString.$isString = true;
J.JSString.$isObject = true;
J.JSNumber.$isObject = true;
P.Duration.$isDuration = true;
P.Duration.$isObject = true;
-W.Element.$isObject = true;
-P.Object.$isObject = true;
+W.Event.$isEvent = true;
+W.Event.$isObject = true;
W.MouseEvent.$isEvent = true;
W.MouseEvent.$isObject = true;
P.Symbol.$isSymbol = true;
P.Symbol.$isObject = true;
-W.HttpRequest.$isObject = true;
-W.ProgressEvent.$isEvent = true;
-W.ProgressEvent.$isObject = true;
P.ReceivePort.$isObject = true;
H._IsolateEvent.$isObject = true;
H._IsolateContext.$isObject = true;
J.JSArray.$isObject = true;
P.Future.$isFuture = true;
P.Future.$isObject = true;
-W.Event.$isEvent = true;
-W.Event.$isObject = true;
+P.Object.$isObject = true;
P.Zone.$isZone = true;
P.Zone.$isObject = true;
P.ZoneDelegate.$isZoneDelegate = true;
@@ -6111,8 +5690,6 @@ P.Function.$isFunction = true;
P.Function.$isObject = true;
J.JSBool.$isbool = true;
J.JSBool.$isObject = true;
-P.Error.$isError = true;
-P.Error.$isObject = true;
P.StackTrace.$isStackTrace = true;
P.StackTrace.$isObject = true;
P._EventSink.$is_EventSink = true;
@@ -6193,10 +5770,8 @@ C.C_CloseToken = new H.CloseToken();
C.C_UnknownJavaScriptObject = new J.UnknownJavaScriptObject();
C.C__DelayedDone = new P._DelayedDone();
C.Duration_0 = new P.Duration(0);
+C.EventStreamProvider_change = new W.EventStreamProvider("change");
C.EventStreamProvider_click = new W.EventStreamProvider("click");
-C.EventStreamProvider_error = new W.EventStreamProvider("error");
-C.EventStreamProvider_load = new W.EventStreamProvider("load");
-C.HttpRequest_methods = W.HttpRequest.prototype;
C.JSArray_methods = J.JSArray.prototype;
C.JSInt_methods = J.JSInt.prototype;
C.JSNumber_methods = J.JSNumber.prototype;
@@ -6213,7 +5788,6 @@ Isolate.makeConstantList = function(list) {
return list;
};
C.List_empty = Isolate.makeConstantList([]);
-C.NodeList_methods = W.NodeList.prototype;
C._ZoneSpecification_eDx = new P._ZoneSpecification(P._rootHandleUncaughtError$closure, P._rootRun$closure, P._rootRunUnary$closure, P._rootRegisterCallback$closure, P._rootRegisterUnaryCallback$closure, P._rootScheduleMicrotask$closure, P._rootCreateTimer$closure, P._rootCreatePeriodicTimer$closure, P._rootFork$closure);
C.List_empty0 = H.setRuntimeTypeInfo(Isolate.makeConstantList([]), [P.Symbol]);
C.Map_empty = H.setRuntimeTypeInfo(new H.ConstantStringMap(0, {}, C.List_empty0), [P.Symbol, null]);
@@ -6231,7 +5805,8 @@ $.Zone__current = C._CustomizedZone_WYN;
$.Expando__keyCount = 0;
$.Device__isOpera = null;
$.Device__isWebKit = null;
-$.wordList = null;
+$.inputNameElement = null;
+$.genButtonElement = null;
J.$$dom_addEventListener$3$x = function(receiver, a0, a1, a2) {
return J.getInterceptor$x(receiver).$$dom_addEventListener$3(receiver, a0, a1, a2);
};
@@ -6261,18 +5836,12 @@ J.$indexSet$ax = function(receiver, a0, a1) {
return receiver[a0] = a1;
return J.getInterceptor$ax(receiver).$indexSet(receiver, a0, a1);
};
-J._replaceChild$2$x = function(receiver, a0, a1) {
- return J.getInterceptor$x(receiver)._replaceChild$2(receiver, a0, a1);
-};
J.elementAt$1$ax = function(receiver, a0) {
return J.getInterceptor$ax(receiver).elementAt$1(receiver, a0);
};
J.forEach$1$ax = function(receiver, a0) {
return J.getInterceptor$ax(receiver).forEach$1(receiver, a0);
};
-J.get$children$x = function(receiver) {
- return J.getInterceptor$x(receiver).get$children(receiver);
-};
J.get$hashCode$ = function(receiver) {
return J.getInterceptor(receiver).get$hashCode(receiver);
};
@@ -6282,18 +5851,15 @@ J.get$iterator$ax = function(receiver) {
J.get$length$asx = function(receiver) {
return J.getInterceptor$asx(receiver).get$length(receiver);
};
-J.get$responseText$x = function(receiver) {
- return J.getInterceptor$x(receiver).get$responseText(receiver);
+J.get$target$x = function(receiver) {
+ return J.getInterceptor$x(receiver).get$target(receiver);
+};
+J.get$value$x = function(receiver) {
+ return J.getInterceptor$x(receiver).get$value(receiver);
};
J.map$1$ax = function(receiver, a0) {
return J.getInterceptor$ax(receiver).map$1(receiver, a0);
};
-J.replaceWith$1$x = function(receiver, a0) {
- return J.getInterceptor$x(receiver).replaceWith$1(receiver, a0);
-};
-J.send$2$x = function(receiver, a0, a1) {
- return J.getInterceptor$x(receiver).send$2(receiver, a0, a1);
-};
J.toString$0 = function(receiver) {
return J.getInterceptor(receiver).toString$0(receiver);
};
@@ -6365,21 +5931,29 @@ Isolate.$lazy($, "_toStringList", "Maps__toStringList", "get$Maps__toStringList"
return P.List_List(null, null);
});
// Native classes
-H.defineNativeMethods("DOMError|FileError|MediaError|MediaKeyError|Navigator|NavigatorUserMediaError|PositionError|SQLError|SVGAnimatedNumberList", J.Interceptor);
+H.defineNativeMethods("DOMError|FileError|MediaError|MediaKeyError|Navigator|NavigatorUserMediaError|PositionError|SQLError|SVGAnimatedNumberList|SVGAnimatedString", J.Interceptor);
-H.defineNativeMethods("HTMLAppletElement|HTMLAreaElement|HTMLAudioElement|HTMLBRElement|HTMLBaseElement|HTMLBaseFontElement|HTMLBodyElement|HTMLButtonElement|HTMLCanvasElement|HTMLContentElement|HTMLDListElement|HTMLDataListElement|HTMLDetailsElement|HTMLDialogElement|HTMLDirectoryElement|HTMLDivElement|HTMLEmbedElement|HTMLFieldSetElement|HTMLFontElement|HTMLFrameElement|HTMLFrameSetElement|HTMLHRElement|HTMLHeadElement|HTMLHeadingElement|HTMLHtmlElement|HTMLIFrameElement|HTMLImageElement|HTMLKeygenElement|HTMLLIElement|HTMLLabelElement|HTMLLegendElement|HTMLLinkElement|HTMLMapElement|HTMLMarqueeElement|HTMLMediaElement|HTMLMenuElement|HTMLMetaElement|HTMLMeterElement|HTMLModElement|HTMLOListElement|HTMLObjectElement|HTMLOptGroupElement|HTMLOptionElement|HTMLOutputElement|HTMLParagraphElement|HTMLParamElement|HTMLPreElement|HTMLProgressElement|HTMLQuoteElement|HTMLScriptElement|HTMLShadowElement|HTMLSourceElement|HTMLSpanElement|HTMLStyleElement|HTMLTableCaptionElement|HTMLTableCellElement|HTMLTableColElement|HTMLTableDataCellElement|HTMLTableElement|HTMLTableHeaderCellElement|HTMLTableRowElement|HTMLTableSectionElement|HTMLTemplateElement|HTMLTextAreaElement|HTMLTitleElement|HTMLTrackElement|HTMLUListElement|HTMLUnknownElement|HTMLVideoElement", W.HtmlElement);
+H.defineNativeMethods("HTMLAppletElement|HTMLAudioElement|HTMLBRElement|HTMLBaseFontElement|HTMLBodyElement|HTMLCanvasElement|HTMLContentElement|HTMLDListElement|HTMLDataListElement|HTMLDetailsElement|HTMLDialogElement|HTMLDirectoryElement|HTMLDivElement|HTMLEmbedElement|HTMLFieldSetElement|HTMLFontElement|HTMLFrameElement|HTMLFrameSetElement|HTMLHRElement|HTMLHeadElement|HTMLHeadingElement|HTMLHtmlElement|HTMLIFrameElement|HTMLImageElement|HTMLKeygenElement|HTMLLabelElement|HTMLLegendElement|HTMLLinkElement|HTMLMapElement|HTMLMarqueeElement|HTMLMediaElement|HTMLMenuElement|HTMLMetaElement|HTMLModElement|HTMLOListElement|HTMLObjectElement|HTMLOptGroupElement|HTMLParagraphElement|HTMLPreElement|HTMLQuoteElement|HTMLScriptElement|HTMLShadowElement|HTMLSourceElement|HTMLSpanElement|HTMLStyleElement|HTMLTableCaptionElement|HTMLTableCellElement|HTMLTableColElement|HTMLTableDataCellElement|HTMLTableElement|HTMLTableHeaderCellElement|HTMLTableRowElement|HTMLTableSectionElement|HTMLTemplateElement|HTMLTitleElement|HTMLTrackElement|HTMLUListElement|HTMLUnknownElement|HTMLVideoElement", W.HtmlElement);
H.defineNativeMethodsNonleaf("HTMLElement", W.HtmlElement);
H.defineNativeMethods("HTMLAnchorElement", W.AnchorElement);
-H.defineNativeMethods("CDATASection|CharacterData|Comment|ProcessingInstruction|Text", W.CharacterData);
+H.defineNativeMethods("HTMLAreaElement", W.AreaElement);
+
+H.defineNativeMethods("HTMLBaseElement", W.BaseElement);
+
+H.defineNativeMethods("HTMLButtonElement", W.ButtonElement);
+
+H.defineNativeMethods("CDATASection|Comment|Text", W.CharacterData);
+
+H.defineNativeMethodsNonleaf("CharacterData", W.CharacterData);
H.defineNativeMethods("DOMException", W.DomException);
H.defineNativeMethodsNonleaf("Element", W.Element);
-H.defineNativeMethods("AudioProcessingEvent|AutocompleteErrorEvent|BeforeLoadEvent|CSSFontFaceLoadEvent|CloseEvent|CustomEvent|DeviceMotionEvent|DeviceOrientationEvent|ErrorEvent|HashChangeEvent|IDBVersionChangeEvent|MIDIConnectionEvent|MIDIMessageEvent|MediaKeyEvent|MediaKeyMessageEvent|MediaKeyNeededEvent|MediaStreamEvent|MediaStreamTrackEvent|MessageEvent|MutationEvent|OfflineAudioCompletionEvent|OverflowEvent|PageTransitionEvent|PopStateEvent|RTCDTMFToneChangeEvent|RTCDataChannelEvent|RTCIceCandidateEvent|SecurityPolicyViolationEvent|SpeechInputEvent|SpeechRecognitionError|SpeechRecognitionEvent|SpeechSynthesisEvent|StorageEvent|TrackEvent|TransitionEvent|WebGLContextEvent|WebKitAnimationEvent|WebKitTransitionEvent", W.Event);
+H.defineNativeMethods("AudioProcessingEvent|AutocompleteErrorEvent|BeforeLoadEvent|CSSFontFaceLoadEvent|CloseEvent|CustomEvent|DeviceMotionEvent|DeviceOrientationEvent|ErrorEvent|HashChangeEvent|IDBVersionChangeEvent|MIDIConnectionEvent|MIDIMessageEvent|MediaKeyEvent|MediaKeyMessageEvent|MediaKeyNeededEvent|MediaStreamEvent|MediaStreamTrackEvent|MessageEvent|MutationEvent|OfflineAudioCompletionEvent|OverflowEvent|PageTransitionEvent|PopStateEvent|ProgressEvent|RTCDTMFToneChangeEvent|RTCDataChannelEvent|RTCIceCandidateEvent|ResourceProgressEvent|SecurityPolicyViolationEvent|SpeechInputEvent|SpeechRecognitionError|SpeechRecognitionEvent|SpeechSynthesisEvent|StorageEvent|TrackEvent|TransitionEvent|WebGLContextEvent|WebKitAnimationEvent|WebKitTransitionEvent|XMLHttpRequestProgressEvent", W.Event);
H.defineNativeMethodsNonleaf("Event", W.Event);
@@ -6387,11 +5961,11 @@ H.defineNativeMethodsNonleaf("EventTarget", W.EventTarget);
H.defineNativeMethods("HTMLFormElement", W.FormElement);
-H.defineNativeMethods("HTMLCollection|HTMLFormControlsCollection|HTMLOptionsCollection", W.HtmlCollection);
+H.defineNativeMethods("HTMLInputElement", W.InputElement);
-H.defineNativeMethods("XMLHttpRequest", W.HttpRequest);
+H.defineNativeMethods("HTMLLIElement", W.LIElement);
-H.defineNativeMethods("HTMLInputElement", W.InputElement);
+H.defineNativeMethods("HTMLMeterElement", W.MeterElement);
H.defineNativeMethods("DragEvent|MSPointerEvent|MouseEvent|MouseScrollEvent|MouseWheelEvent|PointerEvent|WheelEvent", W.MouseEvent);
@@ -6399,21 +5973,35 @@ H.defineNativeMethods("Attr|Document|DocumentFragment|DocumentType|Entity|HTMLDo
H.defineNativeMethodsNonleaf("Node", W.Node);
-H.defineNativeMethods("NodeList|RadioNodeList", W.NodeList);
+H.defineNativeMethods("HTMLOptionElement", W.OptionElement);
+
+H.defineNativeMethods("HTMLOutputElement", W.OutputElement);
+
+H.defineNativeMethods("HTMLParamElement", W.ParamElement);
-H.defineNativeMethods("ProgressEvent|ResourceProgressEvent|XMLHttpRequestProgressEvent", W.ProgressEvent);
+H.defineNativeMethods("ProcessingInstruction", W.ProcessingInstruction);
+
+H.defineNativeMethods("HTMLProgressElement", W.ProgressElement);
H.defineNativeMethods("HTMLSelectElement", W.SelectElement);
+H.defineNativeMethods("HTMLTextAreaElement", W.TextAreaElement);
+
H.defineNativeMethods("CompositionEvent|FocusEvent|KeyboardEvent|SVGZoomEvent|TextEvent|TouchEvent", W.UIEvent);
H.defineNativeMethodsNonleaf("UIEvent", W.UIEvent);
H.defineNativeMethods("DOMWindow|Window", W.Window);
-H.defineNativeMethodsNonleaf("XMLHttpRequestEventTarget", W.XmlHttpRequestEventTarget);
+H.defineNativeMethods("SVGAElement", P.AElement);
+
+H.defineNativeMethods("SVGAltGlyphElement|SVGCircleElement|SVGClipPathElement|SVGDefsElement|SVGEllipseElement|SVGForeignObjectElement|SVGGElement|SVGImageElement|SVGLineElement|SVGPathElement|SVGPolygonElement|SVGPolylineElement|SVGRectElement|SVGSVGElement|SVGSwitchElement|SVGTRefElement|SVGTSpanElement|SVGTextContentElement|SVGTextElement|SVGTextPathElement|SVGTextPositioningElement|SVGUseElement", P.GraphicsElement);
-H.defineNativeMethods("SVGAElement|SVGAltGlyphDefElement|SVGAltGlyphElement|SVGAltGlyphItemElement|SVGAnimateColorElement|SVGAnimateElement|SVGAnimateMotionElement|SVGAnimateTransformElement|SVGAnimationElement|SVGCircleElement|SVGClipPathElement|SVGComponentTransferFunctionElement|SVGCursorElement|SVGDefsElement|SVGDescElement|SVGElement|SVGEllipseElement|SVGFEBlendElement|SVGFEColorMatrixElement|SVGFEComponentTransferElement|SVGFECompositeElement|SVGFEConvolveMatrixElement|SVGFEDiffuseLightingElement|SVGFEDisplacementMapElement|SVGFEDistantLightElement|SVGFEDropShadowElement|SVGFEFloodElement|SVGFEFuncAElement|SVGFEFuncBElement|SVGFEFuncGElement|SVGFEFuncRElement|SVGFEGaussianBlurElement|SVGFEImageElement|SVGFEMergeElement|SVGFEMergeNodeElement|SVGFEMorphologyElement|SVGFEOffsetElement|SVGFEPointLightElement|SVGFESpecularLightingElement|SVGFESpotLightElement|SVGFETileElement|SVGFETurbulenceElement|SVGFilterElement|SVGFontElement|SVGFontFaceElement|SVGFontFaceFormatElement|SVGFontFaceNameElement|SVGFontFaceSrcElement|SVGFontFaceUriElement|SVGForeignObjectElement|SVGGElement|SVGGlyphElement|SVGGlyphRefElement|SVGGradientElement|SVGGraphicsElement|SVGHKernElement|SVGImageElement|SVGLineElement|SVGLinearGradientElement|SVGMPathElement|SVGMarkerElement|SVGMaskElement|SVGMetadataElement|SVGMissingGlyphElement|SVGPathElement|SVGPatternElement|SVGPolygonElement|SVGPolylineElement|SVGRadialGradientElement|SVGRectElement|SVGSVGElement|SVGScriptElement|SVGSetElement|SVGStopElement|SVGStyleElement|SVGSwitchElement|SVGSymbolElement|SVGTRefElement|SVGTSpanElement|SVGTextContentElement|SVGTextElement|SVGTextPathElement|SVGTextPositioningElement|SVGTitleElement|SVGUseElement|SVGVKernElement|SVGViewElement", P.SvgElement);
+H.defineNativeMethodsNonleaf("SVGGraphicsElement", P.GraphicsElement);
+
+H.defineNativeMethods("SVGAltGlyphDefElement|SVGAltGlyphItemElement|SVGAnimateColorElement|SVGAnimateElement|SVGAnimateMotionElement|SVGAnimateTransformElement|SVGAnimationElement|SVGComponentTransferFunctionElement|SVGCursorElement|SVGDescElement|SVGFEBlendElement|SVGFEColorMatrixElement|SVGFEComponentTransferElement|SVGFECompositeElement|SVGFEConvolveMatrixElement|SVGFEDiffuseLightingElement|SVGFEDisplacementMapElement|SVGFEDistantLightElement|SVGFEDropShadowElement|SVGFEFloodElement|SVGFEFuncAElement|SVGFEFuncBElement|SVGFEFuncGElement|SVGFEFuncRElement|SVGFEGaussianBlurElement|SVGFEImageElement|SVGFEMergeElement|SVGFEMergeNodeElement|SVGFEMorphologyElement|SVGFEOffsetElement|SVGFEPointLightElement|SVGFESpecularLightingElement|SVGFESpotLightElement|SVGFETileElement|SVGFETurbulenceElement|SVGFilterElement|SVGFontElement|SVGFontFaceElement|SVGFontFaceFormatElement|SVGFontFaceNameElement|SVGFontFaceSrcElement|SVGFontFaceUriElement|SVGGlyphElement|SVGGlyphRefElement|SVGGradientElement|SVGHKernElement|SVGLinearGradientElement|SVGMPathElement|SVGMarkerElement|SVGMaskElement|SVGMetadataElement|SVGMissingGlyphElement|SVGPatternElement|SVGRadialGradientElement|SVGScriptElement|SVGSetElement|SVGStopElement|SVGStyleElement|SVGSymbolElement|SVGTitleElement|SVGVKernElement|SVGViewElement", P.SvgElement);
+
+H.defineNativeMethodsNonleaf("SVGElement", P.SvgElement);
H.defineNativeMethodsExtended("ArrayBufferView", P.TypedData, [P.TypedData_ListMixin, P.TypedData_ListMixin_FixedLengthListMixin]);
@@ -6492,9 +6080,9 @@ Z = convertToFastObject(Z);
init.currentScript = currentScript;
if (typeof dartMainRunner === "function") {
- dartMainRunner(function() { H.startRootIsolate(O.main$closure); });
+ dartMainRunner(function() { H.startRootIsolate(A.main$closure); });
} else {
- H.startRootIsolate(O.main$closure);
+ H.startRootIsolate(A.main$closure);
}
});
// END invoke [main].
@@ -7522,28 +7110,6 @@ function dart_precompiled($collectedClasses) {
if ($desc instanceof Array)
$desc = $desc[1];
MappedListIterable.prototype = $desc;
- function WhereIterable(_iterable, _f) {
- this._iterable = _iterable;
- this._f = _f;
- }
- WhereIterable.builtin$cls = "WhereIterable";
- if (!"name" in WhereIterable)
- WhereIterable.name = "WhereIterable";
- $desc = $collectedClasses.WhereIterable;
- if ($desc instanceof Array)
- $desc = $desc[1];
- WhereIterable.prototype = $desc;
- function WhereIterator(_iterator, _f) {
- this._iterator = _iterator;
- this._f = _f;
- }
- WhereIterator.builtin$cls = "WhereIterator";
- if (!"name" in WhereIterator)
- WhereIterator.name = "WhereIterator";
- $desc = $collectedClasses.WhereIterator;
- if ($desc instanceof Array)
- $desc = $desc[1];
- WhereIterator.prototype = $desc;
function FixedLengthListMixin() {
}
FixedLengthListMixin.builtin$cls = "FixedLengthListMixin";
@@ -8087,10 +7653,10 @@ function dart_precompiled($collectedClasses) {
if ($desc instanceof Array)
$desc = $desc[1];
_ZoneDelegate.prototype = $desc;
- function _CustomizedZone(parent, _specification, _map) {
+ function _CustomizedZone(parent, _specification, _async$_map) {
this.parent = parent;
this._specification = _specification;
- this._map = _map;
+ this._async$_map = _async$_map;
}
_CustomizedZone.builtin$cls = "_CustomizedZone";
if (!"name" in _CustomizedZone)
@@ -8193,8 +7759,8 @@ function dart_precompiled($collectedClasses) {
if ($desc instanceof Array)
$desc = $desc[1];
_HashMap_values_closure.prototype = $desc;
- function HashMapKeyIterable(_collection$_map) {
- this._collection$_map = _collection$_map;
+ function HashMapKeyIterable(_map) {
+ this._map = _map;
}
HashMapKeyIterable.builtin$cls = "HashMapKeyIterable";
if (!"name" in HashMapKeyIterable)
@@ -8203,8 +7769,8 @@ function dart_precompiled($collectedClasses) {
if ($desc instanceof Array)
$desc = $desc[1];
HashMapKeyIterable.prototype = $desc;
- function HashMapKeyIterator(_collection$_map, _collection$_keys, _offset, _collection$_current) {
- this._collection$_map = _collection$_map;
+ function HashMapKeyIterator(_map, _collection$_keys, _offset, _collection$_current) {
+ this._map = _map;
this._collection$_keys = _collection$_keys;
this._offset = _offset;
this._collection$_current = _collection$_current;
@@ -8315,8 +7881,8 @@ function dart_precompiled($collectedClasses) {
LinkedHashMapCell.prototype.get$_previous = function() {
return this._previous;
};
- function LinkedHashMapKeyIterable(_collection$_map) {
- this._collection$_map = _collection$_map;
+ function LinkedHashMapKeyIterable(_map) {
+ this._map = _map;
}
LinkedHashMapKeyIterable.builtin$cls = "LinkedHashMapKeyIterable";
if (!"name" in LinkedHashMapKeyIterable)
@@ -8325,8 +7891,8 @@ function dart_precompiled($collectedClasses) {
if ($desc instanceof Array)
$desc = $desc[1];
LinkedHashMapKeyIterable.prototype = $desc;
- function LinkedHashMapKeyIterator(_collection$_map, _modifications, _cell, _collection$_current) {
- this._collection$_map = _collection$_map;
+ function LinkedHashMapKeyIterator(_map, _modifications, _cell, _collection$_current) {
+ this._map = _map;
this._modifications = _modifications;
this._cell = _cell;
this._collection$_current = _collection$_current;
@@ -8347,15 +7913,6 @@ function dart_precompiled($collectedClasses) {
if ($desc instanceof Array)
$desc = $desc[1];
IterableBase.prototype = $desc;
- function ListBase() {
- }
- ListBase.builtin$cls = "ListBase";
- if (!"name" in ListBase)
- ListBase.name = "ListBase";
- $desc = $collectedClasses.ListBase;
- if ($desc instanceof Array)
- $desc = $desc[1];
- ListBase.prototype = $desc;
function ListMixin() {
}
ListMixin.builtin$cls = "ListMixin";
@@ -8403,44 +7960,6 @@ function dart_precompiled($collectedClasses) {
if ($desc instanceof Array)
$desc = $desc[1];
_ListQueueIterator.prototype = $desc;
- function _convertJsonToDart_closure() {
- }
- _convertJsonToDart_closure.builtin$cls = "_convertJsonToDart_closure";
- if (!"name" in _convertJsonToDart_closure)
- _convertJsonToDart_closure.name = "_convertJsonToDart_closure";
- $desc = $collectedClasses._convertJsonToDart_closure;
- if ($desc instanceof Array)
- $desc = $desc[1];
- _convertJsonToDart_closure.prototype = $desc;
- function _convertJsonToDart_walk(revive_0) {
- this.revive_0 = revive_0;
- }
- _convertJsonToDart_walk.builtin$cls = "_convertJsonToDart_walk";
- if (!"name" in _convertJsonToDart_walk)
- _convertJsonToDart_walk.name = "_convertJsonToDart_walk";
- $desc = $collectedClasses._convertJsonToDart_walk;
- if ($desc instanceof Array)
- $desc = $desc[1];
- _convertJsonToDart_walk.prototype = $desc;
- function Converter() {
- }
- Converter.builtin$cls = "Converter";
- if (!"name" in Converter)
- Converter.name = "Converter";
- $desc = $collectedClasses.Converter;
- if ($desc instanceof Array)
- $desc = $desc[1];
- Converter.prototype = $desc;
- function JsonDecoder(_reviver) {
- this._reviver = _reviver;
- }
- JsonDecoder.builtin$cls = "JsonDecoder";
- if (!"name" in JsonDecoder)
- JsonDecoder.name = "JsonDecoder";
- $desc = $collectedClasses.JsonDecoder;
- if ($desc instanceof Array)
- $desc = $desc[1];
- JsonDecoder.prototype = $desc;
function NoSuchMethodError_toString_closure(box_0) {
this.box_0 = box_0;
}
@@ -8576,16 +8095,6 @@ function dart_precompiled($collectedClasses) {
if ($desc instanceof Array)
$desc = $desc[1];
_ExceptionImplementation.prototype = $desc;
- function FormatException(message) {
- this.message = message;
- }
- FormatException.builtin$cls = "FormatException";
- if (!"name" in FormatException)
- FormatException.name = "FormatException";
- $desc = $collectedClasses.FormatException;
- if ($desc instanceof Array)
- $desc = $desc[1];
- FormatException.prototype = $desc;
function Expando(name) {
this.name = name;
}
@@ -8672,107 +8181,7 @@ function dart_precompiled($collectedClasses) {
if ($desc instanceof Array)
$desc = $desc[1];
Symbol.prototype = $desc;
- function _ChildrenElementList(_element, _childElements) {
- this._element = _element;
- this._childElements = _childElements;
- }
- _ChildrenElementList.builtin$cls = "_ChildrenElementList";
- if (!"name" in _ChildrenElementList)
- _ChildrenElementList.name = "_ChildrenElementList";
- $desc = $collectedClasses._ChildrenElementList;
- if ($desc instanceof Array)
- $desc = $desc[1];
- _ChildrenElementList.prototype = $desc;
- function Interceptor_ListMixin() {
- }
- Interceptor_ListMixin.builtin$cls = "Interceptor_ListMixin";
- if (!"name" in Interceptor_ListMixin)
- Interceptor_ListMixin.name = "Interceptor_ListMixin";
- $desc = $collectedClasses.Interceptor_ListMixin;
- if ($desc instanceof Array)
- $desc = $desc[1];
- Interceptor_ListMixin.prototype = $desc;
- function Interceptor_ListMixin_ImmutableListMixin() {
- }
- Interceptor_ListMixin_ImmutableListMixin.builtin$cls = "Interceptor_ListMixin_ImmutableListMixin";
- if (!"name" in Interceptor_ListMixin_ImmutableListMixin)
- Interceptor_ListMixin_ImmutableListMixin.name = "Interceptor_ListMixin_ImmutableListMixin";
- $desc = $collectedClasses.Interceptor_ListMixin_ImmutableListMixin;
- if ($desc instanceof Array)
- $desc = $desc[1];
- Interceptor_ListMixin_ImmutableListMixin.prototype = $desc;
- function HttpRequest_getString_closure() {
- }
- HttpRequest_getString_closure.builtin$cls = "HttpRequest_getString_closure";
- if (!"name" in HttpRequest_getString_closure)
- HttpRequest_getString_closure.name = "HttpRequest_getString_closure";
- $desc = $collectedClasses.HttpRequest_getString_closure;
- if ($desc instanceof Array)
- $desc = $desc[1];
- HttpRequest_getString_closure.prototype = $desc;
- function HttpRequest_request_closure1(xhr_0) {
- this.xhr_0 = xhr_0;
- }
- HttpRequest_request_closure1.builtin$cls = "HttpRequest_request_closure1";
- if (!"name" in HttpRequest_request_closure1)
- HttpRequest_request_closure1.name = "HttpRequest_request_closure1";
- $desc = $collectedClasses.HttpRequest_request_closure1;
- if ($desc instanceof Array)
- $desc = $desc[1];
- HttpRequest_request_closure1.prototype = $desc;
- function HttpRequest_request_closure(completer_1, xhr_2) {
- this.completer_1 = completer_1;
- this.xhr_2 = xhr_2;
- }
- HttpRequest_request_closure.builtin$cls = "HttpRequest_request_closure";
- if (!"name" in HttpRequest_request_closure)
- HttpRequest_request_closure.name = "HttpRequest_request_closure";
- $desc = $collectedClasses.HttpRequest_request_closure;
- if ($desc instanceof Array)
- $desc = $desc[1];
- HttpRequest_request_closure.prototype = $desc;
- function HttpRequest_request_closure0(completer_3) {
- this.completer_3 = completer_3;
- }
- HttpRequest_request_closure0.builtin$cls = "HttpRequest_request_closure0";
- if (!"name" in HttpRequest_request_closure0)
- HttpRequest_request_closure0.name = "HttpRequest_request_closure0";
- $desc = $collectedClasses.HttpRequest_request_closure0;
- if ($desc instanceof Array)
- $desc = $desc[1];
- HttpRequest_request_closure0.prototype = $desc;
- function _ChildNodeListLazy(_this) {
- this._this = _this;
- }
- _ChildNodeListLazy.builtin$cls = "_ChildNodeListLazy";
- if (!"name" in _ChildNodeListLazy)
- _ChildNodeListLazy.name = "_ChildNodeListLazy";
- $desc = $collectedClasses._ChildNodeListLazy;
- if ($desc instanceof Array)
- $desc = $desc[1];
- _ChildNodeListLazy.prototype = $desc;
- function Interceptor_ListMixin0() {
- }
- Interceptor_ListMixin0.builtin$cls = "Interceptor_ListMixin0";
- if (!"name" in Interceptor_ListMixin0)
- Interceptor_ListMixin0.name = "Interceptor_ListMixin0";
- $desc = $collectedClasses.Interceptor_ListMixin0;
- if ($desc instanceof Array)
- $desc = $desc[1];
- Interceptor_ListMixin0.prototype = $desc;
- function Interceptor_ListMixin_ImmutableListMixin0() {
- }
- Interceptor_ListMixin_ImmutableListMixin0.builtin$cls = "Interceptor_ListMixin_ImmutableListMixin0";
- if (!"name" in Interceptor_ListMixin_ImmutableListMixin0)
- Interceptor_ListMixin_ImmutableListMixin0.name = "Interceptor_ListMixin_ImmutableListMixin0";
- $desc = $collectedClasses.Interceptor_ListMixin_ImmutableListMixin0;
- if ($desc instanceof Array)
- $desc = $desc[1];
- Interceptor_ListMixin_ImmutableListMixin0.prototype = $desc;
- function _EventStream(_target, _eventType, _useCapture) {
- this._target = _target;
- this._eventType = _eventType;
- this._useCapture = _useCapture;
+ function _EventStream() {
}
_EventStream.builtin$cls = "_EventStream";
if (!"name" in _EventStream)
@@ -8817,28 +8226,6 @@ function dart_precompiled($collectedClasses) {
if ($desc instanceof Array)
$desc = $desc[1];
EventStreamProvider.prototype = $desc;
- function ImmutableListMixin() {
- }
- ImmutableListMixin.builtin$cls = "ImmutableListMixin";
- if (!"name" in ImmutableListMixin)
- ImmutableListMixin.name = "ImmutableListMixin";
- $desc = $collectedClasses.ImmutableListMixin;
- if ($desc instanceof Array)
- $desc = $desc[1];
- ImmutableListMixin.prototype = $desc;
- function FixedSizeListIterator(_array, _html$_length, _html$_position, _html$_current) {
- this._array = _array;
- this._html$_length = _html$_length;
- this._html$_position = _html$_position;
- this._html$_current = _html$_current;
- }
- FixedSizeListIterator.builtin$cls = "FixedSizeListIterator";
- if (!"name" in FixedSizeListIterator)
- FixedSizeListIterator.name = "FixedSizeListIterator";
- $desc = $collectedClasses.FixedSizeListIterator;
- if ($desc instanceof Array)
- $desc = $desc[1];
- FixedSizeListIterator.prototype = $desc;
function _DOMWindowCrossFrame(_window) {
this._window = _window;
}
@@ -8876,26 +8263,6 @@ function dart_precompiled($collectedClasses) {
if ($desc instanceof Array)
$desc = $desc[1];
TypedData_ListMixin_FixedLengthListMixin.prototype = $desc;
- function FilteredElementList(_node, _childNodes) {
- this._node = _node;
- this._childNodes = _childNodes;
- }
- FilteredElementList.builtin$cls = "FilteredElementList";
- if (!"name" in FilteredElementList)
- FilteredElementList.name = "FilteredElementList";
- $desc = $collectedClasses.FilteredElementList;
- if ($desc instanceof Array)
- $desc = $desc[1];
- FilteredElementList.prototype = $desc;
- function FilteredElementList__filtered_closure() {
- }
- FilteredElementList__filtered_closure.builtin$cls = "FilteredElementList__filtered_closure";
- if (!"name" in FilteredElementList__filtered_closure)
- FilteredElementList__filtered_closure.name = "FilteredElementList__filtered_closure";
- $desc = $collectedClasses.FilteredElementList__filtered_closure;
- if ($desc instanceof Array)
- $desc = $desc[1];
- FilteredElementList__filtered_closure.prototype = $desc;
function HtmlElement() {
}
HtmlElement.builtin$cls = "HtmlElement";
@@ -8914,6 +8281,9 @@ function dart_precompiled($collectedClasses) {
if ($desc instanceof Array)
$desc = $desc[1];
AnchorElement.prototype = $desc;
+ AnchorElement.prototype.get$target = function(receiver) {
+ return receiver.target;
+ };
function AnimationEvent() {
}
AnimationEvent.builtin$cls = "AnimationEvent";
@@ -8932,6 +8302,9 @@ function dart_precompiled($collectedClasses) {
if ($desc instanceof Array)
$desc = $desc[1];
AreaElement.prototype = $desc;
+ AreaElement.prototype.get$target = function(receiver) {
+ return receiver.target;
+ };
function AudioElement() {
}
AudioElement.builtin$cls = "AudioElement";
@@ -8968,6 +8341,9 @@ function dart_precompiled($collectedClasses) {
if ($desc instanceof Array)
$desc = $desc[1];
BaseElement.prototype = $desc;
+ BaseElement.prototype.get$target = function(receiver) {
+ return receiver.target;
+ };
function BeforeLoadEvent() {
}
BeforeLoadEvent.builtin$cls = "BeforeLoadEvent";
@@ -8995,6 +8371,9 @@ function dart_precompiled($collectedClasses) {
if ($desc instanceof Array)
$desc = $desc[1];
ButtonElement.prototype = $desc;
+ ButtonElement.prototype.get$value = function(receiver) {
+ return receiver.value;
+ };
function CDataSection() {
}
CDataSection.builtin$cls = "CDataSection";
@@ -9271,6 +8650,9 @@ function dart_precompiled($collectedClasses) {
FormElement.prototype.get$length = function(receiver) {
return receiver.length;
};
+ FormElement.prototype.get$target = function(receiver) {
+ return receiver.target;
+ };
function HRElement() {
}
HRElement.builtin$cls = "HRElement";
@@ -9307,15 +8689,6 @@ function dart_precompiled($collectedClasses) {
if ($desc instanceof Array)
$desc = $desc[1];
HeadingElement.prototype = $desc;
- function HtmlCollection() {
- }
- HtmlCollection.builtin$cls = "HtmlCollection";
- if (!"name" in HtmlCollection)
- HtmlCollection.name = "HtmlCollection";
- $desc = $collectedClasses.HtmlCollection;
- if ($desc instanceof Array)
- $desc = $desc[1];
- HtmlCollection.prototype = $desc;
function HtmlDocument() {
}
HtmlDocument.builtin$cls = "HtmlDocument";
@@ -9325,15 +8698,6 @@ function dart_precompiled($collectedClasses) {
if ($desc instanceof Array)
$desc = $desc[1];
HtmlDocument.prototype = $desc;
- function HtmlFormControlsCollection() {
- }
- HtmlFormControlsCollection.builtin$cls = "HtmlFormControlsCollection";
- if (!"name" in HtmlFormControlsCollection)
- HtmlFormControlsCollection.name = "HtmlFormControlsCollection";
- $desc = $collectedClasses.HtmlFormControlsCollection;
- if ($desc instanceof Array)
- $desc = $desc[1];
- HtmlFormControlsCollection.prototype = $desc;
function HtmlHtmlElement() {
}
HtmlHtmlElement.builtin$cls = "HtmlHtmlElement";
@@ -9343,27 +8707,6 @@ function dart_precompiled($collectedClasses) {
if ($desc instanceof Array)
$desc = $desc[1];
HtmlHtmlElement.prototype = $desc;
- function HtmlOptionsCollection() {
- }
- HtmlOptionsCollection.builtin$cls = "HtmlOptionsCollection";
- if (!"name" in HtmlOptionsCollection)
- HtmlOptionsCollection.name = "HtmlOptionsCollection";
- $desc = $collectedClasses.HtmlOptionsCollection;
- if ($desc instanceof Array)
- $desc = $desc[1];
- HtmlOptionsCollection.prototype = $desc;
- function HttpRequest() {
- }
- HttpRequest.builtin$cls = "HttpRequest";
- if (!"name" in HttpRequest)
- HttpRequest.name = "HttpRequest";
- $desc = $collectedClasses.HttpRequest;
- if ($desc instanceof Array)
- $desc = $desc[1];
- HttpRequest.prototype = $desc;
- HttpRequest.prototype.get$responseText = function(receiver) {
- return receiver.responseText;
- };
function IFrameElement() {
}
IFrameElement.builtin$cls = "IFrameElement";
@@ -9391,6 +8734,9 @@ function dart_precompiled($collectedClasses) {
if ($desc instanceof Array)
$desc = $desc[1];
InputElement.prototype = $desc;
+ InputElement.prototype.get$value = function(receiver) {
+ return receiver.value;
+ };
function KeyboardEvent() {
}
KeyboardEvent.builtin$cls = "KeyboardEvent";
@@ -9418,6 +8764,9 @@ function dart_precompiled($collectedClasses) {
if ($desc instanceof Array)
$desc = $desc[1];
LIElement.prototype = $desc;
+ LIElement.prototype.get$value = function(receiver) {
+ return receiver.value;
+ };
function LabelElement() {
}
LabelElement.builtin$cls = "LabelElement";
@@ -9562,6 +8911,9 @@ function dart_precompiled($collectedClasses) {
if ($desc instanceof Array)
$desc = $desc[1];
MeterElement.prototype = $desc;
+ MeterElement.prototype.get$value = function(receiver) {
+ return receiver.value;
+ };
function MidiConnectionEvent() {
}
MidiConnectionEvent.builtin$cls = "MidiConnectionEvent";
@@ -9637,15 +8989,6 @@ function dart_precompiled($collectedClasses) {
Node.prototype.get$parent = function(receiver) {
return receiver.parentElement;
};
- function NodeList() {
- }
- NodeList.builtin$cls = "NodeList";
- if (!"name" in NodeList)
- NodeList.name = "NodeList";
- $desc = $collectedClasses.NodeList;
- if ($desc instanceof Array)
- $desc = $desc[1];
- NodeList.prototype = $desc;
function Notation() {
}
Notation.builtin$cls = "Notation";
@@ -9691,6 +9034,9 @@ function dart_precompiled($collectedClasses) {
if ($desc instanceof Array)
$desc = $desc[1];
OptionElement.prototype = $desc;
+ OptionElement.prototype.get$value = function(receiver) {
+ return receiver.value;
+ };
function OutputElement() {
}
OutputElement.builtin$cls = "OutputElement";
@@ -9700,6 +9046,9 @@ function dart_precompiled($collectedClasses) {
if ($desc instanceof Array)
$desc = $desc[1];
OutputElement.prototype = $desc;
+ OutputElement.prototype.get$value = function(receiver) {
+ return receiver.value;
+ };
function OverflowEvent() {
}
OverflowEvent.builtin$cls = "OverflowEvent";
@@ -9736,6 +9085,9 @@ function dart_precompiled($collectedClasses) {
if ($desc instanceof Array)
$desc = $desc[1];
ParamElement.prototype = $desc;
+ ParamElement.prototype.get$value = function(receiver) {
+ return receiver.value;
+ };
function PopStateEvent() {
}
PopStateEvent.builtin$cls = "PopStateEvent";
@@ -9772,6 +9124,9 @@ function dart_precompiled($collectedClasses) {
if ($desc instanceof Array)
$desc = $desc[1];
ProcessingInstruction.prototype = $desc;
+ ProcessingInstruction.prototype.get$target = function(receiver) {
+ return receiver.target;
+ };
function ProgressElement() {
}
ProgressElement.builtin$cls = "ProgressElement";
@@ -9781,6 +9136,9 @@ function dart_precompiled($collectedClasses) {
if ($desc instanceof Array)
$desc = $desc[1];
ProgressElement.prototype = $desc;
+ ProgressElement.prototype.get$value = function(receiver) {
+ return receiver.value;
+ };
function ProgressEvent() {
}
ProgressEvent.builtin$cls = "ProgressEvent";
@@ -9865,6 +9223,9 @@ function dart_precompiled($collectedClasses) {
SelectElement.prototype.get$length = function(receiver) {
return receiver.length;
};
+ SelectElement.prototype.get$value = function(receiver) {
+ return receiver.value;
+ };
function ShadowElement() {
}
ShadowElement.builtin$cls = "ShadowElement";
@@ -10036,6 +9397,9 @@ function dart_precompiled($collectedClasses) {
if ($desc instanceof Array)
$desc = $desc[1];
TextAreaElement.prototype = $desc;
+ TextAreaElement.prototype.get$value = function(receiver) {
+ return receiver.value;
+ };
function TextEvent() {
}
TextEvent.builtin$cls = "TextEvent";
@@ -10144,15 +9508,6 @@ function dart_precompiled($collectedClasses) {
if ($desc instanceof Array)
$desc = $desc[1];
Window.prototype = $desc;
- function XmlHttpRequestEventTarget() {
- }
- XmlHttpRequestEventTarget.builtin$cls = "XmlHttpRequestEventTarget";
- if (!"name" in XmlHttpRequestEventTarget)
- XmlHttpRequestEventTarget.name = "XmlHttpRequestEventTarget";
- $desc = $collectedClasses.XmlHttpRequestEventTarget;
- if ($desc instanceof Array)
- $desc = $desc[1];
- XmlHttpRequestEventTarget.prototype = $desc;
function _Attr() {
}
_Attr.builtin$cls = "_Attr";
@@ -10261,6 +9616,9 @@ function dart_precompiled($collectedClasses) {
if ($desc instanceof Array)
$desc = $desc[1];
AElement.prototype = $desc;
+ AElement.prototype.get$target = function(receiver) {
+ return receiver.target;
+ };
function AltGlyphElement() {
}
AltGlyphElement.builtin$cls = "AltGlyphElement";
@@ -10306,6 +9664,15 @@ function dart_precompiled($collectedClasses) {
if ($desc instanceof Array)
$desc = $desc[1];
AnimatedNumberList.prototype = $desc;
+ function AnimatedString() {
+ }
+ AnimatedString.builtin$cls = "AnimatedString";
+ if (!"name" in AnimatedString)
+ AnimatedString.name = "AnimatedString";
+ $desc = $collectedClasses.AnimatedString;
+ if ($desc instanceof Array)
+ $desc = $desc[1];
+ AnimatedString.prototype = $desc;
function AnimationElement() {
}
AnimationElement.builtin$cls = "AnimationElement";
@@ -11170,5 +10537,5 @@ function dart_precompiled($collectedClasses) {
if ($desc instanceof Array)
$desc = $desc[1];
Closure$5.prototype = $desc;
- return [JS_CONST, Interceptor, JSBool, JSNull, JavaScriptObject, PlainJavaScriptObject, UnknownJavaScriptObject, JSArray, JSMutableArray, JSFixedArray, JSExtendableArray, JSNumber, JSInt, JSDouble, JSString, CloseToken, JsIsolateSink, _Manager, _IsolateContext, _EventLoop, _EventLoop__runHelper_next, _IsolateEvent, _MainManagerStub, IsolateNatives__processWorkerMessage_closure, _BaseSendPort, _BaseSendPort_call_closure, _NativeJsSendPort, _NativeJsSendPort_send_closure, _NativeJsSendPort_send__closure, _WorkerSendPort, _WorkerSendPort_send_closure, ReceivePortImpl, _waitForPendingPorts_closure, _PendingSendPortFinder, _PendingSendPortFinder_visitList_closure, _PendingSendPortFinder_visitMap_closure, _JsSerializer, _JsCopier, _JsDeserializer, _JsVisitedMap, _MessageTraverserVisitedMap, _MessageTraverser, _Copier, _Copier_visitMap_closure, _Serializer, _Deserializer, TimerImpl, TimerImpl_internalCallback, TimerImpl_internalCallback0, TimerImpl$periodic_closure, ConstantMap, ConstantStringMap, ConstantStringMap_forEach_closure, ConstantStringMap_values_closure, _ConstantMapKeyIterable, TypeErrorDecoder, NullError, JsNoSuchMethodError, UnknownJsTypeError, unwrapException_saveStackTrace, _StackTrace, invokeClosure_closure, invokeClosure_closure0, invokeClosure_closure1, invokeClosure_closure2, invokeClosure_closure3, Closure, BoundClosure, applyExperimentalFixup_newGetTagDartFunction, ListIterable, ListIterator, MappedIterable, MappedIterator, MappedListIterable, WhereIterable, WhereIterator, FixedLengthListMixin, Future, Future_wait_handleError, Future_wait_closure, _Completer, _AsyncCompleter, _Future, BoundClosure$2, _Future__addListener_closure, _Future__chainFutures_closure, _Future__chainFutures_closure0, _Future__asyncComplete_closure, _Future__asyncCompleteError_closure, _Future__propagateToListeners_closure, _Future__propagateToListeners_closure0, _Future__propagateToListeners__closure, _Future__propagateToListeners__closure0, Stream, Stream_forEach_closure, Stream_forEach__closure, Stream_forEach__closure0, Stream_forEach_closure0, Stream_length_closure, Stream_length_closure0, Stream_toList_closure, Stream_toList_closure0, StreamSubscription, EventSink, _EventSink, _BufferingStreamSubscription, BoundClosure$0, _DelayedEvent, _DelayedData, _DelayedError, _DelayedDone, _PendingEvents, _PendingEvents_schedule_closure, _StreamImplEvents, _cancelAndError_closure, _ForwardingStream, _ForwardingStreamSubscription, BoundClosure$1, _MapStream, Timer, ZoneSpecification, _ZoneSpecification, ZoneDelegate, Zone, _ZoneDelegate, _CustomizedZone, _CustomizedZone_bindCallback_closure, _CustomizedZone_bindCallback_closure0, _CustomizedZone_bindUnaryCallback_closure, _CustomizedZone_bindUnaryCallback_closure0, _rootHandleUncaughtError_closure, _rootFork_closure, _HashMap, _HashMap_values_closure, HashMapKeyIterable, HashMapKeyIterator, _LinkedHashMap, _LinkedHashMap_values_closure, _LinkedIdentityHashMap, _LinkedCustomHashMap, _LinkedCustomHashMap_closure, LinkedHashMapCell, LinkedHashMapKeyIterable, LinkedHashMapKeyIterator, IterableBase, ListBase, ListMixin, Maps_mapToString_closure, ListQueue, _ListQueueIterator, _convertJsonToDart_closure, _convertJsonToDart_walk, Converter, JsonDecoder, NoSuchMethodError_toString_closure, Duration, Duration_toString_sixDigits, Duration_toString_twoDigits, Error, NullThrownError, ArgumentError, RangeError, UnsupportedError, StateError, ConcurrentModificationError, StackOverflowError, CyclicInitializationError, _ExceptionImplementation, FormatException, Expando, Function, Iterator, Map, Null, Object, StackTrace, StringBuffer, Symbol, _ChildrenElementList, Interceptor_ListMixin, Interceptor_ListMixin_ImmutableListMixin, HttpRequest_getString_closure, HttpRequest_request_closure1, HttpRequest_request_closure, HttpRequest_request_closure0, _ChildNodeListLazy, Interceptor_ListMixin0, Interceptor_ListMixin_ImmutableListMixin0, _EventStream, _ElementEventStreamImpl, _EventStreamSubscription, EventStreamProvider, ImmutableListMixin, FixedSizeListIterator, _DOMWindowCrossFrame, ReceivePort, TypedData_ListMixin, TypedData_ListMixin_FixedLengthListMixin, FilteredElementList, FilteredElementList__filtered_closure, HtmlElement, AnchorElement, AnimationEvent, AreaElement, AudioElement, AutocompleteErrorEvent, BRElement, BaseElement, BeforeLoadEvent, BodyElement, ButtonElement, CDataSection, CanvasElement, CharacterData, CloseEvent, Comment, CompositionEvent, ContentElement, CssFontFaceLoadEvent, CustomEvent, DListElement, DataListElement, DetailsElement, DeviceMotionEvent, DeviceOrientationEvent, DialogElement, DivElement, Document, DocumentFragment, DocumentType, DomError, DomException, Element, EmbedElement, ErrorEvent, Event, EventTarget, FieldSetElement, FileError, FocusEvent, FormElement, HRElement, HashChangeEvent, HeadElement, HeadingElement, HtmlCollection, HtmlDocument, HtmlFormControlsCollection, HtmlHtmlElement, HtmlOptionsCollection, HttpRequest, IFrameElement, ImageElement, InputElement, KeyboardEvent, KeygenElement, LIElement, LabelElement, LegendElement, LinkElement, MapElement, MediaElement, MediaError, MediaKeyError, MediaKeyEvent, MediaKeyMessageEvent, MediaKeyNeededEvent, MediaStreamEvent, MediaStreamTrackEvent, MenuElement, MessageEvent, MetaElement, MeterElement, MidiConnectionEvent, MidiMessageEvent, ModElement, MouseEvent, MutationEvent, Navigator, NavigatorUserMediaError, Node, NodeList, Notation, OListElement, ObjectElement, OptGroupElement, OptionElement, OutputElement, OverflowEvent, PageTransitionEvent, ParagraphElement, ParamElement, PopStateEvent, PositionError, PreElement, ProcessingInstruction, ProgressElement, ProgressEvent, QuoteElement, ResourceProgressEvent, RtcDataChannelEvent, RtcDtmfToneChangeEvent, RtcIceCandidateEvent, ScriptElement, SecurityPolicyViolationEvent, SelectElement, ShadowElement, ShadowRoot, SourceElement, SpanElement, SpeechInputEvent, SpeechRecognitionError, SpeechRecognitionEvent, SpeechSynthesisEvent, StorageEvent, StyleElement, TableCaptionElement, TableCellElement, TableColElement, TableElement, TableRowElement, TableSectionElement, TemplateElement, Text, TextAreaElement, TextEvent, TitleElement, TouchEvent, TrackElement, TrackEvent, TransitionEvent, UIEvent, UListElement, UnknownElement, VideoElement, WheelEvent, Window, XmlHttpRequestEventTarget, _Attr, _Entity, _HTMLAppletElement, _HTMLBaseFontElement, _HTMLDirectoryElement, _HTMLFontElement, _HTMLFrameElement, _HTMLFrameSetElement, _HTMLMarqueeElement, _XMLHttpRequestProgressEvent, VersionChangeEvent, AElement, AltGlyphElement, AnimateElement, AnimateMotionElement, AnimateTransformElement, AnimatedNumberList, AnimationElement, CircleElement, ClipPathElement, DefsElement, DescElement, EllipseElement, FEBlendElement, FEColorMatrixElement, FEComponentTransferElement, FECompositeElement, FEConvolveMatrixElement, FEDiffuseLightingElement, FEDisplacementMapElement, FEDistantLightElement, FEFloodElement, FEFuncAElement, FEFuncBElement, FEFuncGElement, FEFuncRElement, FEGaussianBlurElement, FEImageElement, FEMergeElement, FEMergeNodeElement, FEMorphologyElement, FEOffsetElement, FEPointLightElement, FESpecularLightingElement, FESpotLightElement, FETileElement, FETurbulenceElement, FilterElement, ForeignObjectElement, GElement, GraphicsElement, ImageElement0, LineElement, LinearGradientElement, MarkerElement, MaskElement, MetadataElement, PathElement, PatternElement, PolygonElement, PolylineElement, RadialGradientElement, RectElement, ScriptElement0, SetElement, StopElement, StyleElement0, SvgDocument, SvgElement, SvgSvgElement, SwitchElement, SymbolElement, TSpanElement, TextContentElement, TextElement, TextPathElement, TextPositioningElement, TitleElement0, UseElement, ViewElement, ZoomEvent, _GradientElement, _SVGAltGlyphDefElement, _SVGAltGlyphItemElement, _SVGAnimateColorElement, _SVGComponentTransferFunctionElement, _SVGCursorElement, _SVGFEDropShadowElement, _SVGFontElement, _SVGFontFaceElement, _SVGFontFaceFormatElement, _SVGFontFaceNameElement, _SVGFontFaceSrcElement, _SVGFontFaceUriElement, _SVGGlyphElement, _SVGGlyphRefElement, _SVGHKernElement, _SVGMPathElement, _SVGMissingGlyphElement, _SVGTRefElement, _SVGVKernElement, AudioProcessingEvent, OfflineAudioCompletionEvent, ContextEvent, SqlError, TypedData, Uint8List, Closure$2, Closure$0, Closure$7, Closure$1, Closure$4, Closure$5];
+ return [JS_CONST, Interceptor, JSBool, JSNull, JavaScriptObject, PlainJavaScriptObject, UnknownJavaScriptObject, JSArray, JSMutableArray, JSFixedArray, JSExtendableArray, JSNumber, JSInt, JSDouble, JSString, CloseToken, JsIsolateSink, _Manager, _IsolateContext, _EventLoop, _EventLoop__runHelper_next, _IsolateEvent, _MainManagerStub, IsolateNatives__processWorkerMessage_closure, _BaseSendPort, _BaseSendPort_call_closure, _NativeJsSendPort, _NativeJsSendPort_send_closure, _NativeJsSendPort_send__closure, _WorkerSendPort, _WorkerSendPort_send_closure, ReceivePortImpl, _waitForPendingPorts_closure, _PendingSendPortFinder, _PendingSendPortFinder_visitList_closure, _PendingSendPortFinder_visitMap_closure, _JsSerializer, _JsCopier, _JsDeserializer, _JsVisitedMap, _MessageTraverserVisitedMap, _MessageTraverser, _Copier, _Copier_visitMap_closure, _Serializer, _Deserializer, TimerImpl, TimerImpl_internalCallback, TimerImpl_internalCallback0, TimerImpl$periodic_closure, ConstantMap, ConstantStringMap, ConstantStringMap_forEach_closure, ConstantStringMap_values_closure, _ConstantMapKeyIterable, TypeErrorDecoder, NullError, JsNoSuchMethodError, UnknownJsTypeError, unwrapException_saveStackTrace, _StackTrace, invokeClosure_closure, invokeClosure_closure0, invokeClosure_closure1, invokeClosure_closure2, invokeClosure_closure3, Closure, BoundClosure, applyExperimentalFixup_newGetTagDartFunction, ListIterable, ListIterator, MappedIterable, MappedIterator, MappedListIterable, FixedLengthListMixin, Future, Future_wait_handleError, Future_wait_closure, _Completer, _AsyncCompleter, _Future, BoundClosure$2, _Future__addListener_closure, _Future__chainFutures_closure, _Future__chainFutures_closure0, _Future__asyncComplete_closure, _Future__asyncCompleteError_closure, _Future__propagateToListeners_closure, _Future__propagateToListeners_closure0, _Future__propagateToListeners__closure, _Future__propagateToListeners__closure0, Stream, Stream_forEach_closure, Stream_forEach__closure, Stream_forEach__closure0, Stream_forEach_closure0, Stream_length_closure, Stream_length_closure0, Stream_toList_closure, Stream_toList_closure0, StreamSubscription, EventSink, _EventSink, _BufferingStreamSubscription, BoundClosure$0, _DelayedEvent, _DelayedData, _DelayedError, _DelayedDone, _PendingEvents, _PendingEvents_schedule_closure, _StreamImplEvents, _cancelAndError_closure, _ForwardingStream, _ForwardingStreamSubscription, BoundClosure$1, _MapStream, Timer, ZoneSpecification, _ZoneSpecification, ZoneDelegate, Zone, _ZoneDelegate, _CustomizedZone, _CustomizedZone_bindCallback_closure, _CustomizedZone_bindCallback_closure0, _CustomizedZone_bindUnaryCallback_closure, _CustomizedZone_bindUnaryCallback_closure0, _rootHandleUncaughtError_closure, _rootFork_closure, _HashMap, _HashMap_values_closure, HashMapKeyIterable, HashMapKeyIterator, _LinkedHashMap, _LinkedHashMap_values_closure, _LinkedIdentityHashMap, _LinkedCustomHashMap, _LinkedCustomHashMap_closure, LinkedHashMapCell, LinkedHashMapKeyIterable, LinkedHashMapKeyIterator, IterableBase, ListMixin, Maps_mapToString_closure, ListQueue, _ListQueueIterator, NoSuchMethodError_toString_closure, Duration, Duration_toString_sixDigits, Duration_toString_twoDigits, Error, NullThrownError, ArgumentError, RangeError, UnsupportedError, StateError, ConcurrentModificationError, StackOverflowError, CyclicInitializationError, _ExceptionImplementation, Expando, Function, Iterator, Map, Null, Object, StackTrace, StringBuffer, Symbol, _EventStream, _ElementEventStreamImpl, _EventStreamSubscription, EventStreamProvider, _DOMWindowCrossFrame, ReceivePort, TypedData_ListMixin, TypedData_ListMixin_FixedLengthListMixin, HtmlElement, AnchorElement, AnimationEvent, AreaElement, AudioElement, AutocompleteErrorEvent, BRElement, BaseElement, BeforeLoadEvent, BodyElement, ButtonElement, CDataSection, CanvasElement, CharacterData, CloseEvent, Comment, CompositionEvent, ContentElement, CssFontFaceLoadEvent, CustomEvent, DListElement, DataListElement, DetailsElement, DeviceMotionEvent, DeviceOrientationEvent, DialogElement, DivElement, Document, DocumentFragment, DocumentType, DomError, DomException, Element, EmbedElement, ErrorEvent, Event, EventTarget, FieldSetElement, FileError, FocusEvent, FormElement, HRElement, HashChangeEvent, HeadElement, HeadingElement, HtmlDocument, HtmlHtmlElement, IFrameElement, ImageElement, InputElement, KeyboardEvent, KeygenElement, LIElement, LabelElement, LegendElement, LinkElement, MapElement, MediaElement, MediaError, MediaKeyError, MediaKeyEvent, MediaKeyMessageEvent, MediaKeyNeededEvent, MediaStreamEvent, MediaStreamTrackEvent, MenuElement, MessageEvent, MetaElement, MeterElement, MidiConnectionEvent, MidiMessageEvent, ModElement, MouseEvent, MutationEvent, Navigator, NavigatorUserMediaError, Node, Notation, OListElement, ObjectElement, OptGroupElement, OptionElement, OutputElement, OverflowEvent, PageTransitionEvent, ParagraphElement, ParamElement, PopStateEvent, PositionError, PreElement, ProcessingInstruction, ProgressElement, ProgressEvent, QuoteElement, ResourceProgressEvent, RtcDataChannelEvent, RtcDtmfToneChangeEvent, RtcIceCandidateEvent, ScriptElement, SecurityPolicyViolationEvent, SelectElement, ShadowElement, ShadowRoot, SourceElement, SpanElement, SpeechInputEvent, SpeechRecognitionError, SpeechRecognitionEvent, SpeechSynthesisEvent, StorageEvent, StyleElement, TableCaptionElement, TableCellElement, TableColElement, TableElement, TableRowElement, TableSectionElement, TemplateElement, Text, TextAreaElement, TextEvent, TitleElement, TouchEvent, TrackElement, TrackEvent, TransitionEvent, UIEvent, UListElement, UnknownElement, VideoElement, WheelEvent, Window, _Attr, _Entity, _HTMLAppletElement, _HTMLBaseFontElement, _HTMLDirectoryElement, _HTMLFontElement, _HTMLFrameElement, _HTMLFrameSetElement, _HTMLMarqueeElement, _XMLHttpRequestProgressEvent, VersionChangeEvent, AElement, AltGlyphElement, AnimateElement, AnimateMotionElement, AnimateTransformElement, AnimatedNumberList, AnimatedString, AnimationElement, CircleElement, ClipPathElement, DefsElement, DescElement, EllipseElement, FEBlendElement, FEColorMatrixElement, FEComponentTransferElement, FECompositeElement, FEConvolveMatrixElement, FEDiffuseLightingElement, FEDisplacementMapElement, FEDistantLightElement, FEFloodElement, FEFuncAElement, FEFuncBElement, FEFuncGElement, FEFuncRElement, FEGaussianBlurElement, FEImageElement, FEMergeElement, FEMergeNodeElement, FEMorphologyElement, FEOffsetElement, FEPointLightElement, FESpecularLightingElement, FESpotLightElement, FETileElement, FETurbulenceElement, FilterElement, ForeignObjectElement, GElement, GraphicsElement, ImageElement0, LineElement, LinearGradientElement, MarkerElement, MaskElement, MetadataElement, PathElement, PatternElement, PolygonElement, PolylineElement, RadialGradientElement, RectElement, ScriptElement0, SetElement, StopElement, StyleElement0, SvgDocument, SvgElement, SvgSvgElement, SwitchElement, SymbolElement, TSpanElement, TextContentElement, TextElement, TextPathElement, TextPositioningElement, TitleElement0, UseElement, ViewElement, ZoomEvent, _GradientElement, _SVGAltGlyphDefElement, _SVGAltGlyphItemElement, _SVGAnimateColorElement, _SVGComponentTransferFunctionElement, _SVGCursorElement, _SVGFEDropShadowElement, _SVGFontElement, _SVGFontFaceElement, _SVGFontFaceFormatElement, _SVGFontFaceNameElement, _SVGFontFaceSrcElement, _SVGFontFaceUriElement, _SVGGlyphElement, _SVGGlyphRefElement, _SVGHKernElement, _SVGMPathElement, _SVGMissingGlyphElement, _SVGTRefElement, _SVGVKernElement, AudioProcessingEvent, OfflineAudioCompletionEvent, ContextEvent, SqlError, TypedData, Uint8List, Closure$2, Closure$0, Closure$7, Closure$1, Closure$4, Closure$5];
}

Powered by Google App Engine
This is Rietveld 408576698