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

Side by Side Diff: src/site/articles/trydart/examples/7-piratebadge_json/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, 1 month 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 unified diff | Download patch
OLDNEW
1 // Generated by dart2js, the Dart to JavaScript compiler. 1 // Generated by dart2js, the Dart to JavaScript compiler.
2 // The code supports the following hooks: 2 // The code supports the following hooks:
3 // dartPrint(message) - if this function is defined it is called 3 // dartPrint(message) - if this function is defined it is called
4 // instead of the Dart [print] method. 4 // instead of the Dart [print] method.
5 // dartMainRunner(main) - if this function is defined, the Dart [main] 5 // dartMainRunner(main) - if this function is defined, the Dart [main]
6 // method will not be invoked directly. 6 // method will not be invoked directly.
7 // Instead, a closure that will invoke [main] is 7 // Instead, a closure that will invoke [main] is
8 // passed to [dartMainRunner]. 8 // passed to [dartMainRunner].
9 (function($) { 9 (function($) {
10 var A = {}; 10 var A = {};
(...skipping 1808 matching lines...) Expand 10 before | Expand all | Expand 10 after
1819 if (closure == null) 1819 if (closure == null)
1820 return; 1820 return;
1821 $function = closure.$identity; 1821 $function = closure.$identity;
1822 if (!!$function) 1822 if (!!$function)
1823 return $function; 1823 return $function;
1824 $function = (function(closure, arity, context, invoke) { return function(a1, a2, a3, a4) { return invoke(closure, context, arity, a1, a2, a3, a4); };})( closure,arity,$globalState.currentContext,H.invokeClosure$closure.call$7); 1824 $function = (function(closure, arity, context, invoke) { return function(a1, a2, a3, a4) { return invoke(closure, context, arity, a1, a2, a3, a4); };})( closure,arity,$globalState.currentContext,H.invokeClosure$closure.call$7);
1825 closure.$identity = $function; 1825 closure.$identity = $function;
1826 return $function; 1826 return $function;
1827 }, 1827 },
1828 1828
1829 propertyTypeCastError: function(value, property) {
1830 var actualType, t1, expectedType;
1831 actualType = H.Primitives_objectTypeName(value);
1832 t1 = J.getInterceptor$asx(property);
1833 expectedType = t1.substring$2(property, 3, t1.get$length(property));
1834 throw H.wrapException(new H.CastErrorImplementation("CastError: Casting value of type " + actualType + " to incompatible type " + expectedType));
1835 },
1836
1837 interceptedTypeCast: function(value, property) {
1838 var t1;
1839 if (value != null)
1840 t1 = typeof value === "object" && J.getInterceptor(value)[property];
1841 else
1842 t1 = true;
1843 if (t1)
1844 return value;
1845 H.propertyTypeCastError(value, property);
1846 },
1847
1829 throwCyclicInit: function(staticName) { 1848 throwCyclicInit: function(staticName) {
1830 throw H.wrapException(new P.CyclicInitializationError("Cyclic initialization f or static " + H.S(staticName))); 1849 throw H.wrapException(new P.CyclicInitializationError("Cyclic initialization f or static " + H.S(staticName)));
1831 }, 1850 },
1832 1851
1833 setRuntimeTypeInfo: function(target, typeInfo) { 1852 setRuntimeTypeInfo: function(target, typeInfo) {
1834 if (target != null) 1853 if (target != null)
1835 target.$builtinTypeInfo = typeInfo; 1854 target.$builtinTypeInfo = typeInfo;
1836 return target; 1855 return target;
1837 }, 1856 },
1838 1857
(...skipping 712 matching lines...) Expand 10 before | Expand all | Expand 10 after
2551 t1 = this._receiver; 2570 t1 = this._receiver;
2552 if (t1 == null) 2571 if (t1 == null)
2553 receiverHashCode = H.Primitives_objectHashCode(this._self); 2572 receiverHashCode = H.Primitives_objectHashCode(this._self);
2554 else 2573 else
2555 receiverHashCode = typeof t1 !== "object" ? J.get$hashCode$(t1) : H.Primit ives_objectHashCode(t1); 2574 receiverHashCode = typeof t1 !== "object" ? J.get$hashCode$(t1) : H.Primit ives_objectHashCode(t1);
2556 return (receiverHashCode ^ H.Primitives_objectHashCode(this.__js_helper$_tar get)) >>> 0; 2575 return (receiverHashCode ^ H.Primitives_objectHashCode(this.__js_helper$_tar get)) >>> 0;
2557 }, 2576 },
2558 $isBoundClosure: true 2577 $isBoundClosure: true
2559 }, 2578 },
2560 2579
2580 CastErrorImplementation: {"": "Error;message",
2581 toString$0: function(_) {
2582 return this.message;
2583 },
2584 $isError: true
2585 },
2586
2561 applyExperimentalFixup_newGetTagDartFunction: {"": "Closure;newGetTagJSFunction_ 0", 2587 applyExperimentalFixup_newGetTagDartFunction: {"": "Closure;newGetTagJSFunction_ 0",
2562 call$1: function(object) { 2588 call$1: function(object) {
2563 return this.newGetTagJSFunction_0(object); 2589 return this.newGetTagJSFunction_0(object);
2564 } 2590 }
2565 }}], 2591 }}],
2566 ["dart._collection.dev", "dart:_collection-dev", , H, { 2592 ["dart._collection.dev", "dart:_collection-dev", , H, {
2567 Arrays_copy: function(src, srcStart, dst, dstStart, count) { 2593 Arrays_copy: function(src, srcStart, dst, dstStart, count) {
2568 var i, j, t1, t2, t3, t4; 2594 var i, j, t1, t2, t3, t4;
2569 if (typeof dst !== "object" || dst === null || (dst.constructor !== Array || ! !dst.immutable$list) && !H.isJsIndexable(dst, dst[init.dispatchPropertyName])) 2595 if (typeof dst !== "object" || dst === null || (dst.constructor !== Array || ! !dst.immutable$list) && !H.isJsIndexable(dst, dst[init.dispatchPropertyName]))
2570 return H.Arrays_copy$bailout(1, dst, src, srcStart, dstStart, count); 2596 return H.Arrays_copy$bailout(1, dst, src, srcStart, dstStart, count);
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
2773 return J.get$length$asx(this._source); 2799 return J.get$length$asx(this._source);
2774 }, 2800 },
2775 elementAt$1: function(_, index) { 2801 elementAt$1: function(_, index) {
2776 return this._f$1(J.elementAt$1$ax(this._source, index)); 2802 return this._f$1(J.elementAt$1$ax(this._source, index));
2777 }, 2803 },
2778 $asListIterable: function($S, $T) { 2804 $asListIterable: function($S, $T) {
2779 return [$T]; 2805 return [$T];
2780 } 2806 }
2781 }, 2807 },
2782 2808
2783 WhereIterable: {"": "IterableBase;_iterable,_f",
2784 get$iterator: function(_) {
2785 var t1 = J.get$iterator$ax(this._iterable);
2786 t1 = new H.WhereIterator(t1, this._f);
2787 H.setRuntimeTypeInfo(t1, [H.getRuntimeTypeArgument(this, "WhereIterable", 0) ]);
2788 return t1;
2789 },
2790 $asIterableBase: null
2791 },
2792
2793 WhereIterator: {"": "Iterator;_iterator,_f",
2794 _f$1: function(arg0) {
2795 return this._f.call$1(arg0);
2796 },
2797 moveNext$0: function() {
2798 for (var t1 = this._iterator; t1.moveNext$0();)
2799 if (this._f$1(t1.get$current()) === true)
2800 return true;
2801 return false;
2802 },
2803 get$current: function() {
2804 return this._iterator.get$current();
2805 },
2806 $asIterator: null
2807 },
2808
2809 FixedLengthListMixin: {"": "Object;"}}], 2809 FixedLengthListMixin: {"": "Object;"}}],
2810 ["dart.async", "dart:async", , P, { 2810 ["dart.async", "dart:async", , P, {
2811 _attachStackTrace: function(o, st) { 2811 _attachStackTrace: function(o, st) {
2812 var t1; 2812 var t1;
2813 if (o == null || typeof o === "boolean" || typeof o === "number" || typeof o = == "string") 2813 if (o == null || typeof o === "boolean" || typeof o === "number" || typeof o = == "string")
2814 return; 2814 return;
2815 t1 = $.get$_stackTraceExpando(); 2815 t1 = $.get$_stackTraceExpando();
2816 t1.$indexSet(t1, o, st); 2816 t1.$indexSet(t1, o, st);
2817 }, 2817 },
2818 2818
(...skipping 1993 matching lines...) Expand 10 before | Expand all | Expand 10 after
4812 for (t1 = this.get$iterator(this), remaining = index; t1.moveNext$0();) { 4812 for (t1 = this.get$iterator(this), remaining = index; t1.moveNext$0();) {
4813 element = t1.get$current(); 4813 element = t1.get$current();
4814 if (remaining === 0) 4814 if (remaining === 0)
4815 return element; 4815 return element;
4816 --remaining; 4816 --remaining;
4817 } 4817 }
4818 throw H.wrapException(new P.RangeError("value " + index)); 4818 throw H.wrapException(new P.RangeError("value " + index));
4819 } 4819 }
4820 }, 4820 },
4821 4821
4822 ListBase: {"": "Object+ListMixin;", $isList: true, $asList: null},
4823
4824 ListMixin: {"": "Object;", 4822 ListMixin: {"": "Object;",
4825 get$iterator: function(receiver) { 4823 get$iterator: function(receiver) {
4826 return new H.ListIterator(receiver, this.get$length(receiver), 0, null); 4824 return new H.ListIterator(receiver, this.get$length(receiver), 0, null);
4827 }, 4825 },
4828 elementAt$1: function(receiver, index) { 4826 elementAt$1: function(receiver, index) {
4829 return this.$index(receiver, index); 4827 return this.$index(receiver, index);
4830 }, 4828 },
4831 forEach$1: function(receiver, action) { 4829 forEach$1: function(receiver, action) {
4832 var $length, i; 4830 var $length, i;
4833 if (typeof receiver !== "string" && (typeof receiver !== "object" || receive r === null || receiver.constructor !== Array && !H.isJsIndexable(receiver, recei ver[init.dispatchPropertyName]))) 4831 if (typeof receiver !== "string" && (typeof receiver !== "object" || receive r === null || receiver.constructor !== Array && !H.isJsIndexable(receiver, recei ver[init.dispatchPropertyName])))
4834 return this.forEach$1$bailout(1, receiver, action); 4832 return this.forEach$1$bailout(1, receiver, action);
4835 $length = receiver.length; 4833 $length = C.JS_CONST_ZYJ(receiver);
4836 for (i = 0; i < $length; ++i) { 4834 for (i = 0; i < $length; ++i) {
4837 if (i >= receiver.length) 4835 if (i >= C.JS_CONST_ZYJ(receiver))
4838 throw H.ioore(receiver, i); 4836 throw H.ioore(receiver, i);
4839 action.call$1(receiver[i]); 4837 action.call$1(receiver[i]);
4840 if ($length !== receiver.length) 4838 if ($length !== C.JS_CONST_ZYJ(receiver))
4841 throw H.wrapException(new P.ConcurrentModificationError(receiver)); 4839 throw H.wrapException(new P.ConcurrentModificationError(receiver));
4842 } 4840 }
4843 }, 4841 },
4844 forEach$1$bailout: function(state0, receiver, action) { 4842 forEach$1$bailout: function(state0, receiver, action) {
4845 var $length, i; 4843 var $length, i;
4846 $length = this.get$length(receiver); 4844 $length = this.get$length(receiver);
4847 for (i = 0; i < $length; ++i) { 4845 for (i = 0; i < $length; ++i) {
4848 action.call$1(this.$index(receiver, i)); 4846 action.call$1(this.$index(receiver, i));
4849 if ($length !== this.get$length(receiver)) 4847 if ($length !== this.get$length(receiver))
4850 throw H.wrapException(new P.ConcurrentModificationError(receiver)); 4848 throw H.wrapException(new P.ConcurrentModificationError(receiver));
4851 } 4849 }
4852 }, 4850 },
4853 where$1: function(receiver, test) {
4854 var t1 = new H.WhereIterable(receiver, test);
4855 H.setRuntimeTypeInfo(t1, [H.getRuntimeTypeArgument(receiver, "ListMixin", 0) ]);
4856 return t1;
4857 },
4858 map$1: function(receiver, f) { 4851 map$1: function(receiver, f) {
4859 var t1 = new H.MappedListIterable(receiver, f); 4852 var t1 = new H.MappedListIterable(receiver, f);
4860 H.setRuntimeTypeInfo(t1, [null, null]); 4853 H.setRuntimeTypeInfo(t1, [null, null]);
4861 return t1; 4854 return t1;
4862 }, 4855 },
4863 toList$1$growable: function(receiver, growable) {
4864 var result, t1, t2, i, t3;
4865 if (typeof receiver !== "string" && (typeof receiver !== "object" || receive r === null || receiver.constructor !== Array && !H.isJsIndexable(receiver, recei ver[init.dispatchPropertyName])))
4866 return this.toList$1$growable$bailout(1, receiver, growable);
4867 if (growable) {
4868 result = P.List_List(null, H.getRuntimeTypeArgument(receiver, "ListMixin", 0));
4869 H.setRuntimeTypeInfo(result, [H.getRuntimeTypeArgument(receiver, "ListMixi n", 0)]);
4870 C.JSArray_methods.set$length(result, receiver.length);
4871 } else {
4872 result = P.List_List(receiver.length, H.getRuntimeTypeArgument(receiver, " ListMixin", 0));
4873 H.setRuntimeTypeInfo(result, [H.getRuntimeTypeArgument(receiver, "ListMixi n", 0)]);
4874 }
4875 for (t1 = receiver.length, t2 = result.length, i = 0; i < t1; ++i) {
4876 t3 = receiver[i];
4877 if (i >= t2)
4878 throw H.ioore(result, i);
4879 result[i] = t3;
4880 }
4881 return result;
4882 },
4883 toList$1$growable$bailout: function(state0, receiver, growable) {
4884 var result, i, t1;
4885 if (growable) {
4886 result = P.List_List(null, H.getRuntimeTypeArgument(receiver, "ListMixin", 0));
4887 H.setRuntimeTypeInfo(result, [H.getRuntimeTypeArgument(receiver, "ListMixi n", 0)]);
4888 C.JSArray_methods.set$length(result, this.get$length(receiver));
4889 } else {
4890 result = P.List_List(this.get$length(receiver), H.getRuntimeTypeArgument(r eceiver, "ListMixin", 0));
4891 H.setRuntimeTypeInfo(result, [H.getRuntimeTypeArgument(receiver, "ListMixi n", 0)]);
4892 }
4893 for (i = 0; i < this.get$length(receiver); ++i) {
4894 t1 = this.$index(receiver, i);
4895 if (i >= result.length)
4896 throw H.ioore(result, i);
4897 result[i] = t1;
4898 }
4899 return result;
4900 },
4901 toList$0: function($receiver) {
4902 return this.toList$1$growable($receiver, true);
4903 },
4904 toString$0: function(receiver) { 4856 toString$0: function(receiver) {
4905 var result, i, t1; 4857 var result, i, t1;
4906 for (i = 0; i < $.get$ListMixin__toStringList().length; ++i) { 4858 for (i = 0; i < $.get$ListMixin__toStringList().length; ++i) {
4907 t1 = $.get$ListMixin__toStringList(); 4859 t1 = $.get$ListMixin__toStringList();
4908 if (i >= t1.length) 4860 if (i >= t1.length)
4909 throw H.ioore(t1, i); 4861 throw H.ioore(t1, i);
4910 if (t1[i] === receiver) 4862 if (t1[i] === receiver)
4911 return "[...]"; 4863 return "[...]";
4912 } 4864 }
4913 result = P.StringBuffer$(""); 4865 result = P.StringBuffer$("");
(...skipping 430 matching lines...) Expand 10 before | Expand all | Expand 10 after
5344 }, 5296 },
5345 $isError: true 5297 $isError: true
5346 }, 5298 },
5347 5299
5348 CyclicInitializationError: {"": "Error;variableName", 5300 CyclicInitializationError: {"": "Error;variableName",
5349 toString$0: function(_) { 5301 toString$0: function(_) {
5350 return "Reading static variable '" + this.variableName + "' during its initi alization"; 5302 return "Reading static variable '" + this.variableName + "' during its initi alization";
5351 } 5303 }
5352 }, 5304 },
5353 5305
5306 Exception: {"": "Object;", $isException: true},
5307
5354 _ExceptionImplementation: {"": "Object;message", 5308 _ExceptionImplementation: {"": "Object;message",
5355 toString$0: function(_) { 5309 toString$0: function(_) {
5356 var t1 = this.message; 5310 var t1 = this.message;
5357 if (t1 == null) 5311 if (t1 == null)
5358 return "Exception"; 5312 return "Exception";
5359 return "Exception: " + H.S(t1); 5313 return "Exception: " + H.S(t1);
5360 }, 5314 },
5361 $isException: true 5315 $isException: true
5362 }, 5316 },
5363 5317
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
5503 xhr.send(); 5457 xhr.send();
5504 return completer.future; 5458 return completer.future;
5505 }, 5459 },
5506 5460
5507 _convertNativeToDart_Window: function(win) { 5461 _convertNativeToDart_Window: function(win) {
5508 if (win == null) 5462 if (win == null)
5509 return; 5463 return;
5510 return W._DOMWindowCrossFrame__createSafe(win); 5464 return W._DOMWindowCrossFrame__createSafe(win);
5511 }, 5465 },
5512 5466
5513 _ChildrenElementList: {"": "ListBase;_element,_childElements", 5467 _convertNativeToDart_EventTarget: function(e) {
5514 get$length: function(_) { 5468 var $window, t1;
5515 return this._childElements.length; 5469 if (e == null)
5516 }, 5470 return;
5517 $index: function(_, index) { 5471 if ("setInterval" in e) {
5518 var t1 = this._childElements; 5472 $window = W._DOMWindowCrossFrame__createSafe(e);
5519 if (index >>> 0 !== index || index >= t1.length) 5473 t1 = J.getInterceptor($window);
5520 throw H.ioore(t1, index); 5474 if (typeof $window === "object" && $window !== null && !!t1.$isEventTarget)
5521 return t1[index]; 5475 return $window;
5522 }, 5476 return;
5523 $indexSet: function(_, index, value) { 5477 } else
5524 var t1 = this._childElements; 5478 return e;
5525 if (index >>> 0 !== index || index >= t1.length)
5526 throw H.ioore(t1, index);
5527 this._element.replaceChild(value, t1[index]);
5528 },
5529 add$1: function(_, value) {
5530 this._element.appendChild(value);
5531 return value;
5532 },
5533 get$iterator: function(_) {
5534 var t1 = this.toList$0(this);
5535 return new H.ListIterator(t1, t1.length, 0, null);
5536 },
5537 $asList: function() {
5538 return [W.Element];
5539 }
5540 }, 5479 },
5541 5480
5542 Interceptor_ListMixin: {"": "Interceptor+ListMixin;", $isList: true, $asList: nu ll},
5543
5544 Interceptor_ListMixin_ImmutableListMixin: {"": "Interceptor_ListMixin+ImmutableL istMixin;", $asList: null, $isList: true},
5545
5546 HttpRequest_getString_closure: {"": "Closure;", 5481 HttpRequest_getString_closure: {"": "Closure;",
5547 call$1: function(xhr) { 5482 call$1: function(xhr) {
5548 return J.get$responseText$x(xhr); 5483 return J.get$responseText$x(xhr);
5549 } 5484 }
5550 }, 5485 },
5551 5486
5552 HttpRequest_request_closure1: {"": "Closure;xhr_0", 5487 HttpRequest_request_closure1: {"": "Closure;xhr_0",
5553 call$2: function(header, value) { 5488 call$2: function(header, value) {
5554 this.xhr_0.setRequestHeader(header, value); 5489 this.xhr_0.setRequestHeader(header, value);
5555 } 5490 }
(...skipping 24 matching lines...) Expand all
5580 5515
5581 HttpRequest_request_closure0: {"": "Closure;completer_3", 5516 HttpRequest_request_closure0: {"": "Closure;completer_3",
5582 call$1: function(e) { 5517 call$1: function(e) {
5583 var t1 = this.completer_3.future; 5518 var t1 = this.completer_3.future;
5584 if (t1._state !== 0) 5519 if (t1._state !== 0)
5585 H.throwExpression(new P.StateError("Future already completed")); 5520 H.throwExpression(new P.StateError("Future already completed"));
5586 t1._asyncCompleteError$2(e, null); 5521 t1._asyncCompleteError$2(e, null);
5587 } 5522 }
5588 }, 5523 },
5589 5524
5590 _ChildNodeListLazy: {"": "ListBase;_this",
5591 $indexSet: function(_, index, value) {
5592 var t1, t2;
5593 t1 = this._this;
5594 t2 = t1.childNodes;
5595 if (index >>> 0 !== index || index >= t2.length)
5596 throw H.ioore(t2, index);
5597 t1.replaceChild(value, t2[index]);
5598 },
5599 get$iterator: function(_) {
5600 return C.NodeList_methods.get$iterator(this._this.childNodes);
5601 },
5602 get$length: function(_) {
5603 return this._this.childNodes.length;
5604 },
5605 $index: function(_, index) {
5606 var t1 = this._this.childNodes;
5607 if (index >>> 0 !== index || index >= t1.length)
5608 throw H.ioore(t1, index);
5609 return t1[index];
5610 },
5611 $asList: function() {
5612 return [W.Node];
5613 }
5614 },
5615
5616 Interceptor_ListMixin0: {"": "Interceptor+ListMixin;", $isList: true, $asList: n ull},
5617
5618 Interceptor_ListMixin_ImmutableListMixin0: {"": "Interceptor_ListMixin0+Immutabl eListMixin;", $asList: null, $isList: true},
5619
5620 _EventStream: {"": "Stream;_target,_eventType,_useCapture", 5525 _EventStream: {"": "Stream;_target,_eventType,_useCapture",
5621 listen$4$cancelOnError$onDone$onError: function(onData, cancelOnError, onDone, onError) { 5526 listen$4$cancelOnError$onDone$onError: function(onData, cancelOnError, onDone, onError) {
5622 var t1 = new W._EventStreamSubscription(0, this._target, this._eventType, W. _EventStreamSubscription__wrapZone(onData), this._useCapture); 5527 var t1 = new W._EventStreamSubscription(0, this._target, this._eventType, W. _EventStreamSubscription__wrapZone(onData), this._useCapture);
5623 H.setRuntimeTypeInfo(t1, [H.getRuntimeTypeArgument(this, "_EventStream", 0)] ); 5528 H.setRuntimeTypeInfo(t1, [H.getRuntimeTypeArgument(this, "_EventStream", 0)] );
5624 t1._tryResume$0(); 5529 t1._tryResume$0();
5625 return t1; 5530 return t1;
5626 }, 5531 },
5627 listen$3$onDone$onError: function(onData, onDone, onError) { 5532 listen$3$onDone$onError: function(onData, onDone, onError) {
5628 return this.listen$4$cancelOnError$onDone$onError(onData, null, onDone, onEr ror); 5533 return this.listen$4$cancelOnError$onDone$onError(onData, null, onDone, onEr ror);
5629 }, 5534 },
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
5670 _EventStreamSubscription__wrapZone: function(callback) { 5575 _EventStreamSubscription__wrapZone: function(callback) {
5671 if (J.$eq($.Zone__current, C._CustomizedZone_WYN)) 5576 if (J.$eq($.Zone__current, C._CustomizedZone_WYN))
5672 return callback; 5577 return callback;
5673 return $.Zone__current.bindUnaryCallback$2$runGuarded(callback, true); 5578 return $.Zone__current.bindUnaryCallback$2$runGuarded(callback, true);
5674 }} 5579 }}
5675 5580
5676 }, 5581 },
5677 5582
5678 EventStreamProvider: {"": "Object;_eventType"}, 5583 EventStreamProvider: {"": "Object;_eventType"},
5679 5584
5680 ImmutableListMixin: {"": "Object;",
5681 get$iterator: function(receiver) {
5682 return W.FixedSizeListIterator$(receiver);
5683 },
5684 $isList: true,
5685 $asList: null
5686 },
5687
5688 FixedSizeListIterator: {"": "Object;_array,_html$_length,_html$_position,_html$_ current",
5689 moveNext$0: function() {
5690 var nextPosition, t1;
5691 nextPosition = this._html$_position + 1;
5692 t1 = this._html$_length;
5693 if (nextPosition < t1) {
5694 this._html$_current = J.$index$asx(this._array, nextPosition);
5695 this._html$_position = nextPosition;
5696 return true;
5697 }
5698 this._html$_current = null;
5699 this._html$_position = t1;
5700 return false;
5701 },
5702 get$current: function() {
5703 return this._html$_current;
5704 },
5705 static: {
5706 FixedSizeListIterator$: function(array) {
5707 return new W.FixedSizeListIterator(array, J.get$length$asx(array), -1, null);
5708 }}
5709
5710 },
5711
5712 _DOMWindowCrossFrame: {"": "Object;_window", 5585 _DOMWindowCrossFrame: {"": "Object;_window",
5713 get$parent: function(_) { 5586 get$parent: function(_) {
5714 return W._DOMWindowCrossFrame__createSafe(this._window.parent); 5587 return W._DOMWindowCrossFrame__createSafe(this._window.parent);
5715 }, 5588 },
5589 $isEventTarget: true,
5716 static: { 5590 static: {
5717 _DOMWindowCrossFrame__createSafe: function(w) { 5591 _DOMWindowCrossFrame__createSafe: function(w) {
5718 if (w === window) 5592 if (w === window)
5719 return w; 5593 return w;
5720 else 5594 else
5721 return new W._DOMWindowCrossFrame(w); 5595 return new W._DOMWindowCrossFrame(w);
5722 }} 5596 }}
5723 5597
5724 }, 5598 },
5725 5599
5726 HtmlElement: {"": "Element;"}, 5600 HtmlElement: {"": "Element;"},
5727 5601
5728 AnchorElement: {"": "HtmlElement;", 5602 AnchorElement: {"": "HtmlElement;target=",
5729 toString$0: function(receiver) { 5603 toString$0: function(receiver) {
5730 return receiver.toString(); 5604 return receiver.toString();
5731 } 5605 }
5732 }, 5606 },
5733 5607
5608 AreaElement: {"": "HtmlElement;target="},
5609
5610 BaseElement: {"": "HtmlElement;target="},
5611
5612 ButtonElement: {"": "HtmlElement;disabled},value%"},
5613
5734 CharacterData: {"": "Node;length="}, 5614 CharacterData: {"": "Node;length="},
5735 5615
5736 DomException: {"": "Interceptor;", 5616 DomException: {"": "Interceptor;",
5737 toString$0: function(receiver) { 5617 toString$0: function(receiver) {
5738 return receiver.toString(); 5618 return receiver.toString();
5739 } 5619 }
5740 }, 5620 },
5741 5621
5742 Element: {"": "Node;", 5622 Element: {"": "Node;",
5743 get$children: function(receiver) {
5744 return new W._ChildrenElementList(receiver, receiver.children);
5745 },
5746 toString$0: function(receiver) { 5623 toString$0: function(receiver) {
5747 return receiver.localName; 5624 return receiver.localName;
5748 }, 5625 }
5749 $isElement: true
5750 }, 5626 },
5751 5627
5752 Event: {"": "Interceptor;"}, 5628 Event: {"": "Interceptor;",
5629 get$target: function(receiver) {
5630 return W._convertNativeToDart_EventTarget(receiver.target);
5631 },
5632 $isEvent: true
5633 },
5753 5634
5754 EventTarget: {"": "Interceptor;", 5635 EventTarget: {"": "Interceptor;",
5755 $$dom_addEventListener$3: function(receiver, type, listener, useCapture) { 5636 $$dom_addEventListener$3: function(receiver, type, listener, useCapture) {
5756 return receiver.addEventListener(type, H.convertDartClosureToJS(listener, 1) , useCapture); 5637 return receiver.addEventListener(type, H.convertDartClosureToJS(listener, 1) , useCapture);
5757 }, 5638 },
5758 $$dom_removeEventListener$3: function(receiver, type, listener, useCapture) { 5639 $$dom_removeEventListener$3: function(receiver, type, listener, useCapture) {
5759 return receiver.removeEventListener(type, H.convertDartClosureToJS(listener, 1), useCapture); 5640 return receiver.removeEventListener(type, H.convertDartClosureToJS(listener, 1), useCapture);
5760 } 5641 },
5642 $isEventTarget: true
5761 }, 5643 },
5762 5644
5763 FormElement: {"": "HtmlElement;length="}, 5645 FieldSetElement: {"": "HtmlElement;disabled}"},
5764 5646
5765 HtmlCollection: {"": "Interceptor_ListMixin_ImmutableListMixin;", 5647 FormElement: {"": "HtmlElement;length=,target="},
5766 get$length: function(receiver) {
5767 return receiver.length;
5768 },
5769 $index: function(receiver, index) {
5770 var t1 = receiver.length;
5771 if (index >>> 0 !== index || index >= t1)
5772 throw H.wrapException(new P.RangeError("value " + H.S(index) + " not in ra nge 0.." + t1));
5773 return receiver[index];
5774 },
5775 $indexSet: function(receiver, index, value) {
5776 throw H.wrapException(new P.UnsupportedError("Cannot assign element of immut able List."));
5777 },
5778 elementAt$1: function(receiver, index) {
5779 if (index < 0 || index >= receiver.length)
5780 throw H.ioore(receiver, index);
5781 return receiver[index];
5782 },
5783 $asList: function() {
5784 return [W.Node];
5785 },
5786 $isList: true,
5787 $isJavaScriptIndexingBehavior: true
5788 },
5789 5648
5790 HttpRequest: {"": "XmlHttpRequestEventTarget;responseText=", 5649 HttpRequest: {"": "XmlHttpRequestEventTarget;responseText=",
5791 open$5$async$password$user: function(receiver, method, url, async, password, u ser) { 5650 open$5$async$password$user: function(receiver, method, url, async, password, u ser) {
5792 return receiver.open(method, url, async, user, password); 5651 return receiver.open(method, url, async, user, password);
5793 }, 5652 },
5794 open$3$async: function($receiver, method, url, async) { 5653 open$3$async: function($receiver, method, url, async) {
5795 return $receiver.open(method, url, async); 5654 return $receiver.open(method, url, async);
5796 }, 5655 },
5797 $isHttpRequest: true 5656 $isHttpRequest: true
5798 }, 5657 },
5799 5658
5800 InputElement: {"": "HtmlElement;", $isElement: true, $isNode: true}, 5659 InputElement: {"": "HtmlElement;checked=,disabled},placeholder},value%", $isEven tTarget: true, $isCheckboxInputElement: true},
5660
5661 KeygenElement: {"": "HtmlElement;disabled}"},
5662
5663 LIElement: {"": "HtmlElement;value%"},
5664
5665 LinkElement: {"": "HtmlElement;disabled}"},
5666
5667 MeterElement: {"": "HtmlElement;value%"},
5801 5668
5802 MouseEvent: {"": "UIEvent;", $isMouseEvent: true}, 5669 MouseEvent: {"": "UIEvent;", $isMouseEvent: true},
5803 5670
5804 Node: {"": "EventTarget;parent:parentElement=", 5671 Node: {"": "EventTarget;parent:parentElement=",
5805 replaceWith$1: function(receiver, otherNode) {
5806 var $parent, exception;
5807 try {
5808 $parent = receiver.parentNode;
5809 J._replaceChild$2$x($parent, otherNode, receiver);
5810 } catch (exception) {
5811 H.unwrapException(exception);
5812 }
5813
5814 return receiver;
5815 },
5816 toString$0: function(receiver) { 5672 toString$0: function(receiver) {
5817 var t1 = receiver.nodeValue; 5673 var t1 = receiver.nodeValue;
5818 return t1 == null ? J.Interceptor.prototype.toString$0.call(this, receiver) : t1; 5674 return t1 == null ? J.Interceptor.prototype.toString$0.call(this, receiver) : t1;
5819 }, 5675 }
5820 _replaceChild$2: function(receiver, newChild, oldChild) {
5821 return receiver.replaceChild(newChild, oldChild);
5822 },
5823 $isNode: true
5824 }, 5676 },
5825 5677
5826 NodeList: {"": "Interceptor_ListMixin_ImmutableListMixin0;", 5678 OptGroupElement: {"": "HtmlElement;disabled}"},
5827 get$length: function(receiver) { 5679
5828 return receiver.length; 5680 OptionElement: {"": "HtmlElement;disabled},value%"},
5829 }, 5681
5830 $index: function(receiver, index) { 5682 OutputElement: {"": "HtmlElement;value%"},
5831 var t1 = receiver.length; 5683
5832 if (index >>> 0 !== index || index >= t1) 5684 ParamElement: {"": "HtmlElement;value%"},
5833 throw H.wrapException(new P.RangeError("value " + H.S(index) + " not in ra nge 0.." + t1)); 5685
5834 return receiver[index]; 5686 ProcessingInstruction: {"": "CharacterData;target="},
5835 }, 5687
5836 $indexSet: function(receiver, index, value) { 5688 ProgressElement: {"": "HtmlElement;value%"},
5837 throw H.wrapException(new P.UnsupportedError("Cannot assign element of immut able List."));
5838 },
5839 elementAt$1: function(receiver, index) {
5840 if (index < 0 || index >= receiver.length)
5841 throw H.ioore(receiver, index);
5842 return receiver[index];
5843 },
5844 $asList: function() {
5845 return [W.Node];
5846 },
5847 $isList: true,
5848 $isJavaScriptIndexingBehavior: true
5849 },
5850 5689
5851 ProgressEvent: {"": "Event;", $isProgressEvent: true}, 5690 ProgressEvent: {"": "Event;", $isProgressEvent: true},
5852 5691
5853 SelectElement: {"": "HtmlElement;length="}, 5692 SelectElement: {"": "HtmlElement;disabled},length=,value%"},
5693
5694 StyleElement: {"": "HtmlElement;disabled}"},
5695
5696 TextAreaElement: {"": "HtmlElement;disabled},placeholder},value%"},
5854 5697
5855 UIEvent: {"": "Event;"}, 5698 UIEvent: {"": "Event;"},
5856 5699
5857 Window: {"": "EventTarget;", 5700 Window: {"": "EventTarget;",
5858 get$parent: function(receiver) { 5701 get$parent: function(receiver) {
5859 return W._convertNativeToDart_Window(receiver.parent); 5702 return W._convertNativeToDart_Window(receiver.parent);
5860 }, 5703 },
5861 toString$0: function(receiver) { 5704 toString$0: function(receiver) {
5862 return receiver.toString(); 5705 return receiver.toString();
5863 } 5706 },
5707 $isEventTarget: true
5864 }, 5708 },
5865 5709
5866 XmlHttpRequestEventTarget: {"": "EventTarget;"}}], 5710 XmlHttpRequestEventTarget: {"": "EventTarget;"}}],
5867 ["dart.dom.svg", "dart:svg", , P, { 5711 ["dart.dom.svg", "dart:svg", , P, {
5868 SvgElement: {"": "Element;", 5712 AElement: {"": "GraphicsElement;target="},
5869 get$children: function(receiver) { 5713
5870 var t1 = new P.FilteredElementList(receiver, new W._ChildNodeListLazy(receiv er)); 5714 GraphicsElement: {"": "SvgElement;"},
5871 H.setRuntimeTypeInfo(t1, [W.Element]); 5715
5872 return t1; 5716 StyleElement0: {"": "SvgElement;disabled}"},
5873 } 5717
5874 }}], 5718 SvgElement: {"": "Element;"}}],
5875 ["dart.isolate", "dart:isolate", , P, { 5719 ["dart.isolate", "dart:isolate", , P, {
5876 _Isolate_port: function() { 5720 _Isolate_port: function() {
5877 if ($.lazyPort == null) 5721 if ($.lazyPort == null)
5878 $.lazyPort = H.ReceivePortImpl$(); 5722 $.lazyPort = H.ReceivePortImpl$();
5879 return $.lazyPort; 5723 return $.lazyPort;
5880 }, 5724 },
5881 5725
5882 ReceivePort: {"": "Object;", $isReceivePort: true}}], 5726 ReceivePort: {"": "Object;", $isReceivePort: true}}],
5727 ["dart.math", "dart:math", , P, {
5728 _Random: {"": "Object;",
5729 nextInt$1: function(max) {
5730 var t1 = J.getInterceptor$n(max);
5731 if (t1.$lt(max, 0))
5732 throw H.wrapException(new P.ArgumentError("negative max: " + H.S(max)));
5733 if (t1.$gt(max, 4294967295))
5734 max = 4294967295;
5735 return Math.random() * max >>> 0;
5736 }
5737 }}],
5883 ["dart.typed_data", "dart:typed_data", , P, { 5738 ["dart.typed_data", "dart:typed_data", , P, {
5884 TypedData_ListMixin: {"": "TypedData+ListMixin;", $isList: true, $asList: null}, 5739 TypedData_ListMixin: {"": "TypedData+ListMixin;", $isList: true, $asList: null},
5885 5740
5886 TypedData_ListMixin_FixedLengthListMixin: {"": "TypedData_ListMixin+FixedLengthL istMixin;", $asList: null}, 5741 TypedData_ListMixin_FixedLengthListMixin: {"": "TypedData_ListMixin+FixedLengthL istMixin;", $asList: null},
5887 5742
5888 TypedData: {"": "Interceptor;", 5743 TypedData: {"": "Interceptor;",
5889 _invalidIndex$2: function(receiver, index, $length) { 5744 _invalidIndex$2: function(receiver, index, $length) {
5890 var t1 = J.getInterceptor$n(index); 5745 var t1 = J.getInterceptor$n(index);
5891 if (t1.$lt(index, 0) || t1.$ge(index, $length)) 5746 if (t1.$lt(index, 0) || t1.$ge(index, $length))
5892 throw H.wrapException(new P.RangeError("value " + H.S(index) + " not in ra nge 0.." + $length)); 5747 throw H.wrapException(new P.RangeError("value " + H.S(index) + " not in ra nge 0.." + $length));
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
5928 if (index >>> 0 != index || J.$ge$n(index, t1)) 5783 if (index >>> 0 != index || J.$ge$n(index, t1))
5929 this._invalidIndex$2(receiver, index, t1); 5784 this._invalidIndex$2(receiver, index, t1);
5930 receiver[index] = value; 5785 receiver[index] = value;
5931 }, 5786 },
5932 $asList: function() { 5787 $asList: function() {
5933 return [J.JSInt]; 5788 return [J.JSInt];
5934 }, 5789 },
5935 $isList: true, 5790 $isList: true,
5936 $isJavaScriptIndexingBehavior: true 5791 $isJavaScriptIndexingBehavior: true
5937 }}], 5792 }}],
5938 ["html_common", "dart:html_common", , P, { 5793 ["piratebadge.dart", "piratebadge.dart", , A, {
5939 FilteredElementList: {"": "ListBase;_node,_childNodes", 5794 main: function() {
5940 get$_filtered: function() { 5795 var t1, t2, t3;
5941 var t1 = this._childNodes; 5796 $.inputNameElement = document.querySelector("#inputName");
5942 return P.List_List$from(t1.where$1(t1, new P.FilteredElementList__filtered_c losure()), true, W.Element); 5797 t1 = $.inputNameElement;
5943 }, 5798 t1.toString;
5944 forEach$1: function(_, f) { 5799 t1 = new W._ElementEventStreamImpl(t1, C.EventStreamProvider_change._eventType , false);
5945 H.IterableMixinWorkaround_forEach(this.get$_filtered(), f); 5800 H.setRuntimeTypeInfo(t1, [null]);
5946 }, 5801 t2 = new W._EventStreamSubscription(0, t1._target, t1._eventType, W._EventStre amSubscription__wrapZone(A.generateBadge$closure), t1._useCapture);
5947 $indexSet: function(_, index, value) { 5802 H.setRuntimeTypeInfo(t2, [H.getRuntimeTypeArgument(t1, "_EventStream", 0)]);
5948 var t1 = this.get$_filtered(); 5803 t2._tryResume$0();
5949 if (index >>> 0 !== index || index >= t1.length) 5804 $.genButtonElement = document.querySelector("#generateButton");
5950 throw H.ioore(t1, index); 5805 t2 = $.genButtonElement;
5951 J.replaceWith$1$x(t1[index], value); 5806 t2.toString;
5952 }, 5807 t1 = C.EventStreamProvider_click._eventType;
5953 add$1: function(_, value) { 5808 t2 = new W._ElementEventStreamImpl(t2, t1, false);
5954 this._childNodes._this.appendChild(value); 5809 H.setRuntimeTypeInfo(t2, [null]);
5955 }, 5810 t3 = new W._EventStreamSubscription(0, t2._target, t2._eventType, W._EventStre amSubscription__wrapZone(A.generateBadge$closure), t2._useCapture);
5956 get$length: function(_) { 5811 H.setRuntimeTypeInfo(t3, [H.getRuntimeTypeArgument(t2, "_EventStream", 0)]);
5957 return this.get$_filtered().length; 5812 t3._tryResume$0();
5958 }, 5813 t3 = document.querySelector("#useRandomName");
5959 $index: function(_, index) { 5814 t3.toString;
5960 var t1 = this.get$_filtered(); 5815 t1 = new W._ElementEventStreamImpl(t3, t1, false);
5961 if (index >>> 0 !== index || index >= t1.length) 5816 H.setRuntimeTypeInfo(t1, [null]);
5962 throw H.ioore(t1, index); 5817 t3 = new W._EventStreamSubscription(0, t1._target, t1._eventType, W._EventStre amSubscription__wrapZone(A.useRandomNameClickHandler$closure), t1._useCapture);
5963 return t1[index]; 5818 H.setRuntimeTypeInfo(t3, [H.getRuntimeTypeArgument(t1, "_EventStream", 0)]);
5964 }, 5819 t3._tryResume$0();
5965 get$iterator: function(_) { 5820 $.captainRadioElement = document.querySelector("#captain");
5966 var t1 = this.get$_filtered(); 5821 $.scallywagRadioElement = document.querySelector("#scallywag");
5967 return new H.ListIterator(t1, t1.length, 0, null); 5822 A.PirateName_makeRequest();
5968 },
5969 $asListBase: null,
5970 $asList: null
5971 }, 5823 },
5972 5824
5973 FilteredElementList__filtered_closure: {"": "Closure;", 5825 generateBadge: function($event) {
5974 call$1: function(n) { 5826 if (!$.useRandomName)
5975 var t1 = J.getInterceptor(n); 5827 document.querySelector("#badgeName").textContent = A.PirateName$(J.get$value $x($.inputNameElement))._pirateName;
5976 return typeof n === "object" && n !== null && !!t1.$isElement; 5828 else if (J.get$checked$x($.scallywagRadioElement) === true)
5977 } 5829 document.querySelector("#badgeName").textContent = A.PirateName$scallywag(). _pirateName;
5978 }}], 5830 else
5979 ["portmanteaux_simple.dart", "portmanteaux_simple.dart", , O, { 5831 document.querySelector("#badgeName").textContent = A.PirateName$captain()._p irateName;
5980 main: function() {
5981 var t1, t2;
5982 t1 = document.querySelector("#getWords");
5983 t1.toString;
5984 t1 = new W._ElementEventStreamImpl(t1, C.EventStreamProvider_click._eventType, false);
5985 H.setRuntimeTypeInfo(t1, [null]);
5986 t2 = new W._EventStreamSubscription(0, t1._target, t1._eventType, W._EventStre amSubscription__wrapZone(O.makeRequest$closure), t1._useCapture);
5987 H.setRuntimeTypeInfo(t2, [H.getRuntimeTypeArgument(t1, "_EventStream", 0)]);
5988 t2._tryResume$0();
5989 $.wordList = document.querySelector("#wordList");
5990 }, 5832 },
5991 5833
5992 makeRequest: function(e) { 5834 useRandomNameClickHandler: function(e) {
5993 W.HttpRequest_getString("portmanteaux_simple.json", null, null).then$1(O.proce ssString$closure).catchError$1(O.handleError$closure); 5835 var t1, t2;
5994 }, 5836 t1 = J.get$checked$x(H.interceptedTypeCast(J.get$target$x(e), "$isCheckboxInpu tElement"));
5995 5837 t2 = $.genButtonElement;
5996 processString: function(jsonString) { 5838 if (t1 === true) {
5997 var portmanteaux, i, t1, t2; 5839 J.set$disabled$x(t2, false);
5998 portmanteaux = P._parseJson(jsonString, new P.JsonDecoder(null)._reviver); 5840 J.set$disabled$x($.captainRadioElement, false);
5999 if (typeof portmanteaux !== "string" && (typeof portmanteaux !== "object" || p ortmanteaux === null || portmanteaux.constructor !== Array && !H.isJsIndexable(p ortmanteaux, portmanteaux[init.dispatchPropertyName]))) 5841 J.set$disabled$x($.scallywagRadioElement, false);
6000 return O.processString$bailout(1, portmanteaux); 5842 t1 = $.inputNameElement;
6001 for (i = 0; i < portmanteaux.length; ++i) { 5843 t2 = J.getInterceptor$x(t1);
6002 t1 = J.get$children$x($.wordList); 5844 t2.set$disabled(t1, true);
6003 t2 = document.createElement("li", null); 5845 t2.set$value(t1, "");
6004 if (i >= portmanteaux.length) 5846 t2.set$placeholder(t1, "");
6005 throw H.ioore(portmanteaux, i); 5847 $.useRandomName = true;
6006 t2.textContent = portmanteaux[i]; 5848 } else {
6007 t1.add$1(t1, t2); 5849 J.set$disabled$x(t2, true);
5850 J.set$disabled$x($.captainRadioElement, true);
5851 J.set$disabled$x($.scallywagRadioElement, true);
5852 t1 = $.inputNameElement;
5853 t2 = J.getInterceptor$x(t1);
5854 t2.set$disabled(t1, false);
5855 t2.set$placeholder(t1, "Your name here");
5856 $.useRandomName = false;
6008 } 5857 }
6009 }, 5858 },
6010 5859
6011 processString$bailout: function(state0, portmanteaux) { 5860 PirateName: {"": "Object;indexGen,_pirateName",
6012 var t1, i, t2, t3; 5861 toString$0: function(_) {
6013 t1 = J.getInterceptor$asx(portmanteaux); 5862 return this._pirateName;
6014 i = 0; 5863 },
6015 while (true) { 5864 PirateName$1$firstName: function(firstName) {
6016 t2 = t1.get$length(portmanteaux); 5865 this._pirateName = H.S(firstName == null ? J.$index$asx($.get$PirateName_nam es(), this.indexGen.nextInt$1(J.get$length$asx($.get$PirateName_names()))) : fir stName);
6017 if (typeof t2 !== "number") 5866 },
6018 throw H.iae(t2); 5867 PirateName$scallywag$0: function() {
6019 if (!(i < t2)) 5868 var t1, firstName, appellation;
6020 break; 5869 t1 = this.indexGen;
6021 t2 = J.get$children$x($.wordList); 5870 firstName = J.$index$asx($.get$PirateName_names(), t1.nextInt$1(J.get$length $asx($.get$PirateName_names())));
6022 t3 = document.createElement("li", null); 5871 appellation = J.$index$asx($.get$PirateName_scallywags(), t1.nextInt$1(J.get $length$asx($.get$PirateName_scallywags())));
6023 t3.textContent = t1.$index(portmanteaux, i); 5872 this._pirateName = H.S(firstName) + " the " + H.S(appellation);
6024 t2.add$1(t2, t3); 5873 },
6025 ++i; 5874 PirateName$captain$0: function() {
6026 } 5875 var t1, firstName, appellation;
5876 t1 = this.indexGen;
5877 firstName = J.$index$asx($.get$PirateName_names(), t1.nextInt$1(J.get$length $asx($.get$PirateName_names())));
5878 appellation = J.$index$asx($.get$PirateName_captains(), t1.nextInt$1(J.get$l ength$asx($.get$PirateName_captains())));
5879 this._pirateName = H.S(firstName) + " the " + H.S(appellation);
5880 },
5881 static: {
5882 "": "PirateName_names,PirateName_captains,PirateName_scallywags",
5883 PirateName$: function(firstName) {
5884 var t1 = new A.PirateName(C.C__Random, null);
5885 t1.PirateName$1$firstName(firstName);
5886 return t1;
6027 }, 5887 },
6028 5888
6029 handleError: function(error) { 5889 PirateName$captain: function() {
6030 var t1, t2; 5890 var t1 = new A.PirateName(C.C__Random, null);
6031 t1 = J.get$children$x($.wordList); 5891 t1.PirateName$captain$0();
6032 t2 = document.createElement("li", null); 5892 return t1;
6033 t2.textContent = "Request failed."; 5893 },
6034 t1.add$1(t1, t2); 5894
5895 PirateName$scallywag: function() {
5896 var t1 = new A.PirateName(C.C__Random, null);
5897 t1.PirateName$scallywag$0();
5898 return t1;
5899 },
5900
5901 PirateName_makeRequest: function() {
5902 W.HttpRequest_getString("piratenames.json", null, null).then$1(A.PirateName_pr ocessString$closure).catchError$1(A.PirateName_handleError$closure);
5903 },
5904
5905 PirateName_handleError: function(error) {
5906 H.Primitives_printString("Request failed.");
5907 },
5908
5909 PirateName_processString: function(jsonString) {
5910 var pirateNames, t1;
5911 pirateNames = P._parseJson(jsonString, new P.JsonDecoder(null)._reviver);
5912 t1 = J.getInterceptor$asx(pirateNames);
5913 $.PirateName_names = t1.$index(pirateNames, 0);
5914 $.PirateName_captains = t1.$index(pirateNames, 1);
5915 $.PirateName_scallywags = t1.$index(pirateNames, 2);
5916 }}
5917
6035 }}, 5918 }},
6036 1], 5919 1],
6037 ]); 5920 ]);
6038 Isolate.$finishClasses($$, $, null); 5921 Isolate.$finishClasses($$, $, null);
6039 $$ = null; 5922 $$ = null;
6040 5923
6041 // Static function getters 5924 // Static function getters
6042 init.globalFunctions.IsolateNatives__processWorkerMessage$closure = H.IsolateNat ives__processWorkerMessage$closure = new H.Closure$2(H.IsolateNatives__processWo rkerMessage, "IsolateNatives__processWorkerMessage$closure"); 5925 init.globalFunctions.IsolateNatives__processWorkerMessage$closure = H.IsolateNat ives__processWorkerMessage$closure = new H.Closure$2(H.IsolateNatives__processWo rkerMessage, "IsolateNatives__processWorkerMessage$closure");
6043 init.globalFunctions.toStringWrapper$closure = H.toStringWrapper$closure = new H .Closure$0(H.toStringWrapper, "toStringWrapper$closure"); 5926 init.globalFunctions.toStringWrapper$closure = H.toStringWrapper$closure = new H .Closure$0(H.toStringWrapper, "toStringWrapper$closure");
6044 init.globalFunctions.invokeClosure$closure = H.invokeClosure$closure = new H.Clo sure$7(H.invokeClosure, "invokeClosure$closure"); 5927 init.globalFunctions.invokeClosure$closure = H.invokeClosure$closure = new H.Clo sure$7(H.invokeClosure, "invokeClosure$closure");
(...skipping 15 matching lines...) Expand all
6060 init.globalFunctions._rootRegisterCallback$closure = P._rootRegisterCallback$clo sure = new P.Closure$4(P._rootRegisterCallback, "_rootRegisterCallback$closure") ; 5943 init.globalFunctions._rootRegisterCallback$closure = P._rootRegisterCallback$clo sure = new P.Closure$4(P._rootRegisterCallback, "_rootRegisterCallback$closure") ;
6061 init.globalFunctions._rootRegisterUnaryCallback$closure = P._rootRegisterUnaryCa llback$closure = new P.Closure$4(P._rootRegisterUnaryCallback, "_rootRegisterUna ryCallback$closure"); 5944 init.globalFunctions._rootRegisterUnaryCallback$closure = P._rootRegisterUnaryCa llback$closure = new P.Closure$4(P._rootRegisterUnaryCallback, "_rootRegisterUna ryCallback$closure");
6062 init.globalFunctions._rootScheduleMicrotask$closure = P._rootScheduleMicrotask$c losure = new P.Closure$4(P._rootScheduleMicrotask, "_rootScheduleMicrotask$closu re"); 5945 init.globalFunctions._rootScheduleMicrotask$closure = P._rootScheduleMicrotask$c losure = new P.Closure$4(P._rootScheduleMicrotask, "_rootScheduleMicrotask$closu re");
6063 init.globalFunctions._rootCreateTimer$closure = P._rootCreateTimer$closure = new P.Closure$5(P._rootCreateTimer, "_rootCreateTimer$closure"); 5946 init.globalFunctions._rootCreateTimer$closure = P._rootCreateTimer$closure = new P.Closure$5(P._rootCreateTimer, "_rootCreateTimer$closure");
6064 init.globalFunctions._rootCreatePeriodicTimer$closure = P._rootCreatePeriodicTim er$closure = new P.Closure$5(P._rootCreatePeriodicTimer, "_rootCreatePeriodicTim er$closure"); 5947 init.globalFunctions._rootCreatePeriodicTimer$closure = P._rootCreatePeriodicTim er$closure = new P.Closure$5(P._rootCreatePeriodicTimer, "_rootCreatePeriodicTim er$closure");
6065 init.globalFunctions._rootFork$closure = P._rootFork$closure = new P.Closure$5(P ._rootFork, "_rootFork$closure"); 5948 init.globalFunctions._rootFork$closure = P._rootFork$closure = new P.Closure$5(P ._rootFork, "_rootFork$closure");
6066 init.globalFunctions._defaultEquals$closure = P._defaultEquals$closure = new H.C losure$2(P._defaultEquals, "_defaultEquals$closure"); 5949 init.globalFunctions._defaultEquals$closure = P._defaultEquals$closure = new H.C losure$2(P._defaultEquals, "_defaultEquals$closure");
6067 init.globalFunctions._defaultHashCode$closure = P._defaultHashCode$closure = new H.Closure$1(P._defaultHashCode, "_defaultHashCode$closure"); 5950 init.globalFunctions._defaultHashCode$closure = P._defaultHashCode$closure = new H.Closure$1(P._defaultHashCode, "_defaultHashCode$closure");
6068 init.globalFunctions.identical$closure = P.identical$closure = new H.Closure$2(P .identical, "identical$closure"); 5951 init.globalFunctions.identical$closure = P.identical$closure = new H.Closure$2(P .identical, "identical$closure");
6069 init.globalFunctions.identityHashCode$closure = P.identityHashCode$closure = new H.Closure$1(P.identityHashCode, "identityHashCode$closure"); 5952 init.globalFunctions.identityHashCode$closure = P.identityHashCode$closure = new H.Closure$1(P.identityHashCode, "identityHashCode$closure");
6070 init.globalFunctions.main$closure = O.main$closure = new H.Closure$0(O.main, "ma in$closure"); 5953 init.globalFunctions.main$closure = A.main$closure = new H.Closure$0(A.main, "ma in$closure");
6071 init.globalFunctions.makeRequest$closure = O.makeRequest$closure = new H.Closure $1(O.makeRequest, "makeRequest$closure"); 5954 init.globalFunctions.generateBadge$closure = A.generateBadge$closure = new H.Clo sure$1(A.generateBadge, "generateBadge$closure");
6072 init.globalFunctions.processString$closure = O.processString$closure = new H.Clo sure$1(O.processString, "processString$closure"); 5955 init.globalFunctions.useRandomNameClickHandler$closure = A.useRandomNameClickHan dler$closure = new H.Closure$1(A.useRandomNameClickHandler, "useRandomNameClickH andler$closure");
6073 init.globalFunctions.handleError$closure = O.handleError$closure = new H.Closure $1(O.handleError, "handleError$closure"); 5956 init.globalFunctions.PirateName_handleError$closure = A.PirateName_handleError$c losure = new H.Closure$1(A.PirateName_handleError, "PirateName_handleError$closu re");
5957 init.globalFunctions.PirateName_processString$closure = A.PirateName_processStri ng$closure = new H.Closure$1(A.PirateName_processString, "PirateName_processStri ng$closure");
6074 // Runtime type support 5958 // Runtime type support
6075 J.JSInt.$isint = true; 5959 J.JSInt.$isint = true;
6076 J.JSInt.$isObject = true; 5960 J.JSInt.$isObject = true;
6077 W.Node.$isObject = true;
6078 J.JSString.$isString = true; 5961 J.JSString.$isString = true;
6079 J.JSString.$isObject = true; 5962 J.JSString.$isObject = true;
6080 J.JSNumber.$isObject = true; 5963 J.JSNumber.$isObject = true;
5964 P.Object.$isObject = true;
6081 P.Duration.$isDuration = true; 5965 P.Duration.$isDuration = true;
6082 P.Duration.$isObject = true; 5966 P.Duration.$isObject = true;
6083 W.Element.$isObject = true; 5967 W.Event.$isEvent = true;
6084 P.Object.$isObject = true; 5968 W.Event.$isObject = true;
5969 W.MouseEvent.$isMouseEvent = true;
6085 W.MouseEvent.$isEvent = true; 5970 W.MouseEvent.$isEvent = true;
6086 W.MouseEvent.$isObject = true; 5971 W.MouseEvent.$isObject = true;
6087 P.Symbol.$isSymbol = true; 5972 P.Symbol.$isSymbol = true;
6088 P.Symbol.$isObject = true; 5973 P.Symbol.$isObject = true;
6089 W.HttpRequest.$isObject = true; 5974 W.HttpRequest.$isObject = true;
6090 W.ProgressEvent.$isEvent = true; 5975 W.ProgressEvent.$isEvent = true;
6091 W.ProgressEvent.$isObject = true; 5976 W.ProgressEvent.$isObject = true;
6092 P.ReceivePort.$isObject = true; 5977 P.ReceivePort.$isObject = true;
6093 H._IsolateEvent.$isObject = true; 5978 H._IsolateEvent.$isObject = true;
6094 H._IsolateContext.$isObject = true; 5979 H._IsolateContext.$isObject = true;
6095 J.JSArray.$isObject = true; 5980 J.JSArray.$isObject = true;
6096 P.Future.$isFuture = true; 5981 P.Future.$isFuture = true;
6097 P.Future.$isObject = true; 5982 P.Future.$isObject = true;
6098 W.Event.$isEvent = true; 5983 P.Exception.$isException = true;
6099 W.Event.$isObject = true; 5984 P.Exception.$isObject = true;
6100 P.Zone.$isZone = true; 5985 P.Zone.$isZone = true;
6101 P.Zone.$isObject = true; 5986 P.Zone.$isObject = true;
6102 P.ZoneDelegate.$isZoneDelegate = true; 5987 P.ZoneDelegate.$isZoneDelegate = true;
6103 P.ZoneDelegate.$isObject = true; 5988 P.ZoneDelegate.$isObject = true;
6104 P.Timer.$isTimer = true; 5989 P.Timer.$isTimer = true;
6105 P.Timer.$isObject = true; 5990 P.Timer.$isObject = true;
6106 P.ZoneSpecification.$isZoneSpecification = true; 5991 P.ZoneSpecification.$isZoneSpecification = true;
6107 P.ZoneSpecification.$isObject = true; 5992 P.ZoneSpecification.$isObject = true;
6108 P.Map.$isMap = true; 5993 P.Map.$isMap = true;
6109 P.Map.$isObject = true; 5994 P.Map.$isObject = true;
6110 P.Function.$isFunction = true; 5995 P.Function.$isFunction = true;
6111 P.Function.$isObject = true; 5996 P.Function.$isObject = true;
6112 J.JSBool.$isbool = true; 5997 J.JSBool.$isbool = true;
6113 J.JSBool.$isObject = true; 5998 J.JSBool.$isObject = true;
6114 P.Error.$isError = true;
6115 P.Error.$isObject = true;
6116 P.StackTrace.$isStackTrace = true; 5999 P.StackTrace.$isStackTrace = true;
6117 P.StackTrace.$isObject = true; 6000 P.StackTrace.$isObject = true;
6118 P._EventSink.$is_EventSink = true; 6001 P._EventSink.$is_EventSink = true;
6119 P._EventSink.$isObject = true; 6002 P._EventSink.$isObject = true;
6120 // getInterceptor methods 6003 // getInterceptor methods
6121 J.getInterceptor = function(receiver) { 6004 J.getInterceptor = function(receiver) {
6122 if (typeof receiver == "number") { 6005 if (typeof receiver == "number") {
6123 if (Math.floor(receiver) == receiver) 6006 if (Math.floor(receiver) == receiver)
6124 return J.JSInt.prototype; 6007 return J.JSInt.prototype;
6125 return J.JSDouble.prototype; 6008 return J.JSDouble.prototype;
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
6185 return receiver; 6068 return receiver;
6186 if (typeof receiver != "object") 6069 if (typeof receiver != "object")
6187 return receiver; 6070 return receiver;
6188 if (receiver instanceof P.Object) 6071 if (receiver instanceof P.Object)
6189 return receiver; 6072 return receiver;
6190 return J.getNativeInterceptor(receiver); 6073 return J.getNativeInterceptor(receiver);
6191 }; 6074 };
6192 C.C_CloseToken = new H.CloseToken(); 6075 C.C_CloseToken = new H.CloseToken();
6193 C.C_UnknownJavaScriptObject = new J.UnknownJavaScriptObject(); 6076 C.C_UnknownJavaScriptObject = new J.UnknownJavaScriptObject();
6194 C.C__DelayedDone = new P._DelayedDone(); 6077 C.C__DelayedDone = new P._DelayedDone();
6078 C.C__Random = new P._Random();
6195 C.Duration_0 = new P.Duration(0); 6079 C.Duration_0 = new P.Duration(0);
6080 C.EventStreamProvider_change = new W.EventStreamProvider("change");
6196 C.EventStreamProvider_click = new W.EventStreamProvider("click"); 6081 C.EventStreamProvider_click = new W.EventStreamProvider("click");
6197 C.EventStreamProvider_error = new W.EventStreamProvider("error"); 6082 C.EventStreamProvider_error = new W.EventStreamProvider("error");
6198 C.EventStreamProvider_load = new W.EventStreamProvider("load"); 6083 C.EventStreamProvider_load = new W.EventStreamProvider("load");
6199 C.HttpRequest_methods = W.HttpRequest.prototype; 6084 C.HttpRequest_methods = W.HttpRequest.prototype;
6200 C.JSArray_methods = J.JSArray.prototype; 6085 C.JSArray_methods = J.JSArray.prototype;
6201 C.JSInt_methods = J.JSInt.prototype; 6086 C.JSInt_methods = J.JSInt.prototype;
6202 C.JSNumber_methods = J.JSNumber.prototype; 6087 C.JSNumber_methods = J.JSNumber.prototype;
6203 C.JSString_methods = J.JSString.prototype; 6088 C.JSString_methods = J.JSString.prototype;
6204 C.JS_CONST_ZYJ = ((typeof version == "function" && typeof os == "object" && "system" in os) 6089 C.JS_CONST_ZYJ = ((typeof version == "function" && typeof os == "object" && "system" in os)
6205 || (typeof navigator == "object" 6090 || (typeof navigator == "object"
6206 && navigator.userAgent.indexOf('Chrome') != -1)) 6091 && navigator.userAgent.indexOf('Chrome') != -1))
6207 ? function(x) { return x.$dartCachedLength || x.length; } 6092 ? function(x) { return x.$dartCachedLength || x.length; }
6208 : function(x) { return x.length; }; 6093 : function(x) { return x.length; };
6209 ; 6094 ;
6210 Isolate.makeConstantList = function(list) { 6095 Isolate.makeConstantList = function(list) {
6211 list.immutable$list = true; 6096 list.immutable$list = true;
6212 list.fixed$length = true; 6097 list.fixed$length = true;
6213 return list; 6098 return list;
6214 }; 6099 };
6215 C.List_empty = Isolate.makeConstantList([]); 6100 C.List_empty = Isolate.makeConstantList([]);
6216 C.NodeList_methods = W.NodeList.prototype;
6217 C._ZoneSpecification_eDx = new P._ZoneSpecification(P._rootHandleUncaughtError$c losure, P._rootRun$closure, P._rootRunUnary$closure, P._rootRegisterCallback$clo sure, P._rootRegisterUnaryCallback$closure, P._rootScheduleMicrotask$closure, P. _rootCreateTimer$closure, P._rootCreatePeriodicTimer$closure, P._rootFork$closur e); 6101 C._ZoneSpecification_eDx = new P._ZoneSpecification(P._rootHandleUncaughtError$c losure, P._rootRun$closure, P._rootRunUnary$closure, P._rootRegisterCallback$clo sure, P._rootRegisterUnaryCallback$closure, P._rootScheduleMicrotask$closure, P. _rootCreateTimer$closure, P._rootCreatePeriodicTimer$closure, P._rootFork$closur e);
6218 C.List_empty0 = H.setRuntimeTypeInfo(Isolate.makeConstantList([]), [P.Symbol]); 6102 C.List_empty0 = H.setRuntimeTypeInfo(Isolate.makeConstantList([]), [P.Symbol]);
6219 C.Map_empty = H.setRuntimeTypeInfo(new H.ConstantStringMap(0, {}, C.List_empty0) , [P.Symbol, null]); 6103 C.Map_empty = H.setRuntimeTypeInfo(new H.ConstantStringMap(0, {}, C.List_empty0) , [P.Symbol, null]);
6220 C._CustomizedZone_WYN = new P._CustomizedZone(null, C._ZoneSpecification_eDx, C. Map_empty); 6104 C._CustomizedZone_WYN = new P._CustomizedZone(null, C._ZoneSpecification_eDx, C. Map_empty);
6221 C._ZoneSpecification_eLJ = new P._ZoneSpecification(null, null, null, null, null , null, null, null, null); 6105 C._ZoneSpecification_eLJ = new P._ZoneSpecification(null, null, null, null, null , null, null, null, null);
6222 $.lazyPort = null; 6106 $.lazyPort = null;
6223 $.ReceivePortImpl__nextFreeId = 1; 6107 $.ReceivePortImpl__nextFreeId = 1;
6224 $.Primitives_mirrorFunctionCacheName = "$cachedFunction"; 6108 $.Primitives_mirrorFunctionCacheName = "$cachedFunction";
6225 $.Primitives_mirrorInvokeCacheName = "$cachedInvocation"; 6109 $.Primitives_mirrorInvokeCacheName = "$cachedInvocation";
6226 $.interceptorsByTag = null; 6110 $.interceptorsByTag = null;
6227 $.leafTags = null; 6111 $.leafTags = null;
6228 $.interceptorToTag = null; 6112 $.interceptorToTag = null;
6229 $._callbacksAreEnqueued = false; 6113 $._callbacksAreEnqueued = false;
6230 $.Zone__current = C._CustomizedZone_WYN; 6114 $.Zone__current = C._CustomizedZone_WYN;
6231 $.Expando__keyCount = 0; 6115 $.Expando__keyCount = 0;
6232 $.Device__isOpera = null; 6116 $.Device__isOpera = null;
6233 $.Device__isWebKit = null; 6117 $.Device__isWebKit = null;
6234 $.wordList = null; 6118 $.inputNameElement = null;
6119 $.genButtonElement = null;
6120 $.useRandomName = false;
6121 $.captainRadioElement = null;
6122 $.scallywagRadioElement = null;
6235 J.$$dom_addEventListener$3$x = function(receiver, a0, a1, a2) { 6123 J.$$dom_addEventListener$3$x = function(receiver, a0, a1, a2) {
6236 return J.getInterceptor$x(receiver).$$dom_addEventListener$3(receiver, a0, a1, a2); 6124 return J.getInterceptor$x(receiver).$$dom_addEventListener$3(receiver, a0, a1, a2);
6237 }; 6125 };
6238 J.$$dom_removeEventListener$3$x = function(receiver, a0, a1, a2) { 6126 J.$$dom_removeEventListener$3$x = function(receiver, a0, a1, a2) {
6239 return J.getInterceptor$x(receiver).$$dom_removeEventListener$3(receiver, a0, a1, a2); 6127 return J.getInterceptor$x(receiver).$$dom_removeEventListener$3(receiver, a0, a1, a2);
6240 }; 6128 };
6241 J.$eq = function(receiver, a0) { 6129 J.$eq = function(receiver, a0) {
6242 if (receiver == null) 6130 if (receiver == null)
6243 return a0 == null; 6131 return a0 == null;
6244 if (typeof receiver != "object") 6132 if (typeof receiver != "object")
6245 return a0 != null && receiver === a0; 6133 return a0 != null && receiver === a0;
6246 return J.getInterceptor(receiver).$eq(receiver, a0); 6134 return J.getInterceptor(receiver).$eq(receiver, a0);
6247 }; 6135 };
6248 J.$ge$n = function(receiver, a0) { 6136 J.$ge$n = function(receiver, a0) {
6249 if (typeof receiver == "number" && typeof a0 == "number") 6137 if (typeof receiver == "number" && typeof a0 == "number")
6250 return receiver >= a0; 6138 return receiver >= a0;
6251 return J.getInterceptor$n(receiver).$ge(receiver, a0); 6139 return J.getInterceptor$n(receiver).$ge(receiver, a0);
6252 }; 6140 };
6253 J.$index$asx = function(receiver, a0) { 6141 J.$index$asx = function(receiver, a0) {
6254 if (receiver.constructor == Array || typeof receiver == "string" || H.isJsInde xable(receiver, receiver[init.dispatchPropertyName])) 6142 if (receiver.constructor == Array || typeof receiver == "string" || H.isJsInde xable(receiver, receiver[init.dispatchPropertyName]))
6255 if (a0 >>> 0 === a0 && a0 < receiver.length) 6143 if (a0 >>> 0 === a0 && a0 < receiver.length)
6256 return receiver[a0]; 6144 return receiver[a0];
6257 return J.getInterceptor$asx(receiver).$index(receiver, a0); 6145 return J.getInterceptor$asx(receiver).$index(receiver, a0);
6258 }; 6146 };
6259 J.$indexSet$ax = function(receiver, a0, a1) { 6147 J.$indexSet$ax = function(receiver, a0, a1) {
6260 if ((receiver.constructor == Array || H.isJsIndexable(receiver, receiver[init. dispatchPropertyName])) && !receiver.immutable$list && a0 >>> 0 === a0 && a0 < r eceiver.length) 6148 if ((receiver.constructor == Array || H.isJsIndexable(receiver, receiver[init. dispatchPropertyName])) && !receiver.immutable$list && a0 >>> 0 === a0 && a0 < r eceiver.length)
6261 return receiver[a0] = a1; 6149 return receiver[a0] = a1;
6262 return J.getInterceptor$ax(receiver).$indexSet(receiver, a0, a1); 6150 return J.getInterceptor$ax(receiver).$indexSet(receiver, a0, a1);
6263 }; 6151 };
6264 J._replaceChild$2$x = function(receiver, a0, a1) {
6265 return J.getInterceptor$x(receiver)._replaceChild$2(receiver, a0, a1);
6266 };
6267 J.elementAt$1$ax = function(receiver, a0) { 6152 J.elementAt$1$ax = function(receiver, a0) {
6268 return J.getInterceptor$ax(receiver).elementAt$1(receiver, a0); 6153 return J.getInterceptor$ax(receiver).elementAt$1(receiver, a0);
6269 }; 6154 };
6270 J.forEach$1$ax = function(receiver, a0) { 6155 J.forEach$1$ax = function(receiver, a0) {
6271 return J.getInterceptor$ax(receiver).forEach$1(receiver, a0); 6156 return J.getInterceptor$ax(receiver).forEach$1(receiver, a0);
6272 }; 6157 };
6273 J.get$children$x = function(receiver) { 6158 J.get$checked$x = function(receiver) {
6274 return J.getInterceptor$x(receiver).get$children(receiver); 6159 return J.getInterceptor$x(receiver).get$checked(receiver);
6275 }; 6160 };
6276 J.get$hashCode$ = function(receiver) { 6161 J.get$hashCode$ = function(receiver) {
6277 return J.getInterceptor(receiver).get$hashCode(receiver); 6162 return J.getInterceptor(receiver).get$hashCode(receiver);
6278 }; 6163 };
6279 J.get$iterator$ax = function(receiver) { 6164 J.get$iterator$ax = function(receiver) {
6280 return J.getInterceptor$ax(receiver).get$iterator(receiver); 6165 return J.getInterceptor$ax(receiver).get$iterator(receiver);
6281 }; 6166 };
6282 J.get$length$asx = function(receiver) { 6167 J.get$length$asx = function(receiver) {
6283 return J.getInterceptor$asx(receiver).get$length(receiver); 6168 return J.getInterceptor$asx(receiver).get$length(receiver);
6284 }; 6169 };
6285 J.get$responseText$x = function(receiver) { 6170 J.get$responseText$x = function(receiver) {
6286 return J.getInterceptor$x(receiver).get$responseText(receiver); 6171 return J.getInterceptor$x(receiver).get$responseText(receiver);
6287 }; 6172 };
6173 J.get$target$x = function(receiver) {
6174 return J.getInterceptor$x(receiver).get$target(receiver);
6175 };
6176 J.get$value$x = function(receiver) {
6177 return J.getInterceptor$x(receiver).get$value(receiver);
6178 };
6288 J.map$1$ax = function(receiver, a0) { 6179 J.map$1$ax = function(receiver, a0) {
6289 return J.getInterceptor$ax(receiver).map$1(receiver, a0); 6180 return J.getInterceptor$ax(receiver).map$1(receiver, a0);
6290 }; 6181 };
6291 J.replaceWith$1$x = function(receiver, a0) {
6292 return J.getInterceptor$x(receiver).replaceWith$1(receiver, a0);
6293 };
6294 J.send$2$x = function(receiver, a0, a1) { 6182 J.send$2$x = function(receiver, a0, a1) {
6295 return J.getInterceptor$x(receiver).send$2(receiver, a0, a1); 6183 return J.getInterceptor$x(receiver).send$2(receiver, a0, a1);
6296 }; 6184 };
6185 J.set$disabled$x = function(receiver, value) {
6186 return J.getInterceptor$x(receiver).set$disabled(receiver, value);
6187 };
6297 J.toString$0 = function(receiver) { 6188 J.toString$0 = function(receiver) {
6298 return J.getInterceptor(receiver).toString$0(receiver); 6189 return J.getInterceptor(receiver).toString$0(receiver);
6299 }; 6190 };
6300 $.mapTypeToInterceptor = []; 6191 $.mapTypeToInterceptor = [];
6301 Isolate.$lazy($, "globalThis", "globalThis", "get$globalThis", function() { 6192 Isolate.$lazy($, "globalThis", "globalThis", "get$globalThis", function() {
6302 return function() { return this; }(); 6193 return function() { return this; }();
6303 }); 6194 });
6304 Isolate.$lazy($, "globalWindow", "globalWindow", "get$globalWindow", function() { 6195 Isolate.$lazy($, "globalWindow", "globalWindow", "get$globalWindow", function() {
6305 return $.get$globalThis().window; 6196 return $.get$globalThis().window;
6306 }); 6197 });
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
6357 }); 6248 });
6358 Isolate.$lazy($, "_asyncCallbacks", "_asyncCallbacks", "get$_asyncCallbacks", fu nction() { 6249 Isolate.$lazy($, "_asyncCallbacks", "_asyncCallbacks", "get$_asyncCallbacks", fu nction() {
6359 return P.ListQueue$(null, {func: "void_", void: true}); 6250 return P.ListQueue$(null, {func: "void_", void: true});
6360 }); 6251 });
6361 Isolate.$lazy($, "_toStringList", "ListMixin__toStringList", "get$ListMixin__toS tringList", function() { 6252 Isolate.$lazy($, "_toStringList", "ListMixin__toStringList", "get$ListMixin__toS tringList", function() {
6362 return P.List_List(null, null); 6253 return P.List_List(null, null);
6363 }); 6254 });
6364 Isolate.$lazy($, "_toStringList", "Maps__toStringList", "get$Maps__toStringList" , function() { 6255 Isolate.$lazy($, "_toStringList", "Maps__toStringList", "get$Maps__toStringList" , function() {
6365 return P.List_List(null, null); 6256 return P.List_List(null, null);
6366 }); 6257 });
6258 Isolate.$lazy($, "names", "PirateName_names", "get$PirateName_names", function() {
6259 return [];
6260 });
6261 Isolate.$lazy($, "captains", "PirateName_captains", "get$PirateName_captains", f unction() {
6262 return [];
6263 });
6264 Isolate.$lazy($, "scallywags", "PirateName_scallywags", "get$PirateName_scallywa gs", function() {
6265 return [];
6266 });
6367 // Native classes 6267 // Native classes
6368 H.defineNativeMethods("DOMError|FileError|MediaError|MediaKeyError|Navigator|Nav igatorUserMediaError|PositionError|SQLError|SVGAnimatedNumberList", J.Intercepto r); 6268 H.defineNativeMethods("DOMError|FileError|MediaError|MediaKeyError|Navigator|Nav igatorUserMediaError|PositionError|SQLError|SVGAnimatedNumberList|SVGAnimatedStr ing", J.Interceptor);
6369 6269
6370 H.defineNativeMethods("HTMLAppletElement|HTMLAreaElement|HTMLAudioElement|HTMLBR Element|HTMLBaseElement|HTMLBaseFontElement|HTMLBodyElement|HTMLButtonElement|HT MLCanvasElement|HTMLContentElement|HTMLDListElement|HTMLDataListElement|HTMLDeta ilsElement|HTMLDialogElement|HTMLDirectoryElement|HTMLDivElement|HTMLEmbedElemen t|HTMLFieldSetElement|HTMLFontElement|HTMLFrameElement|HTMLFrameSetElement|HTMLH RElement|HTMLHeadElement|HTMLHeadingElement|HTMLHtmlElement|HTMLIFrameElement|HT MLImageElement|HTMLKeygenElement|HTMLLIElement|HTMLLabelElement|HTMLLegendElemen t|HTMLLinkElement|HTMLMapElement|HTMLMarqueeElement|HTMLMediaElement|HTMLMenuEle ment|HTMLMetaElement|HTMLMeterElement|HTMLModElement|HTMLOListElement|HTMLObject Element|HTMLOptGroupElement|HTMLOptionElement|HTMLOutputElement|HTMLParagraphEle ment|HTMLParamElement|HTMLPreElement|HTMLProgressElement|HTMLQuoteElement|HTMLSc riptElement|HTMLShadowElement|HTMLSourceElement|HTMLSpanElement|HTMLStyleElement |HTMLTableCaptionElement|HTMLTableCellElement|HTMLTableColElement|HTMLTableDataC ellElement|HTMLTableElement|HTMLTableHeaderCellElement|HTMLTableRowElement|HTMLT ableSectionElement|HTMLTemplateElement|HTMLTextAreaElement|HTMLTitleElement|HTML TrackElement|HTMLUListElement|HTMLUnknownElement|HTMLVideoElement", W.HtmlElemen t); 6270 H.defineNativeMethods("HTMLAppletElement|HTMLAudioElement|HTMLBRElement|HTMLBase FontElement|HTMLBodyElement|HTMLCanvasElement|HTMLContentElement|HTMLDListElemen t|HTMLDataListElement|HTMLDetailsElement|HTMLDialogElement|HTMLDirectoryElement| HTMLDivElement|HTMLEmbedElement|HTMLFontElement|HTMLFrameElement|HTMLFrameSetEle ment|HTMLHRElement|HTMLHeadElement|HTMLHeadingElement|HTMLHtmlElement|HTMLIFrame Element|HTMLImageElement|HTMLLabelElement|HTMLLegendElement|HTMLMapElement|HTMLM arqueeElement|HTMLMediaElement|HTMLMenuElement|HTMLMetaElement|HTMLModElement|HT MLOListElement|HTMLObjectElement|HTMLParagraphElement|HTMLPreElement|HTMLQuoteEl ement|HTMLScriptElement|HTMLShadowElement|HTMLSourceElement|HTMLSpanElement|HTML TableCaptionElement|HTMLTableCellElement|HTMLTableColElement|HTMLTableDataCellEl ement|HTMLTableElement|HTMLTableHeaderCellElement|HTMLTableRowElement|HTMLTableS ectionElement|HTMLTemplateElement|HTMLTitleElement|HTMLTrackElement|HTMLUListEle ment|HTMLUnknownElement|HTMLVideoElement", W.HtmlElement);
6371 6271
6372 H.defineNativeMethodsNonleaf("HTMLElement", W.HtmlElement); 6272 H.defineNativeMethodsNonleaf("HTMLElement", W.HtmlElement);
6373 6273
6374 H.defineNativeMethods("HTMLAnchorElement", W.AnchorElement); 6274 H.defineNativeMethods("HTMLAnchorElement", W.AnchorElement);
6375 6275
6376 H.defineNativeMethods("CDATASection|CharacterData|Comment|ProcessingInstruction| Text", W.CharacterData); 6276 H.defineNativeMethods("HTMLAreaElement", W.AreaElement);
6277
6278 H.defineNativeMethods("HTMLBaseElement", W.BaseElement);
6279
6280 H.defineNativeMethods("HTMLButtonElement", W.ButtonElement);
6281
6282 H.defineNativeMethods("CDATASection|Comment|Text", W.CharacterData);
6283
6284 H.defineNativeMethodsNonleaf("CharacterData", W.CharacterData);
6377 6285
6378 H.defineNativeMethods("DOMException", W.DomException); 6286 H.defineNativeMethods("DOMException", W.DomException);
6379 6287
6380 H.defineNativeMethodsNonleaf("Element", W.Element); 6288 H.defineNativeMethodsNonleaf("Element", W.Element);
6381 6289
6382 H.defineNativeMethods("AudioProcessingEvent|AutocompleteErrorEvent|BeforeLoadEve nt|CSSFontFaceLoadEvent|CloseEvent|CustomEvent|DeviceMotionEvent|DeviceOrientati onEvent|ErrorEvent|HashChangeEvent|IDBVersionChangeEvent|MIDIConnectionEvent|MID IMessageEvent|MediaKeyEvent|MediaKeyMessageEvent|MediaKeyNeededEvent|MediaStream Event|MediaStreamTrackEvent|MessageEvent|MutationEvent|OfflineAudioCompletionEve nt|OverflowEvent|PageTransitionEvent|PopStateEvent|RTCDTMFToneChangeEvent|RTCDat aChannelEvent|RTCIceCandidateEvent|SecurityPolicyViolationEvent|SpeechInputEvent |SpeechRecognitionError|SpeechRecognitionEvent|SpeechSynthesisEvent|StorageEvent |TrackEvent|TransitionEvent|WebGLContextEvent|WebKitAnimationEvent|WebKitTransit ionEvent", W.Event); 6290 H.defineNativeMethods("AudioProcessingEvent|AutocompleteErrorEvent|BeforeLoadEve nt|CSSFontFaceLoadEvent|CloseEvent|CustomEvent|DeviceMotionEvent|DeviceOrientati onEvent|ErrorEvent|HashChangeEvent|IDBVersionChangeEvent|MIDIConnectionEvent|MID IMessageEvent|MediaKeyEvent|MediaKeyMessageEvent|MediaKeyNeededEvent|MediaStream Event|MediaStreamTrackEvent|MessageEvent|MutationEvent|OfflineAudioCompletionEve nt|OverflowEvent|PageTransitionEvent|PopStateEvent|RTCDTMFToneChangeEvent|RTCDat aChannelEvent|RTCIceCandidateEvent|SecurityPolicyViolationEvent|SpeechInputEvent |SpeechRecognitionError|SpeechRecognitionEvent|SpeechSynthesisEvent|StorageEvent |TrackEvent|TransitionEvent|WebGLContextEvent|WebKitAnimationEvent|WebKitTransit ionEvent", W.Event);
6383 6291
6384 H.defineNativeMethodsNonleaf("Event", W.Event); 6292 H.defineNativeMethodsNonleaf("Event", W.Event);
6385 6293
6386 H.defineNativeMethodsNonleaf("EventTarget", W.EventTarget); 6294 H.defineNativeMethodsNonleaf("EventTarget", W.EventTarget);
6387 6295
6296 H.defineNativeMethods("HTMLFieldSetElement", W.FieldSetElement);
6297
6388 H.defineNativeMethods("HTMLFormElement", W.FormElement); 6298 H.defineNativeMethods("HTMLFormElement", W.FormElement);
6389 6299
6390 H.defineNativeMethods("HTMLCollection|HTMLFormControlsCollection|HTMLOptionsColl ection", W.HtmlCollection);
6391
6392 H.defineNativeMethods("XMLHttpRequest", W.HttpRequest); 6300 H.defineNativeMethods("XMLHttpRequest", W.HttpRequest);
6393 6301
6394 H.defineNativeMethods("HTMLInputElement", W.InputElement); 6302 H.defineNativeMethods("HTMLInputElement", W.InputElement);
6395 6303
6304 H.defineNativeMethods("HTMLKeygenElement", W.KeygenElement);
6305
6306 H.defineNativeMethods("HTMLLIElement", W.LIElement);
6307
6308 H.defineNativeMethods("HTMLLinkElement", W.LinkElement);
6309
6310 H.defineNativeMethods("HTMLMeterElement", W.MeterElement);
6311
6396 H.defineNativeMethods("DragEvent|MSPointerEvent|MouseEvent|MouseScrollEvent|Mous eWheelEvent|PointerEvent|WheelEvent", W.MouseEvent); 6312 H.defineNativeMethods("DragEvent|MSPointerEvent|MouseEvent|MouseScrollEvent|Mous eWheelEvent|PointerEvent|WheelEvent", W.MouseEvent);
6397 6313
6398 H.defineNativeMethods("Attr|Document|DocumentFragment|DocumentType|Entity|HTMLDo cument|Notation|SVGDocument|ShadowRoot", W.Node); 6314 H.defineNativeMethods("Attr|Document|DocumentFragment|DocumentType|Entity|HTMLDo cument|Notation|SVGDocument|ShadowRoot", W.Node);
6399 6315
6400 H.defineNativeMethodsNonleaf("Node", W.Node); 6316 H.defineNativeMethodsNonleaf("Node", W.Node);
6401 6317
6402 H.defineNativeMethods("NodeList|RadioNodeList", W.NodeList); 6318 H.defineNativeMethods("HTMLOptGroupElement", W.OptGroupElement);
6319
6320 H.defineNativeMethods("HTMLOptionElement", W.OptionElement);
6321
6322 H.defineNativeMethods("HTMLOutputElement", W.OutputElement);
6323
6324 H.defineNativeMethods("HTMLParamElement", W.ParamElement);
6325
6326 H.defineNativeMethods("ProcessingInstruction", W.ProcessingInstruction);
6327
6328 H.defineNativeMethods("HTMLProgressElement", W.ProgressElement);
6403 6329
6404 H.defineNativeMethods("ProgressEvent|ResourceProgressEvent|XMLHttpRequestProgres sEvent", W.ProgressEvent); 6330 H.defineNativeMethods("ProgressEvent|ResourceProgressEvent|XMLHttpRequestProgres sEvent", W.ProgressEvent);
6405 6331
6406 H.defineNativeMethods("HTMLSelectElement", W.SelectElement); 6332 H.defineNativeMethods("HTMLSelectElement", W.SelectElement);
6407 6333
6334 H.defineNativeMethods("HTMLStyleElement", W.StyleElement);
6335
6336 H.defineNativeMethods("HTMLTextAreaElement", W.TextAreaElement);
6337
6408 H.defineNativeMethods("CompositionEvent|FocusEvent|KeyboardEvent|SVGZoomEvent|Te xtEvent|TouchEvent", W.UIEvent); 6338 H.defineNativeMethods("CompositionEvent|FocusEvent|KeyboardEvent|SVGZoomEvent|Te xtEvent|TouchEvent", W.UIEvent);
6409 6339
6410 H.defineNativeMethodsNonleaf("UIEvent", W.UIEvent); 6340 H.defineNativeMethodsNonleaf("UIEvent", W.UIEvent);
6411 6341
6412 H.defineNativeMethods("DOMWindow|Window", W.Window); 6342 H.defineNativeMethods("DOMWindow|Window", W.Window);
6413 6343
6414 H.defineNativeMethodsNonleaf("XMLHttpRequestEventTarget", W.XmlHttpRequestEventT arget); 6344 H.defineNativeMethodsNonleaf("XMLHttpRequestEventTarget", W.XmlHttpRequestEventT arget);
6415 6345
6416 H.defineNativeMethods("SVGAElement|SVGAltGlyphDefElement|SVGAltGlyphElement|SVGA ltGlyphItemElement|SVGAnimateColorElement|SVGAnimateElement|SVGAnimateMotionElem ent|SVGAnimateTransformElement|SVGAnimationElement|SVGCircleElement|SVGClipPathE lement|SVGComponentTransferFunctionElement|SVGCursorElement|SVGDefsElement|SVGDe scElement|SVGElement|SVGEllipseElement|SVGFEBlendElement|SVGFEColorMatrixElement |SVGFEComponentTransferElement|SVGFECompositeElement|SVGFEConvolveMatrixElement| SVGFEDiffuseLightingElement|SVGFEDisplacementMapElement|SVGFEDistantLightElement |SVGFEDropShadowElement|SVGFEFloodElement|SVGFEFuncAElement|SVGFEFuncBElement|SV GFEFuncGElement|SVGFEFuncRElement|SVGFEGaussianBlurElement|SVGFEImageElement|SVG FEMergeElement|SVGFEMergeNodeElement|SVGFEMorphologyElement|SVGFEOffsetElement|S VGFEPointLightElement|SVGFESpecularLightingElement|SVGFESpotLightElement|SVGFETi leElement|SVGFETurbulenceElement|SVGFilterElement|SVGFontElement|SVGFontFaceElem ent|SVGFontFaceFormatElement|SVGFontFaceNameElement|SVGFontFaceSrcElement|SVGFon tFaceUriElement|SVGForeignObjectElement|SVGGElement|SVGGlyphElement|SVGGlyphRefE lement|SVGGradientElement|SVGGraphicsElement|SVGHKernElement|SVGImageElement|SVG LineElement|SVGLinearGradientElement|SVGMPathElement|SVGMarkerElement|SVGMaskEle ment|SVGMetadataElement|SVGMissingGlyphElement|SVGPathElement|SVGPatternElement| SVGPolygonElement|SVGPolylineElement|SVGRadialGradientElement|SVGRectElement|SVG SVGElement|SVGScriptElement|SVGSetElement|SVGStopElement|SVGStyleElement|SVGSwit chElement|SVGSymbolElement|SVGTRefElement|SVGTSpanElement|SVGTextContentElement| SVGTextElement|SVGTextPathElement|SVGTextPositioningElement|SVGTitleElement|SVGU seElement|SVGVKernElement|SVGViewElement", P.SvgElement); 6346 H.defineNativeMethods("SVGAElement", P.AElement);
6347
6348 H.defineNativeMethods("SVGAltGlyphElement|SVGCircleElement|SVGClipPathElement|SV GDefsElement|SVGEllipseElement|SVGForeignObjectElement|SVGGElement|SVGImageEleme nt|SVGLineElement|SVGPathElement|SVGPolygonElement|SVGPolylineElement|SVGRectEle ment|SVGSVGElement|SVGSwitchElement|SVGTRefElement|SVGTSpanElement|SVGTextConten tElement|SVGTextElement|SVGTextPathElement|SVGTextPositioningElement|SVGUseEleme nt", P.GraphicsElement);
6349
6350 H.defineNativeMethodsNonleaf("SVGGraphicsElement", P.GraphicsElement);
6351
6352 H.defineNativeMethods("SVGStyleElement", P.StyleElement0);
6353
6354 H.defineNativeMethods("SVGAltGlyphDefElement|SVGAltGlyphItemElement|SVGAnimateCo lorElement|SVGAnimateElement|SVGAnimateMotionElement|SVGAnimateTransformElement| SVGAnimationElement|SVGComponentTransferFunctionElement|SVGCursorElement|SVGDesc Element|SVGFEBlendElement|SVGFEColorMatrixElement|SVGFEComponentTransferElement| SVGFECompositeElement|SVGFEConvolveMatrixElement|SVGFEDiffuseLightingElement|SVG FEDisplacementMapElement|SVGFEDistantLightElement|SVGFEDropShadowElement|SVGFEFl oodElement|SVGFEFuncAElement|SVGFEFuncBElement|SVGFEFuncGElement|SVGFEFuncREleme nt|SVGFEGaussianBlurElement|SVGFEImageElement|SVGFEMergeElement|SVGFEMergeNodeEl ement|SVGFEMorphologyElement|SVGFEOffsetElement|SVGFEPointLightElement|SVGFESpec ularLightingElement|SVGFESpotLightElement|SVGFETileElement|SVGFETurbulenceElemen t|SVGFilterElement|SVGFontElement|SVGFontFaceElement|SVGFontFaceFormatElement|SV GFontFaceNameElement|SVGFontFaceSrcElement|SVGFontFaceUriElement|SVGGlyphElement |SVGGlyphRefElement|SVGGradientElement|SVGHKernElement|SVGLinearGradientElement| SVGMPathElement|SVGMarkerElement|SVGMaskElement|SVGMetadataElement|SVGMissingGly phElement|SVGPatternElement|SVGRadialGradientElement|SVGScriptElement|SVGSetElem ent|SVGStopElement|SVGSymbolElement|SVGTitleElement|SVGVKernElement|SVGViewEleme nt", P.SvgElement);
6355
6356 H.defineNativeMethodsNonleaf("SVGElement", P.SvgElement);
6417 6357
6418 H.defineNativeMethodsExtended("ArrayBufferView", P.TypedData, [P.TypedData_ListM ixin, P.TypedData_ListMixin_FixedLengthListMixin]); 6358 H.defineNativeMethodsExtended("ArrayBufferView", P.TypedData, [P.TypedData_ListM ixin, P.TypedData_ListMixin_FixedLengthListMixin]);
6419 6359
6420 H.defineNativeMethodsNonleaf("Uint8Array", P.Uint8List); 6360 H.defineNativeMethodsNonleaf("Uint8Array", P.Uint8List);
6421 6361
6422 6362
6423 init.functionAliases = {}; 6363 init.functionAliases = {};
6424 ; 6364 ;
6425 init.metadata = []; 6365 init.metadata = [];
6426 $ = null; 6366 $ = null;
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
6485 } 6425 }
6486 callback(event.target); 6426 callback(event.target);
6487 } 6427 }
6488 for (var i = 0; i < scripts.length; ++i) { 6428 for (var i = 0; i < scripts.length; ++i) {
6489 scripts[i].addEventListener("load", onLoad, false); 6429 scripts[i].addEventListener("load", onLoad, false);
6490 } 6430 }
6491 })(function(currentScript) { 6431 })(function(currentScript) {
6492 init.currentScript = currentScript; 6432 init.currentScript = currentScript;
6493 6433
6494 if (typeof dartMainRunner === "function") { 6434 if (typeof dartMainRunner === "function") {
6495 dartMainRunner(function() { H.startRootIsolate(O.main$closure); }); 6435 dartMainRunner(function() { H.startRootIsolate(A.main$closure); });
6496 } else { 6436 } else {
6497 H.startRootIsolate(O.main$closure); 6437 H.startRootIsolate(A.main$closure);
6498 } 6438 }
6499 }); 6439 });
6500 // END invoke [main]. 6440 // END invoke [main].
6501 function init() { 6441 function init() {
6502 Isolate.$isolateProperties = {}; 6442 Isolate.$isolateProperties = {};
6503 function generateAccessor(field, accessors, cls) { 6443 function generateAccessor(field, accessors, cls) {
6504 var len = field.length; 6444 var len = field.length;
6505 var code = field.charCodeAt(len - 1); 6445 var code = field.charCodeAt(len - 1);
6506 var reflectable = false; 6446 var reflectable = false;
6507 if (code == 45) { 6447 if (code == 45) {
(...skipping 941 matching lines...) Expand 10 before | Expand all | Expand 10 after
7449 this._receiver = _receiver; 7389 this._receiver = _receiver;
7450 this.__js_helper$_name = __js_helper$_name; 7390 this.__js_helper$_name = __js_helper$_name;
7451 } 7391 }
7452 BoundClosure.builtin$cls = "BoundClosure"; 7392 BoundClosure.builtin$cls = "BoundClosure";
7453 if (!"name" in BoundClosure) 7393 if (!"name" in BoundClosure)
7454 BoundClosure.name = "BoundClosure"; 7394 BoundClosure.name = "BoundClosure";
7455 $desc = $collectedClasses.BoundClosure; 7395 $desc = $collectedClasses.BoundClosure;
7456 if ($desc instanceof Array) 7396 if ($desc instanceof Array)
7457 $desc = $desc[1]; 7397 $desc = $desc[1];
7458 BoundClosure.prototype = $desc; 7398 BoundClosure.prototype = $desc;
7399 function CastErrorImplementation(message) {
7400 this.message = message;
7401 }
7402 CastErrorImplementation.builtin$cls = "CastErrorImplementation";
7403 if (!"name" in CastErrorImplementation)
7404 CastErrorImplementation.name = "CastErrorImplementation";
7405 $desc = $collectedClasses.CastErrorImplementation;
7406 if ($desc instanceof Array)
7407 $desc = $desc[1];
7408 CastErrorImplementation.prototype = $desc;
7459 function applyExperimentalFixup_newGetTagDartFunction(newGetTagJSFunction_0) { 7409 function applyExperimentalFixup_newGetTagDartFunction(newGetTagJSFunction_0) {
7460 this.newGetTagJSFunction_0 = newGetTagJSFunction_0; 7410 this.newGetTagJSFunction_0 = newGetTagJSFunction_0;
7461 } 7411 }
7462 applyExperimentalFixup_newGetTagDartFunction.builtin$cls = "applyExperimentalF ixup_newGetTagDartFunction"; 7412 applyExperimentalFixup_newGetTagDartFunction.builtin$cls = "applyExperimentalF ixup_newGetTagDartFunction";
7463 if (!"name" in applyExperimentalFixup_newGetTagDartFunction) 7413 if (!"name" in applyExperimentalFixup_newGetTagDartFunction)
7464 applyExperimentalFixup_newGetTagDartFunction.name = "applyExperimentalFixup_ newGetTagDartFunction"; 7414 applyExperimentalFixup_newGetTagDartFunction.name = "applyExperimentalFixup_ newGetTagDartFunction";
7465 $desc = $collectedClasses.applyExperimentalFixup_newGetTagDartFunction; 7415 $desc = $collectedClasses.applyExperimentalFixup_newGetTagDartFunction;
7466 if ($desc instanceof Array) 7416 if ($desc instanceof Array)
7467 $desc = $desc[1]; 7417 $desc = $desc[1];
7468 applyExperimentalFixup_newGetTagDartFunction.prototype = $desc; 7418 applyExperimentalFixup_newGetTagDartFunction.prototype = $desc;
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
7515 this._source = _source; 7465 this._source = _source;
7516 this._f = _f; 7466 this._f = _f;
7517 } 7467 }
7518 MappedListIterable.builtin$cls = "MappedListIterable"; 7468 MappedListIterable.builtin$cls = "MappedListIterable";
7519 if (!"name" in MappedListIterable) 7469 if (!"name" in MappedListIterable)
7520 MappedListIterable.name = "MappedListIterable"; 7470 MappedListIterable.name = "MappedListIterable";
7521 $desc = $collectedClasses.MappedListIterable; 7471 $desc = $collectedClasses.MappedListIterable;
7522 if ($desc instanceof Array) 7472 if ($desc instanceof Array)
7523 $desc = $desc[1]; 7473 $desc = $desc[1];
7524 MappedListIterable.prototype = $desc; 7474 MappedListIterable.prototype = $desc;
7525 function WhereIterable(_iterable, _f) {
7526 this._iterable = _iterable;
7527 this._f = _f;
7528 }
7529 WhereIterable.builtin$cls = "WhereIterable";
7530 if (!"name" in WhereIterable)
7531 WhereIterable.name = "WhereIterable";
7532 $desc = $collectedClasses.WhereIterable;
7533 if ($desc instanceof Array)
7534 $desc = $desc[1];
7535 WhereIterable.prototype = $desc;
7536 function WhereIterator(_iterator, _f) {
7537 this._iterator = _iterator;
7538 this._f = _f;
7539 }
7540 WhereIterator.builtin$cls = "WhereIterator";
7541 if (!"name" in WhereIterator)
7542 WhereIterator.name = "WhereIterator";
7543 $desc = $collectedClasses.WhereIterator;
7544 if ($desc instanceof Array)
7545 $desc = $desc[1];
7546 WhereIterator.prototype = $desc;
7547 function FixedLengthListMixin() { 7475 function FixedLengthListMixin() {
7548 } 7476 }
7549 FixedLengthListMixin.builtin$cls = "FixedLengthListMixin"; 7477 FixedLengthListMixin.builtin$cls = "FixedLengthListMixin";
7550 if (!"name" in FixedLengthListMixin) 7478 if (!"name" in FixedLengthListMixin)
7551 FixedLengthListMixin.name = "FixedLengthListMixin"; 7479 FixedLengthListMixin.name = "FixedLengthListMixin";
7552 $desc = $collectedClasses.FixedLengthListMixin; 7480 $desc = $collectedClasses.FixedLengthListMixin;
7553 if ($desc instanceof Array) 7481 if ($desc instanceof Array)
7554 $desc = $desc[1]; 7482 $desc = $desc[1];
7555 FixedLengthListMixin.prototype = $desc; 7483 FixedLengthListMixin.prototype = $desc;
7556 function Future() { 7484 function Future() {
(...skipping 783 matching lines...) Expand 10 before | Expand all | Expand 10 after
8340 LinkedHashMapKeyIterator.prototype = $desc; 8268 LinkedHashMapKeyIterator.prototype = $desc;
8341 function IterableBase() { 8269 function IterableBase() {
8342 } 8270 }
8343 IterableBase.builtin$cls = "IterableBase"; 8271 IterableBase.builtin$cls = "IterableBase";
8344 if (!"name" in IterableBase) 8272 if (!"name" in IterableBase)
8345 IterableBase.name = "IterableBase"; 8273 IterableBase.name = "IterableBase";
8346 $desc = $collectedClasses.IterableBase; 8274 $desc = $collectedClasses.IterableBase;
8347 if ($desc instanceof Array) 8275 if ($desc instanceof Array)
8348 $desc = $desc[1]; 8276 $desc = $desc[1];
8349 IterableBase.prototype = $desc; 8277 IterableBase.prototype = $desc;
8350 function ListBase() {
8351 }
8352 ListBase.builtin$cls = "ListBase";
8353 if (!"name" in ListBase)
8354 ListBase.name = "ListBase";
8355 $desc = $collectedClasses.ListBase;
8356 if ($desc instanceof Array)
8357 $desc = $desc[1];
8358 ListBase.prototype = $desc;
8359 function ListMixin() { 8278 function ListMixin() {
8360 } 8279 }
8361 ListMixin.builtin$cls = "ListMixin"; 8280 ListMixin.builtin$cls = "ListMixin";
8362 if (!"name" in ListMixin) 8281 if (!"name" in ListMixin)
8363 ListMixin.name = "ListMixin"; 8282 ListMixin.name = "ListMixin";
8364 $desc = $collectedClasses.ListMixin; 8283 $desc = $collectedClasses.ListMixin;
8365 if ($desc instanceof Array) 8284 if ($desc instanceof Array)
8366 $desc = $desc[1]; 8285 $desc = $desc[1];
8367 ListMixin.prototype = $desc; 8286 ListMixin.prototype = $desc;
8368 function Maps_mapToString_closure(box_0, result_1) { 8287 function Maps_mapToString_closure(box_0, result_1) {
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
8559 function CyclicInitializationError(variableName) { 8478 function CyclicInitializationError(variableName) {
8560 this.variableName = variableName; 8479 this.variableName = variableName;
8561 } 8480 }
8562 CyclicInitializationError.builtin$cls = "CyclicInitializationError"; 8481 CyclicInitializationError.builtin$cls = "CyclicInitializationError";
8563 if (!"name" in CyclicInitializationError) 8482 if (!"name" in CyclicInitializationError)
8564 CyclicInitializationError.name = "CyclicInitializationError"; 8483 CyclicInitializationError.name = "CyclicInitializationError";
8565 $desc = $collectedClasses.CyclicInitializationError; 8484 $desc = $collectedClasses.CyclicInitializationError;
8566 if ($desc instanceof Array) 8485 if ($desc instanceof Array)
8567 $desc = $desc[1]; 8486 $desc = $desc[1];
8568 CyclicInitializationError.prototype = $desc; 8487 CyclicInitializationError.prototype = $desc;
8488 function Exception() {
8489 }
8490 Exception.builtin$cls = "Exception";
8491 if (!"name" in Exception)
8492 Exception.name = "Exception";
8493 $desc = $collectedClasses.Exception;
8494 if ($desc instanceof Array)
8495 $desc = $desc[1];
8496 Exception.prototype = $desc;
8569 function _ExceptionImplementation(message) { 8497 function _ExceptionImplementation(message) {
8570 this.message = message; 8498 this.message = message;
8571 } 8499 }
8572 _ExceptionImplementation.builtin$cls = "_ExceptionImplementation"; 8500 _ExceptionImplementation.builtin$cls = "_ExceptionImplementation";
8573 if (!"name" in _ExceptionImplementation) 8501 if (!"name" in _ExceptionImplementation)
8574 _ExceptionImplementation.name = "_ExceptionImplementation"; 8502 _ExceptionImplementation.name = "_ExceptionImplementation";
8575 $desc = $collectedClasses._ExceptionImplementation; 8503 $desc = $collectedClasses._ExceptionImplementation;
8576 if ($desc instanceof Array) 8504 if ($desc instanceof Array)
8577 $desc = $desc[1]; 8505 $desc = $desc[1];
8578 _ExceptionImplementation.prototype = $desc; 8506 _ExceptionImplementation.prototype = $desc;
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
8665 }; 8593 };
8666 function Symbol() { 8594 function Symbol() {
8667 } 8595 }
8668 Symbol.builtin$cls = "Symbol"; 8596 Symbol.builtin$cls = "Symbol";
8669 if (!"name" in Symbol) 8597 if (!"name" in Symbol)
8670 Symbol.name = "Symbol"; 8598 Symbol.name = "Symbol";
8671 $desc = $collectedClasses.Symbol; 8599 $desc = $collectedClasses.Symbol;
8672 if ($desc instanceof Array) 8600 if ($desc instanceof Array)
8673 $desc = $desc[1]; 8601 $desc = $desc[1];
8674 Symbol.prototype = $desc; 8602 Symbol.prototype = $desc;
8675 function _ChildrenElementList(_element, _childElements) {
8676 this._element = _element;
8677 this._childElements = _childElements;
8678 }
8679 _ChildrenElementList.builtin$cls = "_ChildrenElementList";
8680 if (!"name" in _ChildrenElementList)
8681 _ChildrenElementList.name = "_ChildrenElementList";
8682 $desc = $collectedClasses._ChildrenElementList;
8683 if ($desc instanceof Array)
8684 $desc = $desc[1];
8685 _ChildrenElementList.prototype = $desc;
8686 function Interceptor_ListMixin() {
8687 }
8688 Interceptor_ListMixin.builtin$cls = "Interceptor_ListMixin";
8689 if (!"name" in Interceptor_ListMixin)
8690 Interceptor_ListMixin.name = "Interceptor_ListMixin";
8691 $desc = $collectedClasses.Interceptor_ListMixin;
8692 if ($desc instanceof Array)
8693 $desc = $desc[1];
8694 Interceptor_ListMixin.prototype = $desc;
8695 function Interceptor_ListMixin_ImmutableListMixin() {
8696 }
8697 Interceptor_ListMixin_ImmutableListMixin.builtin$cls = "Interceptor_ListMixin_ ImmutableListMixin";
8698 if (!"name" in Interceptor_ListMixin_ImmutableListMixin)
8699 Interceptor_ListMixin_ImmutableListMixin.name = "Interceptor_ListMixin_Immut ableListMixin";
8700 $desc = $collectedClasses.Interceptor_ListMixin_ImmutableListMixin;
8701 if ($desc instanceof Array)
8702 $desc = $desc[1];
8703 Interceptor_ListMixin_ImmutableListMixin.prototype = $desc;
8704 function HttpRequest_getString_closure() { 8603 function HttpRequest_getString_closure() {
8705 } 8604 }
8706 HttpRequest_getString_closure.builtin$cls = "HttpRequest_getString_closure"; 8605 HttpRequest_getString_closure.builtin$cls = "HttpRequest_getString_closure";
8707 if (!"name" in HttpRequest_getString_closure) 8606 if (!"name" in HttpRequest_getString_closure)
8708 HttpRequest_getString_closure.name = "HttpRequest_getString_closure"; 8607 HttpRequest_getString_closure.name = "HttpRequest_getString_closure";
8709 $desc = $collectedClasses.HttpRequest_getString_closure; 8608 $desc = $collectedClasses.HttpRequest_getString_closure;
8710 if ($desc instanceof Array) 8609 if ($desc instanceof Array)
8711 $desc = $desc[1]; 8610 $desc = $desc[1];
8712 HttpRequest_getString_closure.prototype = $desc; 8611 HttpRequest_getString_closure.prototype = $desc;
8713 function HttpRequest_request_closure1(xhr_0) { 8612 function HttpRequest_request_closure1(xhr_0) {
(...skipping 20 matching lines...) Expand all
8734 function HttpRequest_request_closure0(completer_3) { 8633 function HttpRequest_request_closure0(completer_3) {
8735 this.completer_3 = completer_3; 8634 this.completer_3 = completer_3;
8736 } 8635 }
8737 HttpRequest_request_closure0.builtin$cls = "HttpRequest_request_closure0"; 8636 HttpRequest_request_closure0.builtin$cls = "HttpRequest_request_closure0";
8738 if (!"name" in HttpRequest_request_closure0) 8637 if (!"name" in HttpRequest_request_closure0)
8739 HttpRequest_request_closure0.name = "HttpRequest_request_closure0"; 8638 HttpRequest_request_closure0.name = "HttpRequest_request_closure0";
8740 $desc = $collectedClasses.HttpRequest_request_closure0; 8639 $desc = $collectedClasses.HttpRequest_request_closure0;
8741 if ($desc instanceof Array) 8640 if ($desc instanceof Array)
8742 $desc = $desc[1]; 8641 $desc = $desc[1];
8743 HttpRequest_request_closure0.prototype = $desc; 8642 HttpRequest_request_closure0.prototype = $desc;
8744 function _ChildNodeListLazy(_this) {
8745 this._this = _this;
8746 }
8747 _ChildNodeListLazy.builtin$cls = "_ChildNodeListLazy";
8748 if (!"name" in _ChildNodeListLazy)
8749 _ChildNodeListLazy.name = "_ChildNodeListLazy";
8750 $desc = $collectedClasses._ChildNodeListLazy;
8751 if ($desc instanceof Array)
8752 $desc = $desc[1];
8753 _ChildNodeListLazy.prototype = $desc;
8754 function Interceptor_ListMixin0() {
8755 }
8756 Interceptor_ListMixin0.builtin$cls = "Interceptor_ListMixin0";
8757 if (!"name" in Interceptor_ListMixin0)
8758 Interceptor_ListMixin0.name = "Interceptor_ListMixin0";
8759 $desc = $collectedClasses.Interceptor_ListMixin0;
8760 if ($desc instanceof Array)
8761 $desc = $desc[1];
8762 Interceptor_ListMixin0.prototype = $desc;
8763 function Interceptor_ListMixin_ImmutableListMixin0() {
8764 }
8765 Interceptor_ListMixin_ImmutableListMixin0.builtin$cls = "Interceptor_ListMixin _ImmutableListMixin0";
8766 if (!"name" in Interceptor_ListMixin_ImmutableListMixin0)
8767 Interceptor_ListMixin_ImmutableListMixin0.name = "Interceptor_ListMixin_Immu tableListMixin0";
8768 $desc = $collectedClasses.Interceptor_ListMixin_ImmutableListMixin0;
8769 if ($desc instanceof Array)
8770 $desc = $desc[1];
8771 Interceptor_ListMixin_ImmutableListMixin0.prototype = $desc;
8772 function _EventStream(_target, _eventType, _useCapture) { 8643 function _EventStream(_target, _eventType, _useCapture) {
8773 this._target = _target; 8644 this._target = _target;
8774 this._eventType = _eventType; 8645 this._eventType = _eventType;
8775 this._useCapture = _useCapture; 8646 this._useCapture = _useCapture;
8776 } 8647 }
8777 _EventStream.builtin$cls = "_EventStream"; 8648 _EventStream.builtin$cls = "_EventStream";
8778 if (!"name" in _EventStream) 8649 if (!"name" in _EventStream)
8779 _EventStream.name = "_EventStream"; 8650 _EventStream.name = "_EventStream";
8780 $desc = $collectedClasses._EventStream; 8651 $desc = $collectedClasses._EventStream;
8781 if ($desc instanceof Array) 8652 if ($desc instanceof Array)
(...skipping 28 matching lines...) Expand all
8810 function EventStreamProvider(_eventType) { 8681 function EventStreamProvider(_eventType) {
8811 this._eventType = _eventType; 8682 this._eventType = _eventType;
8812 } 8683 }
8813 EventStreamProvider.builtin$cls = "EventStreamProvider"; 8684 EventStreamProvider.builtin$cls = "EventStreamProvider";
8814 if (!"name" in EventStreamProvider) 8685 if (!"name" in EventStreamProvider)
8815 EventStreamProvider.name = "EventStreamProvider"; 8686 EventStreamProvider.name = "EventStreamProvider";
8816 $desc = $collectedClasses.EventStreamProvider; 8687 $desc = $collectedClasses.EventStreamProvider;
8817 if ($desc instanceof Array) 8688 if ($desc instanceof Array)
8818 $desc = $desc[1]; 8689 $desc = $desc[1];
8819 EventStreamProvider.prototype = $desc; 8690 EventStreamProvider.prototype = $desc;
8820 function ImmutableListMixin() {
8821 }
8822 ImmutableListMixin.builtin$cls = "ImmutableListMixin";
8823 if (!"name" in ImmutableListMixin)
8824 ImmutableListMixin.name = "ImmutableListMixin";
8825 $desc = $collectedClasses.ImmutableListMixin;
8826 if ($desc instanceof Array)
8827 $desc = $desc[1];
8828 ImmutableListMixin.prototype = $desc;
8829 function FixedSizeListIterator(_array, _html$_length, _html$_position, _html$_ current) {
8830 this._array = _array;
8831 this._html$_length = _html$_length;
8832 this._html$_position = _html$_position;
8833 this._html$_current = _html$_current;
8834 }
8835 FixedSizeListIterator.builtin$cls = "FixedSizeListIterator";
8836 if (!"name" in FixedSizeListIterator)
8837 FixedSizeListIterator.name = "FixedSizeListIterator";
8838 $desc = $collectedClasses.FixedSizeListIterator;
8839 if ($desc instanceof Array)
8840 $desc = $desc[1];
8841 FixedSizeListIterator.prototype = $desc;
8842 function _DOMWindowCrossFrame(_window) { 8691 function _DOMWindowCrossFrame(_window) {
8843 this._window = _window; 8692 this._window = _window;
8844 } 8693 }
8845 _DOMWindowCrossFrame.builtin$cls = "_DOMWindowCrossFrame"; 8694 _DOMWindowCrossFrame.builtin$cls = "_DOMWindowCrossFrame";
8846 if (!"name" in _DOMWindowCrossFrame) 8695 if (!"name" in _DOMWindowCrossFrame)
8847 _DOMWindowCrossFrame.name = "_DOMWindowCrossFrame"; 8696 _DOMWindowCrossFrame.name = "_DOMWindowCrossFrame";
8848 $desc = $collectedClasses._DOMWindowCrossFrame; 8697 $desc = $collectedClasses._DOMWindowCrossFrame;
8849 if ($desc instanceof Array) 8698 if ($desc instanceof Array)
8850 $desc = $desc[1]; 8699 $desc = $desc[1];
8851 _DOMWindowCrossFrame.prototype = $desc; 8700 _DOMWindowCrossFrame.prototype = $desc;
8852 function ReceivePort() { 8701 function ReceivePort() {
8853 } 8702 }
8854 ReceivePort.builtin$cls = "ReceivePort"; 8703 ReceivePort.builtin$cls = "ReceivePort";
8855 if (!"name" in ReceivePort) 8704 if (!"name" in ReceivePort)
8856 ReceivePort.name = "ReceivePort"; 8705 ReceivePort.name = "ReceivePort";
8857 $desc = $collectedClasses.ReceivePort; 8706 $desc = $collectedClasses.ReceivePort;
8858 if ($desc instanceof Array) 8707 if ($desc instanceof Array)
8859 $desc = $desc[1]; 8708 $desc = $desc[1];
8860 ReceivePort.prototype = $desc; 8709 ReceivePort.prototype = $desc;
8710 function _Random() {
8711 }
8712 _Random.builtin$cls = "_Random";
8713 if (!"name" in _Random)
8714 _Random.name = "_Random";
8715 $desc = $collectedClasses._Random;
8716 if ($desc instanceof Array)
8717 $desc = $desc[1];
8718 _Random.prototype = $desc;
8861 function TypedData_ListMixin() { 8719 function TypedData_ListMixin() {
8862 } 8720 }
8863 TypedData_ListMixin.builtin$cls = "TypedData_ListMixin"; 8721 TypedData_ListMixin.builtin$cls = "TypedData_ListMixin";
8864 if (!"name" in TypedData_ListMixin) 8722 if (!"name" in TypedData_ListMixin)
8865 TypedData_ListMixin.name = "TypedData_ListMixin"; 8723 TypedData_ListMixin.name = "TypedData_ListMixin";
8866 $desc = $collectedClasses.TypedData_ListMixin; 8724 $desc = $collectedClasses.TypedData_ListMixin;
8867 if ($desc instanceof Array) 8725 if ($desc instanceof Array)
8868 $desc = $desc[1]; 8726 $desc = $desc[1];
8869 TypedData_ListMixin.prototype = $desc; 8727 TypedData_ListMixin.prototype = $desc;
8870 function TypedData_ListMixin_FixedLengthListMixin() { 8728 function TypedData_ListMixin_FixedLengthListMixin() {
8871 } 8729 }
8872 TypedData_ListMixin_FixedLengthListMixin.builtin$cls = "TypedData_ListMixin_Fi xedLengthListMixin"; 8730 TypedData_ListMixin_FixedLengthListMixin.builtin$cls = "TypedData_ListMixin_Fi xedLengthListMixin";
8873 if (!"name" in TypedData_ListMixin_FixedLengthListMixin) 8731 if (!"name" in TypedData_ListMixin_FixedLengthListMixin)
8874 TypedData_ListMixin_FixedLengthListMixin.name = "TypedData_ListMixin_FixedLe ngthListMixin"; 8732 TypedData_ListMixin_FixedLengthListMixin.name = "TypedData_ListMixin_FixedLe ngthListMixin";
8875 $desc = $collectedClasses.TypedData_ListMixin_FixedLengthListMixin; 8733 $desc = $collectedClasses.TypedData_ListMixin_FixedLengthListMixin;
8876 if ($desc instanceof Array) 8734 if ($desc instanceof Array)
8877 $desc = $desc[1]; 8735 $desc = $desc[1];
8878 TypedData_ListMixin_FixedLengthListMixin.prototype = $desc; 8736 TypedData_ListMixin_FixedLengthListMixin.prototype = $desc;
8879 function FilteredElementList(_node, _childNodes) { 8737 function PirateName(indexGen, _pirateName) {
8880 this._node = _node; 8738 this.indexGen = indexGen;
8881 this._childNodes = _childNodes; 8739 this._pirateName = _pirateName;
8882 } 8740 }
8883 FilteredElementList.builtin$cls = "FilteredElementList"; 8741 PirateName.builtin$cls = "PirateName";
8884 if (!"name" in FilteredElementList) 8742 if (!"name" in PirateName)
8885 FilteredElementList.name = "FilteredElementList"; 8743 PirateName.name = "PirateName";
8886 $desc = $collectedClasses.FilteredElementList; 8744 $desc = $collectedClasses.PirateName;
8887 if ($desc instanceof Array) 8745 if ($desc instanceof Array)
8888 $desc = $desc[1]; 8746 $desc = $desc[1];
8889 FilteredElementList.prototype = $desc; 8747 PirateName.prototype = $desc;
8890 function FilteredElementList__filtered_closure() {
8891 }
8892 FilteredElementList__filtered_closure.builtin$cls = "FilteredElementList__filt ered_closure";
8893 if (!"name" in FilteredElementList__filtered_closure)
8894 FilteredElementList__filtered_closure.name = "FilteredElementList__filtered_ closure";
8895 $desc = $collectedClasses.FilteredElementList__filtered_closure;
8896 if ($desc instanceof Array)
8897 $desc = $desc[1];
8898 FilteredElementList__filtered_closure.prototype = $desc;
8899 function HtmlElement() { 8748 function HtmlElement() {
8900 } 8749 }
8901 HtmlElement.builtin$cls = "HtmlElement"; 8750 HtmlElement.builtin$cls = "HtmlElement";
8902 if (!"name" in HtmlElement) 8751 if (!"name" in HtmlElement)
8903 HtmlElement.name = "HtmlElement"; 8752 HtmlElement.name = "HtmlElement";
8904 $desc = $collectedClasses.HtmlElement; 8753 $desc = $collectedClasses.HtmlElement;
8905 if ($desc instanceof Array) 8754 if ($desc instanceof Array)
8906 $desc = $desc[1]; 8755 $desc = $desc[1];
8907 HtmlElement.prototype = $desc; 8756 HtmlElement.prototype = $desc;
8908 function AnchorElement() { 8757 function AnchorElement() {
8909 } 8758 }
8910 AnchorElement.builtin$cls = "AnchorElement"; 8759 AnchorElement.builtin$cls = "AnchorElement";
8911 if (!"name" in AnchorElement) 8760 if (!"name" in AnchorElement)
8912 AnchorElement.name = "AnchorElement"; 8761 AnchorElement.name = "AnchorElement";
8913 $desc = $collectedClasses.AnchorElement; 8762 $desc = $collectedClasses.AnchorElement;
8914 if ($desc instanceof Array) 8763 if ($desc instanceof Array)
8915 $desc = $desc[1]; 8764 $desc = $desc[1];
8916 AnchorElement.prototype = $desc; 8765 AnchorElement.prototype = $desc;
8766 AnchorElement.prototype.get$target = function(receiver) {
8767 return receiver.target;
8768 };
8917 function AnimationEvent() { 8769 function AnimationEvent() {
8918 } 8770 }
8919 AnimationEvent.builtin$cls = "AnimationEvent"; 8771 AnimationEvent.builtin$cls = "AnimationEvent";
8920 if (!"name" in AnimationEvent) 8772 if (!"name" in AnimationEvent)
8921 AnimationEvent.name = "AnimationEvent"; 8773 AnimationEvent.name = "AnimationEvent";
8922 $desc = $collectedClasses.AnimationEvent; 8774 $desc = $collectedClasses.AnimationEvent;
8923 if ($desc instanceof Array) 8775 if ($desc instanceof Array)
8924 $desc = $desc[1]; 8776 $desc = $desc[1];
8925 AnimationEvent.prototype = $desc; 8777 AnimationEvent.prototype = $desc;
8926 function AreaElement() { 8778 function AreaElement() {
8927 } 8779 }
8928 AreaElement.builtin$cls = "AreaElement"; 8780 AreaElement.builtin$cls = "AreaElement";
8929 if (!"name" in AreaElement) 8781 if (!"name" in AreaElement)
8930 AreaElement.name = "AreaElement"; 8782 AreaElement.name = "AreaElement";
8931 $desc = $collectedClasses.AreaElement; 8783 $desc = $collectedClasses.AreaElement;
8932 if ($desc instanceof Array) 8784 if ($desc instanceof Array)
8933 $desc = $desc[1]; 8785 $desc = $desc[1];
8934 AreaElement.prototype = $desc; 8786 AreaElement.prototype = $desc;
8787 AreaElement.prototype.get$target = function(receiver) {
8788 return receiver.target;
8789 };
8935 function AudioElement() { 8790 function AudioElement() {
8936 } 8791 }
8937 AudioElement.builtin$cls = "AudioElement"; 8792 AudioElement.builtin$cls = "AudioElement";
8938 if (!"name" in AudioElement) 8793 if (!"name" in AudioElement)
8939 AudioElement.name = "AudioElement"; 8794 AudioElement.name = "AudioElement";
8940 $desc = $collectedClasses.AudioElement; 8795 $desc = $collectedClasses.AudioElement;
8941 if ($desc instanceof Array) 8796 if ($desc instanceof Array)
8942 $desc = $desc[1]; 8797 $desc = $desc[1];
8943 AudioElement.prototype = $desc; 8798 AudioElement.prototype = $desc;
8944 function AutocompleteErrorEvent() { 8799 function AutocompleteErrorEvent() {
(...skipping 16 matching lines...) Expand all
8961 BRElement.prototype = $desc; 8816 BRElement.prototype = $desc;
8962 function BaseElement() { 8817 function BaseElement() {
8963 } 8818 }
8964 BaseElement.builtin$cls = "BaseElement"; 8819 BaseElement.builtin$cls = "BaseElement";
8965 if (!"name" in BaseElement) 8820 if (!"name" in BaseElement)
8966 BaseElement.name = "BaseElement"; 8821 BaseElement.name = "BaseElement";
8967 $desc = $collectedClasses.BaseElement; 8822 $desc = $collectedClasses.BaseElement;
8968 if ($desc instanceof Array) 8823 if ($desc instanceof Array)
8969 $desc = $desc[1]; 8824 $desc = $desc[1];
8970 BaseElement.prototype = $desc; 8825 BaseElement.prototype = $desc;
8826 BaseElement.prototype.get$target = function(receiver) {
8827 return receiver.target;
8828 };
8971 function BeforeLoadEvent() { 8829 function BeforeLoadEvent() {
8972 } 8830 }
8973 BeforeLoadEvent.builtin$cls = "BeforeLoadEvent"; 8831 BeforeLoadEvent.builtin$cls = "BeforeLoadEvent";
8974 if (!"name" in BeforeLoadEvent) 8832 if (!"name" in BeforeLoadEvent)
8975 BeforeLoadEvent.name = "BeforeLoadEvent"; 8833 BeforeLoadEvent.name = "BeforeLoadEvent";
8976 $desc = $collectedClasses.BeforeLoadEvent; 8834 $desc = $collectedClasses.BeforeLoadEvent;
8977 if ($desc instanceof Array) 8835 if ($desc instanceof Array)
8978 $desc = $desc[1]; 8836 $desc = $desc[1];
8979 BeforeLoadEvent.prototype = $desc; 8837 BeforeLoadEvent.prototype = $desc;
8980 function BodyElement() { 8838 function BodyElement() {
8981 } 8839 }
8982 BodyElement.builtin$cls = "BodyElement"; 8840 BodyElement.builtin$cls = "BodyElement";
8983 if (!"name" in BodyElement) 8841 if (!"name" in BodyElement)
8984 BodyElement.name = "BodyElement"; 8842 BodyElement.name = "BodyElement";
8985 $desc = $collectedClasses.BodyElement; 8843 $desc = $collectedClasses.BodyElement;
8986 if ($desc instanceof Array) 8844 if ($desc instanceof Array)
8987 $desc = $desc[1]; 8845 $desc = $desc[1];
8988 BodyElement.prototype = $desc; 8846 BodyElement.prototype = $desc;
8989 function ButtonElement() { 8847 function ButtonElement() {
8990 } 8848 }
8991 ButtonElement.builtin$cls = "ButtonElement"; 8849 ButtonElement.builtin$cls = "ButtonElement";
8992 if (!"name" in ButtonElement) 8850 if (!"name" in ButtonElement)
8993 ButtonElement.name = "ButtonElement"; 8851 ButtonElement.name = "ButtonElement";
8994 $desc = $collectedClasses.ButtonElement; 8852 $desc = $collectedClasses.ButtonElement;
8995 if ($desc instanceof Array) 8853 if ($desc instanceof Array)
8996 $desc = $desc[1]; 8854 $desc = $desc[1];
8997 ButtonElement.prototype = $desc; 8855 ButtonElement.prototype = $desc;
8856 ButtonElement.prototype.set$disabled = function(receiver, v) {
8857 return receiver.disabled = v;
8858 };
8859 ButtonElement.prototype.get$value = function(receiver) {
8860 return receiver.value;
8861 };
8862 ButtonElement.prototype.set$value = function(receiver, v) {
8863 return receiver.value = v;
8864 };
8998 function CDataSection() { 8865 function CDataSection() {
8999 } 8866 }
9000 CDataSection.builtin$cls = "CDataSection"; 8867 CDataSection.builtin$cls = "CDataSection";
9001 if (!"name" in CDataSection) 8868 if (!"name" in CDataSection)
9002 CDataSection.name = "CDataSection"; 8869 CDataSection.name = "CDataSection";
9003 $desc = $collectedClasses.CDataSection; 8870 $desc = $collectedClasses.CDataSection;
9004 if ($desc instanceof Array) 8871 if ($desc instanceof Array)
9005 $desc = $desc[1]; 8872 $desc = $desc[1];
9006 CDataSection.prototype = $desc; 8873 CDataSection.prototype = $desc;
9007 function CanvasElement() { 8874 function CanvasElement() {
(...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
9234 EventTarget.prototype = $desc; 9101 EventTarget.prototype = $desc;
9235 function FieldSetElement() { 9102 function FieldSetElement() {
9236 } 9103 }
9237 FieldSetElement.builtin$cls = "FieldSetElement"; 9104 FieldSetElement.builtin$cls = "FieldSetElement";
9238 if (!"name" in FieldSetElement) 9105 if (!"name" in FieldSetElement)
9239 FieldSetElement.name = "FieldSetElement"; 9106 FieldSetElement.name = "FieldSetElement";
9240 $desc = $collectedClasses.FieldSetElement; 9107 $desc = $collectedClasses.FieldSetElement;
9241 if ($desc instanceof Array) 9108 if ($desc instanceof Array)
9242 $desc = $desc[1]; 9109 $desc = $desc[1];
9243 FieldSetElement.prototype = $desc; 9110 FieldSetElement.prototype = $desc;
9111 FieldSetElement.prototype.set$disabled = function(receiver, v) {
9112 return receiver.disabled = v;
9113 };
9244 function FileError() { 9114 function FileError() {
9245 } 9115 }
9246 FileError.builtin$cls = "FileError"; 9116 FileError.builtin$cls = "FileError";
9247 if (!"name" in FileError) 9117 if (!"name" in FileError)
9248 FileError.name = "FileError"; 9118 FileError.name = "FileError";
9249 $desc = $collectedClasses.FileError; 9119 $desc = $collectedClasses.FileError;
9250 if ($desc instanceof Array) 9120 if ($desc instanceof Array)
9251 $desc = $desc[1]; 9121 $desc = $desc[1];
9252 FileError.prototype = $desc; 9122 FileError.prototype = $desc;
9253 function FocusEvent() { 9123 function FocusEvent() {
(...skipping 10 matching lines...) Expand all
9264 FormElement.builtin$cls = "FormElement"; 9134 FormElement.builtin$cls = "FormElement";
9265 if (!"name" in FormElement) 9135 if (!"name" in FormElement)
9266 FormElement.name = "FormElement"; 9136 FormElement.name = "FormElement";
9267 $desc = $collectedClasses.FormElement; 9137 $desc = $collectedClasses.FormElement;
9268 if ($desc instanceof Array) 9138 if ($desc instanceof Array)
9269 $desc = $desc[1]; 9139 $desc = $desc[1];
9270 FormElement.prototype = $desc; 9140 FormElement.prototype = $desc;
9271 FormElement.prototype.get$length = function(receiver) { 9141 FormElement.prototype.get$length = function(receiver) {
9272 return receiver.length; 9142 return receiver.length;
9273 }; 9143 };
9144 FormElement.prototype.get$target = function(receiver) {
9145 return receiver.target;
9146 };
9274 function HRElement() { 9147 function HRElement() {
9275 } 9148 }
9276 HRElement.builtin$cls = "HRElement"; 9149 HRElement.builtin$cls = "HRElement";
9277 if (!"name" in HRElement) 9150 if (!"name" in HRElement)
9278 HRElement.name = "HRElement"; 9151 HRElement.name = "HRElement";
9279 $desc = $collectedClasses.HRElement; 9152 $desc = $collectedClasses.HRElement;
9280 if ($desc instanceof Array) 9153 if ($desc instanceof Array)
9281 $desc = $desc[1]; 9154 $desc = $desc[1];
9282 HRElement.prototype = $desc; 9155 HRElement.prototype = $desc;
9283 function HashChangeEvent() { 9156 function HashChangeEvent() {
(...skipping 16 matching lines...) Expand all
9300 HeadElement.prototype = $desc; 9173 HeadElement.prototype = $desc;
9301 function HeadingElement() { 9174 function HeadingElement() {
9302 } 9175 }
9303 HeadingElement.builtin$cls = "HeadingElement"; 9176 HeadingElement.builtin$cls = "HeadingElement";
9304 if (!"name" in HeadingElement) 9177 if (!"name" in HeadingElement)
9305 HeadingElement.name = "HeadingElement"; 9178 HeadingElement.name = "HeadingElement";
9306 $desc = $collectedClasses.HeadingElement; 9179 $desc = $collectedClasses.HeadingElement;
9307 if ($desc instanceof Array) 9180 if ($desc instanceof Array)
9308 $desc = $desc[1]; 9181 $desc = $desc[1];
9309 HeadingElement.prototype = $desc; 9182 HeadingElement.prototype = $desc;
9310 function HtmlCollection() {
9311 }
9312 HtmlCollection.builtin$cls = "HtmlCollection";
9313 if (!"name" in HtmlCollection)
9314 HtmlCollection.name = "HtmlCollection";
9315 $desc = $collectedClasses.HtmlCollection;
9316 if ($desc instanceof Array)
9317 $desc = $desc[1];
9318 HtmlCollection.prototype = $desc;
9319 function HtmlDocument() { 9183 function HtmlDocument() {
9320 } 9184 }
9321 HtmlDocument.builtin$cls = "HtmlDocument"; 9185 HtmlDocument.builtin$cls = "HtmlDocument";
9322 if (!"name" in HtmlDocument) 9186 if (!"name" in HtmlDocument)
9323 HtmlDocument.name = "HtmlDocument"; 9187 HtmlDocument.name = "HtmlDocument";
9324 $desc = $collectedClasses.HtmlDocument; 9188 $desc = $collectedClasses.HtmlDocument;
9325 if ($desc instanceof Array) 9189 if ($desc instanceof Array)
9326 $desc = $desc[1]; 9190 $desc = $desc[1];
9327 HtmlDocument.prototype = $desc; 9191 HtmlDocument.prototype = $desc;
9328 function HtmlFormControlsCollection() {
9329 }
9330 HtmlFormControlsCollection.builtin$cls = "HtmlFormControlsCollection";
9331 if (!"name" in HtmlFormControlsCollection)
9332 HtmlFormControlsCollection.name = "HtmlFormControlsCollection";
9333 $desc = $collectedClasses.HtmlFormControlsCollection;
9334 if ($desc instanceof Array)
9335 $desc = $desc[1];
9336 HtmlFormControlsCollection.prototype = $desc;
9337 function HtmlHtmlElement() { 9192 function HtmlHtmlElement() {
9338 } 9193 }
9339 HtmlHtmlElement.builtin$cls = "HtmlHtmlElement"; 9194 HtmlHtmlElement.builtin$cls = "HtmlHtmlElement";
9340 if (!"name" in HtmlHtmlElement) 9195 if (!"name" in HtmlHtmlElement)
9341 HtmlHtmlElement.name = "HtmlHtmlElement"; 9196 HtmlHtmlElement.name = "HtmlHtmlElement";
9342 $desc = $collectedClasses.HtmlHtmlElement; 9197 $desc = $collectedClasses.HtmlHtmlElement;
9343 if ($desc instanceof Array) 9198 if ($desc instanceof Array)
9344 $desc = $desc[1]; 9199 $desc = $desc[1];
9345 HtmlHtmlElement.prototype = $desc; 9200 HtmlHtmlElement.prototype = $desc;
9346 function HtmlOptionsCollection() {
9347 }
9348 HtmlOptionsCollection.builtin$cls = "HtmlOptionsCollection";
9349 if (!"name" in HtmlOptionsCollection)
9350 HtmlOptionsCollection.name = "HtmlOptionsCollection";
9351 $desc = $collectedClasses.HtmlOptionsCollection;
9352 if ($desc instanceof Array)
9353 $desc = $desc[1];
9354 HtmlOptionsCollection.prototype = $desc;
9355 function HttpRequest() { 9201 function HttpRequest() {
9356 } 9202 }
9357 HttpRequest.builtin$cls = "HttpRequest"; 9203 HttpRequest.builtin$cls = "HttpRequest";
9358 if (!"name" in HttpRequest) 9204 if (!"name" in HttpRequest)
9359 HttpRequest.name = "HttpRequest"; 9205 HttpRequest.name = "HttpRequest";
9360 $desc = $collectedClasses.HttpRequest; 9206 $desc = $collectedClasses.HttpRequest;
9361 if ($desc instanceof Array) 9207 if ($desc instanceof Array)
9362 $desc = $desc[1]; 9208 $desc = $desc[1];
9363 HttpRequest.prototype = $desc; 9209 HttpRequest.prototype = $desc;
9364 HttpRequest.prototype.get$responseText = function(receiver) { 9210 HttpRequest.prototype.get$responseText = function(receiver) {
(...skipping 19 matching lines...) Expand all
9384 ImageElement.prototype = $desc; 9230 ImageElement.prototype = $desc;
9385 function InputElement() { 9231 function InputElement() {
9386 } 9232 }
9387 InputElement.builtin$cls = "InputElement"; 9233 InputElement.builtin$cls = "InputElement";
9388 if (!"name" in InputElement) 9234 if (!"name" in InputElement)
9389 InputElement.name = "InputElement"; 9235 InputElement.name = "InputElement";
9390 $desc = $collectedClasses.InputElement; 9236 $desc = $collectedClasses.InputElement;
9391 if ($desc instanceof Array) 9237 if ($desc instanceof Array)
9392 $desc = $desc[1]; 9238 $desc = $desc[1];
9393 InputElement.prototype = $desc; 9239 InputElement.prototype = $desc;
9240 InputElement.prototype.get$checked = function(receiver) {
9241 return receiver.checked;
9242 };
9243 InputElement.prototype.set$disabled = function(receiver, v) {
9244 return receiver.disabled = v;
9245 };
9246 InputElement.prototype.set$placeholder = function(receiver, v) {
9247 return receiver.placeholder = v;
9248 };
9249 InputElement.prototype.get$value = function(receiver) {
9250 return receiver.value;
9251 };
9252 InputElement.prototype.set$value = function(receiver, v) {
9253 return receiver.value = v;
9254 };
9394 function KeyboardEvent() { 9255 function KeyboardEvent() {
9395 } 9256 }
9396 KeyboardEvent.builtin$cls = "KeyboardEvent"; 9257 KeyboardEvent.builtin$cls = "KeyboardEvent";
9397 if (!"name" in KeyboardEvent) 9258 if (!"name" in KeyboardEvent)
9398 KeyboardEvent.name = "KeyboardEvent"; 9259 KeyboardEvent.name = "KeyboardEvent";
9399 $desc = $collectedClasses.KeyboardEvent; 9260 $desc = $collectedClasses.KeyboardEvent;
9400 if ($desc instanceof Array) 9261 if ($desc instanceof Array)
9401 $desc = $desc[1]; 9262 $desc = $desc[1];
9402 KeyboardEvent.prototype = $desc; 9263 KeyboardEvent.prototype = $desc;
9403 function KeygenElement() { 9264 function KeygenElement() {
9404 } 9265 }
9405 KeygenElement.builtin$cls = "KeygenElement"; 9266 KeygenElement.builtin$cls = "KeygenElement";
9406 if (!"name" in KeygenElement) 9267 if (!"name" in KeygenElement)
9407 KeygenElement.name = "KeygenElement"; 9268 KeygenElement.name = "KeygenElement";
9408 $desc = $collectedClasses.KeygenElement; 9269 $desc = $collectedClasses.KeygenElement;
9409 if ($desc instanceof Array) 9270 if ($desc instanceof Array)
9410 $desc = $desc[1]; 9271 $desc = $desc[1];
9411 KeygenElement.prototype = $desc; 9272 KeygenElement.prototype = $desc;
9273 KeygenElement.prototype.set$disabled = function(receiver, v) {
9274 return receiver.disabled = v;
9275 };
9412 function LIElement() { 9276 function LIElement() {
9413 } 9277 }
9414 LIElement.builtin$cls = "LIElement"; 9278 LIElement.builtin$cls = "LIElement";
9415 if (!"name" in LIElement) 9279 if (!"name" in LIElement)
9416 LIElement.name = "LIElement"; 9280 LIElement.name = "LIElement";
9417 $desc = $collectedClasses.LIElement; 9281 $desc = $collectedClasses.LIElement;
9418 if ($desc instanceof Array) 9282 if ($desc instanceof Array)
9419 $desc = $desc[1]; 9283 $desc = $desc[1];
9420 LIElement.prototype = $desc; 9284 LIElement.prototype = $desc;
9285 LIElement.prototype.get$value = function(receiver) {
9286 return receiver.value;
9287 };
9288 LIElement.prototype.set$value = function(receiver, v) {
9289 return receiver.value = v;
9290 };
9421 function LabelElement() { 9291 function LabelElement() {
9422 } 9292 }
9423 LabelElement.builtin$cls = "LabelElement"; 9293 LabelElement.builtin$cls = "LabelElement";
9424 if (!"name" in LabelElement) 9294 if (!"name" in LabelElement)
9425 LabelElement.name = "LabelElement"; 9295 LabelElement.name = "LabelElement";
9426 $desc = $collectedClasses.LabelElement; 9296 $desc = $collectedClasses.LabelElement;
9427 if ($desc instanceof Array) 9297 if ($desc instanceof Array)
9428 $desc = $desc[1]; 9298 $desc = $desc[1];
9429 LabelElement.prototype = $desc; 9299 LabelElement.prototype = $desc;
9430 function LegendElement() { 9300 function LegendElement() {
9431 } 9301 }
9432 LegendElement.builtin$cls = "LegendElement"; 9302 LegendElement.builtin$cls = "LegendElement";
9433 if (!"name" in LegendElement) 9303 if (!"name" in LegendElement)
9434 LegendElement.name = "LegendElement"; 9304 LegendElement.name = "LegendElement";
9435 $desc = $collectedClasses.LegendElement; 9305 $desc = $collectedClasses.LegendElement;
9436 if ($desc instanceof Array) 9306 if ($desc instanceof Array)
9437 $desc = $desc[1]; 9307 $desc = $desc[1];
9438 LegendElement.prototype = $desc; 9308 LegendElement.prototype = $desc;
9439 function LinkElement() { 9309 function LinkElement() {
9440 } 9310 }
9441 LinkElement.builtin$cls = "LinkElement"; 9311 LinkElement.builtin$cls = "LinkElement";
9442 if (!"name" in LinkElement) 9312 if (!"name" in LinkElement)
9443 LinkElement.name = "LinkElement"; 9313 LinkElement.name = "LinkElement";
9444 $desc = $collectedClasses.LinkElement; 9314 $desc = $collectedClasses.LinkElement;
9445 if ($desc instanceof Array) 9315 if ($desc instanceof Array)
9446 $desc = $desc[1]; 9316 $desc = $desc[1];
9447 LinkElement.prototype = $desc; 9317 LinkElement.prototype = $desc;
9318 LinkElement.prototype.set$disabled = function(receiver, v) {
9319 return receiver.disabled = v;
9320 };
9448 function MapElement() { 9321 function MapElement() {
9449 } 9322 }
9450 MapElement.builtin$cls = "MapElement"; 9323 MapElement.builtin$cls = "MapElement";
9451 if (!"name" in MapElement) 9324 if (!"name" in MapElement)
9452 MapElement.name = "MapElement"; 9325 MapElement.name = "MapElement";
9453 $desc = $collectedClasses.MapElement; 9326 $desc = $collectedClasses.MapElement;
9454 if ($desc instanceof Array) 9327 if ($desc instanceof Array)
9455 $desc = $desc[1]; 9328 $desc = $desc[1];
9456 MapElement.prototype = $desc; 9329 MapElement.prototype = $desc;
9457 function MediaElement() { 9330 function MediaElement() {
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
9555 MetaElement.prototype = $desc; 9428 MetaElement.prototype = $desc;
9556 function MeterElement() { 9429 function MeterElement() {
9557 } 9430 }
9558 MeterElement.builtin$cls = "MeterElement"; 9431 MeterElement.builtin$cls = "MeterElement";
9559 if (!"name" in MeterElement) 9432 if (!"name" in MeterElement)
9560 MeterElement.name = "MeterElement"; 9433 MeterElement.name = "MeterElement";
9561 $desc = $collectedClasses.MeterElement; 9434 $desc = $collectedClasses.MeterElement;
9562 if ($desc instanceof Array) 9435 if ($desc instanceof Array)
9563 $desc = $desc[1]; 9436 $desc = $desc[1];
9564 MeterElement.prototype = $desc; 9437 MeterElement.prototype = $desc;
9438 MeterElement.prototype.get$value = function(receiver) {
9439 return receiver.value;
9440 };
9441 MeterElement.prototype.set$value = function(receiver, v) {
9442 return receiver.value = v;
9443 };
9565 function MidiConnectionEvent() { 9444 function MidiConnectionEvent() {
9566 } 9445 }
9567 MidiConnectionEvent.builtin$cls = "MidiConnectionEvent"; 9446 MidiConnectionEvent.builtin$cls = "MidiConnectionEvent";
9568 if (!"name" in MidiConnectionEvent) 9447 if (!"name" in MidiConnectionEvent)
9569 MidiConnectionEvent.name = "MidiConnectionEvent"; 9448 MidiConnectionEvent.name = "MidiConnectionEvent";
9570 $desc = $collectedClasses.MidiConnectionEvent; 9449 $desc = $collectedClasses.MidiConnectionEvent;
9571 if ($desc instanceof Array) 9450 if ($desc instanceof Array)
9572 $desc = $desc[1]; 9451 $desc = $desc[1];
9573 MidiConnectionEvent.prototype = $desc; 9452 MidiConnectionEvent.prototype = $desc;
9574 function MidiMessageEvent() { 9453 function MidiMessageEvent() {
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
9630 Node.builtin$cls = "Node"; 9509 Node.builtin$cls = "Node";
9631 if (!"name" in Node) 9510 if (!"name" in Node)
9632 Node.name = "Node"; 9511 Node.name = "Node";
9633 $desc = $collectedClasses.Node; 9512 $desc = $collectedClasses.Node;
9634 if ($desc instanceof Array) 9513 if ($desc instanceof Array)
9635 $desc = $desc[1]; 9514 $desc = $desc[1];
9636 Node.prototype = $desc; 9515 Node.prototype = $desc;
9637 Node.prototype.get$parent = function(receiver) { 9516 Node.prototype.get$parent = function(receiver) {
9638 return receiver.parentElement; 9517 return receiver.parentElement;
9639 }; 9518 };
9640 function NodeList() {
9641 }
9642 NodeList.builtin$cls = "NodeList";
9643 if (!"name" in NodeList)
9644 NodeList.name = "NodeList";
9645 $desc = $collectedClasses.NodeList;
9646 if ($desc instanceof Array)
9647 $desc = $desc[1];
9648 NodeList.prototype = $desc;
9649 function Notation() { 9519 function Notation() {
9650 } 9520 }
9651 Notation.builtin$cls = "Notation"; 9521 Notation.builtin$cls = "Notation";
9652 if (!"name" in Notation) 9522 if (!"name" in Notation)
9653 Notation.name = "Notation"; 9523 Notation.name = "Notation";
9654 $desc = $collectedClasses.Notation; 9524 $desc = $collectedClasses.Notation;
9655 if ($desc instanceof Array) 9525 if ($desc instanceof Array)
9656 $desc = $desc[1]; 9526 $desc = $desc[1];
9657 Notation.prototype = $desc; 9527 Notation.prototype = $desc;
9658 function OListElement() { 9528 function OListElement() {
(...skipping 16 matching lines...) Expand all
9675 ObjectElement.prototype = $desc; 9545 ObjectElement.prototype = $desc;
9676 function OptGroupElement() { 9546 function OptGroupElement() {
9677 } 9547 }
9678 OptGroupElement.builtin$cls = "OptGroupElement"; 9548 OptGroupElement.builtin$cls = "OptGroupElement";
9679 if (!"name" in OptGroupElement) 9549 if (!"name" in OptGroupElement)
9680 OptGroupElement.name = "OptGroupElement"; 9550 OptGroupElement.name = "OptGroupElement";
9681 $desc = $collectedClasses.OptGroupElement; 9551 $desc = $collectedClasses.OptGroupElement;
9682 if ($desc instanceof Array) 9552 if ($desc instanceof Array)
9683 $desc = $desc[1]; 9553 $desc = $desc[1];
9684 OptGroupElement.prototype = $desc; 9554 OptGroupElement.prototype = $desc;
9555 OptGroupElement.prototype.set$disabled = function(receiver, v) {
9556 return receiver.disabled = v;
9557 };
9685 function OptionElement() { 9558 function OptionElement() {
9686 } 9559 }
9687 OptionElement.builtin$cls = "OptionElement"; 9560 OptionElement.builtin$cls = "OptionElement";
9688 if (!"name" in OptionElement) 9561 if (!"name" in OptionElement)
9689 OptionElement.name = "OptionElement"; 9562 OptionElement.name = "OptionElement";
9690 $desc = $collectedClasses.OptionElement; 9563 $desc = $collectedClasses.OptionElement;
9691 if ($desc instanceof Array) 9564 if ($desc instanceof Array)
9692 $desc = $desc[1]; 9565 $desc = $desc[1];
9693 OptionElement.prototype = $desc; 9566 OptionElement.prototype = $desc;
9567 OptionElement.prototype.set$disabled = function(receiver, v) {
9568 return receiver.disabled = v;
9569 };
9570 OptionElement.prototype.get$value = function(receiver) {
9571 return receiver.value;
9572 };
9573 OptionElement.prototype.set$value = function(receiver, v) {
9574 return receiver.value = v;
9575 };
9694 function OutputElement() { 9576 function OutputElement() {
9695 } 9577 }
9696 OutputElement.builtin$cls = "OutputElement"; 9578 OutputElement.builtin$cls = "OutputElement";
9697 if (!"name" in OutputElement) 9579 if (!"name" in OutputElement)
9698 OutputElement.name = "OutputElement"; 9580 OutputElement.name = "OutputElement";
9699 $desc = $collectedClasses.OutputElement; 9581 $desc = $collectedClasses.OutputElement;
9700 if ($desc instanceof Array) 9582 if ($desc instanceof Array)
9701 $desc = $desc[1]; 9583 $desc = $desc[1];
9702 OutputElement.prototype = $desc; 9584 OutputElement.prototype = $desc;
9585 OutputElement.prototype.get$value = function(receiver) {
9586 return receiver.value;
9587 };
9588 OutputElement.prototype.set$value = function(receiver, v) {
9589 return receiver.value = v;
9590 };
9703 function OverflowEvent() { 9591 function OverflowEvent() {
9704 } 9592 }
9705 OverflowEvent.builtin$cls = "OverflowEvent"; 9593 OverflowEvent.builtin$cls = "OverflowEvent";
9706 if (!"name" in OverflowEvent) 9594 if (!"name" in OverflowEvent)
9707 OverflowEvent.name = "OverflowEvent"; 9595 OverflowEvent.name = "OverflowEvent";
9708 $desc = $collectedClasses.OverflowEvent; 9596 $desc = $collectedClasses.OverflowEvent;
9709 if ($desc instanceof Array) 9597 if ($desc instanceof Array)
9710 $desc = $desc[1]; 9598 $desc = $desc[1];
9711 OverflowEvent.prototype = $desc; 9599 OverflowEvent.prototype = $desc;
9712 function PageTransitionEvent() { 9600 function PageTransitionEvent() {
(...skipping 16 matching lines...) Expand all
9729 ParagraphElement.prototype = $desc; 9617 ParagraphElement.prototype = $desc;
9730 function ParamElement() { 9618 function ParamElement() {
9731 } 9619 }
9732 ParamElement.builtin$cls = "ParamElement"; 9620 ParamElement.builtin$cls = "ParamElement";
9733 if (!"name" in ParamElement) 9621 if (!"name" in ParamElement)
9734 ParamElement.name = "ParamElement"; 9622 ParamElement.name = "ParamElement";
9735 $desc = $collectedClasses.ParamElement; 9623 $desc = $collectedClasses.ParamElement;
9736 if ($desc instanceof Array) 9624 if ($desc instanceof Array)
9737 $desc = $desc[1]; 9625 $desc = $desc[1];
9738 ParamElement.prototype = $desc; 9626 ParamElement.prototype = $desc;
9627 ParamElement.prototype.get$value = function(receiver) {
9628 return receiver.value;
9629 };
9630 ParamElement.prototype.set$value = function(receiver, v) {
9631 return receiver.value = v;
9632 };
9739 function PopStateEvent() { 9633 function PopStateEvent() {
9740 } 9634 }
9741 PopStateEvent.builtin$cls = "PopStateEvent"; 9635 PopStateEvent.builtin$cls = "PopStateEvent";
9742 if (!"name" in PopStateEvent) 9636 if (!"name" in PopStateEvent)
9743 PopStateEvent.name = "PopStateEvent"; 9637 PopStateEvent.name = "PopStateEvent";
9744 $desc = $collectedClasses.PopStateEvent; 9638 $desc = $collectedClasses.PopStateEvent;
9745 if ($desc instanceof Array) 9639 if ($desc instanceof Array)
9746 $desc = $desc[1]; 9640 $desc = $desc[1];
9747 PopStateEvent.prototype = $desc; 9641 PopStateEvent.prototype = $desc;
9748 function PositionError() { 9642 function PositionError() {
(...skipping 16 matching lines...) Expand all
9765 PreElement.prototype = $desc; 9659 PreElement.prototype = $desc;
9766 function ProcessingInstruction() { 9660 function ProcessingInstruction() {
9767 } 9661 }
9768 ProcessingInstruction.builtin$cls = "ProcessingInstruction"; 9662 ProcessingInstruction.builtin$cls = "ProcessingInstruction";
9769 if (!"name" in ProcessingInstruction) 9663 if (!"name" in ProcessingInstruction)
9770 ProcessingInstruction.name = "ProcessingInstruction"; 9664 ProcessingInstruction.name = "ProcessingInstruction";
9771 $desc = $collectedClasses.ProcessingInstruction; 9665 $desc = $collectedClasses.ProcessingInstruction;
9772 if ($desc instanceof Array) 9666 if ($desc instanceof Array)
9773 $desc = $desc[1]; 9667 $desc = $desc[1];
9774 ProcessingInstruction.prototype = $desc; 9668 ProcessingInstruction.prototype = $desc;
9669 ProcessingInstruction.prototype.get$target = function(receiver) {
9670 return receiver.target;
9671 };
9775 function ProgressElement() { 9672 function ProgressElement() {
9776 } 9673 }
9777 ProgressElement.builtin$cls = "ProgressElement"; 9674 ProgressElement.builtin$cls = "ProgressElement";
9778 if (!"name" in ProgressElement) 9675 if (!"name" in ProgressElement)
9779 ProgressElement.name = "ProgressElement"; 9676 ProgressElement.name = "ProgressElement";
9780 $desc = $collectedClasses.ProgressElement; 9677 $desc = $collectedClasses.ProgressElement;
9781 if ($desc instanceof Array) 9678 if ($desc instanceof Array)
9782 $desc = $desc[1]; 9679 $desc = $desc[1];
9783 ProgressElement.prototype = $desc; 9680 ProgressElement.prototype = $desc;
9681 ProgressElement.prototype.get$value = function(receiver) {
9682 return receiver.value;
9683 };
9684 ProgressElement.prototype.set$value = function(receiver, v) {
9685 return receiver.value = v;
9686 };
9784 function ProgressEvent() { 9687 function ProgressEvent() {
9785 } 9688 }
9786 ProgressEvent.builtin$cls = "ProgressEvent"; 9689 ProgressEvent.builtin$cls = "ProgressEvent";
9787 if (!"name" in ProgressEvent) 9690 if (!"name" in ProgressEvent)
9788 ProgressEvent.name = "ProgressEvent"; 9691 ProgressEvent.name = "ProgressEvent";
9789 $desc = $collectedClasses.ProgressEvent; 9692 $desc = $collectedClasses.ProgressEvent;
9790 if ($desc instanceof Array) 9693 if ($desc instanceof Array)
9791 $desc = $desc[1]; 9694 $desc = $desc[1];
9792 ProgressEvent.prototype = $desc; 9695 ProgressEvent.prototype = $desc;
9793 function QuoteElement() { 9696 function QuoteElement() {
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
9855 SecurityPolicyViolationEvent.prototype = $desc; 9758 SecurityPolicyViolationEvent.prototype = $desc;
9856 function SelectElement() { 9759 function SelectElement() {
9857 } 9760 }
9858 SelectElement.builtin$cls = "SelectElement"; 9761 SelectElement.builtin$cls = "SelectElement";
9859 if (!"name" in SelectElement) 9762 if (!"name" in SelectElement)
9860 SelectElement.name = "SelectElement"; 9763 SelectElement.name = "SelectElement";
9861 $desc = $collectedClasses.SelectElement; 9764 $desc = $collectedClasses.SelectElement;
9862 if ($desc instanceof Array) 9765 if ($desc instanceof Array)
9863 $desc = $desc[1]; 9766 $desc = $desc[1];
9864 SelectElement.prototype = $desc; 9767 SelectElement.prototype = $desc;
9768 SelectElement.prototype.set$disabled = function(receiver, v) {
9769 return receiver.disabled = v;
9770 };
9865 SelectElement.prototype.get$length = function(receiver) { 9771 SelectElement.prototype.get$length = function(receiver) {
9866 return receiver.length; 9772 return receiver.length;
9867 }; 9773 };
9774 SelectElement.prototype.get$value = function(receiver) {
9775 return receiver.value;
9776 };
9777 SelectElement.prototype.set$value = function(receiver, v) {
9778 return receiver.value = v;
9779 };
9868 function ShadowElement() { 9780 function ShadowElement() {
9869 } 9781 }
9870 ShadowElement.builtin$cls = "ShadowElement"; 9782 ShadowElement.builtin$cls = "ShadowElement";
9871 if (!"name" in ShadowElement) 9783 if (!"name" in ShadowElement)
9872 ShadowElement.name = "ShadowElement"; 9784 ShadowElement.name = "ShadowElement";
9873 $desc = $collectedClasses.ShadowElement; 9785 $desc = $collectedClasses.ShadowElement;
9874 if ($desc instanceof Array) 9786 if ($desc instanceof Array)
9875 $desc = $desc[1]; 9787 $desc = $desc[1];
9876 ShadowElement.prototype = $desc; 9788 ShadowElement.prototype = $desc;
9877 function ShadowRoot() { 9789 function ShadowRoot() {
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
9948 StorageEvent.prototype = $desc; 9860 StorageEvent.prototype = $desc;
9949 function StyleElement() { 9861 function StyleElement() {
9950 } 9862 }
9951 StyleElement.builtin$cls = "StyleElement"; 9863 StyleElement.builtin$cls = "StyleElement";
9952 if (!"name" in StyleElement) 9864 if (!"name" in StyleElement)
9953 StyleElement.name = "StyleElement"; 9865 StyleElement.name = "StyleElement";
9954 $desc = $collectedClasses.StyleElement; 9866 $desc = $collectedClasses.StyleElement;
9955 if ($desc instanceof Array) 9867 if ($desc instanceof Array)
9956 $desc = $desc[1]; 9868 $desc = $desc[1];
9957 StyleElement.prototype = $desc; 9869 StyleElement.prototype = $desc;
9870 StyleElement.prototype.set$disabled = function(receiver, v) {
9871 return receiver.disabled = v;
9872 };
9958 function TableCaptionElement() { 9873 function TableCaptionElement() {
9959 } 9874 }
9960 TableCaptionElement.builtin$cls = "TableCaptionElement"; 9875 TableCaptionElement.builtin$cls = "TableCaptionElement";
9961 if (!"name" in TableCaptionElement) 9876 if (!"name" in TableCaptionElement)
9962 TableCaptionElement.name = "TableCaptionElement"; 9877 TableCaptionElement.name = "TableCaptionElement";
9963 $desc = $collectedClasses.TableCaptionElement; 9878 $desc = $collectedClasses.TableCaptionElement;
9964 if ($desc instanceof Array) 9879 if ($desc instanceof Array)
9965 $desc = $desc[1]; 9880 $desc = $desc[1];
9966 TableCaptionElement.prototype = $desc; 9881 TableCaptionElement.prototype = $desc;
9967 function TableCellElement() { 9882 function TableCellElement() {
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
10029 Text.prototype = $desc; 9944 Text.prototype = $desc;
10030 function TextAreaElement() { 9945 function TextAreaElement() {
10031 } 9946 }
10032 TextAreaElement.builtin$cls = "TextAreaElement"; 9947 TextAreaElement.builtin$cls = "TextAreaElement";
10033 if (!"name" in TextAreaElement) 9948 if (!"name" in TextAreaElement)
10034 TextAreaElement.name = "TextAreaElement"; 9949 TextAreaElement.name = "TextAreaElement";
10035 $desc = $collectedClasses.TextAreaElement; 9950 $desc = $collectedClasses.TextAreaElement;
10036 if ($desc instanceof Array) 9951 if ($desc instanceof Array)
10037 $desc = $desc[1]; 9952 $desc = $desc[1];
10038 TextAreaElement.prototype = $desc; 9953 TextAreaElement.prototype = $desc;
9954 TextAreaElement.prototype.set$disabled = function(receiver, v) {
9955 return receiver.disabled = v;
9956 };
9957 TextAreaElement.prototype.set$placeholder = function(receiver, v) {
9958 return receiver.placeholder = v;
9959 };
9960 TextAreaElement.prototype.get$value = function(receiver) {
9961 return receiver.value;
9962 };
9963 TextAreaElement.prototype.set$value = function(receiver, v) {
9964 return receiver.value = v;
9965 };
10039 function TextEvent() { 9966 function TextEvent() {
10040 } 9967 }
10041 TextEvent.builtin$cls = "TextEvent"; 9968 TextEvent.builtin$cls = "TextEvent";
10042 if (!"name" in TextEvent) 9969 if (!"name" in TextEvent)
10043 TextEvent.name = "TextEvent"; 9970 TextEvent.name = "TextEvent";
10044 $desc = $collectedClasses.TextEvent; 9971 $desc = $collectedClasses.TextEvent;
10045 if ($desc instanceof Array) 9972 if ($desc instanceof Array)
10046 $desc = $desc[1]; 9973 $desc = $desc[1];
10047 TextEvent.prototype = $desc; 9974 TextEvent.prototype = $desc;
10048 function TitleElement() { 9975 function TitleElement() {
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
10254 VersionChangeEvent.prototype = $desc; 10181 VersionChangeEvent.prototype = $desc;
10255 function AElement() { 10182 function AElement() {
10256 } 10183 }
10257 AElement.builtin$cls = "AElement"; 10184 AElement.builtin$cls = "AElement";
10258 if (!"name" in AElement) 10185 if (!"name" in AElement)
10259 AElement.name = "AElement"; 10186 AElement.name = "AElement";
10260 $desc = $collectedClasses.AElement; 10187 $desc = $collectedClasses.AElement;
10261 if ($desc instanceof Array) 10188 if ($desc instanceof Array)
10262 $desc = $desc[1]; 10189 $desc = $desc[1];
10263 AElement.prototype = $desc; 10190 AElement.prototype = $desc;
10191 AElement.prototype.get$target = function(receiver) {
10192 return receiver.target;
10193 };
10264 function AltGlyphElement() { 10194 function AltGlyphElement() {
10265 } 10195 }
10266 AltGlyphElement.builtin$cls = "AltGlyphElement"; 10196 AltGlyphElement.builtin$cls = "AltGlyphElement";
10267 if (!"name" in AltGlyphElement) 10197 if (!"name" in AltGlyphElement)
10268 AltGlyphElement.name = "AltGlyphElement"; 10198 AltGlyphElement.name = "AltGlyphElement";
10269 $desc = $collectedClasses.AltGlyphElement; 10199 $desc = $collectedClasses.AltGlyphElement;
10270 if ($desc instanceof Array) 10200 if ($desc instanceof Array)
10271 $desc = $desc[1]; 10201 $desc = $desc[1];
10272 AltGlyphElement.prototype = $desc; 10202 AltGlyphElement.prototype = $desc;
10273 function AnimateElement() { 10203 function AnimateElement() {
(...skipping 25 matching lines...) Expand all
10299 AnimateTransformElement.prototype = $desc; 10229 AnimateTransformElement.prototype = $desc;
10300 function AnimatedNumberList() { 10230 function AnimatedNumberList() {
10301 } 10231 }
10302 AnimatedNumberList.builtin$cls = "AnimatedNumberList"; 10232 AnimatedNumberList.builtin$cls = "AnimatedNumberList";
10303 if (!"name" in AnimatedNumberList) 10233 if (!"name" in AnimatedNumberList)
10304 AnimatedNumberList.name = "AnimatedNumberList"; 10234 AnimatedNumberList.name = "AnimatedNumberList";
10305 $desc = $collectedClasses.AnimatedNumberList; 10235 $desc = $collectedClasses.AnimatedNumberList;
10306 if ($desc instanceof Array) 10236 if ($desc instanceof Array)
10307 $desc = $desc[1]; 10237 $desc = $desc[1];
10308 AnimatedNumberList.prototype = $desc; 10238 AnimatedNumberList.prototype = $desc;
10239 function AnimatedString() {
10240 }
10241 AnimatedString.builtin$cls = "AnimatedString";
10242 if (!"name" in AnimatedString)
10243 AnimatedString.name = "AnimatedString";
10244 $desc = $collectedClasses.AnimatedString;
10245 if ($desc instanceof Array)
10246 $desc = $desc[1];
10247 AnimatedString.prototype = $desc;
10309 function AnimationElement() { 10248 function AnimationElement() {
10310 } 10249 }
10311 AnimationElement.builtin$cls = "AnimationElement"; 10250 AnimationElement.builtin$cls = "AnimationElement";
10312 if (!"name" in AnimationElement) 10251 if (!"name" in AnimationElement)
10313 AnimationElement.name = "AnimationElement"; 10252 AnimationElement.name = "AnimationElement";
10314 $desc = $collectedClasses.AnimationElement; 10253 $desc = $collectedClasses.AnimationElement;
10315 if ($desc instanceof Array) 10254 if ($desc instanceof Array)
10316 $desc = $desc[1]; 10255 $desc = $desc[1];
10317 AnimationElement.prototype = $desc; 10256 AnimationElement.prototype = $desc;
10318 function CircleElement() { 10257 function CircleElement() {
(...skipping 430 matching lines...) Expand 10 before | Expand all | Expand 10 after
10749 StopElement.prototype = $desc; 10688 StopElement.prototype = $desc;
10750 function StyleElement0() { 10689 function StyleElement0() {
10751 } 10690 }
10752 StyleElement0.builtin$cls = "StyleElement0"; 10691 StyleElement0.builtin$cls = "StyleElement0";
10753 if (!"name" in StyleElement0) 10692 if (!"name" in StyleElement0)
10754 StyleElement0.name = "StyleElement0"; 10693 StyleElement0.name = "StyleElement0";
10755 $desc = $collectedClasses.StyleElement0; 10694 $desc = $collectedClasses.StyleElement0;
10756 if ($desc instanceof Array) 10695 if ($desc instanceof Array)
10757 $desc = $desc[1]; 10696 $desc = $desc[1];
10758 StyleElement0.prototype = $desc; 10697 StyleElement0.prototype = $desc;
10698 StyleElement0.prototype.set$disabled = function(receiver, v) {
10699 return receiver.disabled = v;
10700 };
10759 function SvgDocument() { 10701 function SvgDocument() {
10760 } 10702 }
10761 SvgDocument.builtin$cls = "SvgDocument"; 10703 SvgDocument.builtin$cls = "SvgDocument";
10762 if (!"name" in SvgDocument) 10704 if (!"name" in SvgDocument)
10763 SvgDocument.name = "SvgDocument"; 10705 SvgDocument.name = "SvgDocument";
10764 $desc = $collectedClasses.SvgDocument; 10706 $desc = $collectedClasses.SvgDocument;
10765 if ($desc instanceof Array) 10707 if ($desc instanceof Array)
10766 $desc = $desc[1]; 10708 $desc = $desc[1];
10767 SvgDocument.prototype = $desc; 10709 SvgDocument.prototype = $desc;
10768 function SvgElement() { 10710 function SvgElement() {
(...skipping 394 matching lines...) Expand 10 before | Expand all | Expand 10 after
11163 Closure$4.prototype = $desc; 11105 Closure$4.prototype = $desc;
11164 function Closure$5(call$5, $name) { 11106 function Closure$5(call$5, $name) {
11165 this.call$5 = call$5; 11107 this.call$5 = call$5;
11166 this.$name = $name; 11108 this.$name = $name;
11167 } 11109 }
11168 Closure$5.builtin$cls = "Closure$5"; 11110 Closure$5.builtin$cls = "Closure$5";
11169 $desc = $collectedClasses.Closure$5; 11111 $desc = $collectedClasses.Closure$5;
11170 if ($desc instanceof Array) 11112 if ($desc instanceof Array)
11171 $desc = $desc[1]; 11113 $desc = $desc[1];
11172 Closure$5.prototype = $desc; 11114 Closure$5.prototype = $desc;
11173 return [JS_CONST, Interceptor, JSBool, JSNull, JavaScriptObject, PlainJavaScri ptObject, UnknownJavaScriptObject, JSArray, JSMutableArray, JSFixedArray, JSExte ndableArray, JSNumber, JSInt, JSDouble, JSString, CloseToken, JsIsolateSink, _Ma nager, _IsolateContext, _EventLoop, _EventLoop__runHelper_next, _IsolateEvent, _ MainManagerStub, IsolateNatives__processWorkerMessage_closure, _BaseSendPort, _B aseSendPort_call_closure, _NativeJsSendPort, _NativeJsSendPort_send_closure, _Na tiveJsSendPort_send__closure, _WorkerSendPort, _WorkerSendPort_send_closure, Rec eivePortImpl, _waitForPendingPorts_closure, _PendingSendPortFinder, _PendingSend PortFinder_visitList_closure, _PendingSendPortFinder_visitMap_closure, _JsSerial izer, _JsCopier, _JsDeserializer, _JsVisitedMap, _MessageTraverserVisitedMap, _M essageTraverser, _Copier, _Copier_visitMap_closure, _Serializer, _Deserializer, TimerImpl, TimerImpl_internalCallback, TimerImpl_internalCallback0, TimerImpl$pe riodic_closure, ConstantMap, ConstantStringMap, ConstantStringMap_forEach_closur e, ConstantStringMap_values_closure, _ConstantMapKeyIterable, TypeErrorDecoder, NullError, JsNoSuchMethodError, UnknownJsTypeError, unwrapException_saveStackTra ce, _StackTrace, invokeClosure_closure, invokeClosure_closure0, invokeClosure_cl osure1, invokeClosure_closure2, invokeClosure_closure3, Closure, BoundClosure, a pplyExperimentalFixup_newGetTagDartFunction, ListIterable, ListIterator, MappedI terable, MappedIterator, MappedListIterable, WhereIterable, WhereIterator, Fixed LengthListMixin, Future, Future_wait_handleError, Future_wait_closure, _Complete r, _AsyncCompleter, _Future, BoundClosure$2, _Future__addListener_closure, _Futu re__chainFutures_closure, _Future__chainFutures_closure0, _Future__asyncComplete _closure, _Future__asyncCompleteError_closure, _Future__propagateToListeners_clo sure, _Future__propagateToListeners_closure0, _Future__propagateToListeners__clo sure, _Future__propagateToListeners__closure0, Stream, Stream_forEach_closure, S tream_forEach__closure, Stream_forEach__closure0, Stream_forEach_closure0, Strea m_length_closure, Stream_length_closure0, Stream_toList_closure, Stream_toList_c losure0, StreamSubscription, EventSink, _EventSink, _BufferingStreamSubscription , BoundClosure$0, _DelayedEvent, _DelayedData, _DelayedError, _DelayedDone, _Pen dingEvents, _PendingEvents_schedule_closure, _StreamImplEvents, _cancelAndError_ closure, _ForwardingStream, _ForwardingStreamSubscription, BoundClosure$1, _MapS tream, Timer, ZoneSpecification, _ZoneSpecification, ZoneDelegate, Zone, _ZoneDe legate, _CustomizedZone, _CustomizedZone_bindCallback_closure, _CustomizedZone_b indCallback_closure0, _CustomizedZone_bindUnaryCallback_closure, _CustomizedZone _bindUnaryCallback_closure0, _rootHandleUncaughtError_closure, _rootFork_closure , _HashMap, _HashMap_values_closure, HashMapKeyIterable, HashMapKeyIterator, _Li nkedHashMap, _LinkedHashMap_values_closure, _LinkedIdentityHashMap, _LinkedCusto mHashMap, _LinkedCustomHashMap_closure, LinkedHashMapCell, LinkedHashMapKeyItera ble, LinkedHashMapKeyIterator, IterableBase, ListBase, ListMixin, Maps_mapToStri ng_closure, ListQueue, _ListQueueIterator, _convertJsonToDart_closure, _convertJ sonToDart_walk, Converter, JsonDecoder, NoSuchMethodError_toString_closure, Dura tion, Duration_toString_sixDigits, Duration_toString_twoDigits, Error, NullThrow nError, ArgumentError, RangeError, UnsupportedError, StateError, ConcurrentModif icationError, StackOverflowError, CyclicInitializationError, _ExceptionImplement ation, FormatException, Expando, Function, Iterator, Map, Null, Object, StackTra ce, StringBuffer, Symbol, _ChildrenElementList, Interceptor_ListMixin, Intercept or_ListMixin_ImmutableListMixin, HttpRequest_getString_closure, HttpRequest_requ est_closure1, HttpRequest_request_closure, HttpRequest_request_closure0, _ChildN odeListLazy, Interceptor_ListMixin0, Interceptor_ListMixin_ImmutableListMixin0, _EventStream, _ElementEventStreamImpl, _EventStreamSubscription, EventStreamProv ider, ImmutableListMixin, FixedSizeListIterator, _DOMWindowCrossFrame, ReceivePo rt, TypedData_ListMixin, TypedData_ListMixin_FixedLengthListMixin, FilteredEleme ntList, FilteredElementList__filtered_closure, HtmlElement, AnchorElement, Anima tionEvent, AreaElement, AudioElement, AutocompleteErrorEvent, BRElement, BaseEle ment, BeforeLoadEvent, BodyElement, ButtonElement, CDataSection, CanvasElement, CharacterData, CloseEvent, Comment, CompositionEvent, ContentElement, CssFontFac eLoadEvent, CustomEvent, DListElement, DataListElement, DetailsElement, DeviceMo tionEvent, DeviceOrientationEvent, DialogElement, DivElement, Document, Document Fragment, DocumentType, DomError, DomException, Element, EmbedElement, ErrorEven t, Event, EventTarget, FieldSetElement, FileError, FocusEvent, FormElement, HREl ement, HashChangeEvent, HeadElement, HeadingElement, HtmlCollection, HtmlDocumen t, HtmlFormControlsCollection, HtmlHtmlElement, HtmlOptionsCollection, HttpReque st, IFrameElement, ImageElement, InputElement, KeyboardEvent, KeygenElement, LIE lement, LabelElement, LegendElement, LinkElement, MapElement, MediaElement, Medi aError, MediaKeyError, MediaKeyEvent, MediaKeyMessageEvent, MediaKeyNeededEvent, MediaStreamEvent, MediaStreamTrackEvent, MenuElement, MessageEvent, MetaElement , MeterElement, MidiConnectionEvent, MidiMessageEvent, ModElement, MouseEvent, M utationEvent, Navigator, NavigatorUserMediaError, Node, NodeList, Notation, OLis tElement, ObjectElement, OptGroupElement, OptionElement, OutputElement, Overflow Event, PageTransitionEvent, ParagraphElement, ParamElement, PopStateEvent, Posit ionError, PreElement, ProcessingInstruction, ProgressElement, ProgressEvent, Quo teElement, ResourceProgressEvent, RtcDataChannelEvent, RtcDtmfToneChangeEvent, R tcIceCandidateEvent, ScriptElement, SecurityPolicyViolationEvent, SelectElement, ShadowElement, ShadowRoot, SourceElement, SpanElement, SpeechInputEvent, Speech RecognitionError, SpeechRecognitionEvent, SpeechSynthesisEvent, StorageEvent, St yleElement, TableCaptionElement, TableCellElement, TableColElement, TableElement , TableRowElement, TableSectionElement, TemplateElement, Text, TextAreaElement, TextEvent, TitleElement, TouchEvent, TrackElement, TrackEvent, TransitionEvent, UIEvent, UListElement, UnknownElement, VideoElement, WheelEvent, Window, XmlHttp RequestEventTarget, _Attr, _Entity, _HTMLAppletElement, _HTMLBaseFontElement, _H TMLDirectoryElement, _HTMLFontElement, _HTMLFrameElement, _HTMLFrameSetElement, _HTMLMarqueeElement, _XMLHttpRequestProgressEvent, VersionChangeEvent, AElement, AltGlyphElement, AnimateElement, AnimateMotionElement, AnimateTransformElement, AnimatedNumberList, AnimationElement, CircleElement, ClipPathElement, DefsEleme nt, DescElement, EllipseElement, FEBlendElement, FEColorMatrixElement, FECompone ntTransferElement, FECompositeElement, FEConvolveMatrixElement, FEDiffuseLightin gElement, FEDisplacementMapElement, FEDistantLightElement, FEFloodElement, FEFun cAElement, FEFuncBElement, FEFuncGElement, FEFuncRElement, FEGaussianBlurElement , FEImageElement, FEMergeElement, FEMergeNodeElement, FEMorphologyElement, FEOff setElement, FEPointLightElement, FESpecularLightingElement, FESpotLightElement, FETileElement, FETurbulenceElement, FilterElement, ForeignObjectElement, GElemen t, GraphicsElement, ImageElement0, LineElement, LinearGradientElement, MarkerEle ment, MaskElement, MetadataElement, PathElement, PatternElement, PolygonElement, PolylineElement, RadialGradientElement, RectElement, ScriptElement0, SetElement , StopElement, StyleElement0, SvgDocument, SvgElement, SvgSvgElement, SwitchElem ent, SymbolElement, TSpanElement, TextContentElement, TextElement, TextPathEleme nt, TextPositioningElement, TitleElement0, UseElement, ViewElement, ZoomEvent, _ GradientElement, _SVGAltGlyphDefElement, _SVGAltGlyphItemElement, _SVGAnimateCol orElement, _SVGComponentTransferFunctionElement, _SVGCursorElement, _SVGFEDropSh adowElement, _SVGFontElement, _SVGFontFaceElement, _SVGFontFaceFormatElement, _S VGFontFaceNameElement, _SVGFontFaceSrcElement, _SVGFontFaceUriElement, _SVGGlyph Element, _SVGGlyphRefElement, _SVGHKernElement, _SVGMPathElement, _SVGMissingGly phElement, _SVGTRefElement, _SVGVKernElement, AudioProcessingEvent, OfflineAudio CompletionEvent, ContextEvent, SqlError, TypedData, Uint8List, Closure$2, Closur e$0, Closure$7, Closure$1, Closure$4, Closure$5]; 11115 return [JS_CONST, Interceptor, JSBool, JSNull, JavaScriptObject, PlainJavaScri ptObject, UnknownJavaScriptObject, JSArray, JSMutableArray, JSFixedArray, JSExte ndableArray, JSNumber, JSInt, JSDouble, JSString, CloseToken, JsIsolateSink, _Ma nager, _IsolateContext, _EventLoop, _EventLoop__runHelper_next, _IsolateEvent, _ MainManagerStub, IsolateNatives__processWorkerMessage_closure, _BaseSendPort, _B aseSendPort_call_closure, _NativeJsSendPort, _NativeJsSendPort_send_closure, _Na tiveJsSendPort_send__closure, _WorkerSendPort, _WorkerSendPort_send_closure, Rec eivePortImpl, _waitForPendingPorts_closure, _PendingSendPortFinder, _PendingSend PortFinder_visitList_closure, _PendingSendPortFinder_visitMap_closure, _JsSerial izer, _JsCopier, _JsDeserializer, _JsVisitedMap, _MessageTraverserVisitedMap, _M essageTraverser, _Copier, _Copier_visitMap_closure, _Serializer, _Deserializer, TimerImpl, TimerImpl_internalCallback, TimerImpl_internalCallback0, TimerImpl$pe riodic_closure, ConstantMap, ConstantStringMap, ConstantStringMap_forEach_closur e, ConstantStringMap_values_closure, _ConstantMapKeyIterable, TypeErrorDecoder, NullError, JsNoSuchMethodError, UnknownJsTypeError, unwrapException_saveStackTra ce, _StackTrace, invokeClosure_closure, invokeClosure_closure0, invokeClosure_cl osure1, invokeClosure_closure2, invokeClosure_closure3, Closure, BoundClosure, C astErrorImplementation, applyExperimentalFixup_newGetTagDartFunction, ListIterab le, ListIterator, MappedIterable, MappedIterator, MappedListIterable, FixedLengt hListMixin, Future, Future_wait_handleError, Future_wait_closure, _Completer, _A syncCompleter, _Future, BoundClosure$2, _Future__addListener_closure, _Future__c hainFutures_closure, _Future__chainFutures_closure0, _Future__asyncComplete_clos ure, _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_len gth_closure, Stream_length_closure0, Stream_toList_closure, Stream_toList_closur e0, StreamSubscription, EventSink, _EventSink, _BufferingStreamSubscription, Bou ndClosure$0, _DelayedEvent, _DelayedData, _DelayedError, _DelayedDone, _PendingE vents, _PendingEvents_schedule_closure, _StreamImplEvents, _cancelAndError_closu re, _ForwardingStream, _ForwardingStreamSubscription, BoundClosure$1, _MapStream , Timer, ZoneSpecification, _ZoneSpecification, ZoneDelegate, Zone, _ZoneDelegat e, _CustomizedZone, _CustomizedZone_bindCallback_closure, _CustomizedZone_bindCa llback_closure0, _CustomizedZone_bindUnaryCallback_closure, _CustomizedZone_bind UnaryCallback_closure0, _rootHandleUncaughtError_closure, _rootFork_closure, _Ha shMap, _HashMap_values_closure, HashMapKeyIterable, HashMapKeyIterator, _LinkedH ashMap, _LinkedHashMap_values_closure, _LinkedIdentityHashMap, _LinkedCustomHash Map, _LinkedCustomHashMap_closure, LinkedHashMapCell, LinkedHashMapKeyIterable, LinkedHashMapKeyIterator, IterableBase, ListMixin, Maps_mapToString_closure, Lis tQueue, _ListQueueIterator, _convertJsonToDart_closure, _convertJsonToDart_walk, Converter, JsonDecoder, NoSuchMethodError_toString_closure, Duration, Duration_ toString_sixDigits, Duration_toString_twoDigits, Error, NullThrownError, Argumen tError, RangeError, UnsupportedError, StateError, ConcurrentModificationError, S tackOverflowError, CyclicInitializationError, Exception, _ExceptionImplementatio n, FormatException, Expando, Function, Iterator, Map, Null, Object, StackTrace, StringBuffer, Symbol, HttpRequest_getString_closure, HttpRequest_request_closure 1, HttpRequest_request_closure, HttpRequest_request_closure0, _EventStream, _Ele mentEventStreamImpl, _EventStreamSubscription, EventStreamProvider, _DOMWindowCr ossFrame, ReceivePort, _Random, TypedData_ListMixin, TypedData_ListMixin_FixedLe ngthListMixin, PirateName, HtmlElement, AnchorElement, AnimationEvent, AreaEleme nt, AudioElement, AutocompleteErrorEvent, BRElement, BaseElement, BeforeLoadEven t, BodyElement, ButtonElement, CDataSection, CanvasElement, CharacterData, Close Event, Comment, CompositionEvent, ContentElement, CssFontFaceLoadEvent, CustomEv ent, DListElement, DataListElement, DetailsElement, DeviceMotionEvent, DeviceOri entationEvent, DialogElement, DivElement, Document, DocumentFragment, DocumentTy pe, DomError, DomException, Element, EmbedElement, ErrorEvent, Event, EventTarge t, FieldSetElement, FileError, FocusEvent, FormElement, HRElement, HashChangeEve nt, HeadElement, HeadingElement, HtmlDocument, HtmlHtmlElement, HttpRequest, IFr ameElement, ImageElement, InputElement, KeyboardEvent, KeygenElement, LIElement, LabelElement, LegendElement, LinkElement, MapElement, MediaElement, MediaError, MediaKeyError, MediaKeyEvent, MediaKeyMessageEvent, MediaKeyNeededEvent, MediaS treamEvent, MediaStreamTrackEvent, MenuElement, MessageEvent, MetaElement, Meter Element, MidiConnectionEvent, MidiMessageEvent, ModElement, MouseEvent, Mutation Event, Navigator, NavigatorUserMediaError, Node, Notation, OListElement, ObjectE lement, OptGroupElement, OptionElement, OutputElement, OverflowEvent, PageTransi tionEvent, ParagraphElement, ParamElement, PopStateEvent, PositionError, PreElem ent, ProcessingInstruction, ProgressElement, ProgressEvent, QuoteElement, Resour ceProgressEvent, RtcDataChannelEvent, RtcDtmfToneChangeEvent, RtcIceCandidateEve nt, ScriptElement, SecurityPolicyViolationEvent, SelectElement, ShadowElement, S hadowRoot, SourceElement, SpanElement, SpeechInputEvent, SpeechRecognitionError, SpeechRecognitionEvent, SpeechSynthesisEvent, StorageEvent, StyleElement, Table CaptionElement, TableCellElement, TableColElement, TableElement, TableRowElement , TableSectionElement, TemplateElement, Text, TextAreaElement, TextEvent, TitleE lement, TouchEvent, TrackElement, TrackEvent, TransitionEvent, UIEvent, UListEle ment, UnknownElement, VideoElement, WheelEvent, Window, XmlHttpRequestEventTarge t, _Attr, _Entity, _HTMLAppletElement, _HTMLBaseFontElement, _HTMLDirectoryEleme nt, _HTMLFontElement, _HTMLFrameElement, _HTMLFrameSetElement, _HTMLMarqueeEleme nt, _XMLHttpRequestProgressEvent, VersionChangeEvent, AElement, AltGlyphElement, AnimateElement, AnimateMotionElement, AnimateTransformElement, AnimatedNumberLi st, AnimatedString, AnimationElement, CircleElement, ClipPathElement, DefsElemen t, DescElement, EllipseElement, FEBlendElement, FEColorMatrixElement, FEComponen tTransferElement, FECompositeElement, FEConvolveMatrixElement, FEDiffuseLighting Element, FEDisplacementMapElement, FEDistantLightElement, FEFloodElement, FEFunc AElement, FEFuncBElement, FEFuncGElement, FEFuncRElement, FEGaussianBlurElement, FEImageElement, FEMergeElement, FEMergeNodeElement, FEMorphologyElement, FEOffs etElement, FEPointLightElement, FESpecularLightingElement, FESpotLightElement, F ETileElement, FETurbulenceElement, FilterElement, ForeignObjectElement, GElement , GraphicsElement, ImageElement0, LineElement, LinearGradientElement, MarkerElem ent, MaskElement, MetadataElement, PathElement, PatternElement, PolygonElement, PolylineElement, RadialGradientElement, RectElement, ScriptElement0, SetElement, StopElement, StyleElement0, SvgDocument, SvgElement, SvgSvgElement, SwitchEleme nt, SymbolElement, TSpanElement, TextContentElement, TextElement, TextPathElemen t, TextPositioningElement, TitleElement0, UseElement, ViewElement, ZoomEvent, _G radientElement, _SVGAltGlyphDefElement, _SVGAltGlyphItemElement, _SVGAnimateColo rElement, _SVGComponentTransferFunctionElement, _SVGCursorElement, _SVGFEDropSha dowElement, _SVGFontElement, _SVGFontFaceElement, _SVGFontFaceFormatElement, _SV GFontFaceNameElement, _SVGFontFaceSrcElement, _SVGFontFaceUriElement, _SVGGlyphE lement, _SVGGlyphRefElement, _SVGHKernElement, _SVGMPathElement, _SVGMissingGlyp hElement, _SVGTRefElement, _SVGVKernElement, AudioProcessingEvent, OfflineAudioC ompletionEvent, ContextEvent, SqlError, TypedData, Uint8List, Closure$2, Closure $0, Closure$7, Closure$1, Closure$4, Closure$5];
11174 } 11116 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698