Index: src/site/samples/gauge/example/gauge.dart.precompiled.js |
diff --git a/src/site/codelabs/darrrt/examples/6-piratebadge_json/piratebadge.dart.precompiled.js b/src/site/samples/gauge/example/gauge.dart.precompiled.js |
similarity index 73% |
copy from src/site/codelabs/darrrt/examples/6-piratebadge_json/piratebadge.dart.precompiled.js |
copy to src/site/samples/gauge/example/gauge.dart.precompiled.js |
index 05f0e459222ed35237c5371c5fff3e9e24de138c..e126aa71343ff083a11735af18fabac0f9a39e61 100644 |
--- a/src/site/codelabs/darrrt/examples/6-piratebadge_json/piratebadge.dart.precompiled.js |
+++ b/src/site/samples/gauge/example/gauge.dart.precompiled.js |
@@ -78,6 +78,17 @@ $$.BoundClosure$1 = [H, {"": "BoundClosure;_self,__js_helper$_target,_receiver,_ |
$is_args1: true |
}]; |
+$$.BoundClosure$i1 = [P, {"": "BoundClosure;_self,__js_helper$_target,_receiver,__js_helper$_name", |
+ call$1: function(p0) { |
+ return this.__js_helper$_target.call(this._self, this._receiver, p0); |
+ }, |
+ call$0: function() { |
+ return this.call$1(null); |
+ }, |
+ "+call:0:0": 0, |
+ $is_args1: true |
+}]; |
+ |
$$.BoundClosure$2 = [P, {"": "BoundClosure;_self,__js_helper$_target,_receiver,__js_helper$_name", |
call$2: function(p0, p1) { |
return this.__js_helper$_target.call(this._self, p0, p1); |
@@ -85,6 +96,7 @@ $$.BoundClosure$2 = [P, {"": "BoundClosure;_self,__js_helper$_target,_receiver,_ |
call$1: function(p0) { |
return this.call$2(p0, null); |
}, |
+ "+call:1:0": 0, |
$is_args2: true, |
$is_args1: true |
}]; |
@@ -95,29 +107,39 @@ $$.BoundClosure$0 = [P, {"": "BoundClosure;_self,__js_helper$_target,_receiver,_ |
} |
}]; |
+$$.BoundClosure$20 = [P, {"": "BoundClosure;_self,__js_helper$_target,_receiver,__js_helper$_name", |
+ call$2: function(p0, p1) { |
+ return this.__js_helper$_target.call(this._self, p0, p1); |
+ }, |
+ $is_args2: true |
+}]; |
+ |
$$.Closure$2 = [H, {"": "Closure;call$2,$name", $is_args2: true}]; |
+$$.Closure$1 = [H, {"": "Closure;call$1,$name", $is_args1: true}]; |
+ |
$$.Closure$0 = [H, {"": "Closure;call$0,$name"}]; |
$$.Closure$7 = [H, {"": "Closure;call$7,$name"}]; |
-$$.Closure$1 = [H, {"": "Closure;call$1,$name", $is_args1: true}]; |
- |
-$$.Closure$21 = [P, {"": "Closure;call$2,$name", |
+$$.Closure$20 = [P, {"": "Closure;call$2,$name", |
call$1: function(p0) { |
return this.call$2(p0, null); |
}, |
+ "+call:1:0": 0, |
$is_args2: true, |
$is_args1: true |
}]; |
+$$.Closure$4 = [P, {"": "Closure;call$4,$name"}]; |
+ |
(function (reflectionData) { |
function map(x){x={x:x};delete x.x;return x} |
if (!init.libraries) init.libraries = []; |
if (!init.mangledNames) init.mangledNames = map(); |
if (!init.mangledGlobalNames) init.mangledGlobalNames = map(); |
if (!init.statics) init.statics = map(); |
- if (!init.interfaces) init.interfaces = map(); |
+ if (!init.typeInformation) init.typeInformation = map(); |
if (!init.globalFunctions) init.globalFunctions = map(); |
var libraries = init.libraries; |
var mangledNames = init.mangledNames; |
@@ -145,7 +167,7 @@ $$.Closure$21 = [P, {"": "Closure;call$2,$name", |
if (firstChar === "+") { |
mangledGlobalNames[previousProperty] = property.substring(1); |
if (descriptor[property] == 1) descriptor[previousProperty].$reflectable = 1; |
- if (element && element.length) init.interfaces[previousProperty] = element; |
+ if (element && element.length) init.typeInformation[previousProperty] = element; |
} else if (firstChar === "@") { |
property = property.substring(1); |
$[property]["@"] = element; |
@@ -207,7 +229,7 @@ makeDispatchRecord: function(interceptor, proto, extension, indexability) { |
}, |
getNativeInterceptor: function(object) { |
- var record, proto, objectProto; |
+ var record, proto, objectProto, interceptor; |
record = object[init.dispatchPropertyName]; |
if (record == null) |
if ($.initNativeDispatchFlag == null) { |
@@ -224,13 +246,12 @@ getNativeInterceptor: function(object) { |
if (proto === objectProto) |
return record.i; |
if (record.e === objectProto) |
- return proto(object, record); |
+ throw H.wrapException(P.UnimplementedError$("Return interceptor for " + H.S(proto(object, record)))); |
} |
- record = H.lookupDispatchRecord(object); |
- if (record == null) |
- return C.C_UnknownJavaScriptObject; |
- Object.defineProperty(Object.getPrototypeOf(object), init.dispatchPropertyName, {value: record, enumerable: false, writable: true, configurable: true}); |
- return J.getNativeInterceptor(object); |
+ interceptor = H.lookupAndCacheInterceptor(object); |
+ if (interceptor == null) |
+ return C.UnknownJavaScriptObject_methods; |
+ return interceptor; |
}, |
Interceptor: {"": "Object;", |
@@ -242,7 +263,11 @@ Interceptor: {"": "Object;", |
}, |
toString$0: function(receiver) { |
return H.Primitives_objectToString(receiver); |
- } |
+ }, |
+ noSuchMethod$1: function(receiver, invocation) { |
+ throw H.wrapException(P.NoSuchMethodError$(receiver, invocation.get$memberName(), invocation.get$positionalArguments(), invocation.get$namedArguments(), null)); |
+ }, |
+ "%": "DOMError|FileError|MediaError|MediaKeyError|Navigator|NavigatorUserMediaError|PositionError|SQLError|SVGAnimatedNumberList" |
}, |
JSBool: {"": "bool/Interceptor;", |
@@ -278,26 +303,32 @@ PlainJavaScriptObject: {"": "JavaScriptObject;"}, |
UnknownJavaScriptObject: {"": "JavaScriptObject;"}, |
JSArray: {"": "List/Interceptor;", |
+ add$1: function(receiver, value) { |
+ if (!!receiver.fixed$length) |
+ H.throwExpression(P.UnsupportedError$("add")); |
+ receiver.push(value); |
+ }, |
+ addAll$1: function(receiver, collection) { |
+ var t1; |
+ for (t1 = J.get$iterator$ax(collection); t1.moveNext$0();) |
+ this.add$1(receiver, t1.get$current()); |
+ }, |
forEach$1: function(receiver, f) { |
return H.IterableMixinWorkaround_forEach(receiver, f); |
}, |
+ map$1: function(receiver, f) { |
+ var t1 = new H.MappedListIterable(receiver, f); |
+ H.setRuntimeTypeInfo(t1, [null, null]); |
+ return t1; |
+ }, |
elementAt$1: function(receiver, index) { |
- if (index < 0 || index >= receiver.length) |
+ if (index >>> 0 !== index || index >= receiver.length) |
throw H.ioore(receiver, index); |
return receiver[index]; |
}, |
- get$isEmpty: function(receiver) { |
- return receiver.length === 0; |
- }, |
toString$0: function(receiver) { |
return H.IterableMixinWorkaround_toStringIterable(receiver, "[", "]"); |
}, |
- toList$1$growable: function(receiver, growable) { |
- return P.List_List$from(receiver, growable, H.getRuntimeTypeArgument(receiver, "JSArray", 0)); |
- }, |
- toList$0: function($receiver) { |
- return this.toList$1$growable($receiver, true); |
- }, |
get$iterator: function(receiver) { |
return new H.ListIterator(receiver, receiver.length, 0, null); |
}, |
@@ -325,8 +356,10 @@ JSArray: {"": "List/Interceptor;", |
}, |
$isList: true, |
$asList: null, |
+ $asIterable: null, |
$isList: true, |
- $isEfficientLength: true |
+ $isEfficientLength: true, |
+ $isIterable: true |
}, |
JSMutableArray: {"": "JSArray;", $isJSMutableArray: true, |
@@ -335,17 +368,23 @@ JSMutableArray: {"": "JSArray;", $isJSMutableArray: true, |
}, |
$asList: function() { |
return [null]; |
+ }, |
+ $asIterable: function() { |
+ return [null]; |
} |
}, |
JSFixedArray: {"": "JSMutableArray;"}, |
-JSExtendableArray: {"": "JSMutableArray;"}, |
+JSExtendableArray: {"": "JSMutableArray;", $isJSExtendableArray: true}, |
JSNumber: {"": "num/Interceptor;", |
remainder$1: function(receiver, b) { |
return receiver % b; |
}, |
+ abs$0: function(receiver) { |
+ return Math.abs(receiver); |
+ }, |
toInt$0: function(receiver) { |
var t1; |
if (receiver >= -2147483648 && receiver <= 2147483647) |
@@ -365,6 +404,9 @@ JSNumber: {"": "num/Interceptor;", |
get$hashCode: function(receiver) { |
return receiver & 0x1FFFFFFF; |
}, |
+ $sub: function(receiver, other) { |
+ return receiver - other; |
+ }, |
$tdiv: function(receiver, other) { |
if ((receiver | 0) === receiver && (other | 0) === other && 0 !== other && -1 !== other) |
return receiver / other | 0; |
@@ -374,6 +416,13 @@ JSNumber: {"": "num/Interceptor;", |
_slowTdiv$1: function(receiver, other) { |
return this.toInt$0(receiver / other); |
}, |
+ $shl: function(receiver, other) { |
+ if (other < 0) |
+ throw H.wrapException(new P.ArgumentError(other)); |
+ if (other > 31) |
+ return 0; |
+ return receiver << other >>> 0; |
+ }, |
$shr: function(receiver, other) { |
if (other < 0) |
throw H.wrapException(new P.ArgumentError(other)); |
@@ -388,12 +437,12 @@ JSNumber: {"": "num/Interceptor;", |
}, |
$lt: function(receiver, other) { |
if (typeof other !== "number") |
- throw H.wrapException(new P.ArgumentError(other)); |
+ throw H.wrapException(P.ArgumentError$(other)); |
return receiver < other; |
}, |
$gt: function(receiver, other) { |
if (typeof other !== "number") |
- throw H.wrapException(new P.ArgumentError(other)); |
+ throw H.wrapException(P.ArgumentError$(other)); |
return receiver > other; |
}, |
$ge: function(receiver, other) { |
@@ -408,12 +457,14 @@ JSNumber: {"": "num/Interceptor;", |
}, |
-JSInt: {"": "int/JSNumber;", $isdouble: true, $isnum: true, $isint: true}, |
+JSInt: {"": "int/JSNumber;", $isnum: true, $isint: true}, |
-JSDouble: {"": "double/JSNumber;", $isdouble: true, $isnum: true}, |
+JSDouble: {"": "double/JSNumber;", $isnum: true}, |
JSString: {"": "String/Interceptor;", |
codeUnitAt$1: function(receiver, index) { |
+ if (typeof index !== "number" || Math.floor(index) !== index) |
+ throw H.wrapException(P.ArgumentError$(index)); |
if (index < 0) |
throw H.wrapException(P.RangeError$value(index)); |
if (index >= receiver.length) |
@@ -421,52 +472,25 @@ JSString: {"": "String/Interceptor;", |
return receiver.charCodeAt(index); |
}, |
substring$2: function(receiver, startIndex, endIndex) { |
+ var t1; |
+ if (typeof startIndex !== "number" || Math.floor(startIndex) !== startIndex) |
+ H.throwExpression(P.ArgumentError$(startIndex)); |
if (endIndex == null) |
endIndex = receiver.length; |
- if (typeof endIndex !== "number") |
+ if (typeof endIndex !== "number" || Math.floor(endIndex) !== endIndex) |
H.throwExpression(P.ArgumentError$(endIndex)); |
- if (startIndex < 0) |
+ t1 = J.getInterceptor$n(startIndex); |
+ if (t1.$lt(startIndex, 0)) |
throw H.wrapException(P.RangeError$value(startIndex)); |
- if (typeof endIndex !== "number") |
- throw H.iae(endIndex); |
- if (startIndex > endIndex) |
+ if (t1.$gt(startIndex, endIndex)) |
throw H.wrapException(P.RangeError$value(startIndex)); |
- if (endIndex > receiver.length) |
+ if (J.$gt$n(endIndex, receiver.length)) |
throw H.wrapException(P.RangeError$value(endIndex)); |
return receiver.substring(startIndex, endIndex); |
}, |
substring$1: function($receiver, startIndex) { |
return this.substring$2($receiver, startIndex, null); |
}, |
- trim$0: function(receiver) { |
- var endIndex, startIndex, codeUnit, endIndex0, endIndex1; |
- for (endIndex = receiver.length, startIndex = 0; startIndex < endIndex;) { |
- if (startIndex >= endIndex) |
- H.throwExpression(P.RangeError$value(startIndex)); |
- codeUnit = receiver.charCodeAt(startIndex); |
- if (codeUnit === 32 || codeUnit === 13 || J.JSString__isWhitespace(codeUnit)) |
- ++startIndex; |
- else |
- break; |
- } |
- if (startIndex === endIndex) |
- return ""; |
- for (endIndex0 = endIndex; true; endIndex0 = endIndex1) { |
- endIndex1 = endIndex0 - 1; |
- if (endIndex1 < 0) |
- H.throwExpression(P.RangeError$value(endIndex1)); |
- if (endIndex1 >= endIndex) |
- H.throwExpression(P.RangeError$value(endIndex1)); |
- codeUnit = receiver.charCodeAt(endIndex1); |
- if (codeUnit === 32 || codeUnit === 13 || J.JSString__isWhitespace(codeUnit)) |
- ; |
- else |
- break; |
- } |
- if (startIndex === 0 && endIndex0 === endIndex) |
- return receiver; |
- return receiver.substring(startIndex, endIndex0); |
- }, |
get$isEmpty: function(receiver) { |
return receiver.length === 0; |
}, |
@@ -494,49 +518,7 @@ JSString: {"": "String/Interceptor;", |
throw H.wrapException(P.RangeError$value(index)); |
return receiver[index]; |
}, |
- $isString: true, |
- static: { |
-JSString__isWhitespace: function(codeUnit) { |
- if (codeUnit < 256) |
- switch (codeUnit) { |
- case 9: |
- case 10: |
- case 11: |
- case 12: |
- case 13: |
- case 32: |
- case 133: |
- case 160: |
- return true; |
- default: |
- return false; |
- } |
- switch (codeUnit) { |
- case 5760: |
- case 6158: |
- case 8192: |
- case 8193: |
- case 8194: |
- case 8195: |
- case 8196: |
- case 8197: |
- case 8198: |
- case 8199: |
- case 8200: |
- case 8201: |
- case 8202: |
- case 8232: |
- case 8233: |
- case 8239: |
- case 8287: |
- case 12288: |
- case 65279: |
- return true; |
- default: |
- return false; |
- } |
-}} |
- |
+ $isString: true |
}}], |
["_isolate_helper", "dart:_isolate_helper", , H, { |
_callInIsolate: function(isolate, $function) { |
@@ -546,17 +528,16 @@ _callInIsolate: function(isolate, $function) { |
}, |
startRootIsolate: function(entry) { |
- var rootContext, t1; |
+ var rootContext; |
$globalState = H._Manager$(entry); |
if ($globalState.isWorker === true) |
return; |
rootContext = H._IsolateContext$(); |
$globalState.rootContext = rootContext; |
$globalState.currentContext = rootContext; |
- t1 = J.getInterceptor(entry); |
- if (!!t1.$is_args1) |
+ if (!!entry.$is_args1) |
rootContext.eval$1(new H.startRootIsolate_closure(entry)); |
- else if (!!t1.$is_args2) |
+ else if (!!entry.$is_args2) |
rootContext.eval$1(new H.startRootIsolate_closure0(entry)); |
else |
rootContext.eval$1(entry); |
@@ -614,7 +595,7 @@ IsolateNatives__processWorkerMessage: function(sender, e) { |
break; |
case "message": |
if (t1.$index(msg, "port") != null) |
- J.send$1$x(t1.$index(msg, "port"), t1.$index(msg, "msg")); |
+ t1.$index(msg, "port").send$1(t1.$index(msg, "msg")); |
$globalState.topEventLoop.run$0(); |
break; |
case "close": |
@@ -666,7 +647,7 @@ IsolateNatives__startIsolate: function(topLevel, args, message, isSpawnUri, repl |
$.lazyPort = H.ReceivePortImpl$(); |
t1 = $.lazyPort; |
t1.toString; |
- J.send$1$x(replyTo, ["spawned", new H._NativeJsSendPort(t1, $globalState.currentContext.id)]); |
+ replyTo.send$1(["spawned", new H._NativeJsSendPort(t1, $globalState.currentContext.id)]); |
if (isSpawnUri !== true) |
topLevel.call$1(message); |
else { |
@@ -733,13 +714,17 @@ _Deserializer_isPrimitive: function(x) { |
startRootIsolate_closure: {"": "Closure;entry_0", |
call$0: function() { |
this.entry_0.call$1([]); |
- } |
+ }, |
+ "+call:0:0": 0, |
+ $isFunction: true |
}, |
startRootIsolate_closure0: {"": "Closure;entry_1", |
call$0: function() { |
this.entry_1.call$2([], null); |
- } |
+ }, |
+ "+call:0:0": 0, |
+ $isFunction: true |
}, |
_Manager: {"": "Object;nextIsolateId,currentManagerId,nextManagerId,currentContext,rootContext,topEventLoop,fromCommandLine,isWorker,supportsWorkers,isolates,mainManager,managers,entry", |
@@ -800,8 +785,8 @@ _IsolateContext: {"": "Object;id,ports,isolateStatics<", |
return t1.$index(t1, portId); |
}, |
register$2: function(_, portId, port) { |
- var t1 = this.ports; |
- if (t1.containsKey$1(t1, portId)) |
+ var t1; |
+ if (this.ports.containsKey$1(portId)) |
throw H.wrapException(P.Exception_Exception("Registry: ports must be registered only once.")); |
t1 = this.ports; |
t1.$indexSet(t1, portId, port); |
@@ -842,12 +827,7 @@ _EventLoop: {"": "Object;events,activeTimerCount", |
return t1.removeFirst$0(); |
}, |
checkOpenReceivePortsFromCommandLine$0: function() { |
- if ($globalState.rootContext != null) { |
- var t1 = $globalState.isolates; |
- t1 = t1.containsKey$1(t1, $globalState.rootContext.id) && $globalState.fromCommandLine === true && $globalState.rootContext.ports._collection$_length === 0; |
- } else |
- t1 = false; |
- if (t1) |
+ if ($globalState.rootContext != null && $globalState.isolates.containsKey$1($globalState.rootContext.id) && $globalState.fromCommandLine === true && $globalState.rootContext.ports._collection$_length === 0) |
throw H.wrapException(P.Exception_Exception("Program exited with open ReceivePorts.")); |
}, |
runIteration$0: function() { |
@@ -899,7 +879,9 @@ _EventLoop__runHelper_next: {"": "Closure;this_0", |
if (!this.this_0.runIteration$0()) |
return; |
P.Timer_Timer(C.Duration_0, this); |
- } |
+ }, |
+ "+call:0:0": 0, |
+ $isFunction: true |
}, |
_IsolateEvent: {"": "Object;isolate,fn,message", |
@@ -913,18 +895,17 @@ _MainManagerStub: {"": "Object;"}, |
IsolateNatives__processWorkerMessage_closure: {"": "Closure;entryPoint_0,args_1,message_2,isSpawnUri_3,replyTo_4", |
call$0: function() { |
H.IsolateNatives__startIsolate(this.entryPoint_0, this.args_1, this.message_2, this.isSpawnUri_3, this.replyTo_4); |
- } |
+ }, |
+ "+call:0:0": 0, |
+ $isFunction: true |
}, |
_BaseSendPort: {"": "Object;", $isSendPort: true}, |
_NativeJsSendPort: {"": "_BaseSendPort;_receivePort,_isolateId", |
- send$2: function(_, message, replyTo) { |
+ send$1: function(message) { |
H._waitForPendingPorts(message, new H._NativeJsSendPort_send_closure(this, message)); |
}, |
- send$1: function($receiver, message) { |
- return this.send$2($receiver, message, null); |
- }, |
$eq: function(_, other) { |
var t1; |
if (other == null) |
@@ -959,7 +940,9 @@ _NativeJsSendPort_send_closure: {"": "Closure;this_1,message_2", |
t2 = $globalState.topEventLoop; |
t4 = "receive " + H.S(msg); |
t2.events._add$1(new H._IsolateEvent(isolate, new H._NativeJsSendPort_send__closure(t1, t3, shouldSerialize), t4)); |
- } |
+ }, |
+ "+call:0:0": 0, |
+ $isFunction: true |
}, |
_NativeJsSendPort_send__closure: {"": "Closure;box_0,this_3,shouldSerialize_4", |
@@ -977,39 +960,30 @@ _NativeJsSendPort_send__closure: {"": "Closure;box_0,this_3,shouldSerialize_4", |
H.throwExpression(t1._badEventState$0()); |
t1._async$_add$1(t2); |
} |
- } |
+ }, |
+ "+call:0:0": 0, |
+ $isFunction: true |
}, |
_WorkerSendPort: {"": "_BaseSendPort;_workerId,_receivePortId,_isolateId", |
- send$2: function(_, message, replyTo) { |
+ send$1: function(message) { |
H._waitForPendingPorts(message, new H._WorkerSendPort_send_closure(this, message)); |
}, |
- send$1: function($receiver, message) { |
- return this.send$2($receiver, message, null); |
- }, |
$eq: function(_, other) { |
var t1; |
if (other == null) |
return false; |
t1 = J.getInterceptor(other); |
- if (typeof other === "object" && other !== null && !!t1.$is_WorkerSendPort) |
- t1 = J.$eq(this._workerId, other._workerId) && J.$eq(this._isolateId, other._isolateId) && J.$eq(this._receivePortId, other._receivePortId); |
- else |
- t1 = false; |
- return t1; |
+ return typeof other === "object" && other !== null && !!t1.$is_WorkerSendPort && J.$eq(this._workerId, other._workerId) && J.$eq(this._isolateId, other._isolateId) && J.$eq(this._receivePortId, other._receivePortId); |
}, |
get$hashCode: function(_) { |
var t1, t2, t3; |
- t1 = this._workerId; |
- if (typeof t1 !== "number") |
- throw t1.$shl(); |
- t2 = this._isolateId; |
- if (typeof t2 !== "number") |
- throw t2.$shl(); |
+ t1 = J.$shl$n(this._workerId, 16); |
+ t2 = J.$shl$n(this._isolateId, 8); |
t3 = this._receivePortId; |
if (typeof t3 !== "number") |
throw H.iae(t3); |
- return (t1 << 16 ^ t2 << 8 ^ t3) >>> 0; |
+ return (t1 ^ t2 ^ t3) >>> 0; |
}, |
$is_WorkerSendPort: true, |
$isSendPort: true |
@@ -1029,7 +1003,9 @@ _WorkerSendPort_send_closure: {"": "Closure;this_0,message_1", |
if (manager != null) |
manager.postMessage(workerMessage); |
} |
- } |
+ }, |
+ "+call:0:0": 0, |
+ $isFunction: true |
}, |
ReceivePortImpl: {"": "Stream;_id<,_controller<", |
@@ -1040,6 +1016,9 @@ ReceivePortImpl: {"": "Stream;_id<,_controller<", |
H.setRuntimeTypeInfo(t1, [null]); |
return t1.listen$4$cancelOnError$onDone$onError(onData, cancelOnError, onDone, onError); |
}, |
+ listen$3$onDone$onError: function(onData, onDone, onError) { |
+ return this.listen$4$cancelOnError$onDone$onError(onData, null, onDone, onError); |
+ }, |
close$0: function(_) { |
var t1 = this._controller; |
if ((t1._state & 4) !== 0) |
@@ -1071,6 +1050,8 @@ _waitForPendingPorts_closure: {"": "Closure;callback_0", |
call$1: function(_) { |
return this.callback_0.call$0(); |
}, |
+ "+call:1:0": 0, |
+ $isFunction: true, |
$is_args1: true |
}, |
@@ -1091,7 +1072,8 @@ _PendingSendPortFinder: {"": "_MessageTraverser;ports,_visited", |
return; |
t1 = this._visited; |
t1.$indexSet(t1, map, true); |
- J.forEach$1$ax(J.get$values$x(map), this.get$_dispatch()); |
+ t1 = map.get$values(map); |
+ t1.forEach$1(t1, this.get$_dispatch()); |
}, |
visitSendPort$1: function(port) { |
}, |
@@ -1234,7 +1216,11 @@ _Copier: {"": "_MessageTraverser;", |
copy = P.List_List(len, null); |
t2 = this._visited; |
t2.$indexSet(t2, list, copy); |
- for (t2 = copy.length, i = 0; i < len; ++i) { |
+ if (typeof len !== "number") |
+ throw H.iae(len); |
+ t2 = copy.length; |
+ i = 0; |
+ for (; i < len; ++i) { |
t3 = this._dispatch$1(t1.$index(list, i)); |
if (i >= t2) |
throw H.ioore(copy, i); |
@@ -1253,7 +1239,7 @@ _Copier: {"": "_MessageTraverser;", |
t1.copy_0 = P.LinkedHashMap_LinkedHashMap(null, null, null, null, null); |
t2 = this._visited; |
t2.$indexSet(t2, map, t1.copy_0); |
- J.forEach$1$ax(map, new H._Copier_visitMap_closure(t1, this)); |
+ map.forEach$1(map, new H._Copier_visitMap_closure(t1, this)); |
return t1.copy_0; |
} |
}, |
@@ -1263,6 +1249,8 @@ _Copier_visitMap_closure: {"": "Closure;box_0,this_1", |
var t1 = this.this_1; |
J.$indexSet$ax(this.box_0.copy_0, t1._dispatch$1(key), t1._dispatch$1(val)); |
}, |
+ "+call:2:0": 0, |
+ $isFunction: true, |
$is_args2: true |
}, |
@@ -1283,7 +1271,7 @@ _Serializer: {"": "_MessageTraverser;", |
return ["list", id, this._serializeList$1(list)]; |
}, |
visitMap$1: function(map) { |
- var t1, copyId, id; |
+ var t1, copyId, id, keys; |
t1 = this._visited; |
copyId = t1.$index(t1, map); |
if (copyId != null) |
@@ -1292,15 +1280,21 @@ _Serializer: {"": "_MessageTraverser;", |
this._nextFreeRefId = id + 1; |
t1 = this._visited; |
t1.$indexSet(t1, map, id); |
- t1 = J.getInterceptor$x(map); |
- return ["map", id, this._serializeList$1(J.toList$0$ax(t1.get$keys(map))), this._serializeList$1(J.toList$0$ax(t1.get$values(map)))]; |
+ t1 = map.get$keys(); |
+ keys = this._serializeList$1(P.List_List$from(t1, true, H.getRuntimeTypeArgument(t1, "IterableBase", 0))); |
+ t1 = map.get$values(map); |
+ return ["map", id, keys, this._serializeList$1(P.List_List$from(t1, true, H.getRuntimeTypeArgument(t1, "IterableBase", 0)))]; |
}, |
_serializeList$1: function(list) { |
var t1, len, result, t2, i, t3; |
t1 = J.getInterceptor$asx(list); |
len = t1.get$length(list); |
result = P.List_List(len, null); |
- for (t2 = result.length, i = 0; i < len; ++i) { |
+ if (typeof len !== "number") |
+ throw H.iae(len); |
+ t2 = result.length; |
+ i = 0; |
+ for (; i < len; ++i) { |
t3 = this._dispatch$1(t1.$index(list, i)); |
if (i >= t2) |
throw H.ioore(result, i); |
@@ -1410,7 +1404,9 @@ TimerImpl_internalCallback: {"": "Closure;this_0,callback_1", |
call$0: function() { |
this.this_0._handle = null; |
this.callback_1.call$0(); |
- } |
+ }, |
+ "+call:0:0": 0, |
+ $isFunction: true |
}, |
TimerImpl_internalCallback0: {"": "Closure;this_2,callback_3", |
@@ -1419,7 +1415,9 @@ TimerImpl_internalCallback0: {"": "Closure;this_2,callback_3", |
var t1 = $globalState.topEventLoop; |
t1.activeTimerCount = t1.activeTimerCount - 1; |
this.callback_3.call$0(); |
- } |
+ }, |
+ "+call:0:0": 0, |
+ $isFunction: true |
}}], |
["_js_helper", "dart:_js_helper", , H, { |
isJsIndexable: function(object, record) { |
@@ -1466,10 +1464,37 @@ Primitives_objectHashCode: function(object) { |
return hash; |
}, |
+Primitives__throwFormatException: function(string) { |
+ throw H.wrapException(P.FormatException$(string)); |
+}, |
+ |
+Primitives_parseInt: function(source, radix, handleError) { |
+ var match, t1; |
+ handleError = H.Primitives__throwFormatException$closure; |
+ if (typeof source !== "string") |
+ H.throwExpression(new P.ArgumentError(source)); |
+ match = /^\s*[+-]?((0x[a-f0-9]+)|(\d+)|([a-z0-9]+))\s*$/i.exec(source); |
+ if (match != null) { |
+ t1 = match.length; |
+ if (2 >= t1) |
+ throw H.ioore(match, 2); |
+ if (match[2] != null) |
+ return parseInt(source, 16); |
+ if (3 >= t1) |
+ throw H.ioore(match, 3); |
+ if (match[3] != null) |
+ return parseInt(source, 10); |
+ return handleError.call$1(source); |
+ } |
+ if (match == null) |
+ return handleError.call$1(source); |
+ return parseInt(source, 10); |
+}, |
+ |
Primitives_objectTypeName: function(object) { |
var $name, decompiled, t1; |
- $name = H.constructorNameFallback(J.getInterceptor(object)); |
- if (J.$eq($name, "Object")) { |
+ $name = C.JS_CONST_86y(J.getInterceptor(object)); |
+ if ($name === "Object") { |
decompiled = String(object.constructor).match(/^\s*function\s*(\S*)\s*\(/)[1]; |
if (typeof decompiled === "string") |
$name = decompiled; |
@@ -1478,7 +1503,7 @@ Primitives_objectTypeName: function(object) { |
if (t1.codeUnitAt$1($name, 0) === 36) |
$name = t1.substring$1($name, 1); |
t1 = H.getRuntimeTypeInfo(object); |
- return H.S($name) + H.joinArguments(t1, 0); |
+ return H.S($name) + H.joinArguments(t1, 0, null); |
}, |
Primitives_objectToString: function(object) { |
@@ -1510,6 +1535,7 @@ Primitives__fromCharCodeApply: function(array) { |
Primitives_stringFromCodePoints: function(codePoints) { |
var a, t1, i; |
a = []; |
+ a.$builtinTypeInfo = [J.JSInt]; |
for (t1 = new H.ListIterator(codePoints, codePoints.length, 0, null); t1.moveNext$0();) { |
i = t1._current; |
if (typeof i !== "number" || Math.floor(i) !== i) |
@@ -1539,6 +1565,40 @@ Primitives_stringFromCharCodes: function(charCodes) { |
return H.Primitives__fromCharCodeApply(charCodes); |
}, |
+Primitives_lazyAsJsDate: function(receiver) { |
+ if (receiver.date === void 0) |
+ receiver.date = new Date(receiver.millisecondsSinceEpoch); |
+ return receiver.date; |
+}, |
+ |
+Primitives_getYear: function(receiver) { |
+ return receiver.isUtc ? H.Primitives_lazyAsJsDate(receiver).getUTCFullYear() + 0 : H.Primitives_lazyAsJsDate(receiver).getFullYear() + 0; |
+}, |
+ |
+Primitives_getMonth: function(receiver) { |
+ return receiver.isUtc ? H.Primitives_lazyAsJsDate(receiver).getUTCMonth() + 1 : H.Primitives_lazyAsJsDate(receiver).getMonth() + 1; |
+}, |
+ |
+Primitives_getDay: function(receiver) { |
+ return receiver.isUtc ? H.Primitives_lazyAsJsDate(receiver).getUTCDate() + 0 : H.Primitives_lazyAsJsDate(receiver).getDate() + 0; |
+}, |
+ |
+Primitives_getHours: function(receiver) { |
+ return receiver.isUtc ? H.Primitives_lazyAsJsDate(receiver).getUTCHours() + 0 : H.Primitives_lazyAsJsDate(receiver).getHours() + 0; |
+}, |
+ |
+Primitives_getMinutes: function(receiver) { |
+ return receiver.isUtc ? H.Primitives_lazyAsJsDate(receiver).getUTCMinutes() + 0 : H.Primitives_lazyAsJsDate(receiver).getMinutes() + 0; |
+}, |
+ |
+Primitives_getSeconds: function(receiver) { |
+ return receiver.isUtc ? H.Primitives_lazyAsJsDate(receiver).getUTCSeconds() + 0 : H.Primitives_lazyAsJsDate(receiver).getSeconds() + 0; |
+}, |
+ |
+Primitives_getMilliseconds: function(receiver) { |
+ return receiver.isUtc ? H.Primitives_lazyAsJsDate(receiver).getUTCMilliseconds() + 0 : H.Primitives_lazyAsJsDate(receiver).getMilliseconds() + 0; |
+}, |
+ |
Primitives_getProperty: function(object, key) { |
if (object == null || typeof object === "boolean" || typeof object === "number" || typeof object === "string") |
throw H.wrapException(new P.ArgumentError(object)); |
@@ -1551,6 +1611,42 @@ Primitives_setProperty: function(object, key, value) { |
object[key] = value; |
}, |
+Primitives_applyFunction: function($function, positionalArguments, namedArguments) { |
+ var t1, buffer, $arguments, allNamedArguments, listOfNamedArguments, t2, t3, t4, selectorName, jsFunction; |
+ t1 = {}; |
+ t1.argumentCount_0 = 0; |
+ buffer = P.StringBuffer$(""); |
+ $arguments = []; |
+ t1.argumentCount_0 = t1.argumentCount_0 + positionalArguments.length; |
+ C.JSArray_methods.addAll$1($arguments, positionalArguments); |
+ if ("call$catchAll" in $function) { |
+ allNamedArguments = $function.call$catchAll(); |
+ if (namedArguments != null && !namedArguments.get$isEmpty(namedArguments)) |
+ namedArguments.forEach$1(namedArguments, new H.Primitives_applyFunction_closure(allNamedArguments)); |
+ listOfNamedArguments = Object.getOwnPropertyNames(allNamedArguments); |
+ t2 = t1.argumentCount_0; |
+ t3 = J.getInterceptor$asx(listOfNamedArguments); |
+ t4 = t3.get$length(listOfNamedArguments); |
+ if (typeof t4 !== "number") |
+ throw H.iae(t4); |
+ t1.argumentCount_0 = t2 + t4; |
+ t3.forEach$1(listOfNamedArguments, new H.Primitives_applyFunction_closure0(buffer, $arguments, allNamedArguments)); |
+ } else if (namedArguments != null && !namedArguments.get$isEmpty(namedArguments)) |
+ namedArguments.forEach$1(namedArguments, new H.Primitives_applyFunction_closure1(t1, buffer, $arguments)); |
+ selectorName = "call$" + H.S(t1.argumentCount_0) + H.S(buffer); |
+ jsFunction = $function[selectorName]; |
+ if (jsFunction == null) { |
+ if (namedArguments == null) |
+ t1 = []; |
+ else { |
+ t1 = namedArguments.get$keys(); |
+ t1 = P.List_List$from(t1, true, H.getRuntimeTypeArgument(t1, "IterableBase", 0)); |
+ } |
+ return J.noSuchMethod$1($function, new H.JSInvocationMirror(C.Symbol_call, selectorName, 0, $arguments, t1, null)); |
+ } |
+ return jsFunction.apply($function, $arguments); |
+}, |
+ |
iae: function(argument) { |
throw H.wrapException(P.ArgumentError$(argument)); |
}, |
@@ -1585,6 +1681,12 @@ throwExpression: function(ex) { |
throw H.wrapException(ex); |
}, |
+makeLiteralListConst: function(list) { |
+ list.immutable$list = true; |
+ list.fixed$length = true; |
+ return list; |
+}, |
+ |
unwrapException: function(ex) { |
var t1, message, number, ieErrorCode, t2, t3, t4, nullLiteralCall, t5, t6, t7, t8, t9, match; |
t1 = new H.unwrapException_saveStackTrace(ex); |
@@ -1727,26 +1829,14 @@ convertDartClosureToJS: function(closure, arity) { |
return $function; |
}, |
-propertyTypeCastError: function(value, property) { |
- var t1 = J.getInterceptor$asx(property); |
- throw H.wrapException(H.CastErrorImplementation$(H.Primitives_objectTypeName(value), t1.substring$2(property, 3, t1.get$length(property)))); |
-}, |
- |
-interceptedTypeCast: function(value, property) { |
- var t1; |
- if (value != null) |
- t1 = typeof value === "object" && J.getInterceptor(value)[property]; |
- else |
- t1 = true; |
- if (t1) |
- return value; |
- H.propertyTypeCastError(value, property); |
-}, |
- |
throwCyclicInit: function(staticName) { |
throw H.wrapException(P.CyclicInitializationError$("Cyclic initialization for static " + H.S(staticName))); |
}, |
+createRuntimeType: function($name) { |
+ return new H.TypeImpl($name, null); |
+}, |
+ |
setRuntimeTypeInfo: function(target, typeInfo) { |
if (target != null) |
target.$builtinTypeInfo = typeInfo; |
@@ -1768,11 +1858,15 @@ getRuntimeTypeArgument: function(target, substitutionName, index) { |
return $arguments == null ? null : $arguments[index]; |
}, |
-runtimeTypeToString: function(type) { |
+getRuntimeTypeAsString: function(runtimeType, onTypeVariable) { |
+ return runtimeType[0].builtin$cls + H.joinArguments(runtimeType, 1, onTypeVariable); |
+}, |
+ |
+runtimeTypeToString: function(type, onTypeVariable) { |
if (type == null) |
return "dynamic"; |
else if (typeof type === "object" && type !== null && type.constructor === Array) |
- return type[0].builtin$cls + H.joinArguments(type, 1); |
+ return H.getRuntimeTypeAsString(type, onTypeVariable); |
else if (typeof type == "function") |
return type.builtin$cls; |
else if (typeof type === "number" && Math.floor(type) === type) |
@@ -1781,7 +1875,7 @@ runtimeTypeToString: function(type) { |
return; |
}, |
-joinArguments: function(types, startIndex) { |
+joinArguments: function(types, startIndex, onTypeVariable) { |
var buffer, index, firstArgument, allDynamic, argument, str; |
if (types == null) |
return ""; |
@@ -1794,8 +1888,8 @@ joinArguments: function(types, startIndex) { |
argument = types[index]; |
if (argument != null) |
allDynamic = false; |
- str = H.runtimeTypeToString(argument); |
- str = typeof str === "string" ? str : str; |
+ str = H.runtimeTypeToString(argument, onTypeVariable); |
+ str = typeof str === "string" ? str : H.S(str); |
buffer._contents = buffer._contents + str; |
} |
return allDynamic ? "" : "<" + H.S(buffer) + ">"; |
@@ -1822,123 +1916,9 @@ invokeOn: function($function, receiver, $arguments) { |
return $function.apply(receiver, $arguments); |
}, |
-typeNameInChrome: function(obj) { |
- return obj.constructor.name; |
-}, |
- |
-typeNameInSafari: function(obj) { |
- return H.constructorNameFallback(obj); |
-}, |
- |
-typeNameInOpera: function(obj) { |
- return H.constructorNameFallback(obj); |
-}, |
- |
-typeNameInFirefox: function(obj) { |
- var $name = H.constructorNameFallback(obj); |
- if ($name === "BeforeUnloadEvent") |
- return "Event"; |
- if ($name === "DataTransfer") |
- return "Clipboard"; |
- if ($name === "GeoGeolocation") |
- return "Geolocation"; |
- if ($name === "WorkerMessageEvent") |
- return "MessageEvent"; |
- if ($name === "XMLDocument") |
- return "Document"; |
- return $name; |
-}, |
- |
-typeNameInIE: function(obj) { |
- var $name = H.constructorNameFallback(obj); |
- if ($name === "Document") { |
- if (!!obj.xmlVersion) |
- return "Document"; |
- return "HTMLDocument"; |
- } |
- if ($name === "BeforeUnloadEvent") |
- return "Event"; |
- if ($name === "DataTransfer") |
- return "Clipboard"; |
- if ($name === "HTMLDDElement") |
- return "HTMLElement"; |
- if ($name === "HTMLDTElement") |
- return "HTMLElement"; |
- if ($name === "HTMLPhraseElement") |
- return "HTMLElement"; |
- if ($name === "Position") |
- return "Geoposition"; |
- if ($name === "Object") |
- if (window.DataView && obj instanceof window.DataView) |
- return "DataView"; |
- return $name; |
-}, |
- |
-constructorNameFallback: function(object) { |
- var $constructor, $name, t1, string; |
- if (object == null) |
- return "Null"; |
- $constructor = object.constructor; |
- if (typeof $constructor === "function") { |
- $name = $constructor.builtin$cls; |
- if ($name != null) |
- return $name; |
- $name = $constructor.name; |
- if (typeof $name === "string") |
- t1 = $name !== "" && $name !== "Object" && $name !== "Function.prototype"; |
- else |
- t1 = false; |
- if (t1) |
- return $name; |
- } |
- string = Object.prototype.toString.call(object); |
- return string.substring(8, string.length - 1); |
-}, |
- |
-alternateTag: function(object, tag) { |
- if (!!/^HTML[A-Z].*Element$/.test(tag)) { |
- if (Object.prototype.toString.call(object) === "[object Object]") |
- return; |
- return "HTMLElement"; |
- } |
- return; |
-}, |
- |
-getFunctionForTypeNameOf: function() { |
- var getTagFunction = H.getBaseFunctionForTypeNameOf(); |
- if (typeof dartExperimentalFixupGetTag == "function") |
- return H.applyExperimentalFixup(dartExperimentalFixupGetTag, getTagFunction); |
- return getTagFunction; |
-}, |
- |
-getBaseFunctionForTypeNameOf: function() { |
- if (typeof navigator !== "object") |
- return H.typeNameInChrome$closure; |
- var userAgent = navigator.userAgent; |
- if (userAgent.indexOf("Chrome") !== -1 || userAgent.indexOf("DumpRenderTree") !== -1) |
- return H.typeNameInChrome$closure; |
- else if (userAgent.indexOf("Firefox") !== -1) |
- return H.typeNameInFirefox$closure; |
- else if (userAgent.indexOf("Trident/") !== -1) |
- return H.typeNameInIE$closure; |
- else if (userAgent.indexOf("Opera") !== -1) |
- return H.typeNameInOpera$closure; |
- else if (userAgent.indexOf("AppleWebKit") !== -1) |
- return H.typeNameInSafari$closure; |
- else |
- return H.constructorNameFallback$closure; |
-}, |
- |
-applyExperimentalFixup: function(fixupJSFunction, originalGetTagDartFunction) { |
- return new H.applyExperimentalFixup_newGetTagDartFunction(fixupJSFunction((function(invoke, closure){return function(arg){ return invoke(closure, arg); };})(H.callDartFunctionWith1Arg$closure.call$2, originalGetTagDartFunction))); |
-}, |
- |
-callDartFunctionWith1Arg: function(fn, arg) { |
- return fn.call$1(arg); |
-}, |
- |
toStringForNativeObject: function(obj) { |
- return "Instance of " + $.get$getTypeNameOf().call$1(obj); |
+ var t1 = $.getTagFunction; |
+ return "Instance of " + (t1 == null ? "<Unknown>" : t1.call$1(obj)); |
}, |
hashCodeForNativeObject: function(object) { |
@@ -1949,28 +1929,69 @@ defineProperty: function(obj, property, value) { |
Object.defineProperty(obj, property, {value: value, enumerable: false, writable: true, configurable: true}); |
}, |
-lookupInterceptor: function(hasOwnPropertyFunction, tag) { |
- var map = init.interceptorsByTag; |
- return hasOwnPropertyFunction.call(map, tag) ? map[tag] : null; |
-}, |
- |
-lookupDispatchRecord: function(obj) { |
- var hasOwnPropertyFunction, tag, interceptorClass, secondTag, interceptor; |
- hasOwnPropertyFunction = Object.prototype.hasOwnProperty; |
- tag = $.get$getTypeNameOf().call$1(obj); |
- interceptorClass = H.lookupInterceptor(hasOwnPropertyFunction, tag); |
+lookupAndCacheInterceptor: function(obj) { |
+ var tag, record, interceptor, interceptorClass, mark, t1; |
+ tag = $.getTagFunction.call$1(obj); |
+ record = $.dispatchRecordsForInstanceTags[tag]; |
+ if (record != null) { |
+ Object.defineProperty(obj, init.dispatchPropertyName, {value: record, enumerable: false, writable: true, configurable: true}); |
+ return record.i; |
+ } |
+ interceptor = $.interceptorsForUncacheableTags[tag]; |
+ if (interceptor != null) |
+ return interceptor; |
+ interceptorClass = init.interceptorsByTag[tag]; |
if (interceptorClass == null) { |
- secondTag = H.alternateTag(obj, tag); |
- if (secondTag != null) |
- interceptorClass = H.lookupInterceptor(hasOwnPropertyFunction, secondTag); |
+ tag = $.alternateTagFunction.call$2(obj, tag); |
+ if (tag != null) { |
+ record = $.dispatchRecordsForInstanceTags[tag]; |
+ if (record != null) { |
+ Object.defineProperty(obj, init.dispatchPropertyName, {value: record, enumerable: false, writable: true, configurable: true}); |
+ return record.i; |
+ } |
+ interceptor = $.interceptorsForUncacheableTags[tag]; |
+ if (interceptor != null) |
+ return interceptor; |
+ interceptorClass = init.interceptorsByTag[tag]; |
+ } |
} |
if (interceptorClass == null) |
return; |
interceptor = interceptorClass.prototype; |
- if (init.leafTags[tag] === true) |
- return H.makeLeafDispatchRecord(interceptor); |
- else |
- return J.makeDispatchRecord(interceptor, Object.getPrototypeOf(obj), null, null); |
+ mark = tag[0]; |
+ if (mark === "!") { |
+ record = H.makeLeafDispatchRecord(interceptor); |
+ $.dispatchRecordsForInstanceTags[tag] = record; |
+ Object.defineProperty(obj, init.dispatchPropertyName, {value: record, enumerable: false, writable: true, configurable: true}); |
+ return record.i; |
+ } |
+ if (mark === "~") { |
+ $.interceptorsForUncacheableTags[tag] = interceptor; |
+ return interceptor; |
+ } |
+ if (mark === "-") { |
+ t1 = H.makeLeafDispatchRecord(interceptor); |
+ Object.defineProperty(Object.getPrototypeOf(obj), init.dispatchPropertyName, {value: t1, enumerable: false, writable: true, configurable: true}); |
+ return t1.i; |
+ } |
+ if (mark === "+") |
+ return H.patchInteriorProto(obj, interceptor); |
+ if (mark === "*") |
+ throw H.wrapException(P.UnimplementedError$(tag)); |
+ if (init.leafTags[tag] === true) { |
+ t1 = H.makeLeafDispatchRecord(interceptor); |
+ Object.defineProperty(Object.getPrototypeOf(obj), init.dispatchPropertyName, {value: t1, enumerable: false, writable: true, configurable: true}); |
+ return t1.i; |
+ } else |
+ return H.patchInteriorProto(obj, interceptor); |
+}, |
+ |
+patchInteriorProto: function(obj, interceptor) { |
+ var proto, record; |
+ proto = Object.getPrototypeOf(obj); |
+ record = J.makeDispatchRecord(interceptor, proto, null, null); |
+ Object.defineProperty(proto, init.dispatchPropertyName, {value: record, enumerable: false, writable: true, configurable: true}); |
+ return interceptor; |
}, |
makeLeafDispatchRecord: function(interceptor) { |
@@ -1986,24 +2007,155 @@ makeDefaultDispatchRecord: function(tag, interceptorClass, proto) { |
}, |
initNativeDispatch: function() { |
- var context, map, tags, i, tag, proto, record; |
+ if (true === $.initNativeDispatchFlag) |
+ return; |
$.initNativeDispatchFlag = true; |
+ H.initNativeDispatchContinue(); |
+}, |
+ |
+initNativeDispatchContinue: function() { |
+ var map, tags, i, tag, proto, record, interceptorClass; |
+ $.dispatchRecordsForInstanceTags = Object.create(null); |
+ $.interceptorsForUncacheableTags = Object.create(null); |
+ H.initHooks(); |
+ map = init.interceptorsByTag; |
+ tags = Object.getOwnPropertyNames(map); |
if (typeof window != "undefined") { |
- context = window; |
- map = init.interceptorsByTag; |
- tags = Object.getOwnPropertyNames(map); |
+ window; |
for (i = 0; i < tags.length; ++i) { |
tag = tags[i]; |
- if (typeof context[tag] == "function") { |
- proto = context[tag].prototype; |
- if (proto != null) { |
- record = H.makeDefaultDispatchRecord(tag, map[tag], proto); |
- if (record != null) |
- Object.defineProperty(proto, init.dispatchPropertyName, {value: record, enumerable: false, writable: true, configurable: true}); |
- } |
+ proto = $.prototypeForTagFunction.call$1(tag); |
+ if (proto != null) { |
+ record = H.makeDefaultDispatchRecord(tag, map[tag], proto); |
+ if (record != null) |
+ Object.defineProperty(proto, init.dispatchPropertyName, {value: record, enumerable: false, writable: true, configurable: true}); |
} |
} |
} |
+ for (i = 0; i < tags.length; ++i) { |
+ tag = tags[i]; |
+ if (/^[A-Za-z_]/.test(tag)) { |
+ interceptorClass = map[tag]; |
+ map["!" + tag] = interceptorClass; |
+ map["~" + tag] = interceptorClass; |
+ map["-" + tag] = interceptorClass; |
+ map["+" + tag] = interceptorClass; |
+ map["*" + tag] = interceptorClass; |
+ } |
+ } |
+}, |
+ |
+initHooks: function() { |
+ var hooks, transformers, i, transformer, getTag, getUnknownTag, prototypeForTag; |
+ hooks = C.JS_CONST_TtD(); |
+ hooks = H.applyHooksTransformer(C.JS_CONST_0, H.applyHooksTransformer(C.JS_CONST_Fs4, H.applyHooksTransformer(C.JS_CONST_Fs4, H.applyHooksTransformer(C.JS_CONST_rD3, H.applyHooksTransformer(C.JS_CONST_6qb, H.applyHooksTransformer(C.JS_CONST_Cbr(C.JS_CONST_86y), hooks)))))); |
+ if (typeof dartNativeDispatchHooksTransformer != "undefined") { |
+ transformers = dartNativeDispatchHooksTransformer; |
+ if (typeof transformers == "function") |
+ transformers = [transformers]; |
+ if (transformers.constructor == Array) |
+ for (i = 0; i < transformers.length; ++i) { |
+ transformer = transformers[i]; |
+ if (typeof transformer == "function") |
+ hooks = transformer(hooks) || hooks; |
+ } |
+ } |
+ getTag = hooks.getTag; |
+ getUnknownTag = hooks.getUnknownTag; |
+ prototypeForTag = hooks.prototypeForTag; |
+ $.getTagFunction = new H.initHooks_closure(getTag); |
+ $.alternateTagFunction = new H.initHooks_closure0(getUnknownTag); |
+ $.prototypeForTagFunction = new H.initHooks_closure1(prototypeForTag); |
+}, |
+ |
+applyHooksTransformer: function(transformer, hooks) { |
+ return transformer(hooks) || hooks; |
+}, |
+ |
+JSInvocationMirror: {"": "Object;__js_helper$_memberName,_internalName,_kind,_arguments,_namedArgumentNames,_namedIndices", |
+ get$memberName: function() { |
+ return this.__js_helper$_memberName; |
+ }, |
+ get$positionalArguments: function() { |
+ var t1, argumentCount, list, index; |
+ if (this._kind === 1) |
+ return C.List_empty; |
+ t1 = this._arguments; |
+ argumentCount = t1.length - this._namedArgumentNames.length; |
+ if (argumentCount === 0) |
+ return C.List_empty; |
+ list = []; |
+ for (index = 0; index < argumentCount; ++index) { |
+ if (index >= t1.length) |
+ throw H.ioore(t1, index); |
+ list.push(t1[index]); |
+ } |
+ return H.makeLiteralListConst(list); |
+ }, |
+ get$namedArguments: function() { |
+ var t1, namedArgumentCount, t2, namedArgumentsStartIndex, map, i, t3, t4; |
+ if (this._kind !== 0) { |
+ t1 = H.fillLiteralMap([], P.LinkedHashMap_LinkedHashMap(null, null, null, null, null)); |
+ H.setRuntimeTypeInfo(t1, [P.Symbol, null]); |
+ return t1; |
+ } |
+ t1 = this._namedArgumentNames; |
+ namedArgumentCount = t1.length; |
+ t2 = this._arguments; |
+ namedArgumentsStartIndex = t2.length - namedArgumentCount; |
+ if (namedArgumentCount === 0) { |
+ t1 = H.fillLiteralMap([], P.LinkedHashMap_LinkedHashMap(null, null, null, null, null)); |
+ H.setRuntimeTypeInfo(t1, [P.Symbol, null]); |
+ return t1; |
+ } |
+ map = P.LinkedHashMap_LinkedHashMap(null, null, null, P.Symbol, null); |
+ for (i = 0; i < namedArgumentCount; ++i) { |
+ if (i >= t1.length) |
+ throw H.ioore(t1, i); |
+ t3 = t1[i]; |
+ t4 = namedArgumentsStartIndex + i; |
+ if (t4 < 0 || t4 >= t2.length) |
+ throw H.ioore(t2, t4); |
+ map.$indexSet(map, new H.Symbol0(t3), t2[t4]); |
+ } |
+ return map; |
+ }, |
+ static: { |
+"": "JSInvocationMirror_METHOD,JSInvocationMirror_GETTER,JSInvocationMirror_SETTER", |
+} |
+ |
+}, |
+ |
+Primitives_applyFunction_closure: {"": "Closure;allNamedArguments_1", |
+ call$2: function(key, argument) { |
+ this.allNamedArguments_1[key] = argument; |
+ }, |
+ "+call:2:0": 0, |
+ $isFunction: true, |
+ $is_args2: true |
+}, |
+ |
+Primitives_applyFunction_closure0: {"": "Closure;buffer_2,arguments_3,allNamedArguments_4", |
+ call$1: function($name) { |
+ this.buffer_2.write$1("$" + H.S($name)); |
+ this.arguments_3.push(this.allNamedArguments_4[$name]); |
+ }, |
+ "+call:1:0": 0, |
+ $isFunction: true, |
+ $is_args1: true |
+}, |
+ |
+Primitives_applyFunction_closure1: {"": "Closure;box_0,buffer_5,arguments_6", |
+ call$2: function($name, argument) { |
+ var t1; |
+ this.buffer_5.write$1("$" + H.S($name)); |
+ this.arguments_6.push(argument); |
+ t1 = this.box_0; |
+ t1.argumentCount_0 = t1.argumentCount_0 + 1; |
+ }, |
+ "+call:2:0": 0, |
+ $isFunction: true, |
+ $is_args2: true |
}, |
TypeErrorDecoder: {"": "Object;_pattern,_arguments,_argumentsExpr,_expr,_method,_receiver", |
@@ -2159,6 +2311,8 @@ unwrapException_saveStackTrace: {"": "Closure;ex_0", |
error.$thrownJsError = this.ex_0; |
return error; |
}, |
+ "+call:1:0": 0, |
+ $isFunction: true, |
$is_args1: true |
}, |
@@ -2179,37 +2333,48 @@ _StackTrace: {"": "Object;_exception,_trace", |
invokeClosure_closure: {"": "Closure;closure_0", |
call$0: function() { |
return this.closure_0.call$0(); |
- } |
+ }, |
+ "+call:0:0": 0, |
+ $isFunction: true |
}, |
invokeClosure_closure0: {"": "Closure;closure_1,arg1_2", |
call$0: function() { |
return this.closure_1.call$1(this.arg1_2); |
- } |
+ }, |
+ "+call:0:0": 0, |
+ $isFunction: true |
}, |
invokeClosure_closure1: {"": "Closure;closure_3,arg1_4,arg2_5", |
call$0: function() { |
return this.closure_3.call$2(this.arg1_4, this.arg2_5); |
- } |
+ }, |
+ "+call:0:0": 0, |
+ $isFunction: true |
}, |
invokeClosure_closure2: {"": "Closure;closure_6,arg1_7,arg2_8,arg3_9", |
call$0: function() { |
return this.closure_6.call$3(this.arg1_7, this.arg2_8, this.arg3_9); |
- } |
+ }, |
+ "+call:0:0": 0, |
+ $isFunction: true |
}, |
invokeClosure_closure3: {"": "Closure;closure_10,arg1_11,arg2_12,arg3_13,arg4_14", |
call$0: function() { |
return this.closure_10.call$4(this.arg1_11, this.arg2_12, this.arg3_13, this.arg4_14); |
- } |
+ }, |
+ "+call:0:0": 0, |
+ $isFunction: true |
}, |
Closure: {"": "Object;", |
toString$0: function(_) { |
return "Closure"; |
- } |
+ }, |
+ $isFunction: true |
}, |
BoundClosure: {"": "Closure;_self,__js_helper$_target,_receiver,__js_helper$_name", |
@@ -2236,22 +2401,55 @@ BoundClosure: {"": "Closure;_self,__js_helper$_target,_receiver,__js_helper$_nam |
$isBoundClosure: true |
}, |
-CastErrorImplementation: {"": "Error;message", |
+TypeImpl: {"": "Object;_typeName,_unmangledName", |
toString$0: function(_) { |
- return this.message; |
+ var t1, unmangledName, unmangledName0; |
+ t1 = this._unmangledName; |
+ if (t1 != null) |
+ return t1; |
+ unmangledName = this._typeName; |
+ unmangledName0 = H.unmangleGlobalNameIfPreservedAnyways(unmangledName); |
+ unmangledName = unmangledName0 == null ? unmangledName : unmangledName0; |
+ this._unmangledName = unmangledName; |
+ return unmangledName; |
}, |
- $isError: true, |
- static: { |
-CastErrorImplementation$: function(actualType, expectedType) { |
- return new H.CastErrorImplementation("CastError: Casting value of type " + actualType + " to incompatible type " + H.S(expectedType)); |
-}} |
+ get$hashCode: function(_) { |
+ return J.get$hashCode$(this._typeName); |
+ }, |
+ $eq: function(_, other) { |
+ var t1; |
+ if (other == null) |
+ return false; |
+ t1 = J.getInterceptor(other); |
+ return typeof other === "object" && other !== null && !!t1.$isTypeImpl && J.$eq(this._typeName, other._typeName); |
+ }, |
+ $isTypeImpl: true |
+}, |
+ |
+initHooks_closure: {"": "Closure;getTag_0", |
+ call$1: function(o) { |
+ return this.getTag_0(o); |
+ }, |
+ "+call:1:0": 0, |
+ $isFunction: true, |
+ $is_args1: true |
+}, |
+initHooks_closure0: {"": "Closure;getUnknownTag_1", |
+ call$2: function(o, tag) { |
+ return this.getUnknownTag_1(o, tag); |
+ }, |
+ "+call:2:0": 0, |
+ $isFunction: true, |
+ $is_args2: true |
}, |
-applyExperimentalFixup_newGetTagDartFunction: {"": "Closure;newGetTagJSFunction_0", |
- call$1: function(object) { |
- return this.newGetTagJSFunction_0(object); |
+initHooks_closure1: {"": "Closure;prototypeForTag_2", |
+ call$1: function(tag) { |
+ return this.prototypeForTag_2(tag); |
}, |
+ "+call:1:0": 0, |
+ $isFunction: true, |
$is_args1: true |
}}], |
["dart._collection.dev", "dart:_collection-dev", , H, { |
@@ -2339,22 +2537,46 @@ printToConsole: function(line) { |
throw "Unable to print message: " + String(line); |
}, |
-Symbol_getName: function(symbol) { |
- return symbol.get$_name(); |
-}, |
- |
-ListIterator: {"": "Object;_iterable,_length,_index,_current", |
- get$current: function() { |
- return this._current; |
+ListIterable: {"": "IterableBase;", |
+ get$iterator: function(_) { |
+ return new H.ListIterator(this, this.get$length(this), 0, null); |
}, |
- moveNext$0: function() { |
+ forEach$1: function(_, action) { |
+ var $length, i; |
+ $length = this.get$length(this); |
+ if (typeof $length !== "number") |
+ throw H.iae($length); |
+ i = 0; |
+ for (; i < $length; ++i) { |
+ action.call$1(this.elementAt$1(this, i)); |
+ if ($length !== this.get$length(this)) |
+ throw H.wrapException(P.ConcurrentModificationError$(this)); |
+ } |
+ }, |
+ map$1: function(_, f) { |
+ var t1 = new H.MappedListIterable(this, f); |
+ H.setRuntimeTypeInfo(t1, [null, null]); |
+ return t1; |
+ }, |
+ $asIterableBase: null, |
+ $asIterable: null, |
+ $isEfficientLength: true |
+}, |
+ |
+ListIterator: {"": "Object;_iterable,_length,_index,_current", |
+ get$current: function() { |
+ return this._current; |
+ }, |
+ moveNext$0: function() { |
var t1, t2, $length, t3; |
t1 = this._iterable; |
t2 = J.getInterceptor$asx(t1); |
$length = t2.get$length(t1); |
- if (this._length !== $length) |
+ if (!J.$eq(this._length, $length)) |
throw H.wrapException(P.ConcurrentModificationError$(t1)); |
t3 = this._index; |
+ if (typeof $length !== "number") |
+ throw H.iae($length); |
if (t3 >= $length) { |
this._current = null; |
return false; |
@@ -2377,13 +2599,12 @@ MappedIterable: {"": "IterableBase;_iterable,_f", |
var t1 = this._iterable; |
return t1.get$length(t1); |
}, |
- get$isEmpty: function(_) { |
- var t1 = this._iterable; |
- return t1.get$isEmpty(t1); |
- }, |
$asIterableBase: function($S, $T) { |
return [$T]; |
}, |
+ $asIterable: function($S, $T) { |
+ return [$T]; |
+ }, |
static: { |
MappedIterable_MappedIterable: function(iterable, $function, $S, $T) { |
var t1; |
@@ -2399,7 +2620,12 @@ MappedIterable_MappedIterable: function(iterable, $function, $S, $T) { |
}, |
-EfficientLengthMappedIterable: {"": "MappedIterable;_iterable,_f", $asMappedIterable: null, $isEfficientLength: true}, |
+EfficientLengthMappedIterable: {"": "MappedIterable;_iterable,_f", $asMappedIterable: null, |
+ $asIterable: function($S, $T) { |
+ return [$T]; |
+ }, |
+ $isEfficientLength: true |
+}, |
MappedIterator: {"": "Iterator;_current,_iterator,_f", |
_f$1: function(arg0) { |
@@ -2422,16 +2648,52 @@ MappedIterator: {"": "Iterator;_current,_iterator,_f", |
} |
}, |
-FixedLengthListMixin: {"": "Object;"}}], |
-["dart.async", "dart:async", , P, { |
-_attachStackTrace: function(o, st) { |
- var t1; |
- if (o == null || typeof o === "boolean" || typeof o === "number" || typeof o === "string") |
- return; |
- t1 = $.get$_stackTraceExpando(); |
- t1.$indexSet(t1, o, st); |
+MappedListIterable: {"": "ListIterable;_dev$_source,_f", |
+ _f$1: function(arg0) { |
+ return this._f.call$1(arg0); |
+ }, |
+ get$length: function(_) { |
+ return J.get$length$asx(this._dev$_source); |
+ }, |
+ elementAt$1: function(_, index) { |
+ return this._f$1(J.elementAt$1$ax(this._dev$_source, index)); |
+ }, |
+ $asListIterable: function($S, $T) { |
+ return [$T]; |
+ }, |
+ $asIterable: function($S, $T) { |
+ return [$T]; |
+ }, |
+ $isEfficientLength: true |
}, |
+FixedLengthListMixin: {"": "Object;"}, |
+ |
+Symbol0: {"": "Object;_name<", |
+ $eq: function(_, other) { |
+ var t1; |
+ if (other == null) |
+ return false; |
+ t1 = J.getInterceptor(other); |
+ return typeof other === "object" && other !== null && !!t1.$isSymbol0 && J.$eq(this._name, other._name); |
+ }, |
+ get$hashCode: function(_) { |
+ return 536870911 & 664597 * J.get$hashCode$(this._name); |
+ }, |
+ toString$0: function(_) { |
+ return "Symbol(\"" + H.S(this._name) + "\")"; |
+ }, |
+ $isSymbol0: true, |
+ static: { |
+"": "Symbol_validationPattern", |
+} |
+ |
+}}], |
+["dart._js_names", "dart:_js_names", , H, { |
+unmangleGlobalNameIfPreservedAnyways: function($name) { |
+ return init.mangledGlobalNames[$name]; |
+}}], |
+["dart.async", "dart:async", , P, { |
_invokeErrorHandler: function(errorHandler, error, stackTrace) { |
var t1 = J.getInterceptor(errorHandler); |
if (!!t1.$is_args2) |
@@ -2449,14 +2711,6 @@ _registerErrorHandler: function(errorHandler, zone) { |
return errorHandler; |
}, |
-getAttachedStackTrace: function(o) { |
- var t1; |
- if (o == null || typeof o === "boolean" || typeof o === "number" || typeof o === "string") |
- return; |
- t1 = $.get$_stackTraceExpando(); |
- return t1.$index(t1, o); |
-}, |
- |
Future_wait: function(futures) { |
var t1, t2, t3, future, pos, t4, t5, result, completer; |
t1 = {}; |
@@ -2512,16 +2766,13 @@ _scheduleAsyncCallback: function(callback) { |
}, |
scheduleMicrotask: function(callback) { |
- var t1, t2; |
- t1 = $.Zone__current; |
+ var t1 = $.Zone__current; |
if (t1 === C.C__RootZone) { |
t1.toString; |
P._scheduleAsyncCallback(callback); |
return; |
} |
- t2 = t1.bindCallback$2$runGuarded(callback, true); |
- t1.toString; |
- P._scheduleAsyncCallback(t2); |
+ P._scheduleAsyncCallback(t1.bindCallback$2$runGuarded(callback, true)); |
}, |
StreamController_StreamController: function(onCancel, onListen, onPause, onResume, sync, $T) { |
@@ -2552,9 +2803,8 @@ _runGuarded: function(notificationHandler) { |
e = t1; |
s = new H._StackTrace(exception, null); |
t1 = $.Zone__current; |
- t2 = P._asyncError(e, s); |
t1.toString; |
- P._rootHandleUncaughtError(t1, null, t1, t2, s); |
+ P._rootHandleUncaughtError(t1, null, t1, e, s); |
} |
}, |
@@ -2571,15 +2821,6 @@ _nullErrorHandler: function(error, stackTrace) { |
_nullDoneHandler: function() { |
}, |
-_asyncError: function(error, stackTrace) { |
- if (stackTrace == null) |
- return error; |
- if (P.getAttachedStackTrace(error) != null) |
- return error; |
- P._attachStackTrace(error, stackTrace); |
- return error; |
-}, |
- |
_runUserCode: function(userCode, onSuccess, onError) { |
var e, s, exception, t1; |
try { |
@@ -2588,7 +2829,7 @@ _runUserCode: function(userCode, onSuccess, onError) { |
t1 = H.unwrapException(exception); |
e = t1; |
s = new H._StackTrace(exception, null); |
- onError.call$2(P._asyncError(e, s), s); |
+ onError.call$2(e, s); |
} |
}, |
@@ -2607,26 +2848,13 @@ _cancelAndErrorClosure: function(subscription, future) { |
return new P._cancelAndErrorClosure_closure(subscription, future); |
}, |
-_cancelAndValue: function(subscription, future, value) { |
- var cancelFuture, t1; |
- cancelFuture = subscription.cancel$0(); |
- t1 = J.getInterceptor(cancelFuture); |
- if (typeof cancelFuture === "object" && cancelFuture !== null && !!t1.$isFuture) |
- cancelFuture.whenComplete$1(new P._cancelAndValue_closure(future, value)); |
- else |
- future._complete$1(value); |
-}, |
- |
Timer_Timer: function(duration, callback) { |
- var t1, t2; |
- t1 = $.Zone__current; |
+ var t1 = $.Zone__current; |
if (t1 === C.C__RootZone) { |
t1.toString; |
return P._createTimer(duration, callback); |
} |
- t2 = t1.bindCallback$2$runGuarded(callback, true); |
- t1.toString; |
- return P._createTimer(duration, t2); |
+ return P._createTimer(duration, t1.bindCallback$2$runGuarded(callback, true)); |
}, |
_createTimer: function(duration, callback) { |
@@ -2670,6 +2898,22 @@ _rootRunUnary: function($self, $parent, zone, f, arg) { |
} |
}, |
+_rootRunBinary: function($self, $parent, zone, f, arg1, arg2) { |
+ var old, t1, t2; |
+ t1 = $.Zone__current; |
+ t2 = zone; |
+ if (t1 == null ? t2 == null : t1 === t2) |
+ return f.call$2(arg1, arg2); |
+ old = t1; |
+ try { |
+ $.Zone__current = zone; |
+ t1 = f.call$2(arg1, arg2); |
+ return t1; |
+ } finally { |
+ $.Zone__current = old; |
+ } |
+}, |
+ |
_AsyncError: {"": "Object;error>,stackTrace<", $isError: true}, |
Future: {"": "Object;", $isFuture: true}, |
@@ -2679,13 +2923,12 @@ Future_wait_handleError: {"": "Closure;box_0", |
var t1 = this.box_0; |
if (t1.values_1 != null) { |
t1.values_1 = null; |
- t1 = t1.completer_0.future; |
- if (t1._state !== 0) |
- H.throwExpression(P.StateError$("Future already completed")); |
- t1._asyncCompleteError$2(error, null); |
+ t1.completer_0.completeError$1(error); |
} |
return; |
}, |
+ "+call:1:0": 0, |
+ $isFunction: true, |
$is_args1: true |
}, |
@@ -2710,20 +2953,34 @@ Future_wait_closure: {"": "Closure;box_0,pos_1", |
t2._asyncComplete$1(t1); |
} |
}, |
+ "+call:1:0": 0, |
+ $isFunction: true, |
$is_args1: true |
}, |
_Completer: {"": "Object;"}, |
_AsyncCompleter: {"": "_Completer;future", |
- completeError$2: function(error, stackTrace) { |
+ complete$1: function(_, value) { |
var t1 = this.future; |
if (t1._state !== 0) |
throw H.wrapException(P.StateError$("Future already completed")); |
+ t1._asyncComplete$1(value); |
+ }, |
+ get$complete: function(_receiver) { |
+ return new P.BoundClosure$i1(this, P._AsyncCompleter.prototype.complete$1, _receiver, "complete$1"); |
+ }, |
+ completeError$2: function(error, stackTrace) { |
+ var t1; |
+ if (error == null) |
+ throw H.wrapException(new P.ArgumentError("Error must not be null")); |
+ t1 = this.future; |
+ if (t1._state !== 0) |
+ throw H.wrapException(P.StateError$("Future already completed")); |
t1._asyncCompleteError$2(error, stackTrace); |
}, |
- get$completeError: function() { |
- return new P.BoundClosure$2(this, P._AsyncCompleter.prototype.completeError$2, null, "completeError$2"); |
+ completeError$1: function(error) { |
+ return this.completeError$2(error, null); |
}, |
$as_Completer: null |
}, |
@@ -2747,6 +3004,12 @@ _Future: {"": "Object;_state,_zone<,_resultOrListeners,_nextListener@,_onValueCa |
_onValue$1: function(arg0) { |
return this.get$_onValue().call$1(arg0); |
}, |
+ get$_errorTest: function() { |
+ return this._state === 2 ? null : this._errorTestCallback; |
+ }, |
+ get$_onError: function() { |
+ return this._state === 2 ? null : this._onErrorCallback; |
+ }, |
get$_whenCompleteAction: function() { |
return this._state === 2 ? null : this._whenCompleteActionCallback; |
}, |
@@ -2793,7 +3056,7 @@ _Future: {"": "Object;_state,_zone<,_resultOrListeners,_nextListener@,_onValueCa |
this._zone.toString; |
P._scheduleAsyncCallback(new P._Future__addListener_closure(this, listener)); |
} else { |
- listener._nextListener = this._resultOrListeners; |
+ listener.set$_nextListener(this._resultOrListeners); |
this._resultOrListeners = listener; |
} |
}, |
@@ -2819,10 +3082,7 @@ _Future: {"": "Object;_state,_zone<,_resultOrListeners,_nextListener@,_onValueCa |
P._Future__propagateToListeners(this, listeners); |
}, |
_completeError$2: function(error, stackTrace) { |
- var listeners; |
- if (stackTrace != null) |
- P._attachStackTrace(error, stackTrace); |
- listeners = this._state === 2 ? null : this._removeListeners$0(); |
+ var listeners = this._removeListeners$0(); |
this._setError$2(error, stackTrace); |
P._Future__propagateToListeners(this, listeners); |
}, |
@@ -2830,6 +3090,19 @@ _Future: {"": "Object;_state,_zone<,_resultOrListeners,_nextListener@,_onValueCa |
return new P.BoundClosure$2(this, P._Future.prototype._completeError$2, null, "_completeError$2"); |
}, |
_asyncComplete$1: function(value) { |
+ var t1, t2; |
+ t1 = J.getInterceptor(value); |
+ t2 = typeof value === "object" && value !== null && !!t1.$isFuture; |
+ if (t2) |
+ ; |
+ if (t2) |
+ t1 = typeof value !== "object" || value === null || !t1.$is_Future || value._state < 4; |
+ else |
+ t1 = false; |
+ if (t1) { |
+ this._complete$1(value); |
+ return; |
+ } |
if (this._state !== 0) |
H.throwExpression(P.StateError$("Future already completed")); |
this._state = 1; |
@@ -2875,7 +3148,7 @@ _Future$_catchError: function(onErrorCallback, errorTestCallback, $T) { |
var t1, t2; |
t1 = $.Zone__current; |
t2 = P._registerErrorHandler(onErrorCallback, t1); |
- t1.toString; |
+ $.Zone__current.toString; |
t2 = new P._Future(0, t1, null, null, null, errorTestCallback, t2, null); |
H.setRuntimeTypeInfo(t2, [$T]); |
return t2; |
@@ -2891,7 +3164,7 @@ _Future$_whenComplete: function(whenCompleteActionCallback, $T) { |
_Future__chainFutures: function(source, target) { |
var t1; |
- target._state = 2; |
+ target.set$_isChained(true); |
t1 = J.getInterceptor(source); |
if (typeof source === "object" && source !== null && !!t1.$is_Future) |
if (source._state >= 4) |
@@ -2926,9 +3199,8 @@ _Future__propagateToListeners: function(source, listeners) { |
return; |
hasError = t1.source_4.get$_hasError(); |
if (hasError && listeners == null) { |
- t2 = t1.source_4; |
- asyncError = t2.get$_error(); |
- t2 = t2.get$_zone(); |
+ asyncError = t1.source_4.get$_error(); |
+ t2 = t1.source_4.get$_zone(); |
t3 = J.get$error$x(asyncError); |
t4 = asyncError.get$stackTrace(); |
t2.toString; |
@@ -2937,22 +3209,21 @@ _Future__propagateToListeners: function(source, listeners) { |
} |
if (listeners == null) |
return; |
- if (listeners._nextListener != null) { |
+ if (listeners.get$_nextListener() != null) { |
P._Future__propagateMultipleListeners(t1.source_4, listeners); |
return; |
} |
if (hasError) { |
t3 = t1.source_4.get$_zone(); |
- t4 = listeners._zone; |
+ t4 = listeners.get$_zone(); |
t3.toString; |
t4.toString; |
t3 = t4 == null ? t3 != null : t4 !== t3; |
} else |
t3 = false; |
if (t3) { |
- t2 = t1.source_4; |
- asyncError = t2.get$_error(); |
- t2 = t2.get$_zone(); |
+ asyncError = t1.source_4.get$_error(); |
+ t2 = t1.source_4.get$_zone(); |
t3 = J.get$error$x(asyncError); |
t4 = asyncError.get$stackTrace(); |
t2.toString; |
@@ -2960,7 +3231,7 @@ _Future__propagateToListeners: function(source, listeners) { |
return; |
} |
t3 = $.Zone__current; |
- t4 = listeners._zone; |
+ t4 = listeners.get$_zone(); |
if (t3 == null ? t4 != null : t3 !== t4) { |
t4.toString; |
P._rootRun(t4, null, t4, new P._Future__propagateToListeners_closure(t1, listeners)); |
@@ -2969,8 +3240,9 @@ _Future__propagateToListeners: function(source, listeners) { |
t2.listenerHasValue_1 = null; |
t2.listenerValueOrError_2 = null; |
t2.isPropagationAborted_3 = false; |
- t4.toString; |
- P._rootRun(t4, null, t4, new P._Future__propagateToListeners_closure0(t1, t2, hasError, listeners)); |
+ t3 = listeners.get$_zone(); |
+ t3.toString; |
+ P._rootRun(t3, null, t3, new P._Future__propagateToListeners_closure0(t1, t2, hasError, listeners)); |
if (t2.isPropagationAborted_3) |
return; |
t3 = t2.listenerHasValue_1 === true; |
@@ -2985,7 +3257,7 @@ _Future__propagateToListeners: function(source, listeners) { |
chainSource = t2.listenerValueOrError_2; |
t2 = J.getInterceptor(chainSource); |
if (typeof chainSource === "object" && chainSource !== null && !!t2.$is_Future && chainSource._state >= 4) { |
- listeners._state = 2; |
+ listeners.set$_isChained(true); |
t1.source_4 = chainSource; |
continue; |
} |
@@ -2994,16 +3266,11 @@ _Future__propagateToListeners: function(source, listeners) { |
} |
if (t3) { |
listeners0 = listeners._removeListeners$0(); |
- t2 = t2.listenerValueOrError_2; |
- listeners._state = 4; |
- listeners._resultOrListeners = t2; |
+ listeners._setValue$1(t2.listenerValueOrError_2); |
} else { |
listeners0 = listeners._removeListeners$0(); |
asyncError = t2.listenerValueOrError_2; |
- t2 = J.get$error$x(asyncError); |
- t3 = asyncError.get$stackTrace(); |
- listeners._state = 8; |
- listeners._resultOrListeners = new P._AsyncError(t2, t3); |
+ listeners._setError$2(J.get$error$x(asyncError), asyncError.get$stackTrace()); |
} |
t1.source_4 = listeners; |
listeners = listeners0; |
@@ -3015,13 +3282,17 @@ _Future__propagateToListeners: function(source, listeners) { |
_Future__addListener_closure: {"": "Closure;this_0,listener_1", |
call$0: function() { |
P._Future__propagateToListeners(this.this_0, this.listener_1); |
- } |
+ }, |
+ "+call:0:0": 0, |
+ $isFunction: true |
}, |
_Future__chainFutures_closure: {"": "Closure;target_0", |
call$1: function(value) { |
this.target_0._complete$1(value); |
}, |
+ "+call:1:0": 0, |
+ $isFunction: true, |
$is_args1: true |
}, |
@@ -3029,9 +3300,13 @@ _Future__chainFutures_closure0: {"": "Closure;target_1", |
call$2: function(error, stackTrace) { |
this.target_1._completeError$2(error, stackTrace); |
}, |
+ "+call:2:0": 0, |
+ "*call": [0], |
call$1: function(error) { |
return this.call$2(error, null); |
}, |
+ "+call:1:0": 0, |
+ $isFunction: true, |
$is_args2: true, |
$is_args1: true |
}, |
@@ -3039,19 +3314,25 @@ _Future__chainFutures_closure0: {"": "Closure;target_1", |
_Future__asyncComplete_closure: {"": "Closure;this_0,value_1", |
call$0: function() { |
this.this_0._complete$1(this.value_1); |
- } |
+ }, |
+ "+call:0:0": 0, |
+ $isFunction: true |
}, |
_Future__asyncCompleteError_closure: {"": "Closure;this_0,error_1,stackTrace_2", |
call$0: function() { |
this.this_0._completeError$2(this.error_1, this.stackTrace_2); |
- } |
+ }, |
+ "+call:0:0": 0, |
+ $isFunction: true |
}, |
_Future__propagateToListeners_closure: {"": "Closure;box_2,listener_3", |
call$0: function() { |
P._Future__propagateToListeners(this.box_2.source_4, this.listener_3); |
- } |
+ }, |
+ "+call:0:0": 0, |
+ $isFunction: true |
}, |
_Future__propagateToListeners_closure0: {"": "Closure;box_2,box_1,hasError_4,listener_5", |
@@ -3063,39 +3344,34 @@ _Future__propagateToListeners_closure0: {"": "Closure;box_2,box_1,hasError_4,lis |
if (!this.hasError_4) { |
value = t2.source_4.get$_value(); |
t2 = this.listener_5; |
- t3 = t2._state === 2 ? null : t2._onValueCallback; |
- t4 = this.box_1; |
- if (t3 != null) { |
- t4.listenerValueOrError_2 = t2._onValue$1(value); |
- t4.listenerHasValue_1 = true; |
+ t3 = this.box_1; |
+ if (t2.get$_onValue() != null) { |
+ t3.listenerValueOrError_2 = t2._onValue$1(value); |
+ t3.listenerHasValue_1 = true; |
} else { |
- t4.listenerValueOrError_2 = value; |
- t4.listenerHasValue_1 = true; |
+ t3.listenerValueOrError_2 = value; |
+ t3.listenerHasValue_1 = true; |
} |
} else { |
asyncError = t2.source_4.get$_error(); |
t2 = this.listener_5; |
- test = t2._state === 2 ? null : t2._errorTestCallback; |
+ test = t2.get$_errorTest(); |
matchesTest = true; |
if (test != null) |
matchesTest = test.call$1(J.get$error$x(asyncError)); |
- if (matchesTest === true) |
- t3 = (t2._state === 2 ? null : t2._onErrorCallback) != null; |
- else |
- t3 = false; |
+ t3 = matchesTest === true && t2.get$_onError() != null; |
+ t4 = this.box_1; |
if (t3) { |
- errorCallback = t2._state === 2 ? null : t2._onErrorCallback; |
- t2 = this.box_1; |
- t2.listenerValueOrError_2 = P._invokeErrorHandler(errorCallback, J.get$error$x(asyncError), asyncError.get$stackTrace()); |
- t2.listenerHasValue_1 = true; |
+ errorCallback = t2.get$_onError(); |
+ t4.listenerValueOrError_2 = P._invokeErrorHandler(errorCallback, J.get$error$x(asyncError), asyncError.get$stackTrace()); |
+ t4.listenerHasValue_1 = true; |
} else { |
- t2 = this.box_1; |
- t2.listenerValueOrError_2 = asyncError; |
- t2.listenerHasValue_1 = false; |
+ t4.listenerValueOrError_2 = asyncError; |
+ t4.listenerHasValue_1 = false; |
} |
} |
t2 = this.listener_5; |
- if ((t2._state === 2 ? null : t2._whenCompleteActionCallback) != null) { |
+ if (t2.get$_whenCompleteAction() != null) { |
t1.completeResult_0 = t2._whenCompleteAction$0(); |
t3 = t1.completeResult_0; |
t4 = J.getInterceptor(t3); |
@@ -3120,17 +3396,21 @@ _Future__propagateToListeners_closure0: {"": "Closure;box_2,box_1,hasError_4,lis |
if (t1) |
t2.listenerValueOrError_2 = this.box_2.source_4.get$_error(); |
else |
- t2.listenerValueOrError_2 = new P._AsyncError(P._asyncError(e, s), s); |
+ t2.listenerValueOrError_2 = new P._AsyncError(e, s); |
this.box_1.listenerHasValue_1 = false; |
} |
- } |
+ }, |
+ "+call:0:0": 0, |
+ $isFunction: true |
}, |
_Future__propagateToListeners__closure: {"": "Closure;box_2,listener_6", |
call$1: function(ignored) { |
P._Future__propagateToListeners(this.box_2.source_4, this.listener_6); |
}, |
+ "+call:1:0": 0, |
+ $isFunction: true, |
$is_args1: true |
}, |
@@ -3146,14 +3426,23 @@ _Future__propagateToListeners__closure0: {"": "Closure;box_0,listener_7", |
} |
P._Future__propagateToListeners(t1.completeResult_0, this.listener_7); |
}, |
+ "+call:2:0": 0, |
+ "*call": [0], |
call$1: function(error) { |
return this.call$2(error, null); |
}, |
+ "+call:1:0": 0, |
+ $isFunction: true, |
$is_args2: true, |
$is_args1: true |
}, |
Stream: {"": "Object;", |
+ map$1: function(_, convert) { |
+ var t1 = new P._MapStream(convert, this); |
+ H.setRuntimeTypeInfo(t1, [H.getRuntimeTypeArgument(this, "Stream", 0), null]); |
+ return t1; |
+ }, |
forEach$1: function(_, action) { |
var t1, future; |
t1 = {}; |
@@ -3169,14 +3458,6 @@ Stream: {"": "Object;", |
t1.count_0 = 0; |
this.listen$4$cancelOnError$onDone$onError(new P.Stream_length_closure(t1), true, new P.Stream_length_closure0(t1, future), future.get$_completeError()); |
return future; |
- }, |
- get$isEmpty: function(_) { |
- var t1, future; |
- t1 = {}; |
- future = P._Future$(J.JSBool); |
- t1.subscription_0 = null; |
- t1.subscription_0 = this.listen$4$cancelOnError$onDone$onError(new P.Stream_isEmpty_closure(t1, future), true, new P.Stream_isEmpty_closure0(future), future.get$_completeError()); |
- return future; |
} |
}, |
@@ -3184,25 +3465,33 @@ Stream_forEach_closure: {"": "Closure;box_0,this_1,action_2,future_3", |
call$1: function(element) { |
P._runUserCode(new P.Stream_forEach__closure(this.action_2, element), new P.Stream_forEach__closure0(), P._cancelAndErrorClosure(this.box_0.subscription_0, this.future_3)); |
}, |
+ "+call:1:0": 0, |
+ $isFunction: true, |
$is_args1: true |
}, |
Stream_forEach__closure: {"": "Closure;action_4,element_5", |
call$0: function() { |
return this.action_4.call$1(this.element_5); |
- } |
+ }, |
+ "+call:0:0": 0, |
+ $isFunction: true |
}, |
Stream_forEach__closure0: {"": "Closure;", |
call$1: function(_) { |
}, |
+ "+call:1:0": 0, |
+ $isFunction: true, |
$is_args1: true |
}, |
Stream_forEach_closure0: {"": "Closure;future_6", |
call$0: function() { |
this.future_6._complete$1(null); |
- } |
+ }, |
+ "+call:0:0": 0, |
+ $isFunction: true |
}, |
Stream_length_closure: {"": "Closure;box_0", |
@@ -3210,26 +3499,17 @@ Stream_length_closure: {"": "Closure;box_0", |
var t1 = this.box_0; |
t1.count_0 = t1.count_0 + 1; |
}, |
+ "+call:1:0": 0, |
+ $isFunction: true, |
$is_args1: true |
}, |
Stream_length_closure0: {"": "Closure;box_0,future_1", |
call$0: function() { |
this.future_1._complete$1(this.box_0.count_0); |
- } |
-}, |
- |
-Stream_isEmpty_closure: {"": "Closure;box_0,future_1", |
- call$1: function(_) { |
- P._cancelAndValue(this.box_0.subscription_0, this.future_1, false); |
}, |
- $is_args1: true |
-}, |
- |
-Stream_isEmpty_closure0: {"": "Closure;future_2", |
- call$0: function() { |
- this.future_2._complete$1(true); |
- } |
+ "+call:0:0": 0, |
+ $isFunction: true |
}, |
StreamSubscription: {"": "Object;"}, |
@@ -3293,8 +3573,17 @@ _StreamController: {"": "Object;", |
t1.add$1(t1, new P._DelayedData(value, null)); |
} |
}, |
+ _addError$2: function(error, stackTrace) { |
+ var t1 = this._state; |
+ if ((t1 & 1) !== 0) |
+ this._sendError$2(error, stackTrace); |
+ else if ((t1 & 3) === 0) { |
+ t1 = this._ensurePendingEvents$0(); |
+ t1.add$1(t1, new P._DelayedError(error, stackTrace, null)); |
+ } |
+ }, |
_subscribe$1: function(cancelOnError) { |
- var t1, t2, subscription, pendingEvents; |
+ var t1, t2, subscription, pendingEvents, addState; |
if ((this._state & 3) !== 0) |
throw H.wrapException(P.StateError$("Stream has already been listened to.")); |
t1 = $.Zone__current; |
@@ -3303,9 +3592,11 @@ _StreamController: {"": "Object;", |
H.setRuntimeTypeInfo(subscription, [null]); |
pendingEvents = this.get$_pendingEvents(); |
this._state = (this._state | 1) >>> 0; |
- if ((this._state & 8) !== 0) |
- this._varData.set$varData(subscription); |
- else |
+ if ((this._state & 8) !== 0) { |
+ addState = this._varData; |
+ addState.set$varData(subscription); |
+ addState.resume$0(); |
+ } else |
this._varData = subscription; |
subscription._setPendingEvents$1(pendingEvents); |
subscription._guardCallback$1(new P._StreamController__subscribe_closure(this)); |
@@ -3330,7 +3621,9 @@ _StreamController: {"": "Object;", |
_StreamController__subscribe_closure: {"": "Closure;this_0", |
call$0: function() { |
P._runGuarded(this.this_0.get$_onListen()); |
- } |
+ }, |
+ "+call:0:0": 0, |
+ $isFunction: true |
}, |
_StreamController__recordCancel_complete: {"": "Closure;this_0", |
@@ -3338,13 +3631,18 @@ _StreamController__recordCancel_complete: {"": "Closure;this_0", |
var t1 = this.this_0._doneFuture; |
if (t1 != null && t1._state === 0) |
t1._asyncComplete$1(null); |
- } |
+ }, |
+ "+call:0:0": 0, |
+ $isFunction: true |
}, |
_SyncStreamControllerDispatch: {"": "Object;", |
_sendData$1: function(data) { |
this.get$_subscription()._async$_add$1(data); |
}, |
+ _sendError$2: function(error, stackTrace) { |
+ this.get$_subscription()._addError$2(error, stackTrace); |
+ }, |
_sendDone$0: function() { |
this.get$_subscription()._close$0(); |
} |
@@ -3354,6 +3652,9 @@ _AsyncStreamControllerDispatch: {"": "Object;", |
_sendData$1: function(data) { |
this.get$_subscription()._addPending$1(new P._DelayedData(data, null)); |
}, |
+ _sendError$2: function(error, stackTrace) { |
+ this.get$_subscription()._addPending$1(new P._DelayedError(error, stackTrace, null)); |
+ }, |
_sendDone$0: function() { |
this.get$_subscription()._addPending$1(C.C__DelayedDone); |
} |
@@ -3419,7 +3720,7 @@ _ControllerSubscription: {"": "_BufferingStreamSubscription;_async$_controller,_ |
_EventSink: {"": "Object;"}, |
-_BufferingStreamSubscription: {"": "Object;_async$_onData,_onError,_onDone,_zone<,_state,_cancelFuture,_pending", |
+_BufferingStreamSubscription: {"": "Object;_async$_onData,_onError<,_onDone,_zone<,_state,_cancelFuture,_pending", |
_setPendingEvents$1: function(pendingEvents) { |
if (pendingEvents == null) |
return; |
@@ -3454,8 +3755,7 @@ _BufferingStreamSubscription: {"": "Object;_async$_onData,_onError,_onDone,_zone |
return this.pause$1($receiver, null); |
}, |
resume$0: function() { |
- var t1, t2; |
- t1 = this._state; |
+ var t1 = this._state; |
if ((t1 & 8) !== 0) |
return; |
if (t1 >= 128) { |
@@ -3463,14 +3763,14 @@ _BufferingStreamSubscription: {"": "Object;_async$_onData,_onError,_onDone,_zone |
t1 = this._state; |
if (t1 < 128) { |
if ((t1 & 64) !== 0) { |
- t2 = this._pending; |
- t2 = !t2.get$isEmpty(t2); |
+ t1 = this._pending; |
+ t1 = !t1.get$isEmpty(t1); |
} else |
- t2 = false; |
- if (t2) |
+ t1 = false; |
+ if (t1) |
this._pending.schedule$1(this); |
else { |
- this._state = (t1 & 4294967291) >>> 0; |
+ this._state = (this._state & 4294967291) >>> 0; |
if ((this._state & 32) === 0) |
this._guardCallback$1(this.get$_onResume()); |
} |
@@ -3509,6 +3809,15 @@ _BufferingStreamSubscription: {"": "Object;_async$_onData,_onError,_onDone,_zone |
else |
this._addPending$1(new P._DelayedData(data, null)); |
}, |
+ _addError$2: function(error, stackTrace) { |
+ var t1 = this._state; |
+ if ((t1 & 8) !== 0) |
+ return; |
+ if (t1 < 32) |
+ this._sendError$2(error, stackTrace); |
+ else |
+ this._addPending$1(new P._DelayedError(error, stackTrace, null)); |
+ }, |
_close$0: function() { |
var t1 = this._state; |
if ((t1 & 8) !== 0) |
@@ -3553,6 +3862,24 @@ _BufferingStreamSubscription: {"": "Object;_async$_onData,_onError,_onDone,_zone |
this._state = (this._state & 4294967263) >>> 0; |
this._checkState$1((t1 & 4) !== 0); |
}, |
+ _sendError$2: function(error, stackTrace) { |
+ var t1, t2, t3; |
+ t1 = this._state; |
+ t2 = new P._BufferingStreamSubscription__sendError_sendError(this, error, stackTrace); |
+ if ((t1 & 1) !== 0) { |
+ this._state = (t1 | 16) >>> 0; |
+ this._cancel$0(); |
+ t1 = this._cancelFuture; |
+ t3 = J.getInterceptor(t1); |
+ if (typeof t1 === "object" && t1 !== null && !!t3.$isFuture) |
+ t1.whenComplete$1(t2); |
+ else |
+ t2.call$0(); |
+ } else { |
+ t2.call$0(); |
+ this._checkState$1((t1 & 4) !== 0); |
+ } |
+ }, |
_sendDone$0: function() { |
var t1, t2, t3; |
t1 = new P._BufferingStreamSubscription__sendDone_sendDone(this); |
@@ -3573,15 +3900,14 @@ _BufferingStreamSubscription: {"": "Object;_async$_onData,_onError,_onDone,_zone |
this._checkState$1((t1 & 4) !== 0); |
}, |
_checkState$1: function(wasInputPaused) { |
- var t1, t2, isInputPaused; |
- t1 = this._state; |
- if ((t1 & 64) !== 0) { |
- t2 = this._pending; |
- t2 = t2.get$isEmpty(t2); |
+ var t1, isInputPaused; |
+ if ((this._state & 64) !== 0) { |
+ t1 = this._pending; |
+ t1 = t1.get$isEmpty(t1); |
} else |
- t2 = false; |
- if (t2) { |
- this._state = (t1 & 4294967231) >>> 0; |
+ t1 = false; |
+ if (t1) { |
+ this._state = (this._state & 4294967231) >>> 0; |
if ((this._state & 4) !== 0 && this.get$_mayResumeInput()) |
this._state = (this._state & 4294967291) >>> 0; |
} |
@@ -3611,6 +3937,35 @@ _BufferingStreamSubscription: {"": "Object;_async$_onData,_onError,_onDone,_zone |
}, |
+_BufferingStreamSubscription__sendError_sendError: {"": "Closure;this_0,error_1,stackTrace_2", |
+ call$0: function() { |
+ var t1, t2, t3, t4, t5; |
+ t1 = this.this_0; |
+ t2 = t1._state; |
+ if ((t2 & 8) !== 0 && (t2 & 16) === 0) |
+ return; |
+ t1._state = (t2 | 32) >>> 0; |
+ t2 = t1._zone; |
+ t3 = $.Zone__current; |
+ t2.toString; |
+ t3.toString; |
+ if (t3 == null ? t2 != null : t3 !== t2) |
+ P._rootHandleUncaughtError(t3, null, t3, this.error_1, this.stackTrace_2); |
+ else { |
+ t3 = t1._onError; |
+ t4 = J.getInterceptor(t3); |
+ t5 = this.error_1; |
+ if (!!t4.$is_args2) |
+ t2.runBinaryGuarded$3(t3, t5, this.stackTrace_2); |
+ else |
+ t2.runUnaryGuarded$2(t3, t5); |
+ } |
+ t1._state = (t1._state & 4294967263) >>> 0; |
+ }, |
+ "+call:0:0": 0, |
+ $isFunction: true |
+}, |
+ |
_BufferingStreamSubscription__sendDone_sendDone: {"": "Closure;this_0", |
call$0: function() { |
var t1, t2; |
@@ -3621,7 +3976,9 @@ _BufferingStreamSubscription__sendDone_sendDone: {"": "Closure;this_0", |
t1._state = (t2 | 42) >>> 0; |
t1._zone.runGuarded$1(t1._onDone); |
t1._state = (t1._state & 4294967263) >>> 0; |
- } |
+ }, |
+ "+call:0:0": 0, |
+ $isFunction: true |
}, |
_StreamImpl: {"": "Stream;", |
@@ -3632,6 +3989,9 @@ _StreamImpl: {"": "Stream;", |
subscription.onDone$1(onDone); |
return subscription; |
}, |
+ listen$3$onDone$onError: function(onData, onDone, onError) { |
+ return this.listen$4$cancelOnError$onDone$onError(onData, null, onDone, onError); |
+ }, |
_createSubscription$1: function(cancelOnError) { |
var t1, t2; |
t1 = $.Zone__current; |
@@ -3649,6 +4009,12 @@ _DelayedData: {"": "_DelayedEvent;value,next", |
} |
}, |
+_DelayedError: {"": "_DelayedEvent;error>,stackTrace<,next", |
+ perform$1: function(dispatch) { |
+ dispatch._sendError$2(this.error, this.stackTrace); |
+ } |
+}, |
+ |
_DelayedDone: {"": "Object;", |
perform$1: function(dispatch) { |
dispatch._sendDone$0(); |
@@ -3688,7 +4054,9 @@ _PendingEvents_schedule_closure: {"": "Closure;this_0,dispatch_1", |
if (oldState === 3) |
return; |
t1.handleNext$1(this.dispatch_1); |
- } |
+ }, |
+ "+call:0:0": 0, |
+ $isFunction: true |
}, |
_StreamImplEvents: {"": "_PendingEvents;firstPendingEvent,lastPendingEvent,_state", |
@@ -3717,81 +4085,216 @@ _StreamImplEvents: {"": "_PendingEvents;firstPendingEvent,lastPendingEvent,_stat |
_cancelAndError_closure: {"": "Closure;future_0,error_1,stackTrace_2", |
call$0: function() { |
return this.future_0._completeError$2(this.error_1, this.stackTrace_2); |
- } |
+ }, |
+ "+call:0:0": 0, |
+ $isFunction: true |
}, |
_cancelAndErrorClosure_closure: {"": "Closure;subscription_0,future_1", |
call$2: function(error, stackTrace) { |
return P._cancelAndError(this.subscription_0, this.future_1, error, stackTrace); |
}, |
+ "+call:2:0": 0, |
+ $isFunction: true, |
$is_args2: true |
}, |
-_cancelAndValue_closure: {"": "Closure;future_0,value_1", |
- call$0: function() { |
- return this.future_0._complete$1(this.value_1); |
- } |
-}, |
- |
-_BaseZone: {"": "Object;", |
- runGuarded$1: function(f) { |
- var e, s, t1, exception; |
- try { |
- t1 = this.run$1(f); |
- return t1; |
- } catch (exception) { |
- t1 = H.unwrapException(exception); |
- e = t1; |
- s = new H._StackTrace(exception, null); |
- return this.handleUncaughtError$2(e, s); |
- } |
- |
+_ForwardingStream: {"": "Stream;", |
+ listen$4$cancelOnError$onDone$onError: function(onData, cancelOnError, onDone, onError) { |
+ var result = P._ForwardingStreamSubscription$(this, true === cancelOnError, H.getRuntimeTypeArgument(this, "_ForwardingStream", 0), H.getRuntimeTypeArgument(this, "_ForwardingStream", 1)); |
+ result.onData$1(onData); |
+ result.onError$1(result, onError); |
+ result.onDone$1(onDone); |
+ return result; |
}, |
- runUnaryGuarded$2: function(f, arg) { |
- var e, s, t1, exception; |
- try { |
- t1 = this.runUnary$2(f, arg); |
- return t1; |
- } catch (exception) { |
- t1 = H.unwrapException(exception); |
- e = t1; |
- s = new H._StackTrace(exception, null); |
- return this.handleUncaughtError$2(e, s); |
- } |
- |
+ listen$3$onDone$onError: function(onData, onDone, onError) { |
+ return this.listen$4$cancelOnError$onDone$onError(onData, null, onDone, onError); |
}, |
- bindCallback$2$runGuarded: function(f, runGuarded) { |
- var registered = this.registerCallback$1(f); |
- if (runGuarded) |
- return new P._BaseZone_bindCallback_closure(this, registered); |
- else |
- return new P._BaseZone_bindCallback_closure0(this, registered); |
+ _handleData$2: function(data, sink) { |
+ sink._async$_add$1(data); |
}, |
- bindUnaryCallback$2$runGuarded: function(f, runGuarded) { |
- var registered = this.registerUnaryCallback$1(f); |
- if (runGuarded) |
- return new P._BaseZone_bindUnaryCallback_closure(this, registered); |
- else |
- return new P._BaseZone_bindUnaryCallback_closure0(this, registered); |
- } |
-}, |
- |
-_BaseZone_bindCallback_closure: {"": "Closure;this_0,registered_1", |
- call$0: function() { |
- return this.this_0.runGuarded$1(this.registered_1); |
+ $asStream: function($S, $T) { |
+ return [$T]; |
} |
}, |
+_ForwardingStreamSubscription: {"": "_BufferingStreamSubscription;_stream,_subscription,_async$_onData,_onError,_onDone,_zone,_state,_cancelFuture,_pending", |
+ _async$_add$1: function(data) { |
+ if ((this._state & 2) !== 0) |
+ return; |
+ P._BufferingStreamSubscription.prototype._async$_add$1.call(this, data); |
+ }, |
+ _addError$2: function(error, stackTrace) { |
+ if ((this._state & 2) !== 0) |
+ return; |
+ P._BufferingStreamSubscription.prototype._addError$2.call(this, error, stackTrace); |
+ }, |
+ _onPause$0: function() { |
+ var t1 = this._subscription; |
+ if (t1 == null) |
+ return; |
+ t1.pause$0(t1); |
+ }, |
+ get$_onPause: function() { |
+ return new P.BoundClosure$0(this, P._ForwardingStreamSubscription.prototype._onPause$0, null, "_onPause$0"); |
+ }, |
+ _onResume$0: function() { |
+ var t1 = this._subscription; |
+ if (t1 == null) |
+ return; |
+ t1.resume$0(); |
+ }, |
+ get$_onResume: function() { |
+ return new P.BoundClosure$0(this, P._ForwardingStreamSubscription.prototype._onResume$0, null, "_onResume$0"); |
+ }, |
+ _onCancel$0: function() { |
+ var t1 = this._subscription; |
+ if (t1 != null) { |
+ this._subscription = null; |
+ t1.cancel$0(); |
+ } |
+ return; |
+ }, |
+ _handleData$1: function(data) { |
+ this._stream._handleData$2(data, this); |
+ }, |
+ get$_handleData: function() { |
+ return new H.BoundClosure$1(this, P._ForwardingStreamSubscription.prototype._handleData$1, null, "_handleData$1"); |
+ }, |
+ _handleError$2: function(error, stackTrace) { |
+ this._addError$2(error, stackTrace); |
+ }, |
+ get$_handleError: function() { |
+ return new P.BoundClosure$20(this, P._ForwardingStreamSubscription.prototype._handleError$2, null, "_handleError$2"); |
+ }, |
+ _handleDone$0: function() { |
+ this._close$0(); |
+ }, |
+ get$_handleDone: function() { |
+ return new P.BoundClosure$0(this, P._ForwardingStreamSubscription.prototype._handleDone$0, null, "_handleDone$0"); |
+ }, |
+ _ForwardingStreamSubscription$2: function(_stream, cancelOnError, $S, $T) { |
+ var t1, t2; |
+ t1 = this.get$_handleData(); |
+ t2 = this.get$_handleError(); |
+ this._subscription = this._stream._source.listen$3$onDone$onError(t1, this.get$_handleDone(), t2); |
+ }, |
+ $as_BufferingStreamSubscription: function($S, $T) { |
+ return [$T]; |
+ }, |
+ static: { |
+_ForwardingStreamSubscription$: function(_stream, cancelOnError, $S, $T) { |
+ var t1, t2; |
+ t1 = $.Zone__current; |
+ t2 = cancelOnError ? 1 : 0; |
+ t2 = new P._ForwardingStreamSubscription(_stream, null, null, null, null, t1, t2, null, null); |
+ H.setRuntimeTypeInfo(t2, [$S, $T]); |
+ t2._ForwardingStreamSubscription$2(_stream, cancelOnError, $S, $T); |
+ return t2; |
+}} |
+ |
+}, |
+ |
+_MapStream: {"": "_ForwardingStream;_transform,_source", |
+ _transform$1: function(arg0) { |
+ return this._transform.call$1(arg0); |
+ }, |
+ _handleData$2: function(inputEvent, sink) { |
+ var outputEvent, e, s, exception, t1; |
+ outputEvent = null; |
+ try { |
+ outputEvent = this._transform$1(inputEvent); |
+ } catch (exception) { |
+ t1 = H.unwrapException(exception); |
+ e = t1; |
+ s = new H._StackTrace(exception, null); |
+ sink._addError$2(e, s); |
+ return; |
+ } |
+ |
+ sink._async$_add$1(outputEvent); |
+ }, |
+ $as_ForwardingStream: null |
+}, |
+ |
+_BaseZone: {"": "Object;", |
+ runGuarded$1: function(f) { |
+ var e, s, t1, exception; |
+ try { |
+ t1 = this.run$1(f); |
+ return t1; |
+ } catch (exception) { |
+ t1 = H.unwrapException(exception); |
+ e = t1; |
+ s = new H._StackTrace(exception, null); |
+ return this.handleUncaughtError$2(e, s); |
+ } |
+ |
+ }, |
+ runUnaryGuarded$2: function(f, arg) { |
+ var e, s, t1, exception; |
+ try { |
+ t1 = this.runUnary$2(f, arg); |
+ return t1; |
+ } catch (exception) { |
+ t1 = H.unwrapException(exception); |
+ e = t1; |
+ s = new H._StackTrace(exception, null); |
+ return this.handleUncaughtError$2(e, s); |
+ } |
+ |
+ }, |
+ runBinaryGuarded$3: function(f, arg1, arg2) { |
+ var e, s, t1, exception; |
+ try { |
+ t1 = this.runBinary$3(f, arg1, arg2); |
+ return t1; |
+ } catch (exception) { |
+ t1 = H.unwrapException(exception); |
+ e = t1; |
+ s = new H._StackTrace(exception, null); |
+ return this.handleUncaughtError$2(e, s); |
+ } |
+ |
+ }, |
+ bindCallback$2$runGuarded: function(f, runGuarded) { |
+ var registered = this.registerCallback$1(f); |
+ if (runGuarded) |
+ return new P._BaseZone_bindCallback_closure(this, registered); |
+ else |
+ return new P._BaseZone_bindCallback_closure0(this, registered); |
+ }, |
+ bindUnaryCallback$2$runGuarded: function(f, runGuarded) { |
+ var registered = this.registerUnaryCallback$1(f); |
+ if (runGuarded) |
+ return new P._BaseZone_bindUnaryCallback_closure(this, registered); |
+ else |
+ return new P._BaseZone_bindUnaryCallback_closure0(this, registered); |
+ } |
+}, |
+ |
+_BaseZone_bindCallback_closure: {"": "Closure;this_0,registered_1", |
+ call$0: function() { |
+ return this.this_0.runGuarded$1(this.registered_1); |
+ }, |
+ "+call:0:0": 0, |
+ $isFunction: true |
+}, |
+ |
_BaseZone_bindCallback_closure0: {"": "Closure;this_2,registered_3", |
call$0: function() { |
return this.this_2.run$1(this.registered_3); |
- } |
+ }, |
+ "+call:0:0": 0, |
+ $isFunction: true |
}, |
_BaseZone_bindUnaryCallback_closure: {"": "Closure;this_0,registered_1", |
call$1: function(arg) { |
return this.this_0.runUnaryGuarded$2(this.registered_1, arg); |
}, |
+ "+call:1:0": 0, |
+ $isFunction: true, |
$is_args1: true |
}, |
@@ -3799,28 +4302,38 @@ _BaseZone_bindUnaryCallback_closure0: {"": "Closure;this_2,registered_3", |
call$1: function(arg) { |
return this.this_2.runUnary$2(this.registered_3, arg); |
}, |
+ "+call:1:0": 0, |
+ $isFunction: true, |
$is_args1: true |
}, |
_rootHandleUncaughtError_closure: {"": "Closure;error_0,stackTrace_1", |
call$0: function() { |
P._scheduleAsyncCallback(new P._rootHandleUncaughtError__closure(this.error_0, this.stackTrace_1)); |
- } |
+ }, |
+ "+call:0:0": 0, |
+ $isFunction: true |
}, |
_rootHandleUncaughtError__closure: {"": "Closure;error_2,stackTrace_3", |
call$0: function() { |
- var t1, trace; |
+ var t1, trace, t2; |
t1 = this.error_2; |
P.print("Uncaught Error: " + H.S(t1)); |
trace = this.stackTrace_3; |
- if (trace == null) |
- trace = P.getAttachedStackTrace(t1); |
- P._attachStackTrace(t1, null); |
+ if (trace == null) { |
+ t2 = J.getInterceptor(t1); |
+ t2 = typeof t1 === "object" && t1 !== null && !!t2.$isError; |
+ } else |
+ t2 = false; |
+ if (t2) |
+ trace = t1.get$stackTrace(); |
if (trace != null) |
P.print("Stack Trace: \n" + H.S(trace) + "\n"); |
throw H.wrapException(t1); |
- } |
+ }, |
+ "+call:0:0": 0, |
+ $isFunction: true |
}, |
_RootZone: {"": "_BaseZone;", |
@@ -3836,6 +4349,9 @@ _RootZone: {"": "_BaseZone;", |
runUnary$2: function(f, arg) { |
return P._rootRunUnary(this, null, this, f, arg); |
}, |
+ runBinary$3: function(f, arg1, arg2) { |
+ return P._rootRunBinary(this, null, this, f, arg1, arg2); |
+ }, |
registerCallback$1: function(f) { |
return f; |
}, |
@@ -3844,13 +4360,6 @@ _RootZone: {"": "_BaseZone;", |
} |
}}], |
["dart.collection", "dart:collection", , P, { |
-_HashSet__newHashTable: function() { |
- var table = Object.create(null); |
- table["<non-identifier-key>"] = table; |
- delete table["<non-identifier-key>"]; |
- return table; |
-}, |
- |
_defaultEquals: function(a, b) { |
return J.$eq(a, b); |
}, |
@@ -3865,6 +4374,18 @@ HashMap_HashMap: function(equals, hashCode, isValidKey, $K, $V) { |
return t1; |
}, |
+HashMap_HashMap$identity: function($K, $V) { |
+ var t1 = new P._IdentityHashMap(0, null, null, null, null); |
+ H.setRuntimeTypeInfo(t1, [$K, $V]); |
+ return t1; |
+}, |
+ |
+HashSet_HashSet$identity: function($E) { |
+ var t1 = new P._IdentityHashSet(0, null, null, null, null); |
+ H.setRuntimeTypeInfo(t1, [$E]); |
+ return t1; |
+}, |
+ |
_iterableToString: function(iterable) { |
var parts, t1; |
t1 = $.get$_toStringVisiting(); |
@@ -4004,10 +4525,7 @@ _HashMap: {"": "Object;_collection$_length,_strings,_nums,_rest,_keys", |
get$length: function(_) { |
return this._collection$_length; |
}, |
- get$isEmpty: function(_) { |
- return this._collection$_length === 0; |
- }, |
- get$keys: function(_) { |
+ get$keys: function() { |
var t1 = new P.HashMapKeyIterable(this); |
H.setRuntimeTypeInfo(t1, [H.getRuntimeTypeArgument(this, "_HashMap", 0)]); |
return t1; |
@@ -4017,6 +4535,21 @@ _HashMap: {"": "Object;_collection$_length,_strings,_nums,_rest,_keys", |
H.setRuntimeTypeInfo(t1, [H.getRuntimeTypeArgument(this, "_HashMap", 0)]); |
return H.MappedIterable_MappedIterable(t1, new P._HashMap_values_closure(this), H.getRuntimeTypeArgument(t1, "IterableBase", 0), null); |
}, |
+ containsKey$1: function(key) { |
+ var strings, nums, rest; |
+ if (typeof key === "string" && key !== "__proto__") { |
+ strings = this._strings; |
+ return strings == null ? false : strings[key] != null; |
+ } else if (typeof key === "number" && (key & 0x3ffffff) === key) { |
+ nums = this._nums; |
+ return nums == null ? false : nums[key] != null; |
+ } else { |
+ rest = this._rest; |
+ if (rest == null) |
+ return false; |
+ return this._findBucketIndex$2(rest[this._computeHashCode$1(key)], key) >= 0; |
+ } |
+ }, |
$index: function(_, key) { |
var strings, t1, entry, nums, rest, bucket, index; |
if (typeof key === "string" && key !== "__proto__") { |
@@ -4158,7 +4691,6 @@ _HashMap: {"": "Object;_collection$_length,_strings,_nums,_rest,_keys", |
return -1; |
}, |
$isMap: true, |
- $asMap: null, |
static: { |
_HashMap__setTableEntry: function(table, key, value) { |
if (value == null) |
@@ -4181,16 +4713,35 @@ _HashMap_values_closure: {"": "Closure;this_0", |
var t1 = this.this_0; |
return t1.$index(t1, each); |
}, |
+ "+call:1:0": 0, |
+ $isFunction: true, |
$is_args1: true |
}, |
+_IdentityHashMap: {"": "_HashMap;_collection$_length,_strings,_nums,_rest,_keys", |
+ _computeHashCode$1: function(key) { |
+ return H.objectHashCode(key) & 0x3ffffff; |
+ }, |
+ _findBucketIndex$2: function(bucket, key) { |
+ var $length, i, t1; |
+ if (bucket == null) |
+ return -1; |
+ $length = bucket.length; |
+ for (i = 0; i < $length; i += 2) { |
+ t1 = bucket[i]; |
+ if (t1 == null ? key == null : t1 === key) |
+ return i; |
+ } |
+ return -1; |
+ }, |
+ $as_HashMap: null, |
+ $asMap: null |
+}, |
+ |
HashMapKeyIterable: {"": "IterableBase;_map", |
get$length: function(_) { |
return this._map._collection$_length; |
}, |
- get$isEmpty: function(_) { |
- return this._map._collection$_length === 0; |
- }, |
get$iterator: function(_) { |
var t1 = this._map; |
return new P.HashMapKeyIterator(t1, t1._computeKeys$0(), 0, null); |
@@ -4206,6 +4757,7 @@ HashMapKeyIterable: {"": "IterableBase;_map", |
} |
}, |
$asIterableBase: null, |
+ $asIterable: null, |
$isEfficientLength: true |
}, |
@@ -4238,7 +4790,7 @@ _LinkedHashMap: {"": "Object;_collection$_length,_strings,_nums,_rest,_first,_la |
get$isEmpty: function(_) { |
return this._collection$_length === 0; |
}, |
- get$keys: function(_) { |
+ get$keys: function() { |
var t1 = new P.LinkedHashMapKeyIterable(this); |
H.setRuntimeTypeInfo(t1, [H.getRuntimeTypeArgument(this, "_LinkedHashMap", 0)]); |
return t1; |
@@ -4248,7 +4800,7 @@ _LinkedHashMap: {"": "Object;_collection$_length,_strings,_nums,_rest,_first,_la |
H.setRuntimeTypeInfo(t1, [H.getRuntimeTypeArgument(this, "_LinkedHashMap", 0)]); |
return H.MappedIterable_MappedIterable(t1, new P._LinkedHashMap_values_closure(this), H.getRuntimeTypeArgument(t1, "IterableBase", 0), null); |
}, |
- containsKey$1: function(_, key) { |
+ containsKey$1: function(key) { |
var nums, rest; |
if ((key & 0x3ffffff) === key) { |
nums = this._nums; |
@@ -4410,7 +4962,7 @@ _LinkedHashMap: {"": "Object;_collection$_length,_strings,_nums,_rest,_first,_la |
return -1; |
$length = bucket.length; |
for (i = 0; i < $length; ++i) |
- if (J.$eq(J.get$_key$x(bucket[i]), key)) |
+ if (J.$eq(bucket[i].get$_key(), key)) |
return i; |
return -1; |
}, |
@@ -4418,7 +4970,6 @@ _LinkedHashMap: {"": "Object;_collection$_length,_strings,_nums,_rest,_first,_la |
return P.Maps_mapToString(this); |
}, |
$isMap: true, |
- $asMap: null, |
static: { |
_LinkedHashMap__newHashTable: function() { |
var table = Object.create(null); |
@@ -4434,18 +4985,17 @@ _LinkedHashMap_values_closure: {"": "Closure;this_0", |
var t1 = this.this_0; |
return t1.$index(t1, each); |
}, |
+ "+call:1:0": 0, |
+ $isFunction: true, |
$is_args1: true |
}, |
-LinkedHashMapCell: {"": "Object;_key>,_collection$_value@,_next<,_previous<"}, |
+LinkedHashMapCell: {"": "Object;_key<,_collection$_value@,_next<,_previous<"}, |
LinkedHashMapKeyIterable: {"": "IterableBase;_map", |
get$length: function(_) { |
return this._map._collection$_length; |
}, |
- get$isEmpty: function(_) { |
- return this._map._collection$_length === 0; |
- }, |
get$iterator: function(_) { |
var t1 = this._map; |
t1 = new P.LinkedHashMapKeyIterator(t1, t1._modifications, null, null); |
@@ -4465,6 +5015,7 @@ LinkedHashMapKeyIterable: {"": "IterableBase;_map", |
} |
}, |
$asIterableBase: null, |
+ $asIterable: null, |
$isEfficientLength: true |
}, |
@@ -4497,9 +5048,6 @@ _HashSet: {"": "_HashSetBase;", |
get$length: function(_) { |
return this._collection$_length; |
}, |
- get$isEmpty: function(_) { |
- return this._collection$_length === 0; |
- }, |
contains$1: function(_, object) { |
var strings, nums, rest; |
if (typeof object === "string" && object !== "__proto__") { |
@@ -4533,11 +5081,14 @@ _HashSet: {"": "_HashSetBase;", |
return J.$index$asx(bucket, index); |
}, |
add$1: function(_, element) { |
- var rest, hash, bucket; |
+ var rest, table, hash, bucket; |
rest = this._rest; |
if (rest == null) { |
- rest = P._HashSet__newHashTable(); |
- this._rest = rest; |
+ table = Object.create(null); |
+ table["<non-identifier-key>"] = table; |
+ delete table["<non-identifier-key>"]; |
+ this._rest = table; |
+ rest = table; |
} |
hash = this._computeHashCode$1(element); |
bucket = rest[hash]; |
@@ -4621,7 +5172,9 @@ _HashSet: {"": "_HashSetBase;", |
return -1; |
}, |
$as_HashSetBase: null, |
- $isEfficientLength: true |
+ $asIterable: null, |
+ $isEfficientLength: true, |
+ $isIterable: true |
}, |
_IdentityHashSet: {"": "_HashSet;_collection$_length,_strings,_nums,_rest,_elements", |
@@ -4640,7 +5193,8 @@ _IdentityHashSet: {"": "_HashSet;_collection$_length,_strings,_nums,_rest,_eleme |
} |
return -1; |
}, |
- $as_HashSet: null |
+ $as_HashSet: null, |
+ $asIterable: null |
}, |
HashSetIterator: {"": "Object;_set,_elements,_offset,_collection$_current", |
@@ -4670,29 +5224,20 @@ _HashSetBase: {"": "IterableBase;", |
return H.IterableMixinWorkaround_toStringIterable(this, "{", "}"); |
}, |
$asIterableBase: null, |
- $isEfficientLength: true |
-}, |
- |
-HashSet: {"": "Object;", $isEfficientLength: true, static: { |
-HashSet_HashSet$identity: function($E) { |
- var t1 = new P._IdentityHashSet(0, null, null, null, null); |
- H.setRuntimeTypeInfo(t1, [$E]); |
- return t1; |
-}} |
+ $asIterable: null, |
+ $isEfficientLength: true, |
+ $isIterable: true |
}, |
IterableBase: {"": "Object;", |
+ map$1: function(_, f) { |
+ return H.MappedIterable_MappedIterable(this, f, H.getRuntimeTypeArgument(this, "IterableBase", 0), null); |
+ }, |
forEach$1: function(_, f) { |
var t1; |
for (t1 = this.get$iterator(this); t1.moveNext$0();) |
f.call$1(t1.get$current()); |
}, |
- toList$1$growable: function(_, growable) { |
- return P.List_List$from(this, growable, H.getRuntimeTypeArgument(this, "IterableBase", 0)); |
- }, |
- toList$0: function($receiver) { |
- return this.toList$1$growable($receiver, true); |
- }, |
get$length: function(_) { |
var it, count; |
it = this.get$iterator(this); |
@@ -4700,24 +5245,24 @@ IterableBase: {"": "Object;", |
++count; |
return count; |
}, |
- get$isEmpty: function(_) { |
- return !this.get$iterator(this).moveNext$0(); |
- }, |
elementAt$1: function(_, index) { |
- var t1, remaining, element; |
- if (index < 0) |
+ var t1, remaining, element, t2; |
+ if (typeof index !== "number" || Math.floor(index) !== index || index < 0) |
throw H.wrapException(P.RangeError$value(index)); |
for (t1 = this.get$iterator(this), remaining = index; t1.moveNext$0();) { |
element = t1.get$current(); |
- if (remaining === 0) |
+ t2 = J.getInterceptor(remaining); |
+ if (t2.$eq(remaining, 0)) |
return element; |
- --remaining; |
+ remaining = t2.$sub(remaining, 1); |
} |
throw H.wrapException(P.RangeError$value(index)); |
}, |
toString$0: function(_) { |
return P._iterableToString(this); |
- } |
+ }, |
+ $isIterable: true, |
+ $asIterable: null |
}, |
ListMixin: {"": "Object;", |
@@ -4730,14 +5275,19 @@ ListMixin: {"": "Object;", |
forEach$1: function(receiver, action) { |
var $length, i; |
$length = this.get$length(receiver); |
- for (i = 0; i < $length; ++i) { |
+ if (typeof $length !== "number") |
+ throw H.iae($length); |
+ i = 0; |
+ for (; i < $length; ++i) { |
action.call$1(this.$index(receiver, i)); |
if ($length !== this.get$length(receiver)) |
throw H.wrapException(P.ConcurrentModificationError$(receiver)); |
} |
}, |
- get$isEmpty: function(receiver) { |
- return this.get$length(receiver) === 0; |
+ map$1: function(receiver, f) { |
+ var t1 = new H.MappedListIterable(receiver, f); |
+ H.setRuntimeTypeInfo(t1, [null, null]); |
+ return t1; |
}, |
toString$0: function(receiver) { |
var result, t1; |
@@ -4759,7 +5309,9 @@ ListMixin: {"": "Object;", |
}, |
$isList: true, |
$asList: null, |
- $isEfficientLength: true |
+ $isEfficientLength: true, |
+ $isIterable: true, |
+ $asIterable: null |
}, |
Maps_mapToString_closure: {"": "Closure;box_0,result_1", |
@@ -4773,6 +5325,8 @@ Maps_mapToString_closure: {"": "Closure;box_0,result_1", |
t1.write$1(": "); |
t1.write$1(v); |
}, |
+ "+call:2:0": 0, |
+ $isFunction: true, |
$is_args2: true |
}, |
@@ -4792,9 +5346,6 @@ ListQueue: {"": "IterableBase;_table,_head,_tail,_modificationCount", |
H.throwExpression(P.ConcurrentModificationError$(this)); |
} |
}, |
- get$isEmpty: function(_) { |
- return this._head === this._tail; |
- }, |
get$length: function(_) { |
return (this._tail - this._head & this._table.length - 1) >>> 0; |
}, |
@@ -4849,7 +5400,9 @@ ListQueue: {"": "IterableBase;_table,_head,_tail,_modificationCount", |
this._table = t1; |
}, |
$asIterableBase: null, |
+ $asIterable: null, |
$isEfficientLength: true, |
+ $isIterable: true, |
static: { |
"": "ListQueue__INITIAL_CAPACITY", |
ListQueue$: function(initialCapacity, $E) { |
@@ -4888,83 +5441,14 @@ _ListQueueIterator$: function(queue) { |
}} |
}}], |
-["dart.convert", "dart:convert", , P, { |
-_convertJsonToDart: function(json, reviver) { |
- var revive = new P._convertJsonToDart_closure(); |
- return revive.call$2(null, new P._convertJsonToDart_walk(revive).call$1(json)); |
-}, |
- |
-_parseJson: function(source, reviver) { |
- var parsed, e, t1, exception; |
- t1 = source; |
- if (typeof t1 !== "string") |
- throw H.wrapException(new P.ArgumentError(source)); |
- parsed = null; |
- try { |
- parsed = JSON.parse(source); |
- } catch (exception) { |
- t1 = H.unwrapException(exception); |
- e = t1; |
- throw H.wrapException(P.FormatException$(String(e))); |
- } |
- |
- return P._convertJsonToDart(parsed, reviver); |
-}, |
- |
-_convertJsonToDart_closure: {"": "Closure;", |
- call$2: function(key, value) { |
- return value; |
- }, |
- $is_args2: true |
-}, |
- |
-_convertJsonToDart_walk: {"": "Closure;revive_0", |
- call$1: function(e) { |
- var list, t1, i, keys, map, key, proto; |
- if (e == null || typeof e != "object") |
- return e; |
- if (Object.getPrototypeOf(e) === Array.prototype) { |
- list = e; |
- for (t1 = this.revive_0, i = 0; i < list.length; ++i) |
- list[i] = t1.call$2(i, this.call$1(list[i])); |
- return list; |
- } |
- keys = Object.keys(e); |
- map = H.fillLiteralMap([], P.LinkedHashMap_LinkedHashMap(null, null, null, null, null)); |
- for (t1 = this.revive_0, i = 0; i < keys.length; ++i) { |
- key = keys[i]; |
- map.$indexSet(map, key, t1.call$2(key, this.call$1(e[key]))); |
- } |
- proto = e.__proto__; |
- if (typeof proto !== "undefined" && proto !== Object.prototype) |
- map.$indexSet(map, "__proto__", t1.call$2("__proto__", this.call$1(proto))); |
- return map; |
- }, |
- $is_args1: true |
-}, |
- |
-Codec: {"": "Object;"}, |
- |
-Converter: {"": "Object;"}, |
- |
-JsonCodec: {"": "Codec;", |
- decode$2$reviver: function(source, reviver) { |
- return P._parseJson(source, C.JsonDecoder_null._reviver); |
- }, |
- decode$1: function(source) { |
- return this.decode$2$reviver(source, null); |
- } |
-}, |
- |
-JsonDecoder: {"": "Converter;_reviver"}}], |
["dart.core", "dart:core", , P, { |
-_symbolToString: function(symbol) { |
- return H.Symbol_getName(symbol); |
+Function__toMangledNames: function(namedArguments) { |
+ return; |
}, |
Error_safeToString: function(object) { |
var buffer, t1, i, codeUnit, t2, charCodes; |
- if (typeof object === "number" && Math.floor(object) === object || typeof object === "number" || typeof object === "boolean" || null == object) |
+ if (typeof object === "number" || typeof object === "boolean" || null == object) |
return J.toString$0(object); |
if (typeof object === "string") { |
buffer = new P.StringBuffer(""); |
@@ -5041,7 +5525,7 @@ List_List$filled: function($length, fill, $E) { |
}, |
List_List$from: function(other, growable, $E) { |
- var list, t1, $length, fixedList, t2, i, t3; |
+ var list, t1, $length, fixedList, i; |
list = P.List_List(null, $E); |
H.setRuntimeTypeInfo(list, [$E]); |
for (t1 = J.get$iterator$ax(other); t1.moveNext$0();) |
@@ -5051,13 +5535,10 @@ List_List$from: function(other, growable, $E) { |
$length = list.length; |
fixedList = P.List_List($length, $E); |
H.setRuntimeTypeInfo(fixedList, [$E]); |
- for (t1 = list.length, t2 = fixedList.length, i = 0; i < $length; ++i) { |
+ for (t1 = list.length, i = 0; i < $length; ++i) { |
if (i >= t1) |
throw H.ioore(list, i); |
- t3 = list[i]; |
- if (i >= t2) |
- throw H.ioore(fixedList, i); |
- fixedList[i] = t3; |
+ fixedList[i] = list[i]; |
} |
return fixedList; |
}, |
@@ -5067,52 +5548,157 @@ print: function(object) { |
H.printToConsole(line); |
}, |
+Function__toMangledNames_closure: {"": "Closure;result_0", |
+ call$2: function(symbol, value) { |
+ var t1 = this.result_0; |
+ t1.$indexSet(t1, symbol.get$_name(), value); |
+ }, |
+ "+call:2:0": 0, |
+ $isFunction: true, |
+ $is_args2: true |
+}, |
+ |
NoSuchMethodError_toString_closure: {"": "Closure;box_0", |
call$2: function(key, value) { |
var t1 = this.box_0; |
if (t1.i_1 > 0) |
t1.sb_0.write$1(", "); |
- t1.sb_0.write$1(P._symbolToString(key)); |
+ t1.sb_0.write$1(key.get$_name()); |
+ t1.sb_0.write$1(": "); |
+ t1.sb_0.write$1(P.Error_safeToString(value)); |
+ t1.i_1 = t1.i_1 + 1; |
}, |
+ "+call:2:0": 0, |
+ $isFunction: true, |
$is_args2: true |
}, |
-Duration: {"": "Object;_duration", |
- $lt: function(_, other) { |
- return C.JSNumber_methods.$lt(this._duration, other.get$_duration()); |
- }, |
- $gt: function(_, other) { |
- return C.JSNumber_methods.$gt(this._duration, other.get$_duration()); |
- }, |
- $ge: function(_, other) { |
- return C.JSNumber_methods.$ge(this._duration, other.get$_duration()); |
- }, |
+DateTime: {"": "Object;millisecondsSinceEpoch,isUtc", |
$eq: function(_, other) { |
var t1; |
if (other == null) |
return false; |
t1 = J.getInterceptor(other); |
- if (typeof other !== "object" || other === null || !t1.$isDuration) |
+ if (typeof other !== "object" || other === null || !t1.$isDateTime) |
return false; |
- return this._duration === other._duration; |
+ return this.millisecondsSinceEpoch === other.millisecondsSinceEpoch && this.isUtc === other.isUtc; |
}, |
get$hashCode: function(_) { |
- return this._duration & 0x1FFFFFFF; |
+ return this.millisecondsSinceEpoch; |
}, |
toString$0: function(_) { |
- var t1, t2, twoDigitMinutes, twoDigitSeconds, sixDigitUs; |
- t1 = new P.Duration_toString_twoDigits(); |
- t2 = this._duration; |
- if (t2 < 0) |
- return "-" + H.S(P.Duration$(0, 0, -t2, 0, 0, 0)); |
- twoDigitMinutes = t1.call$1(C.JSNumber_methods.remainder$1(C.JSNumber_methods.$tdiv(t2, 60000000), 60)); |
- twoDigitSeconds = t1.call$1(C.JSNumber_methods.remainder$1(C.JSNumber_methods.$tdiv(t2, 1000000), 60)); |
- sixDigitUs = new P.Duration_toString_sixDigits().call$1(C.JSNumber_methods.remainder$1(t2, 1000000)); |
- return H.S(C.JSNumber_methods.$tdiv(t2, 3600000000)) + ":" + H.S(twoDigitMinutes) + ":" + H.S(twoDigitSeconds) + "." + H.S(sixDigitUs); |
+ var t1, y, m, d, h, min, sec, ms; |
+ t1 = new P.DateTime_toString_twoDigits(); |
+ y = new P.DateTime_toString_fourDigits().call$1(H.Primitives_getYear(this)); |
+ m = t1.call$1(H.Primitives_getMonth(this)); |
+ d = t1.call$1(H.Primitives_getDay(this)); |
+ h = t1.call$1(H.Primitives_getHours(this)); |
+ min = t1.call$1(H.Primitives_getMinutes(this)); |
+ sec = t1.call$1(H.Primitives_getSeconds(this)); |
+ ms = new P.DateTime_toString_threeDigits().call$1(H.Primitives_getMilliseconds(this)); |
+ if (this.isUtc) |
+ return H.S(y) + "-" + H.S(m) + "-" + H.S(d) + " " + H.S(h) + ":" + H.S(min) + ":" + H.S(sec) + "." + H.S(ms) + "Z"; |
+ else |
+ return H.S(y) + "-" + H.S(m) + "-" + H.S(d) + " " + H.S(h) + ":" + H.S(min) + ":" + H.S(sec) + "." + H.S(ms); |
}, |
- $isDuration: true, |
+ DateTime$fromMillisecondsSinceEpoch$2$isUtc: function(millisecondsSinceEpoch, isUtc) { |
+ if (Math.abs(millisecondsSinceEpoch) > 8640000000000000) |
+ throw H.wrapException(new P.ArgumentError(millisecondsSinceEpoch)); |
+ }, |
+ $isDateTime: true, |
static: { |
-"": "Duration_MICROSECONDS_PER_MILLISECOND,Duration_MILLISECONDS_PER_SECOND,Duration_SECONDS_PER_MINUTE,Duration_MINUTES_PER_HOUR,Duration_HOURS_PER_DAY,Duration_MICROSECONDS_PER_SECOND,Duration_MICROSECONDS_PER_MINUTE,Duration_MICROSECONDS_PER_HOUR,Duration_MICROSECONDS_PER_DAY,Duration_MILLISECONDS_PER_MINUTE,Duration_MILLISECONDS_PER_HOUR,Duration_MILLISECONDS_PER_DAY,Duration_SECONDS_PER_HOUR,Duration_SECONDS_PER_DAY,Duration_MINUTES_PER_DAY,Duration_ZERO", |
+"": "DateTime_MONDAY,DateTime_TUESDAY,DateTime_WEDNESDAY,DateTime_THURSDAY,DateTime_FRIDAY,DateTime_SATURDAY,DateTime_SUNDAY,DateTime_DAYS_PER_WEEK,DateTime_JANUARY,DateTime_FEBRUARY,DateTime_MARCH,DateTime_APRIL,DateTime_MAY,DateTime_JUNE,DateTime_JULY,DateTime_AUGUST,DateTime_SEPTEMBER,DateTime_OCTOBER,DateTime_NOVEMBER,DateTime_DECEMBER,DateTime_MONTHS_PER_YEAR,DateTime__MAX_MILLISECONDS_SINCE_EPOCH", |
+DateTime$fromMillisecondsSinceEpoch: function(millisecondsSinceEpoch, isUtc) { |
+ var t1 = new P.DateTime(millisecondsSinceEpoch, isUtc); |
+ t1.DateTime$fromMillisecondsSinceEpoch$2$isUtc(millisecondsSinceEpoch, isUtc); |
+ return t1; |
+}} |
+ |
+}, |
+ |
+DateTime_toString_fourDigits: {"": "Closure;", |
+ call$1: function(n) { |
+ var t1, absN, sign; |
+ t1 = J.getInterceptor$n(n); |
+ absN = t1.abs$0(n); |
+ sign = t1.$lt(n, 0) ? "-" : ""; |
+ if (absN >= 1000) |
+ return H.S(n); |
+ if (absN >= 100) |
+ return sign + "0" + H.S(absN); |
+ if (absN >= 10) |
+ return sign + "00" + H.S(absN); |
+ return sign + "000" + H.S(absN); |
+ }, |
+ "+call:1:0": 0, |
+ $isFunction: true, |
+ $is_args1: true |
+}, |
+ |
+DateTime_toString_threeDigits: {"": "Closure;", |
+ call$1: function(n) { |
+ var t1 = J.getInterceptor$n(n); |
+ if (t1.$ge(n, 100)) |
+ return H.S(n); |
+ if (t1.$ge(n, 10)) |
+ return "0" + H.S(n); |
+ return "00" + H.S(n); |
+ }, |
+ "+call:1:0": 0, |
+ $isFunction: true, |
+ $is_args1: true |
+}, |
+ |
+DateTime_toString_twoDigits: {"": "Closure;", |
+ call$1: function(n) { |
+ if (J.$ge$n(n, 10)) |
+ return H.S(n); |
+ return "0" + H.S(n); |
+ }, |
+ "+call:1:0": 0, |
+ $isFunction: true, |
+ $is_args1: true |
+}, |
+ |
+Duration: {"": "Object;_duration<", |
+ $sub: function(_, other) { |
+ return P.Duration$(0, 0, C.JSNumber_methods.$sub(this._duration, other.get$_duration()), 0, 0, 0); |
+ }, |
+ $lt: function(_, other) { |
+ return C.JSNumber_methods.$lt(this._duration, other.get$_duration()); |
+ }, |
+ $gt: function(_, other) { |
+ return this._duration > other.get$_duration(); |
+ }, |
+ $ge: function(_, other) { |
+ return this._duration >= other.get$_duration(); |
+ }, |
+ $eq: function(_, other) { |
+ var t1; |
+ if (other == null) |
+ return false; |
+ t1 = J.getInterceptor(other); |
+ if (typeof other !== "object" || other === null || !t1.$isDuration) |
+ return false; |
+ return this._duration === other._duration; |
+ }, |
+ get$hashCode: function(_) { |
+ return this._duration & 0x1FFFFFFF; |
+ }, |
+ toString$0: function(_) { |
+ var t1, t2, twoDigitMinutes, twoDigitSeconds, sixDigitUs; |
+ t1 = new P.Duration_toString_twoDigits(); |
+ t2 = this._duration; |
+ if (t2 < 0) |
+ return "-" + H.S(P.Duration$(0, 0, -t2, 0, 0, 0)); |
+ twoDigitMinutes = t1.call$1(C.JSNumber_methods.remainder$1(C.JSNumber_methods.$tdiv(t2, 60000000), 60)); |
+ twoDigitSeconds = t1.call$1(C.JSNumber_methods.remainder$1(C.JSNumber_methods.$tdiv(t2, 1000000), 60)); |
+ sixDigitUs = new P.Duration_toString_sixDigits().call$1(C.JSNumber_methods.remainder$1(t2, 1000000)); |
+ return H.S(C.JSNumber_methods.$tdiv(t2, 3600000000)) + ":" + H.S(twoDigitMinutes) + ":" + H.S(twoDigitSeconds) + "." + H.S(sixDigitUs); |
+ }, |
+ $isDuration: true, |
+ static: { |
+"": "Duration_MICROSECONDS_PER_MILLISECOND,Duration_MILLISECONDS_PER_SECOND,Duration_SECONDS_PER_MINUTE,Duration_MINUTES_PER_HOUR,Duration_HOURS_PER_DAY,Duration_MICROSECONDS_PER_SECOND,Duration_MICROSECONDS_PER_MINUTE,Duration_MICROSECONDS_PER_HOUR,Duration_MICROSECONDS_PER_DAY,Duration_MILLISECONDS_PER_MINUTE,Duration_MILLISECONDS_PER_HOUR,Duration_MILLISECONDS_PER_DAY,Duration_SECONDS_PER_HOUR,Duration_SECONDS_PER_DAY,Duration_MINUTES_PER_DAY,Duration_ZERO", |
Duration$: function(days, hours, microseconds, milliseconds, minutes, seconds) { |
return new P.Duration(days * 86400000000 + hours * 3600000000 + minutes * 60000000 + seconds * 1000000 + milliseconds * 1000 + microseconds); |
}} |
@@ -5134,6 +5720,8 @@ Duration_toString_sixDigits: {"": "Closure;", |
return "0000" + H.S(n); |
return "00000" + H.S(n); |
}, |
+ "+call:1:0": 0, |
+ $isFunction: true, |
$is_args1: true |
}, |
@@ -5143,6 +5731,8 @@ Duration_toString_twoDigits: {"": "Closure;", |
return H.S(n); |
return "0" + H.S(n); |
}, |
+ "+call:1:0": 0, |
+ $isFunction: true, |
$is_args1: true |
}, |
@@ -5188,6 +5778,36 @@ RangeError$range: function(value, start, end) { |
}, |
+NoSuchMethodError: {"": "Error;_core$_receiver,_memberName,_core$_arguments,_namedArguments,_existingArgumentNames", |
+ toString$0: function(_) { |
+ var t1, t2, t3, t4, str; |
+ t1 = {}; |
+ t1.sb_0 = P.StringBuffer$(""); |
+ t1.i_1 = 0; |
+ for (t2 = this._core$_arguments; t3 = t1.i_1, t3 < t2.length; t1.i_1 = t1.i_1 + 1) { |
+ if (t3 > 0) { |
+ t3 = t1.sb_0; |
+ t3._contents = t3._contents + ", "; |
+ } |
+ t3 = t1.sb_0; |
+ t4 = t1.i_1; |
+ if (t4 < 0 || t4 >= t2.length) |
+ throw H.ioore(t2, t4); |
+ str = P.Error_safeToString(t2[t4]); |
+ str = typeof str === "string" ? str : H.S(str); |
+ t3._contents = t3._contents + str; |
+ } |
+ t2 = this._namedArguments; |
+ t2.forEach$1(t2, new P.NoSuchMethodError_toString_closure(t1)); |
+ return "NoSuchMethodError : method not found: '" + H.S(this._memberName) + "'\nReceiver: " + H.S(P.Error_safeToString(this._core$_receiver)) + "\nArguments: [" + H.S(t1.sb_0) + "]"; |
+ }, |
+ static: { |
+NoSuchMethodError$: function(receiver, memberName, positionalArguments, namedArguments, existingArgumentNames) { |
+ return new P.NoSuchMethodError(receiver, memberName, positionalArguments, namedArguments, existingArgumentNames); |
+}} |
+ |
+}, |
+ |
UnsupportedError: {"": "Error;message", |
toString$0: function(_) { |
return "Unsupported operation: " + this.message; |
@@ -5199,6 +5819,19 @@ UnsupportedError$: function(message) { |
}, |
+UnimplementedError: {"": "Error;message", |
+ toString$0: function(_) { |
+ var t1 = this.message; |
+ return t1 != null ? "UnimplementedError: " + H.S(t1) : "UnimplementedError"; |
+ }, |
+ $isError: true, |
+ static: { |
+UnimplementedError$: function(message) { |
+ return new P.UnimplementedError(message); |
+}} |
+ |
+}, |
+ |
StateError: {"": "Error;message", |
toString$0: function(_) { |
return "Bad state: " + this.message; |
@@ -5215,7 +5848,7 @@ ConcurrentModificationError: {"": "Error;modifiedObject", |
var t1 = this.modifiedObject; |
if (t1 == null) |
return "Concurrent modification during iteration."; |
- return "Concurrent modification during iteration: " + P.Error_safeToString(t1) + "."; |
+ return "Concurrent modification during iteration: " + H.S(P.Error_safeToString(t1)) + "."; |
}, |
static: { |
ConcurrentModificationError$: function(modifiedObject) { |
@@ -5256,7 +5889,7 @@ _ExceptionImplementation: {"": "Object;message", |
FormatException: {"": "Object;message", |
toString$0: function(_) { |
- return "FormatException: " + this.message; |
+ return "FormatException: " + H.S(this.message); |
}, |
static: { |
FormatException$: function(message) { |
@@ -5267,7 +5900,7 @@ FormatException$: function(message) { |
Expando: {"": "Object;name", |
toString$0: function(_) { |
- return "Expando:" + this.name; |
+ return "Expando:" + H.S(this.name); |
}, |
$index: function(_, object) { |
var values = H.Primitives_getProperty(object, "expando$values"); |
@@ -5298,7 +5931,7 @@ Expando: {"": "Object;name", |
}, |
-Function: {"": "Object;"}, |
+Function: {"": "Object;", $isFunction: true}, |
Iterator: {"": "Object;"}, |
@@ -5317,6 +5950,9 @@ Object: {"": ";", |
}, |
toString$0: function(_) { |
return H.Primitives_objectToString(this); |
+ }, |
+ noSuchMethod$1: function(_, invocation) { |
+ throw H.wrapException(P.NoSuchMethodError$(this, invocation.get$memberName(), invocation.get$positionalArguments(), invocation.get$namedArguments(), null)); |
} |
}, |
@@ -5326,9 +5962,6 @@ StringBuffer: {"": "Object;_contents<", |
get$length: function(_) { |
return this._contents.length; |
}, |
- get$isEmpty: function(_) { |
- return this._contents.length === 0; |
- }, |
write$1: function(obj) { |
var str = typeof obj === "string" ? obj : H.S(obj); |
this._contents = this._contents + str; |
@@ -5371,46 +6004,6 @@ StringBuffer$: function($content) { |
Symbol: {"": "Object;"}}], |
["dart.dom.html", "dart:html", , W, { |
-HttpRequest_getString: function(url, onProgress, withCredentials) { |
- return W.HttpRequest_request(url, null, null, onProgress, null, null, null, withCredentials).then$1(new W.HttpRequest_getString_closure()); |
-}, |
- |
-HttpRequest_request: function(url, method, mimeType, onProgress, requestHeaders, responseType, sendData, withCredentials) { |
- var t1, completer, xhr, t2; |
- t1 = W.HttpRequest; |
- completer = new P._AsyncCompleter(P._Future$(t1)); |
- H.setRuntimeTypeInfo(completer, [t1]); |
- xhr = new XMLHttpRequest(); |
- C.HttpRequest_methods.open$3$async(xhr, "GET", url, true); |
- t1 = new W._EventStream(xhr, C.EventStreamProvider_load._eventType, false); |
- H.setRuntimeTypeInfo(t1, [null]); |
- t2 = new W._EventStreamSubscription(0, t1._target, t1._eventType, W._wrapZone(new W.HttpRequest_request_closure(completer, xhr)), t1._useCapture); |
- H.setRuntimeTypeInfo(t2, [H.getRuntimeTypeArgument(t1, "_EventStream", 0)]); |
- t2._tryResume$0(); |
- t2 = new W._EventStream(xhr, C.EventStreamProvider_error._eventType, false); |
- H.setRuntimeTypeInfo(t2, [null]); |
- t1 = completer.get$completeError(); |
- t1 = new W._EventStreamSubscription(0, t2._target, t2._eventType, W._wrapZone(t1), t2._useCapture); |
- H.setRuntimeTypeInfo(t1, [H.getRuntimeTypeArgument(t2, "_EventStream", 0)]); |
- t1._tryResume$0(); |
- xhr.send(); |
- return completer.future; |
-}, |
- |
-_convertNativeToDart_EventTarget: function(e) { |
- var $window, t1; |
- if (e == null) |
- return; |
- if ("setInterval" in e) { |
- $window = W._DOMWindowCrossFrame__createSafe(e); |
- t1 = J.getInterceptor($window); |
- if (typeof $window === "object" && $window !== null && !!t1.$isEventTarget) |
- return $window; |
- return; |
- } else |
- return e; |
-}, |
- |
_wrapZone: function(callback) { |
var t1 = $.Zone__current; |
if (t1 === C.C__RootZone) |
@@ -5418,118 +6011,20 @@ _wrapZone: function(callback) { |
return t1.bindUnaryCallback$2$runGuarded(callback, true); |
}, |
-HttpRequest_getString_closure: {"": "Closure;", |
- call$1: function(xhr) { |
- return J.get$responseText$x(xhr); |
- }, |
- $is_args1: true |
-}, |
- |
-HttpRequest_request_closure0: {"": "Closure;xhr_0", |
- call$2: function(header, value) { |
- this.xhr_0.setRequestHeader(header, value); |
- }, |
- $is_args2: true |
-}, |
- |
-HttpRequest_request_closure: {"": "Closure;completer_1,xhr_2", |
- call$1: function(e) { |
- var t1, t2, t3; |
- t1 = this.xhr_2; |
- t2 = t1.status; |
- if (typeof t2 !== "number") |
- throw t2.$ge(); |
- t2 = t2 >= 200 && t2 < 300 || t2 === 0 || t2 === 304; |
- t3 = this.completer_1; |
- if (t2) { |
- t2 = t3.future; |
- if (t2._state !== 0) |
- H.throwExpression(P.StateError$("Future already completed")); |
- t2._asyncComplete$1(t1); |
- } else { |
- t1 = t3.future; |
- if (t1._state !== 0) |
- H.throwExpression(P.StateError$("Future already completed")); |
- t1._asyncCompleteError$2(e, null); |
- } |
- }, |
- $is_args1: true |
-}, |
- |
-Storage_keys_closure: {"": "Closure;keys_0", |
- call$2: function(k, v) { |
- return this.keys_0.push(k); |
- }, |
- $is_args2: true |
-}, |
- |
-Storage_values_closure: {"": "Closure;values_0", |
- call$2: function(k, v) { |
- return this.values_0.push(v); |
- }, |
- $is_args2: true |
-}, |
- |
-_EventStream: {"": "Stream;_target,_eventType,_useCapture", |
- listen$4$cancelOnError$onDone$onError: function(onData, cancelOnError, onDone, onError) { |
- var t1 = new W._EventStreamSubscription(0, this._target, this._eventType, W._wrapZone(onData), this._useCapture); |
- H.setRuntimeTypeInfo(t1, [H.getRuntimeTypeArgument(this, "_EventStream", 0)]); |
- t1._tryResume$0(); |
- return t1; |
- }, |
- $asStream: null |
-}, |
- |
-_ElementEventStreamImpl: {"": "_EventStream;_target,_eventType,_useCapture", $as_EventStream: null}, |
- |
-_EventStreamSubscription: {"": "StreamSubscription;_pauseCount,_target,_eventType,_onData,_useCapture", |
- cancel$0: function() { |
- if (this._target == null) |
- return; |
- this._unlisten$0(); |
- this._target = null; |
- this._onData = null; |
- }, |
- _tryResume$0: function() { |
- var t1 = this._onData; |
- if (t1 != null && this._pauseCount <= 0) |
- J.addEventListener$3$x(this._target, this._eventType, t1, this._useCapture); |
- }, |
- _unlisten$0: function() { |
- var t1 = this._onData; |
- if (t1 != null) |
- J.removeEventListener$3$x(this._target, this._eventType, t1, this._useCapture); |
- }, |
- $asStreamSubscription: null |
-}, |
- |
-EventStreamProvider: {"": "Object;_eventType"}, |
- |
-_DOMWindowCrossFrame: {"": "Object;_window", $isEventTarget: true, static: { |
-_DOMWindowCrossFrame__createSafe: function(w) { |
- if (w === window) |
- return w; |
- else |
- return new W._DOMWindowCrossFrame(w); |
-}} |
-}, |
- |
-HtmlElement: {"": "Element;", "%": "HTMLAppletElement|HTMLBRElement|HTMLBaseFontElement|HTMLBodyElement|HTMLCanvasElement|HTMLContentElement|HTMLDListElement|HTMLDataListElement|HTMLDetailsElement|HTMLDialogElement|HTMLDirectoryElement|HTMLDivElement|HTMLEmbedElement|HTMLFontElement|HTMLFrameElement|HTMLFrameSetElement|HTMLHRElement|HTMLHeadElement|HTMLHeadingElement|HTMLHtmlElement|HTMLIFrameElement|HTMLImageElement|HTMLLIElement|HTMLLabelElement|HTMLLegendElement|HTMLMapElement|HTMLMarqueeElement|HTMLMenuElement|HTMLMetaElement|HTMLMeterElement|HTMLModElement|HTMLOListElement|HTMLObjectElement|HTMLOutputElement|HTMLParagraphElement|HTMLParamElement|HTMLPreElement|HTMLProgressElement|HTMLQuoteElement|HTMLScriptElement|HTMLShadowElement|HTMLSourceElement|HTMLSpanElement|HTMLTableCaptionElement|HTMLTableCellElement|HTMLTableColElement|HTMLTableDataCellElement|HTMLTableElement|HTMLTableHeaderCellElement|HTMLTableRowElement|HTMLTableSectionElement|HTMLTemplateElement|HTMLTitleElement|HTMLTrackElement|HTMLUListElement|HTMLUnknownElement;HTMLElement"}, |
+HtmlElement: {"": "Element;", "%": "HTMLAppletElement|HTMLAreaElement|HTMLBRElement|HTMLBaseElement|HTMLBaseFontElement|HTMLBodyElement|HTMLCanvasElement|HTMLContentElement|HTMLDListElement|HTMLDataListElement|HTMLDetailsElement|HTMLDialogElement|HTMLDirectoryElement|HTMLDivElement|HTMLEmbedElement|HTMLFieldSetElement|HTMLFontElement|HTMLFrameElement|HTMLFrameSetElement|HTMLHRElement|HTMLHeadElement|HTMLHeadingElement|HTMLHtmlElement|HTMLIFrameElement|HTMLImageElement|HTMLKeygenElement|HTMLLabelElement|HTMLLegendElement|HTMLLinkElement|HTMLMapElement|HTMLMarqueeElement|HTMLMenuElement|HTMLMetaElement|HTMLModElement|HTMLOListElement|HTMLObjectElement|HTMLOptGroupElement|HTMLParagraphElement|HTMLPreElement|HTMLQuoteElement|HTMLScriptElement|HTMLShadowElement|HTMLSourceElement|HTMLSpanElement|HTMLStyleElement|HTMLTableCaptionElement|HTMLTableCellElement|HTMLTableColElement|HTMLTableDataCellElement|HTMLTableElement|HTMLTableHeaderCellElement|HTMLTableRowElement|HTMLTableSectionElement|HTMLTemplateElement|HTMLTitleElement|HTMLTrackElement|HTMLUListElement|HTMLUnknownElement;HTMLElement"}, |
-AnchorElement: {"": "HtmlElement;target=", |
+AnchorElement: {"": "HtmlElement;", |
toString$0: function(receiver) { |
return receiver.toString(); |
}, |
"%": "HTMLAnchorElement" |
}, |
-AreaElement: {"": "HtmlElement;target=", "%": "HTMLAreaElement"}, |
- |
-BaseElement: {"": "HtmlElement;target=", "%": "HTMLBaseElement"}, |
+Blob: {"": "Interceptor;", $isBlob: true, "%": "Blob|File"}, |
-ButtonElement: {"": "HtmlElement;disabled}", "%": "HTMLButtonElement"}, |
+ButtonElement: {"": "HtmlElement;value=", "%": "HTMLButtonElement"}, |
-CharacterData: {"": "Node;length=", "%": "CDATASection|Comment|Text;CharacterData"}, |
+CharacterData: {"": "Node;length=", "%": "CDATASection|CharacterData|Comment|ProcessingInstruction|Text"}, |
DomException: {"": "Interceptor;", |
toString$0: function(receiver) { |
@@ -5542,17 +6037,12 @@ Element: {"": "Node;", |
toString$0: function(receiver) { |
return receiver.localName; |
}, |
- "%": ";Element" |
+ "%": "SVGAElement|SVGAltGlyphDefElement|SVGAltGlyphElement|SVGAltGlyphItemElement|SVGAnimateColorElement|SVGAnimateElement|SVGAnimateMotionElement|SVGAnimateTransformElement|SVGAnimationElement|SVGCircleElement|SVGClipPathElement|SVGComponentTransferFunctionElement|SVGCursorElement|SVGDefsElement|SVGDescElement|SVGElement|SVGEllipseElement|SVGFEBlendElement|SVGFEColorMatrixElement|SVGFEComponentTransferElement|SVGFECompositeElement|SVGFEConvolveMatrixElement|SVGFEDiffuseLightingElement|SVGFEDisplacementMapElement|SVGFEDistantLightElement|SVGFEDropShadowElement|SVGFEFloodElement|SVGFEFuncAElement|SVGFEFuncBElement|SVGFEFuncGElement|SVGFEFuncRElement|SVGFEGaussianBlurElement|SVGFEImageElement|SVGFEMergeElement|SVGFEMergeNodeElement|SVGFEMorphologyElement|SVGFEOffsetElement|SVGFEPointLightElement|SVGFESpecularLightingElement|SVGFESpotLightElement|SVGFETileElement|SVGFETurbulenceElement|SVGFilterElement|SVGFontElement|SVGFontFaceElement|SVGFontFaceFormatElement|SVGFontFaceNameElement|SVGFontFaceSrcElement|SVGFontFaceUriElement|SVGForeignObjectElement|SVGGElement|SVGGlyphElement|SVGGlyphRefElement|SVGGradientElement|SVGGraphicsElement|SVGHKernElement|SVGImageElement|SVGLineElement|SVGLinearGradientElement|SVGMPathElement|SVGMarkerElement|SVGMaskElement|SVGMetadataElement|SVGMissingGlyphElement|SVGPathElement|SVGPatternElement|SVGPolygonElement|SVGPolylineElement|SVGRadialGradientElement|SVGRectElement|SVGSVGElement|SVGScriptElement|SVGSetElement|SVGStopElement|SVGStyleElement|SVGSwitchElement|SVGSymbolElement|SVGTSpanElement|SVGTextContentElement|SVGTextElement|SVGTextPathElement|SVGTextPositioningElement|SVGTitleElement|SVGUseElement|SVGVKernElement|SVGViewElement;Element" |
}, |
ErrorEvent: {"": "Event;error=", "%": "ErrorEvent"}, |
-Event: {"": "Interceptor;", |
- get$target: function(receiver) { |
- return W._convertNativeToDart_EventTarget(receiver.target); |
- }, |
- "%": "AudioProcessingEvent|AutocompleteErrorEvent|BeforeLoadEvent|BeforeUnloadEvent|CSSFontFaceLoadEvent|CloseEvent|CustomEvent|DeviceMotionEvent|DeviceOrientationEvent|HashChangeEvent|IDBVersionChangeEvent|MIDIConnectionEvent|MIDIMessageEvent|MediaKeyEvent|MediaKeyMessageEvent|MediaKeyNeededEvent|MediaStreamEvent|MediaStreamTrackEvent|MessageEvent|MutationEvent|OfflineAudioCompletionEvent|OverflowEvent|PageTransitionEvent|PopStateEvent|RTCDTMFToneChangeEvent|RTCDataChannelEvent|RTCIceCandidateEvent|SecurityPolicyViolationEvent|SpeechInputEvent|SpeechRecognitionEvent|SpeechSynthesisEvent|StorageEvent|TrackEvent|TransitionEvent|WebGLContextEvent|WebKitAnimationEvent|WebKitTransitionEvent;Event" |
-}, |
+Event: {"": "Interceptor;", $isEvent: true, "%": "AudioProcessingEvent|AutocompleteErrorEvent|BeforeLoadEvent|BeforeUnloadEvent|CSSFontFaceLoadEvent|CloseEvent|CompositionEvent|CustomEvent|DeviceMotionEvent|DeviceOrientationEvent|DragEvent|FocusEvent|HashChangeEvent|IDBVersionChangeEvent|KeyboardEvent|MIDIConnectionEvent|MIDIMessageEvent|MSPointerEvent|MediaKeyEvent|MediaKeyMessageEvent|MediaKeyNeededEvent|MediaStreamEvent|MediaStreamTrackEvent|MessageEvent|MouseEvent|MouseScrollEvent|MouseWheelEvent|MutationEvent|OfflineAudioCompletionEvent|OverflowEvent|PageTransitionEvent|PointerEvent|PopStateEvent|ProgressEvent|RTCDTMFToneChangeEvent|RTCDataChannelEvent|RTCIceCandidateEvent|ResourceProgressEvent|SVGZoomEvent|SecurityPolicyViolationEvent|SpeechInputEvent|SpeechRecognitionEvent|SpeechSynthesisEvent|StorageEvent|TextEvent|TouchEvent|TrackEvent|TransitionEvent|UIEvent|WebGLContextEvent|WebKitAnimationEvent|WebKitTransitionEvent|WheelEvent|XMLHttpRequestProgressEvent;Event"}, |
EventTarget: {"": "Interceptor;", |
addEventListener$3: function(receiver, type, listener, useCapture) { |
@@ -5561,152 +6051,432 @@ EventTarget: {"": "Interceptor;", |
removeEventListener$3: function(receiver, type, listener, useCapture) { |
return receiver.removeEventListener(type, H.convertDartClosureToJS(listener, 1), useCapture); |
}, |
- $isEventTarget: true, |
"%": "MediaStream;EventTarget" |
}, |
-FieldSetElement: {"": "HtmlElement;disabled}", "%": "HTMLFieldSetElement"}, |
- |
-FormElement: {"": "HtmlElement;length=,target=", "%": "HTMLFormElement"}, |
- |
-HttpRequest: {"": "XmlHttpRequestEventTarget;responseText=", |
- open$5$async$password$user: function(receiver, method, url, async, password, user) { |
- return receiver.open(method, url, async, user, password); |
- }, |
- open$3$async: function($receiver, method, url, async) { |
- return $receiver.open(method, url, async); |
- }, |
- send$1: function(receiver, data) { |
- return receiver.send(data); |
- }, |
- "%": "XMLHttpRequest" |
-}, |
+FormElement: {"": "HtmlElement;length=", "%": "HTMLFormElement"}, |
-InputElement: {"": "HtmlElement;disabled}", $isInputElement: true, $isEventTarget: true, "%": "HTMLInputElement"}, |
+ImageData: {"": "Interceptor;", $isImageData: true, "%": "ImageData"}, |
-KeygenElement: {"": "HtmlElement;disabled}", "%": "HTMLKeygenElement"}, |
+InputElement: {"": "HtmlElement;value=", $isNode: true, "%": "HTMLInputElement"}, |
-LinkElement: {"": "HtmlElement;disabled}", "%": "HTMLLinkElement"}, |
+LIElement: {"": "HtmlElement;value=", "%": "HTMLLIElement"}, |
MediaElement: {"": "HtmlElement;error=", "%": "HTMLAudioElement|HTMLMediaElement|HTMLVideoElement"}, |
-MouseEvent: {"": "UIEvent;", "%": "DragEvent|MSPointerEvent|MouseEvent|MouseScrollEvent|MouseWheelEvent|PointerEvent|WheelEvent"}, |
+MeterElement: {"": "HtmlElement;value=", "%": "HTMLMeterElement"}, |
Node: {"": "EventTarget;", |
toString$0: function(receiver) { |
var t1 = receiver.nodeValue; |
return t1 == null ? J.Interceptor.prototype.toString$0.call(this, receiver) : t1; |
}, |
+ $isNode: true, |
"%": "Attr|Document|DocumentFragment|DocumentType|Entity|HTMLDocument|Notation|SVGDocument|ShadowRoot;Node" |
}, |
-OptGroupElement: {"": "HtmlElement;disabled}", "%": "HTMLOptGroupElement"}, |
+OptionElement: {"": "HtmlElement;value=", "%": "HTMLOptionElement"}, |
-OptionElement: {"": "HtmlElement;disabled}", "%": "HTMLOptionElement"}, |
+OutputElement: {"": "HtmlElement;value=", "%": "HTMLOutputElement"}, |
-ProcessingInstruction: {"": "CharacterData;target=", "%": "ProcessingInstruction"}, |
+ParamElement: {"": "HtmlElement;value=", "%": "HTMLParamElement"}, |
-ProgressEvent: {"": "Event;", "%": "ProgressEvent|ResourceProgressEvent|XMLHttpRequestProgressEvent"}, |
+ProgressElement: {"": "HtmlElement;value=", "%": "HTMLProgressElement"}, |
-SelectElement: {"": "HtmlElement;disabled},length=", "%": "HTMLSelectElement"}, |
+SelectElement: {"": "HtmlElement;length=,value=", "%": "HTMLSelectElement"}, |
SpeechRecognitionError: {"": "Event;error=", "%": "SpeechRecognitionError"}, |
-Storage: {"": "Interceptor;", |
- $index: function(receiver, key) { |
- return receiver.getItem(key); |
- }, |
- $indexSet: function(receiver, key, value) { |
- receiver.setItem(key, value); |
- }, |
- forEach$1: function(receiver, f) { |
- var i, key; |
- for (i = 0; true; ++i) { |
- key = receiver.key(i); |
- if (key == null) |
- return; |
- f.call$2(key, receiver.getItem(key)); |
- } |
- }, |
- get$keys: function(receiver) { |
- var keys = []; |
- this.forEach$1(receiver, new W.Storage_keys_closure(keys)); |
- return keys; |
- }, |
- get$values: function(receiver) { |
- var values = []; |
- this.forEach$1(receiver, new W.Storage_values_closure(values)); |
- return values; |
- }, |
- get$length: function(receiver) { |
- return receiver.length; |
- }, |
- get$isEmpty: function(receiver) { |
- return receiver.key(0) == null; |
- }, |
- $isMap: true, |
- $asMap: function() { |
- return [J.JSString, J.JSString]; |
- }, |
- "%": "Storage" |
-}, |
- |
-StyleElement: {"": "HtmlElement;disabled}", "%": "HTMLStyleElement"}, |
- |
-TextAreaElement: {"": "HtmlElement;disabled}", "%": "HTMLTextAreaElement"}, |
- |
-UIEvent: {"": "Event;", "%": "CompositionEvent|FocusEvent|KeyboardEvent|SVGZoomEvent|TextEvent|TouchEvent;UIEvent"}, |
+TextAreaElement: {"": "HtmlElement;value=", "%": "HTMLTextAreaElement"}, |
Window: {"": "EventTarget;", |
toString$0: function(receiver) { |
return receiver.toString(); |
}, |
- $isEventTarget: true, |
+ $isWindow: true, |
"%": "DOMWindow|Window" |
}, |
-XmlHttpRequestEventTarget: {"": "EventTarget;", "%": ";XMLHttpRequestEventTarget"}}], |
-["dart.dom.svg", "dart:svg", , P, { |
-AElement: {"": "GraphicsElement;target=", "%": "SVGAElement"}, |
+EventStreamProvider: {"": "Object;_eventType"}, |
-GraphicsElement: {"": "SvgElement;", "%": "SVGAltGlyphElement|SVGCircleElement|SVGClipPathElement|SVGDefsElement|SVGEllipseElement|SVGForeignObjectElement|SVGGElement|SVGImageElement|SVGLineElement|SVGPathElement|SVGPolygonElement|SVGPolylineElement|SVGRectElement|SVGSVGElement|SVGSwitchElement|SVGTSpanElement|SVGTextContentElement|SVGTextElement|SVGTextPathElement|SVGTextPositioningElement|SVGUseElement;SVGGraphicsElement"}, |
+_EventStream: {"": "Stream;", |
+ listen$4$cancelOnError$onDone$onError: function(onData, cancelOnError, onDone, onError) { |
+ var t1 = new W._EventStreamSubscription(0, this._target, this._eventType, W._wrapZone(onData), this._useCapture); |
+ H.setRuntimeTypeInfo(t1, [H.getRuntimeTypeArgument(this, "_EventStream", 0)]); |
+ t1._tryResume$0(); |
+ return t1; |
+ }, |
+ listen$3$onDone$onError: function(onData, onDone, onError) { |
+ return this.listen$4$cancelOnError$onDone$onError(onData, null, onDone, onError); |
+ }, |
+ $asStream: null |
+}, |
-StyleElement0: {"": "SvgElement;disabled}", "%": "SVGStyleElement"}, |
+_ElementEventStreamImpl: {"": "_EventStream;_target,_eventType,_useCapture", $as_EventStream: null}, |
-SvgElement: {"": "Element;", "%": "SVGAltGlyphDefElement|SVGAltGlyphItemElement|SVGAnimateColorElement|SVGAnimateElement|SVGAnimateMotionElement|SVGAnimateTransformElement|SVGAnimationElement|SVGComponentTransferFunctionElement|SVGCursorElement|SVGDescElement|SVGFEBlendElement|SVGFEColorMatrixElement|SVGFEComponentTransferElement|SVGFECompositeElement|SVGFEConvolveMatrixElement|SVGFEDiffuseLightingElement|SVGFEDisplacementMapElement|SVGFEDistantLightElement|SVGFEDropShadowElement|SVGFEFloodElement|SVGFEFuncAElement|SVGFEFuncBElement|SVGFEFuncGElement|SVGFEFuncRElement|SVGFEGaussianBlurElement|SVGFEImageElement|SVGFEMergeElement|SVGFEMergeNodeElement|SVGFEMorphologyElement|SVGFEOffsetElement|SVGFEPointLightElement|SVGFESpecularLightingElement|SVGFESpotLightElement|SVGFETileElement|SVGFETurbulenceElement|SVGFilterElement|SVGFontElement|SVGFontFaceElement|SVGFontFaceFormatElement|SVGFontFaceNameElement|SVGFontFaceSrcElement|SVGFontFaceUriElement|SVGGlyphElement|SVGGlyphRefElement|SVGGradientElement|SVGHKernElement|SVGLinearGradientElement|SVGMPathElement|SVGMarkerElement|SVGMaskElement|SVGMetadataElement|SVGMissingGlyphElement|SVGPatternElement|SVGRadialGradientElement|SVGScriptElement|SVGSetElement|SVGStopElement|SVGSymbolElement|SVGTitleElement|SVGVKernElement|SVGViewElement;SVGElement"}}], |
+_EventStreamSubscription: {"": "StreamSubscription;_pauseCount,_target,_eventType,_onData,_useCapture", |
+ cancel$0: function() { |
+ if (this._target == null) |
+ return; |
+ this._unlisten$0(); |
+ this._target = null; |
+ this._onData = null; |
+ }, |
+ pause$1: function(_, resumeSignal) { |
+ if (this._target == null) |
+ return; |
+ this._pauseCount = this._pauseCount + 1; |
+ this._unlisten$0(); |
+ }, |
+ pause$0: function($receiver) { |
+ return this.pause$1($receiver, null); |
+ }, |
+ resume$0: function() { |
+ if (this._target == null || this._pauseCount <= 0) |
+ return; |
+ this._pauseCount = this._pauseCount - 1; |
+ this._tryResume$0(); |
+ }, |
+ _tryResume$0: function() { |
+ var t1 = this._onData; |
+ if (t1 != null && this._pauseCount <= 0) |
+ J.addEventListener$3$x(this._target, this._eventType, t1, this._useCapture); |
+ }, |
+ _unlisten$0: function() { |
+ var t1 = this._onData; |
+ if (t1 != null) |
+ J.removeEventListener$3$x(this._target, this._eventType, t1, this._useCapture); |
+ }, |
+ $asStreamSubscription: null |
+}}], |
+["dart.dom.indexed_db", "dart:indexed_db", , P, { |
+KeyRange: {"": "Interceptor;", $isKeyRange: true, "%": "IDBKeyRange"}}], |
["dart.isolate", "dart:isolate", , P, { |
ReceivePort: {"": "Object;"}}], |
-["dart.math", "dart:math", , P, { |
-_Random: {"": "Object;", |
- nextInt$1: function(max) { |
- if (typeof max !== "number") |
- throw max.$lt(); |
- if (max < 0) |
- throw H.wrapException(new P.ArgumentError("negative max: " + max)); |
- if (max > 4294967295) |
- max = 4294967295; |
- return Math.random() * max >>> 0; |
+["dart.js", "dart:js", , P, { |
+_convertDartFunction: function(f, captureThis) { |
+ return function(_call, f, captureThis) {return function() {return _call(f, captureThis, this, Array.prototype.slice.apply(arguments));}}(P._callDartFunction$closure.call$4, f, captureThis); |
+}, |
+ |
+_callDartFunction: function(callback, captureThis, $self, $arguments) { |
+ var arguments0; |
+ if (captureThis === true) { |
+ arguments0 = [$self]; |
+ C.JSArray_methods.addAll$1(arguments0, $arguments); |
+ $arguments = arguments0; |
} |
-}}], |
-["dart.typed_data", "dart:typed_data", , P, { |
-TypedData_ListMixin: {"": "TypedData+ListMixin;", $isList: true, $asList: null, $isEfficientLength: true}, |
+ return P._convertToJS(H.Primitives_applyFunction(callback, P.List_List$from(J.map$1$ax($arguments, P._convertToDart$closure), true, null), P.Function__toMangledNames(null))); |
+}, |
-TypedData_ListMixin_FixedLengthListMixin: {"": "TypedData_ListMixin+FixedLengthListMixin;", $asList: null}, |
+_defineProperty: function(o, $name, value) { |
+ var exception; |
+ if (Object.isExtensible(o)) |
+ try { |
+ Object.defineProperty(o, $name, { value: value}); |
+ return true; |
+ } catch (exception) { |
+ H.unwrapException(exception); |
+ } |
-TypedData: {"": "Interceptor;", |
- _invalidIndex$2: function(receiver, index, $length) { |
- var t1 = J.getInterceptor$n(index); |
- if (t1.$lt(index, 0) || t1.$ge(index, $length)) |
- throw H.wrapException(P.RangeError$range(index, 0, $length)); |
+ return false; |
+}, |
+ |
+_convertToJS: function(o) { |
+ var t1; |
+ if (o == null) |
+ return; |
+ else { |
+ if (typeof o !== "string") |
+ if (typeof o !== "number") |
+ if (typeof o !== "boolean") { |
+ t1 = J.getInterceptor(o); |
+ t1 = typeof o === "object" && o !== null && !!t1.$isBlob || typeof o === "object" && o !== null && !!t1.$isEvent || typeof o === "object" && o !== null && !!t1.$isKeyRange || typeof o === "object" && o !== null && !!t1.$isImageData || typeof o === "object" && o !== null && !!t1.$isNode || typeof o === "object" && o !== null && !!t1.$isTypedData || typeof o === "object" && o !== null && !!t1.$isWindow; |
+ } else |
+ t1 = true; |
+ else |
+ t1 = true; |
else |
- throw H.wrapException(P.ArgumentError$("Invalid list index " + H.S(index))); |
- }, |
- "%": ";ArrayBufferView;TypedData_ListMixin|TypedData_ListMixin_FixedLengthListMixin" |
+ t1 = true; |
+ if (t1) |
+ return o; |
+ else { |
+ t1 = J.getInterceptor(o); |
+ if (typeof o === "object" && o !== null && !!t1.$isDateTime) |
+ return H.Primitives_lazyAsJsDate(o); |
+ else if (typeof o === "object" && o !== null && !!t1.$isJsObject) |
+ return o._jsObject; |
+ else if (typeof o === "object" && o !== null && !!t1.$isFunction) |
+ return P._getJsProxy(o, "$dart_jsFunction", new P._convertToJS_closure()); |
+ else |
+ return P._getJsProxy(o, "_$dart_jsObject", new P._convertToJS_closure0()); |
+ } |
+ } |
}, |
-Uint8List: {"": "TypedData_ListMixin_FixedLengthListMixin;", |
- get$length: function(receiver) { |
- return C.JS_CONST_ZYJ(receiver); |
+_getJsProxy: function(o, propertyName, createProxy) { |
+ var jsProxy = o[propertyName]; |
+ if (jsProxy == null) { |
+ jsProxy = createProxy.call$1(o); |
+ P._defineProperty(o, propertyName, jsProxy); |
+ } |
+ return jsProxy; |
+}, |
+ |
+_convertToDart: function(o) { |
+ var t1; |
+ if (o == null || typeof o == "string" || typeof o == "number" || typeof o == "boolean") |
+ return o; |
+ else { |
+ if (o instanceof Object) { |
+ t1 = J.getInterceptor(o); |
+ t1 = typeof o === "object" && o !== null && !!t1.$isBlob || typeof o === "object" && o !== null && !!t1.$isEvent || typeof o === "object" && o !== null && !!t1.$isKeyRange || typeof o === "object" && o !== null && !!t1.$isImageData || typeof o === "object" && o !== null && !!t1.$isNode || typeof o === "object" && o !== null && !!t1.$isTypedData || typeof o === "object" && o !== null && !!t1.$isWindow; |
+ } else |
+ t1 = false; |
+ if (t1) |
+ return o; |
+ else if (o instanceof Date) |
+ return P.DateTime$fromMillisecondsSinceEpoch(o.getMilliseconds(), false); |
+ else if (o.constructor === DartObject) |
+ return o.o; |
+ else |
+ return P._wrapToDart(o); |
+ } |
+}, |
+ |
+_wrapToDart: function(o) { |
+ if (typeof o == "function") |
+ return P._getDartProxy(o, "_$dart_dartClosure", new P._wrapToDart_closure()); |
+ else if (o instanceof Array) |
+ return P._getDartProxy(o, "_$dart_dartObject", new P._wrapToDart_closure0()); |
+ else |
+ return P._getDartProxy(o, "_$dart_dartObject", new P._wrapToDart_closure1()); |
+}, |
+ |
+_getDartProxy: function(o, propertyName, createProxy) { |
+ var dartProxy = o[propertyName]; |
+ if (dartProxy == null) { |
+ dartProxy = createProxy.call$1(o); |
+ P._defineProperty(o, propertyName, dartProxy); |
+ } |
+ return dartProxy; |
+}, |
+ |
+JsObject: {"": "Object;_jsObject", |
+ $index: function(_, property) { |
+ if (typeof property !== "string" && typeof property !== "number") |
+ throw H.wrapException(new P.ArgumentError("property is not a String or num")); |
+ return P._convertToDart(this._jsObject[property]); |
+ }, |
+ $indexSet: function(_, property, value) { |
+ if (typeof property !== "string" && typeof property !== "number") |
+ throw H.wrapException(new P.ArgumentError("property is not a String or num")); |
+ this._jsObject[property] = P._convertToJS(value); |
+ }, |
+ get$hashCode: function(_) { |
+ return 0; |
+ }, |
+ $eq: function(_, other) { |
+ var t1; |
+ if (other == null) |
+ return false; |
+ t1 = J.getInterceptor(other); |
+ return typeof other === "object" && other !== null && !!t1.$isJsObject && this._jsObject === other._jsObject; |
+ }, |
+ toString$0: function(_) { |
+ var t1, exception; |
+ try { |
+ t1 = String(this._jsObject); |
+ return t1; |
+ } catch (exception) { |
+ H.unwrapException(exception); |
+ return P.Object.prototype.toString$0.call(this, this); |
+ } |
+ |
+ }, |
+ callMethod$2: function(method, args) { |
+ var t1, t2; |
+ t1 = this._jsObject; |
+ if (args == null) |
+ t2 = null; |
+ else { |
+ args.toString; |
+ t2 = new H.MappedListIterable(args, P._convertToJS$closure); |
+ H.setRuntimeTypeInfo(t2, [null, null]); |
+ t2 = P.List_List$from(t2, true, null); |
+ } |
+ return P._convertToDart(t1[method].apply(t1, t2)); |
+ }, |
+ $isJsObject: true, |
+ static: { |
+JsObject_JsObject: function($constructor, $arguments) { |
+ var constr, args, t1, factoryFunction; |
+ constr = P._convertToJS($constructor); |
+ args = [null]; |
+ t1 = new H.MappedListIterable($arguments, P._convertToJS$closure); |
+ H.setRuntimeTypeInfo(t1, [null, null]); |
+ C.JSArray_methods.addAll$1(args, t1); |
+ factoryFunction = constr.bind.apply(constr, args); |
+ String(factoryFunction); |
+ return P._wrapToDart(new factoryFunction()); |
+}, |
+ |
+JsObject_JsObject$jsify: function(object) { |
+ var t1 = J.getInterceptor(object); |
+ if (!t1.$isMap && (typeof object !== "object" || object === null || object.constructor !== Array && !t1.$isIterable)) |
+ throw H.wrapException(new P.ArgumentError("object must be a Map or Iterable")); |
+ return P._wrapToDart(P.JsObject__convertDataTree(object)); |
+}, |
+ |
+JsObject__convertDataTree: function(data) { |
+ return new P.JsObject__convertDataTree__convert(P.HashMap_HashMap$identity(null, null)).call$1(data); |
+}} |
+ |
+}, |
+ |
+JsObject__convertDataTree__convert: {"": "Closure;_convertedObjects_0", |
+ call$1: function(o) { |
+ var t1, t2, convertedMap, key, convertedList; |
+ t1 = this._convertedObjects_0; |
+ if (t1.containsKey$1(o)) |
+ return t1.$index(t1, o); |
+ t2 = J.getInterceptor(o); |
+ if (typeof o === "object" && o !== null && !!t2.$isMap) { |
+ convertedMap = {}; |
+ t1.$indexSet(t1, o, convertedMap); |
+ for (t1 = o.get$keys(), t1 = t1.get$iterator(t1); t1.moveNext$0();) { |
+ key = t1.get$current(); |
+ convertedMap[key] = this.call$1(t2.$index(o, key)); |
+ } |
+ return convertedMap; |
+ } else if (typeof o === "object" && o !== null && (o.constructor === Array || !!t2.$isIterable)) { |
+ convertedList = []; |
+ t1.$indexSet(t1, o, convertedList); |
+ C.JSArray_methods.addAll$1(convertedList, t2.map$1(o, this)); |
+ return convertedList; |
+ } else |
+ return P._convertToJS(o); |
+ }, |
+ "+call:1:0": 0, |
+ $isFunction: true, |
+ $is_args1: true |
+}, |
+ |
+JsFunction: {"": "JsObject;_jsObject", static: { |
+JsFunction_JsFunction$withThis: function(f) { |
+ return new P.JsFunction(P._convertDartFunction(f, true)); |
+}} |
+}, |
+ |
+JsArray: {"": "JsObject_ListMixin;_jsObject", |
+ $index: function(_, index) { |
+ var t1; |
+ if (typeof index === "number" && index === C.JSNumber_methods.toInt$0(index)) { |
+ if (typeof index === "number" && Math.floor(index) === index) |
+ if (!(index < 0)) { |
+ t1 = P.JsObject.prototype.$index.call(this, this, "length"); |
+ if (typeof t1 !== "number") |
+ throw H.iae(t1); |
+ t1 = index >= t1; |
+ } else |
+ t1 = true; |
+ else |
+ t1 = false; |
+ if (t1) |
+ H.throwExpression(P.RangeError$range(index, 0, P.JsObject.prototype.$index.call(this, this, "length"))); |
+ } |
+ return P.JsObject.prototype.$index.call(this, this, index); |
+ }, |
+ $indexSet: function(_, index, value) { |
+ var t1; |
+ if (typeof index === "number" && index === C.JSNumber_methods.toInt$0(index)) { |
+ if (typeof index === "number" && Math.floor(index) === index) |
+ if (!(index < 0)) { |
+ t1 = P.JsObject.prototype.$index.call(this, this, "length"); |
+ if (typeof t1 !== "number") |
+ throw H.iae(t1); |
+ t1 = index >= t1; |
+ } else |
+ t1 = true; |
+ else |
+ t1 = false; |
+ if (t1) |
+ H.throwExpression(P.RangeError$range(index, 0, P.JsObject.prototype.$index.call(this, this, "length"))); |
+ } |
+ P.JsObject.prototype.$indexSet.call(this, this, index, value); |
+ }, |
+ get$length: function(_) { |
+ return P.JsObject.prototype.$index.call(this, this, "length"); |
+ }, |
+ $asList: null, |
+ $asIterable: null |
+}, |
+ |
+JsObject_ListMixin: {"": "JsObject+ListMixin;", $isList: true, $asList: null, $isEfficientLength: true, $isIterable: true, $asIterable: null}, |
+ |
+_convertToJS_closure: {"": "Closure;", |
+ call$1: function(o) { |
+ var jsFunction = P._convertDartFunction(o, false); |
+ P._defineProperty(jsFunction, "_$dart_dartClosure", o); |
+ return jsFunction; |
+ }, |
+ "+call:1:0": 0, |
+ $isFunction: true, |
+ $is_args1: true |
+}, |
+ |
+_convertToJS_closure0: {"": "Closure;", |
+ call$1: function(o) { |
+ return new DartObject(o); |
+ }, |
+ "+call:1:0": 0, |
+ $isFunction: true, |
+ $is_args1: true |
+}, |
+ |
+_wrapToDart_closure: {"": "Closure;", |
+ call$1: function(o) { |
+ return new P.JsFunction(o); |
+ }, |
+ "+call:1:0": 0, |
+ $isFunction: true, |
+ $is_args1: true |
+}, |
+ |
+_wrapToDart_closure0: {"": "Closure;", |
+ call$1: function(o) { |
+ var t1 = new P.JsArray(o); |
+ H.setRuntimeTypeInfo(t1, [null]); |
+ return t1; |
+ }, |
+ "+call:1:0": 0, |
+ $isFunction: true, |
+ $is_args1: true |
+}, |
+ |
+_wrapToDart_closure1: {"": "Closure;", |
+ call$1: function(o) { |
+ return new P.JsObject(o); |
+ }, |
+ "+call:1:0": 0, |
+ $isFunction: true, |
+ $is_args1: true |
+}}], |
+["dart.typed_data", "dart:typed_data", , P, { |
+TypedData: {"": "Interceptor;", |
+ _invalidIndex$2: function(receiver, index, $length) { |
+ var t1 = J.getInterceptor$n(index); |
+ if (t1.$lt(index, 0) || t1.$ge(index, $length)) |
+ throw H.wrapException(P.RangeError$range(index, 0, $length)); |
+ else |
+ throw H.wrapException(new P.ArgumentError("Invalid list index " + H.S(index))); |
+ }, |
+ $isTypedData: true, |
+ "%": "DataView;ArrayBufferView;TypedData_ListMixin|TypedData_ListMixin_FixedLengthListMixin|TypedData_ListMixin0|TypedData_ListMixin_FixedLengthListMixin0|TypedData_ListMixin1|TypedData_ListMixin_FixedLengthListMixin1|TypedData_ListMixin2|TypedData_ListMixin_FixedLengthListMixin2|TypedData_ListMixin3|TypedData_ListMixin_FixedLengthListMixin3|TypedData_ListMixin4|TypedData_ListMixin_FixedLengthListMixin4|TypedData_ListMixin5|TypedData_ListMixin_FixedLengthListMixin5|TypedData_ListMixin6|TypedData_ListMixin_FixedLengthListMixin6|TypedData_ListMixin7|TypedData_ListMixin_FixedLengthListMixin7|Int64List|Uint64List" |
+}, |
+ |
+Float32List: {"": "TypedData_ListMixin_FixedLengthListMixin;", |
+ get$length: function(receiver) { |
+ return C.JS_CONST_ZYJ(receiver); |
}, |
$index: function(receiver, index) { |
var t1 = C.JS_CONST_ZYJ(receiver); |
@@ -5721,188 +6491,438 @@ Uint8List: {"": "TypedData_ListMixin_FixedLengthListMixin;", |
receiver[index] = value; |
}, |
$asList: function() { |
- return [J.JSInt]; |
+ return [J.JSDouble]; |
+ }, |
+ $asIterable: function() { |
+ return [J.JSDouble]; |
}, |
$isList: true, |
$isEfficientLength: true, |
+ $isIterable: true, |
$isJavaScriptIndexingBehavior: true, |
- "%": ";Uint8Array" |
-}}], |
-["", "piratebadge.dart", , A, { |
-main: function() { |
- var inputField, t1, t2; |
- inputField = document.querySelector("#inputName"); |
- inputField.toString; |
- t1 = new W._ElementEventStreamImpl(inputField, C.EventStreamProvider_input._eventType, false); |
- H.setRuntimeTypeInfo(t1, [null]); |
- t2 = new W._EventStreamSubscription(0, t1._target, t1._eventType, W._wrapZone(A.updateBadge$closure), t1._useCapture); |
- H.setRuntimeTypeInfo(t2, [H.getRuntimeTypeArgument(t1, "_EventStream", 0)]); |
- t2._tryResume$0(); |
- $.genButton = document.querySelector("#generateButton"); |
- t2 = $.genButton; |
- t2.toString; |
- t2 = new W._ElementEventStreamImpl(t2, C.EventStreamProvider_click._eventType, false); |
- H.setRuntimeTypeInfo(t2, [null]); |
- t1 = new W._EventStreamSubscription(0, t2._target, t2._eventType, W._wrapZone(A.generateBadge$closure), t2._useCapture); |
- H.setRuntimeTypeInfo(t1, [H.getRuntimeTypeArgument(t2, "_EventStream", 0)]); |
- t1._tryResume$0(); |
- $.badgeNameElement = document.querySelector("#badgeName"); |
- A.PirateName_readyThePirates().then$1(new A.main_closure(inputField)).catchError$1(new A.main_closure0()); |
-}, |
- |
-updateBadge: function(e) { |
- var inputName, t1, t2; |
- inputName = H.interceptedTypeCast(J.get$target$x(e), "$isInputElement").value; |
- A.setBadgeName(A.PirateName$(null, inputName)); |
- t1 = J.trim$0$s(inputName); |
- t2 = $.genButton; |
- if (t1.length === 0) { |
- J.set$disabled$x(t2, false); |
- t2.textContent = "Aye! Gimme a name!"; |
- } else { |
- J.set$disabled$x(t2, true); |
- t2.textContent = "Arrr! Write yer name!"; |
- } |
-}, |
- |
-generateBadge: function(e) { |
- A.setBadgeName(A.PirateName$(null, null)); |
-}, |
- |
-setBadgeName: function(newName) { |
- var t1; |
- if (newName == null) |
- return; |
- t1 = $.badgeNameElement; |
- t1.textContent = J.get$isEmpty$asx(newName._firstName) === true ? "" : H.S(newName._firstName) + " the " + H.S(newName._appellation); |
- window.localStorage.setItem("pirateName", "{ \"f\": \"" + H.S(newName._firstName) + "\", \"a\": \"" + H.S(newName._appellation) + "\" } "); |
-}, |
- |
-getBadgeNameFromStorage: function() { |
- var storedName = window.localStorage.getItem("pirateName"); |
- if (storedName != null) |
- return A.PirateName$fromJSON(storedName); |
- else |
- return; |
+ "%": "Float32Array" |
}, |
-main_closure: {"": "Closure;inputField_0", |
- call$1: function(_) { |
- J.set$disabled$x(this.inputField_0, false); |
- J.set$disabled$x($.genButton, false); |
- A.setBadgeName(A.getBadgeNameFromStorage()); |
+Float64List: {"": "TypedData_ListMixin_FixedLengthListMixin0;", |
+ get$length: function(receiver) { |
+ return C.JS_CONST_ZYJ(receiver); |
}, |
- $is_args1: true |
+ $index: function(receiver, index) { |
+ var t1 = C.JS_CONST_ZYJ(receiver); |
+ if (index >>> 0 != index || J.$ge$n(index, t1)) |
+ this._invalidIndex$2(receiver, index, t1); |
+ return receiver[index]; |
+ }, |
+ $indexSet: function(receiver, index, value) { |
+ var t1 = C.JS_CONST_ZYJ(receiver); |
+ if (index >>> 0 != index || J.$ge$n(index, t1)) |
+ this._invalidIndex$2(receiver, index, t1); |
+ receiver[index] = value; |
+ }, |
+ $asList: function() { |
+ return [J.JSDouble]; |
+ }, |
+ $asIterable: function() { |
+ return [J.JSDouble]; |
+ }, |
+ $isList: true, |
+ $isEfficientLength: true, |
+ $isIterable: true, |
+ $isJavaScriptIndexingBehavior: true, |
+ "%": "Float64Array" |
}, |
-main_closure0: {"": "Closure;", |
- call$1: function(arrr) { |
- P.print("Error initializing pirate names: " + H.S(arrr)); |
- $.badgeNameElement.textContent = "Arrr! No names."; |
+Int16List: {"": "TypedData_ListMixin_FixedLengthListMixin1;", |
+ get$length: function(receiver) { |
+ return C.JS_CONST_ZYJ(receiver); |
}, |
- $is_args1: true |
+ $index: function(receiver, index) { |
+ var t1 = C.JS_CONST_ZYJ(receiver); |
+ if (index >>> 0 != index || J.$ge$n(index, t1)) |
+ this._invalidIndex$2(receiver, index, t1); |
+ return receiver[index]; |
+ }, |
+ $indexSet: function(receiver, index, value) { |
+ var t1 = C.JS_CONST_ZYJ(receiver); |
+ if (index >>> 0 != index || J.$ge$n(index, t1)) |
+ this._invalidIndex$2(receiver, index, t1); |
+ receiver[index] = value; |
+ }, |
+ $asList: function() { |
+ return [J.JSInt]; |
+ }, |
+ $asIterable: function() { |
+ return [J.JSInt]; |
+ }, |
+ $isList: true, |
+ $isEfficientLength: true, |
+ $isIterable: true, |
+ $isJavaScriptIndexingBehavior: true, |
+ "%": "Int16Array" |
}, |
-PirateName: {"": "Object;_firstName,_appellation", |
- toString$0: function(_) { |
- return J.get$isEmpty$asx(this._firstName) === true ? "" : H.S(this._firstName) + " the " + H.S(this._appellation); |
+Int32List: {"": "TypedData_ListMixin_FixedLengthListMixin2;", |
+ get$length: function(receiver) { |
+ return C.JS_CONST_ZYJ(receiver); |
}, |
- PirateName$2$appellation$firstName: function(appellation, firstName) { |
- if (firstName == null) |
- this._firstName = J.$index$asx($.get$PirateName_names(), $.get$PirateName_indexGen().nextInt$1(J.get$length$asx($.get$PirateName_names()))); |
- else |
- this._firstName = firstName; |
- this._appellation = J.$index$asx($.get$PirateName_appellations(), $.get$PirateName_indexGen().nextInt$1(J.get$length$asx($.get$PirateName_appellations()))); |
+ $index: function(receiver, index) { |
+ var t1 = C.JS_CONST_ZYJ(receiver); |
+ if (index >>> 0 != index || J.$ge$n(index, t1)) |
+ this._invalidIndex$2(receiver, index, t1); |
+ return receiver[index]; |
+ }, |
+ $indexSet: function(receiver, index, value) { |
+ var t1 = C.JS_CONST_ZYJ(receiver); |
+ if (index >>> 0 != index || J.$ge$n(index, t1)) |
+ this._invalidIndex$2(receiver, index, t1); |
+ receiver[index] = value; |
}, |
- PirateName$fromJSON$1: function(jsonString) { |
- var storedName, t1; |
- storedName = C.C_JsonCodec.decode$1(jsonString); |
- t1 = J.getInterceptor$asx(storedName); |
- this._firstName = t1.$index(storedName, "f"); |
- this._appellation = t1.$index(storedName, "a"); |
+ $asList: function() { |
+ return [J.JSInt]; |
}, |
- static: { |
-"": "PirateName_indexGen,PirateName_names,PirateName_appellations", |
-PirateName$: function(appellation, firstName) { |
- var t1 = new A.PirateName(null, null); |
- t1.PirateName$2$appellation$firstName(appellation, firstName); |
- return t1; |
+ $asIterable: function() { |
+ return [J.JSInt]; |
+ }, |
+ $isList: true, |
+ $isEfficientLength: true, |
+ $isIterable: true, |
+ $isJavaScriptIndexingBehavior: true, |
+ "%": "Int32Array" |
}, |
-PirateName$fromJSON: function(jsonString) { |
- var t1 = new A.PirateName(null, null); |
- t1.PirateName$fromJSON$1(jsonString); |
- return t1; |
+Int8List: {"": "TypedData_ListMixin_FixedLengthListMixin3;", |
+ get$length: function(receiver) { |
+ return C.JS_CONST_ZYJ(receiver); |
+ }, |
+ $index: function(receiver, index) { |
+ var t1 = C.JS_CONST_ZYJ(receiver); |
+ if (index >>> 0 != index || J.$ge$n(index, t1)) |
+ this._invalidIndex$2(receiver, index, t1); |
+ return receiver[index]; |
+ }, |
+ $indexSet: function(receiver, index, value) { |
+ var t1 = C.JS_CONST_ZYJ(receiver); |
+ if (index >>> 0 != index || J.$ge$n(index, t1)) |
+ this._invalidIndex$2(receiver, index, t1); |
+ receiver[index] = value; |
+ }, |
+ $asList: function() { |
+ return [J.JSInt]; |
+ }, |
+ $asIterable: function() { |
+ return [J.JSInt]; |
+ }, |
+ $isList: true, |
+ $isEfficientLength: true, |
+ $isIterable: true, |
+ $isJavaScriptIndexingBehavior: true, |
+ "%": "Int8Array" |
}, |
-PirateName_readyThePirates: function() { |
- return W.HttpRequest_getString("piratenames.json", null, null).then$1(A.PirateName__parsePirateNamesFromJSON$closure); |
+Uint16List: {"": "TypedData_ListMixin_FixedLengthListMixin4;", |
+ get$length: function(receiver) { |
+ return C.JS_CONST_ZYJ(receiver); |
+ }, |
+ $index: function(receiver, index) { |
+ var t1 = C.JS_CONST_ZYJ(receiver); |
+ if (index >>> 0 != index || J.$ge$n(index, t1)) |
+ this._invalidIndex$2(receiver, index, t1); |
+ return receiver[index]; |
+ }, |
+ $indexSet: function(receiver, index, value) { |
+ var t1 = C.JS_CONST_ZYJ(receiver); |
+ if (index >>> 0 != index || J.$ge$n(index, t1)) |
+ this._invalidIndex$2(receiver, index, t1); |
+ receiver[index] = value; |
+ }, |
+ $asList: function() { |
+ return [J.JSInt]; |
+ }, |
+ $asIterable: function() { |
+ return [J.JSInt]; |
+ }, |
+ $isList: true, |
+ $isEfficientLength: true, |
+ $isIterable: true, |
+ $isJavaScriptIndexingBehavior: true, |
+ "%": "Uint16Array" |
}, |
-PirateName__parsePirateNamesFromJSON: function(jsonString) { |
- var pirateNames, t1; |
- pirateNames = C.C_JsonCodec.decode$1(jsonString); |
- t1 = J.getInterceptor$asx(pirateNames); |
- $.PirateName_names = t1.$index(pirateNames, "names"); |
- $.PirateName_appellations = t1.$index(pirateNames, "appellations"); |
-}} |
- |
-}}, |
-1], |
-]); |
-Isolate.$finishClasses($$, $, null); |
-$$ = null; |
- |
-// Static function getters |
-init.globalFunctions.IsolateNatives__processWorkerMessage$closure = H.IsolateNatives__processWorkerMessage$closure = new H.Closure$2(H.IsolateNatives__processWorkerMessage, "IsolateNatives__processWorkerMessage$closure"); |
-init.globalFunctions.toStringWrapper$closure = H.toStringWrapper$closure = new H.Closure$0(H.toStringWrapper, "toStringWrapper$closure"); |
-init.globalFunctions.invokeClosure$closure = H.invokeClosure$closure = new H.Closure$7(H.invokeClosure, "invokeClosure$closure"); |
-init.globalFunctions.typeNameInChrome$closure = H.typeNameInChrome$closure = new H.Closure$1(H.typeNameInChrome, "typeNameInChrome$closure"); |
-init.globalFunctions.typeNameInSafari$closure = H.typeNameInSafari$closure = new H.Closure$1(H.typeNameInSafari, "typeNameInSafari$closure"); |
-init.globalFunctions.typeNameInOpera$closure = H.typeNameInOpera$closure = new H.Closure$1(H.typeNameInOpera, "typeNameInOpera$closure"); |
-init.globalFunctions.typeNameInFirefox$closure = H.typeNameInFirefox$closure = new H.Closure$1(H.typeNameInFirefox, "typeNameInFirefox$closure"); |
-init.globalFunctions.typeNameInIE$closure = H.typeNameInIE$closure = new H.Closure$1(H.typeNameInIE, "typeNameInIE$closure"); |
-init.globalFunctions.constructorNameFallback$closure = H.constructorNameFallback$closure = new H.Closure$1(H.constructorNameFallback, "constructorNameFallback$closure"); |
-init.globalFunctions.callDartFunctionWith1Arg$closure = H.callDartFunctionWith1Arg$closure = new H.Closure$2(H.callDartFunctionWith1Arg, "callDartFunctionWith1Arg$closure"); |
-init.globalFunctions._asyncRunCallback$closure = P._asyncRunCallback$closure = new H.Closure$0(P._asyncRunCallback, "_asyncRunCallback$closure"); |
-init.globalFunctions._nullDataHandler$closure = P._nullDataHandler$closure = new H.Closure$1(P._nullDataHandler, "_nullDataHandler$closure"); |
-init.globalFunctions._nullErrorHandler$closure = P._nullErrorHandler$closure = new P.Closure$21(P._nullErrorHandler, "_nullErrorHandler$closure"); |
-init.globalFunctions._nullDoneHandler$closure = P._nullDoneHandler$closure = new H.Closure$0(P._nullDoneHandler, "_nullDoneHandler$closure"); |
+Uint32List: {"": "TypedData_ListMixin_FixedLengthListMixin5;", |
+ get$length: function(receiver) { |
+ return C.JS_CONST_ZYJ(receiver); |
+ }, |
+ $index: function(receiver, index) { |
+ var t1 = C.JS_CONST_ZYJ(receiver); |
+ if (index >>> 0 != index || J.$ge$n(index, t1)) |
+ this._invalidIndex$2(receiver, index, t1); |
+ return receiver[index]; |
+ }, |
+ $indexSet: function(receiver, index, value) { |
+ var t1 = C.JS_CONST_ZYJ(receiver); |
+ if (index >>> 0 != index || J.$ge$n(index, t1)) |
+ this._invalidIndex$2(receiver, index, t1); |
+ receiver[index] = value; |
+ }, |
+ $asList: function() { |
+ return [J.JSInt]; |
+ }, |
+ $asIterable: function() { |
+ return [J.JSInt]; |
+ }, |
+ $isList: true, |
+ $isEfficientLength: true, |
+ $isIterable: true, |
+ $isJavaScriptIndexingBehavior: true, |
+ "%": "Uint32Array" |
+}, |
+ |
+Uint8ClampedList: {"": "TypedData_ListMixin_FixedLengthListMixin6;", |
+ get$length: function(receiver) { |
+ return C.JS_CONST_ZYJ(receiver); |
+ }, |
+ $index: function(receiver, index) { |
+ var t1 = C.JS_CONST_ZYJ(receiver); |
+ if (index >>> 0 != index || J.$ge$n(index, t1)) |
+ this._invalidIndex$2(receiver, index, t1); |
+ return receiver[index]; |
+ }, |
+ $indexSet: function(receiver, index, value) { |
+ var t1 = C.JS_CONST_ZYJ(receiver); |
+ if (index >>> 0 != index || J.$ge$n(index, t1)) |
+ this._invalidIndex$2(receiver, index, t1); |
+ receiver[index] = value; |
+ }, |
+ $asList: function() { |
+ return [J.JSInt]; |
+ }, |
+ $asIterable: function() { |
+ return [J.JSInt]; |
+ }, |
+ $isList: true, |
+ $isEfficientLength: true, |
+ $isIterable: true, |
+ $isJavaScriptIndexingBehavior: true, |
+ "%": "CanvasPixelArray|Uint8ClampedArray" |
+}, |
+ |
+Uint8List: {"": "TypedData_ListMixin_FixedLengthListMixin7;", |
+ get$length: function(receiver) { |
+ return C.JS_CONST_ZYJ(receiver); |
+ }, |
+ $index: function(receiver, index) { |
+ var t1 = C.JS_CONST_ZYJ(receiver); |
+ if (index >>> 0 != index || J.$ge$n(index, t1)) |
+ this._invalidIndex$2(receiver, index, t1); |
+ return receiver[index]; |
+ }, |
+ $indexSet: function(receiver, index, value) { |
+ var t1 = C.JS_CONST_ZYJ(receiver); |
+ if (index >>> 0 != index || J.$ge$n(index, t1)) |
+ this._invalidIndex$2(receiver, index, t1); |
+ receiver[index] = value; |
+ }, |
+ $asList: function() { |
+ return [J.JSInt]; |
+ }, |
+ $asIterable: function() { |
+ return [J.JSInt]; |
+ }, |
+ $isList: true, |
+ $isEfficientLength: true, |
+ $isIterable: true, |
+ $isJavaScriptIndexingBehavior: true, |
+ "%": ";Uint8Array" |
+}, |
+ |
+TypedData_ListMixin: {"": "TypedData+ListMixin;", $isList: true, $asList: null, $isEfficientLength: true, $isIterable: true, $asIterable: null}, |
+ |
+TypedData_ListMixin_FixedLengthListMixin: {"": "TypedData_ListMixin+FixedLengthListMixin;", $asList: null, $asIterable: null}, |
+ |
+TypedData_ListMixin0: {"": "TypedData+ListMixin;", $isList: true, $asList: null, $isEfficientLength: true, $isIterable: true, $asIterable: null}, |
+ |
+TypedData_ListMixin_FixedLengthListMixin0: {"": "TypedData_ListMixin0+FixedLengthListMixin;", $asList: null, $asIterable: null}, |
+ |
+TypedData_ListMixin1: {"": "TypedData+ListMixin;", $isList: true, $asList: null, $isEfficientLength: true, $isIterable: true, $asIterable: null}, |
+ |
+TypedData_ListMixin_FixedLengthListMixin1: {"": "TypedData_ListMixin1+FixedLengthListMixin;", $asList: null, $asIterable: null}, |
+ |
+TypedData_ListMixin2: {"": "TypedData+ListMixin;", $isList: true, $asList: null, $isEfficientLength: true, $isIterable: true, $asIterable: null}, |
+ |
+TypedData_ListMixin_FixedLengthListMixin2: {"": "TypedData_ListMixin2+FixedLengthListMixin;", $asList: null, $asIterable: null}, |
+ |
+TypedData_ListMixin3: {"": "TypedData+ListMixin;", $isList: true, $asList: null, $isEfficientLength: true, $isIterable: true, $asIterable: null}, |
+ |
+TypedData_ListMixin_FixedLengthListMixin3: {"": "TypedData_ListMixin3+FixedLengthListMixin;", $asList: null, $asIterable: null}, |
+ |
+TypedData_ListMixin4: {"": "TypedData+ListMixin;", $isList: true, $asList: null, $isEfficientLength: true, $isIterable: true, $asIterable: null}, |
+ |
+TypedData_ListMixin_FixedLengthListMixin4: {"": "TypedData_ListMixin4+FixedLengthListMixin;", $asList: null, $asIterable: null}, |
+ |
+TypedData_ListMixin5: {"": "TypedData+ListMixin;", $isList: true, $asList: null, $isEfficientLength: true, $isIterable: true, $asIterable: null}, |
+ |
+TypedData_ListMixin_FixedLengthListMixin5: {"": "TypedData_ListMixin5+FixedLengthListMixin;", $asList: null, $asIterable: null}, |
+ |
+TypedData_ListMixin6: {"": "TypedData+ListMixin;", $isList: true, $asList: null, $isEfficientLength: true, $isIterable: true, $asIterable: null}, |
+ |
+TypedData_ListMixin_FixedLengthListMixin6: {"": "TypedData_ListMixin6+FixedLengthListMixin;", $asList: null, $asIterable: null}, |
+ |
+TypedData_ListMixin7: {"": "TypedData+ListMixin;", $isList: true, $asList: null, $isEfficientLength: true, $isIterable: true, $asIterable: null}, |
+ |
+TypedData_ListMixin_FixedLengthListMixin7: {"": "TypedData_ListMixin7+FixedLengthListMixin;", $asList: null, $asIterable: null}, |
+ |
+Int64List: {"": "TypedData;", $isList: true, |
+ $asList: function() { |
+ return [J.JSInt]; |
+ }, |
+ $isEfficientLength: true, |
+ $isIterable: true, |
+ $asIterable: function() { |
+ return [J.JSInt]; |
+ }, |
+ $isJavaScriptIndexingBehavior: true, |
+ static: { |
+"": "Int64List_BYTES_PER_ELEMENT", |
+} |
+ |
+}, |
+ |
+Uint64List: {"": "TypedData;", $isList: true, |
+ $asList: function() { |
+ return [J.JSInt]; |
+ }, |
+ $isEfficientLength: true, |
+ $isIterable: true, |
+ $asIterable: function() { |
+ return [J.JSInt]; |
+ }, |
+ $isJavaScriptIndexingBehavior: true, |
+ static: { |
+"": "Uint64List_BYTES_PER_ELEMENT", |
+} |
+ |
+}}], |
+["", "gauge.dart", , Y, { |
+main: function() { |
+ Y.Gauge_load().then$1(new Y.main_closure()); |
+}, |
+ |
+Gauge: {"": "Object;jsOptions,jsTable,jsChart,_gauge$_value", |
+ draw$0: function() { |
+ this.jsTable.callMethod$2("setValue", [0, 1, this._gauge$_value]); |
+ this.jsChart.callMethod$2("draw", [this.jsTable, this.jsOptions]); |
+ }, |
+ Gauge$4: function(element, title, _value, options) { |
+ var t1, vis; |
+ t1 = this._gauge$_value; |
+ vis = J.$index$asx(J.$index$asx($.get$context(), "google"), "visualization"); |
+ this.jsTable = vis.callMethod$2("arrayToDataTable", [P.JsObject_JsObject$jsify([["Label", "Value"], [title, t1]])]); |
+ this.jsChart = P.JsObject_JsObject(J.$index$asx(vis, "Gauge"), [element]); |
+ this.jsOptions = P.JsObject_JsObject$jsify(options); |
+ this.draw$0(); |
+ }, |
+ static: { |
+Gauge$: function(element, title, _value, options) { |
+ var t1 = new Y.Gauge(null, null, null, _value); |
+ t1.Gauge$4(element, title, _value, options); |
+ return t1; |
+}, |
+ |
+Gauge_load: function() { |
+ var t1, c; |
+ t1 = null; |
+ c = new P._AsyncCompleter(P._Future$(t1)); |
+ H.setRuntimeTypeInfo(c, [t1]); |
+ J.$index$asx($.get$context(), "google").callMethod$2("load", ["visualization", "1", P.JsObject_JsObject$jsify(H.fillLiteralMap(["packages", ["gauge"], "callback", P.JsFunction_JsFunction$withThis(c.get$complete(c))], P.LinkedHashMap_LinkedHashMap(null, null, null, null, null)))]); |
+ return c.future; |
+}} |
+ |
+}, |
+ |
+main_closure: {"": "Closure;", |
+ call$1: function(_) { |
+ var t1, gauge, t2; |
+ t1 = new Y.main__sliderValue(); |
+ gauge = Y.Gauge$($.get$visualization(), "Slider", t1.call$0(), H.fillLiteralMap(["min", 0, "max", 280, "yellowFrom", 200, "yellowTo", 250, "redFrom", 250, "redTo", 280, "minorTicks", 5], P.LinkedHashMap_LinkedHashMap(null, null, null, null, null))); |
+ t2 = $.get$slider(); |
+ t2.toString; |
+ t2 = new W._ElementEventStreamImpl(t2, C.EventStreamProvider_change._eventType, false); |
+ H.setRuntimeTypeInfo(t2, [null]); |
+ t1 = new W._EventStreamSubscription(0, t2._target, t2._eventType, W._wrapZone(new Y.main__closure(t1, gauge)), t2._useCapture); |
+ H.setRuntimeTypeInfo(t1, [H.getRuntimeTypeArgument(t2, "_EventStream", 0)]); |
+ t1._tryResume$0(); |
+ }, |
+ "+call:1:0": 0, |
+ $isFunction: true, |
+ $is_args1: true |
+}, |
+ |
+main__sliderValue: {"": "Closure;", |
+ call$0: function() { |
+ return H.Primitives_parseInt(J.get$value$x($.get$slider()), null, null); |
+ }, |
+ "+call:0:0": 0, |
+ $isFunction: true |
+}, |
+ |
+main__closure: {"": "Closure;sliderValue_0,gauge_1", |
+ call$1: function(_) { |
+ var t1, t2; |
+ t1 = this.gauge_1; |
+ t2 = this.sliderValue_0.call$0(); |
+ t1._gauge$_value = t2; |
+ t1.draw$0(); |
+ return t2; |
+ }, |
+ "+call:1:0": 0, |
+ $isFunction: true, |
+ $is_args1: true |
+}}, |
+1], |
+]); |
+Isolate.$finishClasses($$, $, null); |
+$$ = null; |
+ |
+// Static function getters |
+init.globalFunctions.IsolateNatives__processWorkerMessage$closure = H.IsolateNatives__processWorkerMessage$closure = new H.Closure$2(H.IsolateNatives__processWorkerMessage, "IsolateNatives__processWorkerMessage$closure"); |
+init.globalFunctions.Primitives__throwFormatException$closure = H.Primitives__throwFormatException$closure = new H.Closure$1(H.Primitives__throwFormatException, "Primitives__throwFormatException$closure"); |
+init.globalFunctions.toStringWrapper$closure = H.toStringWrapper$closure = new H.Closure$0(H.toStringWrapper, "toStringWrapper$closure"); |
+init.globalFunctions.invokeClosure$closure = H.invokeClosure$closure = new H.Closure$7(H.invokeClosure, "invokeClosure$closure"); |
+init.globalFunctions._asyncRunCallback$closure = P._asyncRunCallback$closure = new H.Closure$0(P._asyncRunCallback, "_asyncRunCallback$closure"); |
+init.globalFunctions._nullDataHandler$closure = P._nullDataHandler$closure = new H.Closure$1(P._nullDataHandler, "_nullDataHandler$closure"); |
+init.globalFunctions._nullErrorHandler$closure = P._nullErrorHandler$closure = new P.Closure$20(P._nullErrorHandler, "_nullErrorHandler$closure"); |
+init.globalFunctions._nullDoneHandler$closure = P._nullDoneHandler$closure = new H.Closure$0(P._nullDoneHandler, "_nullDoneHandler$closure"); |
init.globalFunctions._defaultEquals$closure = P._defaultEquals$closure = new H.Closure$2(P._defaultEquals, "_defaultEquals$closure"); |
init.globalFunctions._defaultHashCode$closure = P._defaultHashCode$closure = new H.Closure$1(P._defaultHashCode, "_defaultHashCode$closure"); |
init.globalFunctions.identical$closure = P.identical$closure = new H.Closure$2(P.identical, "identical$closure"); |
init.globalFunctions.identityHashCode$closure = P.identityHashCode$closure = new H.Closure$1(P.identityHashCode, "identityHashCode$closure"); |
-init.globalFunctions.main$closure = A.main$closure = new H.Closure$0(A.main, "main$closure"); |
-init.globalFunctions.updateBadge$closure = A.updateBadge$closure = new H.Closure$1(A.updateBadge, "updateBadge$closure"); |
-init.globalFunctions.generateBadge$closure = A.generateBadge$closure = new H.Closure$1(A.generateBadge, "generateBadge$closure"); |
-init.globalFunctions.PirateName__parsePirateNamesFromJSON$closure = A.PirateName__parsePirateNamesFromJSON$closure = new H.Closure$1(A.PirateName__parsePirateNamesFromJSON, "PirateName__parsePirateNamesFromJSON$closure"); |
+init.globalFunctions._callDartFunction$closure = P._callDartFunction$closure = new P.Closure$4(P._callDartFunction, "_callDartFunction$closure"); |
+init.globalFunctions._convertToJS$closure = P._convertToJS$closure = new H.Closure$1(P._convertToJS, "_convertToJS$closure"); |
+init.globalFunctions._convertToDart$closure = P._convertToDart$closure = new H.Closure$1(P._convertToDart, "_convertToDart$closure"); |
+init.globalFunctions.main$closure = Y.main$closure = new H.Closure$0(Y.main, "main$closure"); |
// Runtime type support |
-J.JSString.$isString = true; |
-J.JSString.$isObject = true; |
J.JSInt.$isint = true; |
J.JSInt.$isObject = true; |
+J.JSDouble.$isObject = true; |
+J.JSString.$isString = true; |
+J.JSString.$isObject = true; |
J.JSNumber.$isObject = true; |
-P.Object.$isObject = true; |
P.Duration.$isObject = true; |
-W.Event.$isEvent = true; |
W.Event.$isObject = true; |
-W.MouseEvent.$isEvent = true; |
-W.MouseEvent.$isObject = true; |
-J.JSBool.$isbool = true; |
-J.JSBool.$isObject = true; |
-W.HttpRequest.$isObject = true; |
-W.ProgressEvent.$isEvent = true; |
-W.ProgressEvent.$isObject = true; |
+P.Symbol.$isSymbol = true; |
+P.Symbol.$isObject = true; |
P.ReceivePort.$isObject = true; |
H._IsolateEvent.$isObject = true; |
H._IsolateContext.$isObject = true; |
+J.JSArray.$isList = true; |
J.JSArray.$isObject = true; |
-P.Symbol.$isSymbol = true; |
-P.Symbol.$isObject = true; |
P.StackTrace.$isStackTrace = true; |
P.StackTrace.$isObject = true; |
+P.Object.$isObject = true; |
P.Function.$isFunction = true; |
P.Function.$isObject = true; |
+J.JSBool.$isbool = true; |
+J.JSBool.$isObject = true; |
P._EventSink.$is_EventSink = true; |
P._EventSink.$isObject = true; |
P.Future.$isFuture = true; |
@@ -5981,38 +7001,151 @@ J.getInterceptor$x = function(receiver) { |
return receiver; |
return J.getNativeInterceptor(receiver); |
}; |
-C.C_JsonCodec = new P.JsonCodec(); |
-C.C_UnknownJavaScriptObject = new J.UnknownJavaScriptObject(); |
C.C__DelayedDone = new P._DelayedDone(); |
-C.C__Random = new P._Random(); |
C.C__RootZone = new P._RootZone(); |
C.Duration_0 = new P.Duration(0); |
-C.EventStreamProvider_click = new W.EventStreamProvider("click"); |
-C.EventStreamProvider_error = new W.EventStreamProvider("error"); |
-C.EventStreamProvider_input = new W.EventStreamProvider("input"); |
-C.EventStreamProvider_load = new W.EventStreamProvider("load"); |
-C.HttpRequest_methods = W.HttpRequest.prototype; |
+C.EventStreamProvider_change = new W.EventStreamProvider("change"); |
C.JSArray_methods = J.JSArray.prototype; |
C.JSInt_methods = J.JSInt.prototype; |
C.JSNumber_methods = J.JSNumber.prototype; |
C.JSString_methods = J.JSString.prototype; |
+C.JS_CONST_0 = function(hooks) { |
+ if (typeof dartExperimentalFixupGetTag != "function") return hooks; |
+ hooks.getTag = dartExperimentalFixupGetTag(hooks.getTag); |
+}; |
+C.JS_CONST_6qb = function(hooks) { |
+ var userAgent = typeof navigator == "object" ? navigator.userAgent : ""; |
+ if (userAgent.indexOf("Firefox") == -1) return hooks; |
+ var getTag = hooks.getTag; |
+ var quickMap = { |
+ "BeforeUnloadEvent": "Event", |
+ "DataTransfer": "Clipboard", |
+ "GeoGeolocation": "Geolocation", |
+ "WorkerMessageEvent": "MessageEvent", |
+ "XMLDocument": "Document"}; |
+ function getTagFirefox(o) { |
+ var tag = getTag(o); |
+ return quickMap[tag] || tag; |
+ } |
+ hooks.getTag = getTagFirefox; |
+}; |
+C.JS_CONST_86y = function getTagFallback(o) { |
+ if (o == null) return "Null"; |
+ var constructor = o.constructor; |
+ if (typeof constructor == "function") { |
+ var name = constructor.builtin$cls; |
+ if (typeof name == "string") return name; |
+ name = constructor.name; |
+ if (typeof name == "string" |
+ && name !== "" |
+ && name !== "Object" |
+ && name !== "Function.prototype") { |
+ return name; |
+ } |
+ } |
+ var s = Object.prototype.toString.call(o); |
+ return s.substring(8, s.length - 1); |
+}; |
+C.JS_CONST_Cbr = function(getTagFallback) { |
+ return function(hooks) { |
+ if (typeof navigator != "object") return hooks; |
+ var userAgent = navigator.userAgent; |
+ if (userAgent.indexOf("Chrome") >= 0 || |
+ userAgent.indexOf("DumpRenderTree") >= 0) { |
+ return hooks; |
+ } |
+ hooks.getTag = getTagFallback; |
+ }; |
+}; |
+C.JS_CONST_Fs4 = function(hooks) { return hooks; } |
+; |
+C.JS_CONST_TtD = function() { |
+ function typeNameInChrome(obj) { return obj.constructor.name; } |
+ function getUnknownTag(object, tag) { |
+ if (/^HTML[A-Z].*Element$/.test(tag)) { |
+ var name = Object.prototype.toString.call(object); |
+ if (name == "[object Object]") return null; |
+ return "HTMLElement"; |
+ } |
+ } |
+ function getUnknownTagGenericBrowser(object, tag) { |
+ if (object instanceof HTMLElement) return "HTMLElement"; |
+ return getUnknownTag(object, tag); |
+ } |
+ function prototypeForTag(tag) { |
+ if (typeof window == "undefined") return null; |
+ if (typeof window[tag] == "undefined") return null; |
+ var constructor = window[tag]; |
+ if (typeof constructor != "function") return null; |
+ return constructor.prototype; |
+ } |
+ function discriminator(tag) { return null; } |
+ var isBrowser = typeof navigator == "object"; |
+ return { |
+ getTag: typeNameInChrome, |
+ getUnknownTag: isBrowser ? getUnknownTagGenericBrowser : getUnknownTag, |
+ prototypeForTag: prototypeForTag, |
+ discriminator: discriminator }; |
+}; |
C.JS_CONST_ZYJ = ((typeof version == "function" && typeof os == "object" && "system" in os) |
|| (typeof navigator == "object" |
&& navigator.userAgent.indexOf('Chrome') != -1)) |
? function(x) { return x.$dartCachedLength || x.length; } |
: function(x) { return x.length; }; |
; |
-C.JsonDecoder_null = new P.JsonDecoder(null); |
+C.JS_CONST_rD3 = function(hooks) { |
+ var userAgent = typeof navigator == "object" ? navigator.userAgent : ""; |
+ if (userAgent.indexOf("Trident/") == -1) return hooks; |
+ var getTag = hooks.getTag; |
+ var quickMap = { |
+ "BeforeUnloadEvent": "Event", |
+ "DataTransfer": "Clipboard", |
+ "HTMLDDElement": "HTMLElement", |
+ "HTMLDTElement": "HTMLElement", |
+ "HTMLPhraseElement": "HTMLElement", |
+ "Position": "Geoposition" |
+ }; |
+ function getTagIE(o) { |
+ var tag = getTag(o); |
+ var newTag = quickMap[tag]; |
+ if (newTag) return newTag; |
+ if (tag == "Document") { |
+ if (!!o.xmlVersion) return "!Document"; |
+ return "!HTMLDocument"; |
+ } |
+ if (tag == "Object") { |
+ if (window.DataView && (o instanceof window.DataView)) return "DataView"; |
+ } |
+ return tag; |
+ } |
+ function prototypeForTagIE(tag) { |
+ if (tag == "Document") return null; |
+ var constructor = window[tag]; |
+ if (constructor == null) return null; |
+ return constructor.prototype; |
+ } |
+ hooks.getTag = getTagIE; |
+ hooks.prototypeForTag = prototypeForTagIE; |
+}; |
Isolate.makeConstantList = function(list) { |
list.immutable$list = true; |
list.fixed$length = true; |
return list; |
}; |
C.List_empty = Isolate.makeConstantList([]); |
+C.Symbol_call = new H.Symbol0("call"); |
+C.Type_oqh = H.createRuntimeType('Uint64List'); |
+C.Type_qxd = H.createRuntimeType('Int64List'); |
+C.UnknownJavaScriptObject_methods = J.UnknownJavaScriptObject.prototype; |
$.lazyPort = null; |
$.ReceivePortImpl__nextFreeId = 1; |
$.Primitives_mirrorFunctionCacheName = "$cachedFunction"; |
$.Primitives_mirrorInvokeCacheName = "$cachedInvocation"; |
+$.getTagFunction = null; |
+$.alternateTagFunction = null; |
+$.prototypeForTagFunction = null; |
+$.dispatchRecordsForInstanceTags = null; |
+$.interceptorsForUncacheableTags = null; |
$.initNativeDispatchFlag = null; |
$.printToZone = null; |
$._callbacksAreEnqueued = false; |
@@ -6020,8 +7153,6 @@ $.Zone__current = C.C__RootZone; |
$.Expando__keyCount = 0; |
$.Device__isOpera = null; |
$.Device__isWebKit = null; |
-$.genButton = null; |
-$.badgeNameElement = null; |
J.$eq = function(receiver, a0) { |
if (receiver == null) |
return a0 == null; |
@@ -6034,6 +7165,11 @@ J.$ge$n = function(receiver, a0) { |
return receiver >= a0; |
return J.getInterceptor$n(receiver).$ge(receiver, a0); |
}; |
+J.$gt$n = function(receiver, a0) { |
+ if (typeof receiver == "number" && typeof a0 == "number") |
+ return receiver > a0; |
+ return J.getInterceptor$n(receiver).$gt(receiver, a0); |
+}; |
J.$index$asx = function(receiver, a0) { |
if (receiver.constructor == Array || typeof receiver == "string" || H.isJsIndexable(receiver, receiver[init.dispatchPropertyName])) |
if (a0 >>> 0 === a0 && a0 < receiver.length) |
@@ -6045,57 +7181,45 @@ J.$indexSet$ax = function(receiver, a0, a1) { |
return receiver[a0] = a1; |
return J.getInterceptor$ax(receiver).$indexSet(receiver, a0, a1); |
}; |
+J.$shl$n = function(receiver, a0) { |
+ return J.getInterceptor$n(receiver).$shl(receiver, a0); |
+}; |
J.addEventListener$3$x = function(receiver, a0, a1, a2) { |
return J.getInterceptor$x(receiver).addEventListener$3(receiver, a0, a1, a2); |
}; |
+J.elementAt$1$ax = function(receiver, a0) { |
+ return J.getInterceptor$ax(receiver).elementAt$1(receiver, a0); |
+}; |
J.forEach$1$ax = function(receiver, a0) { |
return J.getInterceptor$ax(receiver).forEach$1(receiver, a0); |
}; |
-J.get$_key$x = function(receiver) { |
- return J.getInterceptor$x(receiver).get$_key(receiver); |
-}; |
J.get$error$x = function(receiver) { |
return J.getInterceptor$x(receiver).get$error(receiver); |
}; |
J.get$hashCode$ = function(receiver) { |
return J.getInterceptor(receiver).get$hashCode(receiver); |
}; |
-J.get$isEmpty$asx = function(receiver) { |
- return J.getInterceptor$asx(receiver).get$isEmpty(receiver); |
-}; |
J.get$iterator$ax = function(receiver) { |
return J.getInterceptor$ax(receiver).get$iterator(receiver); |
}; |
J.get$length$asx = function(receiver) { |
return J.getInterceptor$asx(receiver).get$length(receiver); |
}; |
-J.get$responseText$x = function(receiver) { |
- return J.getInterceptor$x(receiver).get$responseText(receiver); |
+J.get$value$x = function(receiver) { |
+ return J.getInterceptor$x(receiver).get$value(receiver); |
}; |
-J.get$target$x = function(receiver) { |
- return J.getInterceptor$x(receiver).get$target(receiver); |
+J.map$1$ax = function(receiver, a0) { |
+ return J.getInterceptor$ax(receiver).map$1(receiver, a0); |
}; |
-J.get$values$x = function(receiver) { |
- return J.getInterceptor$x(receiver).get$values(receiver); |
+J.noSuchMethod$1 = function(receiver, a0) { |
+ return J.getInterceptor(receiver).noSuchMethod$1(receiver, a0); |
}; |
J.removeEventListener$3$x = function(receiver, a0, a1, a2) { |
return J.getInterceptor$x(receiver).removeEventListener$3(receiver, a0, a1, a2); |
}; |
-J.send$1$x = function(receiver, a0) { |
- return J.getInterceptor$x(receiver).send$1(receiver, a0); |
-}; |
-J.set$disabled$x = function(receiver, value) { |
- return J.getInterceptor$x(receiver).set$disabled(receiver, value); |
-}; |
-J.toList$0$ax = function(receiver) { |
- return J.getInterceptor$ax(receiver).toList$0(receiver); |
-}; |
J.toString$0 = function(receiver) { |
return J.getInterceptor(receiver).toString$0(receiver); |
}; |
-J.trim$0$s = function(receiver) { |
- return J.getInterceptor$s(receiver).trim$0(receiver); |
-}; |
Isolate.$lazy($, "globalThis", "globalThis", "get$globalThis", function() { |
return function() { return this; }(); |
}); |
@@ -6144,15 +7268,9 @@ Isolate.$lazy($, "undefinedPropertyPattern", "TypeErrorDecoder_undefinedProperty |
Isolate.$lazy($, "undefinedLiteralPropertyPattern", "TypeErrorDecoder_undefinedLiteralPropertyPattern", "get$TypeErrorDecoder_undefinedLiteralPropertyPattern", function() { |
return H.TypeErrorDecoder_extractPattern(H.TypeErrorDecoder_provokePropertyErrorOnUndefined()); |
}); |
-Isolate.$lazy($, "getTypeNameOf", "getTypeNameOf", "get$getTypeNameOf", function() { |
- return H.getFunctionForTypeNameOf(); |
-}); |
Isolate.$lazy($, "_toStringList", "IterableMixinWorkaround__toStringList", "get$IterableMixinWorkaround__toStringList", function() { |
return P.List_List(null, null); |
}); |
-Isolate.$lazy($, "_stackTraceExpando", "_stackTraceExpando", "get$_stackTraceExpando", function() { |
- return new P.Expando("asynchronous error"); |
-}); |
Isolate.$lazy($, "_asyncCallbacks", "_asyncCallbacks", "get$_asyncCallbacks", function() { |
return P.ListQueue$(null, {func: "void_", void: true}); |
}); |
@@ -6162,22 +7280,21 @@ Isolate.$lazy($, "_toStringVisiting", "_toStringVisiting", "get$_toStringVisitin |
Isolate.$lazy($, "_toStringList", "Maps__toStringList", "get$Maps__toStringList", function() { |
return P.List_List(null, null); |
}); |
-Isolate.$lazy($, "indexGen", "PirateName_indexGen", "get$PirateName_indexGen", function() { |
- return C.C__Random; |
+Isolate.$lazy($, "context", "context", "get$context", function() { |
+ return P._wrapToDart(function() { return this; }()); |
}); |
-Isolate.$lazy($, "names", "PirateName_names", "get$PirateName_names", function() { |
- return []; |
+Isolate.$lazy($, "visualization", "visualization", "get$visualization", function() { |
+ return document.querySelector("#gauge"); |
}); |
-Isolate.$lazy($, "appellations", "PirateName_appellations", "get$PirateName_appellations", function() { |
- return []; |
+Isolate.$lazy($, "slider", "slider", "get$slider", function() { |
+ return document.querySelector("#slider"); |
}); |
// Native classes |
-J.Interceptor["%"] = "DOMError|FileError|MediaError|MediaKeyError|Navigator|NavigatorUserMediaError|PositionError|SQLError|SVGAnimatedNumberList|SVGAnimatedString"; |
- |
init.functionAliases = {}; |
; |
-init.metadata = []; |
+init.metadata = [, |
+]; |
$ = null; |
Isolate = Isolate.$finishIsolateConstructor(Isolate); |
$ = new Isolate(); |
@@ -6247,9 +7364,9 @@ Z = convertToFastObject(Z); |
init.currentScript = currentScript; |
if (typeof dartMainRunner === "function") { |
- dartMainRunner(function() { H.startRootIsolate(A.main$closure); }); |
+ dartMainRunner(function() { H.startRootIsolate(Y.main$closure); }); |
} else { |
- H.startRootIsolate(A.main$closure); |
+ H.startRootIsolate(Y.main$closure); |
} |
}); |
// END invoke [main]. |
@@ -6406,7 +7523,7 @@ function init() { |
} |
constructors = null; |
var finishedClasses = {}; |
- init.interceptorsByTag = {}; |
+ init.interceptorsByTag = Object.create(null); |
init.leafTags = {}; |
function finishClass(cls) { |
var hasOwnProperty = Object.prototype.hasOwnProperty; |
@@ -6499,4395 +7616,4836 @@ function init() { |
Isolate.makeConstantList = oldIsolate.makeConstantList; |
return Isolate; |
}; |
-} |
-})() |
-function dart_precompiled($collectedClasses) { |
- var $desc; |
- function JS_CONST(code) { |
- this.code = code; |
+} |
+})() |
+function dart_precompiled($collectedClasses) { |
+ var $desc; |
+ function HtmlElement() { |
+ } |
+ HtmlElement.builtin$cls = "HtmlElement"; |
+ if (!"name" in HtmlElement) |
+ HtmlElement.name = "HtmlElement"; |
+ $desc = $collectedClasses.HtmlElement; |
+ if ($desc instanceof Array) |
+ $desc = $desc[1]; |
+ HtmlElement.prototype = $desc; |
+ function AnchorElement() { |
+ } |
+ AnchorElement.builtin$cls = "AnchorElement"; |
+ if (!"name" in AnchorElement) |
+ AnchorElement.name = "AnchorElement"; |
+ $desc = $collectedClasses.AnchorElement; |
+ if ($desc instanceof Array) |
+ $desc = $desc[1]; |
+ AnchorElement.prototype = $desc; |
+ function AnimationEvent() { |
+ } |
+ AnimationEvent.builtin$cls = "AnimationEvent"; |
+ if (!"name" in AnimationEvent) |
+ AnimationEvent.name = "AnimationEvent"; |
+ $desc = $collectedClasses.AnimationEvent; |
+ if ($desc instanceof Array) |
+ $desc = $desc[1]; |
+ AnimationEvent.prototype = $desc; |
+ function AreaElement() { |
+ } |
+ AreaElement.builtin$cls = "AreaElement"; |
+ if (!"name" in AreaElement) |
+ AreaElement.name = "AreaElement"; |
+ $desc = $collectedClasses.AreaElement; |
+ if ($desc instanceof Array) |
+ $desc = $desc[1]; |
+ AreaElement.prototype = $desc; |
+ function AudioElement() { |
+ } |
+ AudioElement.builtin$cls = "AudioElement"; |
+ if (!"name" in AudioElement) |
+ AudioElement.name = "AudioElement"; |
+ $desc = $collectedClasses.AudioElement; |
+ if ($desc instanceof Array) |
+ $desc = $desc[1]; |
+ AudioElement.prototype = $desc; |
+ function AutocompleteErrorEvent() { |
+ } |
+ AutocompleteErrorEvent.builtin$cls = "AutocompleteErrorEvent"; |
+ if (!"name" in AutocompleteErrorEvent) |
+ AutocompleteErrorEvent.name = "AutocompleteErrorEvent"; |
+ $desc = $collectedClasses.AutocompleteErrorEvent; |
+ if ($desc instanceof Array) |
+ $desc = $desc[1]; |
+ AutocompleteErrorEvent.prototype = $desc; |
+ function BRElement() { |
+ } |
+ BRElement.builtin$cls = "BRElement"; |
+ if (!"name" in BRElement) |
+ BRElement.name = "BRElement"; |
+ $desc = $collectedClasses.BRElement; |
+ if ($desc instanceof Array) |
+ $desc = $desc[1]; |
+ BRElement.prototype = $desc; |
+ function BaseElement() { |
+ } |
+ BaseElement.builtin$cls = "BaseElement"; |
+ if (!"name" in BaseElement) |
+ BaseElement.name = "BaseElement"; |
+ $desc = $collectedClasses.BaseElement; |
+ if ($desc instanceof Array) |
+ $desc = $desc[1]; |
+ BaseElement.prototype = $desc; |
+ function BeforeLoadEvent() { |
+ } |
+ BeforeLoadEvent.builtin$cls = "BeforeLoadEvent"; |
+ if (!"name" in BeforeLoadEvent) |
+ BeforeLoadEvent.name = "BeforeLoadEvent"; |
+ $desc = $collectedClasses.BeforeLoadEvent; |
+ if ($desc instanceof Array) |
+ $desc = $desc[1]; |
+ BeforeLoadEvent.prototype = $desc; |
+ function BeforeUnloadEvent() { |
+ } |
+ BeforeUnloadEvent.builtin$cls = "BeforeUnloadEvent"; |
+ if (!"name" in BeforeUnloadEvent) |
+ BeforeUnloadEvent.name = "BeforeUnloadEvent"; |
+ $desc = $collectedClasses.BeforeUnloadEvent; |
+ if ($desc instanceof Array) |
+ $desc = $desc[1]; |
+ BeforeUnloadEvent.prototype = $desc; |
+ function Blob() { |
+ } |
+ Blob.builtin$cls = "Blob"; |
+ if (!"name" in Blob) |
+ Blob.name = "Blob"; |
+ $desc = $collectedClasses.Blob; |
+ if ($desc instanceof Array) |
+ $desc = $desc[1]; |
+ Blob.prototype = $desc; |
+ function BodyElement() { |
+ } |
+ BodyElement.builtin$cls = "BodyElement"; |
+ if (!"name" in BodyElement) |
+ BodyElement.name = "BodyElement"; |
+ $desc = $collectedClasses.BodyElement; |
+ if ($desc instanceof Array) |
+ $desc = $desc[1]; |
+ BodyElement.prototype = $desc; |
+ function ButtonElement() { |
+ } |
+ ButtonElement.builtin$cls = "ButtonElement"; |
+ if (!"name" in ButtonElement) |
+ ButtonElement.name = "ButtonElement"; |
+ $desc = $collectedClasses.ButtonElement; |
+ if ($desc instanceof Array) |
+ $desc = $desc[1]; |
+ ButtonElement.prototype = $desc; |
+ ButtonElement.prototype.get$value = function(receiver) { |
+ return receiver.value; |
+ }; |
+ function CDataSection() { |
+ } |
+ CDataSection.builtin$cls = "CDataSection"; |
+ if (!"name" in CDataSection) |
+ CDataSection.name = "CDataSection"; |
+ $desc = $collectedClasses.CDataSection; |
+ if ($desc instanceof Array) |
+ $desc = $desc[1]; |
+ CDataSection.prototype = $desc; |
+ function CanvasElement() { |
+ } |
+ CanvasElement.builtin$cls = "CanvasElement"; |
+ if (!"name" in CanvasElement) |
+ CanvasElement.name = "CanvasElement"; |
+ $desc = $collectedClasses.CanvasElement; |
+ if ($desc instanceof Array) |
+ $desc = $desc[1]; |
+ CanvasElement.prototype = $desc; |
+ function CharacterData() { |
+ } |
+ CharacterData.builtin$cls = "CharacterData"; |
+ if (!"name" in CharacterData) |
+ CharacterData.name = "CharacterData"; |
+ $desc = $collectedClasses.CharacterData; |
+ if ($desc instanceof Array) |
+ $desc = $desc[1]; |
+ CharacterData.prototype = $desc; |
+ CharacterData.prototype.get$length = function(receiver) { |
+ return receiver.length; |
+ }; |
+ function CloseEvent() { |
+ } |
+ CloseEvent.builtin$cls = "CloseEvent"; |
+ if (!"name" in CloseEvent) |
+ CloseEvent.name = "CloseEvent"; |
+ $desc = $collectedClasses.CloseEvent; |
+ if ($desc instanceof Array) |
+ $desc = $desc[1]; |
+ CloseEvent.prototype = $desc; |
+ function Comment() { |
+ } |
+ Comment.builtin$cls = "Comment"; |
+ if (!"name" in Comment) |
+ Comment.name = "Comment"; |
+ $desc = $collectedClasses.Comment; |
+ if ($desc instanceof Array) |
+ $desc = $desc[1]; |
+ Comment.prototype = $desc; |
+ function CompositionEvent() { |
+ } |
+ CompositionEvent.builtin$cls = "CompositionEvent"; |
+ if (!"name" in CompositionEvent) |
+ CompositionEvent.name = "CompositionEvent"; |
+ $desc = $collectedClasses.CompositionEvent; |
+ if ($desc instanceof Array) |
+ $desc = $desc[1]; |
+ CompositionEvent.prototype = $desc; |
+ function ContentElement() { |
+ } |
+ ContentElement.builtin$cls = "ContentElement"; |
+ if (!"name" in ContentElement) |
+ ContentElement.name = "ContentElement"; |
+ $desc = $collectedClasses.ContentElement; |
+ if ($desc instanceof Array) |
+ $desc = $desc[1]; |
+ ContentElement.prototype = $desc; |
+ function CssFontFaceLoadEvent() { |
+ } |
+ CssFontFaceLoadEvent.builtin$cls = "CssFontFaceLoadEvent"; |
+ if (!"name" in CssFontFaceLoadEvent) |
+ CssFontFaceLoadEvent.name = "CssFontFaceLoadEvent"; |
+ $desc = $collectedClasses.CssFontFaceLoadEvent; |
+ if ($desc instanceof Array) |
+ $desc = $desc[1]; |
+ CssFontFaceLoadEvent.prototype = $desc; |
+ function CustomEvent() { |
+ } |
+ CustomEvent.builtin$cls = "CustomEvent"; |
+ if (!"name" in CustomEvent) |
+ CustomEvent.name = "CustomEvent"; |
+ $desc = $collectedClasses.CustomEvent; |
+ if ($desc instanceof Array) |
+ $desc = $desc[1]; |
+ CustomEvent.prototype = $desc; |
+ function DListElement() { |
+ } |
+ DListElement.builtin$cls = "DListElement"; |
+ if (!"name" in DListElement) |
+ DListElement.name = "DListElement"; |
+ $desc = $collectedClasses.DListElement; |
+ if ($desc instanceof Array) |
+ $desc = $desc[1]; |
+ DListElement.prototype = $desc; |
+ function DataListElement() { |
+ } |
+ DataListElement.builtin$cls = "DataListElement"; |
+ if (!"name" in DataListElement) |
+ DataListElement.name = "DataListElement"; |
+ $desc = $collectedClasses.DataListElement; |
+ if ($desc instanceof Array) |
+ $desc = $desc[1]; |
+ DataListElement.prototype = $desc; |
+ function DetailsElement() { |
+ } |
+ DetailsElement.builtin$cls = "DetailsElement"; |
+ if (!"name" in DetailsElement) |
+ DetailsElement.name = "DetailsElement"; |
+ $desc = $collectedClasses.DetailsElement; |
+ if ($desc instanceof Array) |
+ $desc = $desc[1]; |
+ DetailsElement.prototype = $desc; |
+ function DeviceMotionEvent() { |
+ } |
+ DeviceMotionEvent.builtin$cls = "DeviceMotionEvent"; |
+ if (!"name" in DeviceMotionEvent) |
+ DeviceMotionEvent.name = "DeviceMotionEvent"; |
+ $desc = $collectedClasses.DeviceMotionEvent; |
+ if ($desc instanceof Array) |
+ $desc = $desc[1]; |
+ DeviceMotionEvent.prototype = $desc; |
+ function DeviceOrientationEvent() { |
+ } |
+ DeviceOrientationEvent.builtin$cls = "DeviceOrientationEvent"; |
+ if (!"name" in DeviceOrientationEvent) |
+ DeviceOrientationEvent.name = "DeviceOrientationEvent"; |
+ $desc = $collectedClasses.DeviceOrientationEvent; |
+ if ($desc instanceof Array) |
+ $desc = $desc[1]; |
+ DeviceOrientationEvent.prototype = $desc; |
+ function DialogElement() { |
+ } |
+ DialogElement.builtin$cls = "DialogElement"; |
+ if (!"name" in DialogElement) |
+ DialogElement.name = "DialogElement"; |
+ $desc = $collectedClasses.DialogElement; |
+ if ($desc instanceof Array) |
+ $desc = $desc[1]; |
+ DialogElement.prototype = $desc; |
+ function DivElement() { |
+ } |
+ DivElement.builtin$cls = "DivElement"; |
+ if (!"name" in DivElement) |
+ DivElement.name = "DivElement"; |
+ $desc = $collectedClasses.DivElement; |
+ if ($desc instanceof Array) |
+ $desc = $desc[1]; |
+ DivElement.prototype = $desc; |
+ function Document() { |
+ } |
+ Document.builtin$cls = "Document"; |
+ if (!"name" in Document) |
+ Document.name = "Document"; |
+ $desc = $collectedClasses.Document; |
+ if ($desc instanceof Array) |
+ $desc = $desc[1]; |
+ Document.prototype = $desc; |
+ function DocumentFragment() { |
+ } |
+ DocumentFragment.builtin$cls = "DocumentFragment"; |
+ if (!"name" in DocumentFragment) |
+ DocumentFragment.name = "DocumentFragment"; |
+ $desc = $collectedClasses.DocumentFragment; |
+ if ($desc instanceof Array) |
+ $desc = $desc[1]; |
+ DocumentFragment.prototype = $desc; |
+ function DocumentType() { |
+ } |
+ DocumentType.builtin$cls = "DocumentType"; |
+ if (!"name" in DocumentType) |
+ DocumentType.name = "DocumentType"; |
+ $desc = $collectedClasses.DocumentType; |
+ if ($desc instanceof Array) |
+ $desc = $desc[1]; |
+ DocumentType.prototype = $desc; |
+ function DomError() { |
+ } |
+ DomError.builtin$cls = "DomError"; |
+ if (!"name" in DomError) |
+ DomError.name = "DomError"; |
+ $desc = $collectedClasses.DomError; |
+ if ($desc instanceof Array) |
+ $desc = $desc[1]; |
+ DomError.prototype = $desc; |
+ function DomException() { |
+ } |
+ DomException.builtin$cls = "DomException"; |
+ if (!"name" in DomException) |
+ DomException.name = "DomException"; |
+ $desc = $collectedClasses.DomException; |
+ if ($desc instanceof Array) |
+ $desc = $desc[1]; |
+ DomException.prototype = $desc; |
+ function Element() { |
+ } |
+ Element.builtin$cls = "Element"; |
+ if (!"name" in Element) |
+ Element.name = "Element"; |
+ $desc = $collectedClasses.Element; |
+ if ($desc instanceof Array) |
+ $desc = $desc[1]; |
+ Element.prototype = $desc; |
+ function EmbedElement() { |
+ } |
+ EmbedElement.builtin$cls = "EmbedElement"; |
+ if (!"name" in EmbedElement) |
+ EmbedElement.name = "EmbedElement"; |
+ $desc = $collectedClasses.EmbedElement; |
+ if ($desc instanceof Array) |
+ $desc = $desc[1]; |
+ EmbedElement.prototype = $desc; |
+ function ErrorEvent() { |
+ } |
+ ErrorEvent.builtin$cls = "ErrorEvent"; |
+ if (!"name" in ErrorEvent) |
+ ErrorEvent.name = "ErrorEvent"; |
+ $desc = $collectedClasses.ErrorEvent; |
+ if ($desc instanceof Array) |
+ $desc = $desc[1]; |
+ ErrorEvent.prototype = $desc; |
+ ErrorEvent.prototype.get$error = function(receiver) { |
+ return receiver.error; |
+ }; |
+ function Event() { |
} |
- JS_CONST.builtin$cls = "JS_CONST"; |
- if (!"name" in JS_CONST) |
- JS_CONST.name = "JS_CONST"; |
- $desc = $collectedClasses.JS_CONST; |
+ Event.builtin$cls = "Event"; |
+ if (!"name" in Event) |
+ Event.name = "Event"; |
+ $desc = $collectedClasses.Event; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- JS_CONST.prototype = $desc; |
- function Interceptor() { |
+ Event.prototype = $desc; |
+ function EventTarget() { |
} |
- Interceptor.builtin$cls = "Interceptor"; |
- if (!"name" in Interceptor) |
- Interceptor.name = "Interceptor"; |
- $desc = $collectedClasses.Interceptor; |
+ EventTarget.builtin$cls = "EventTarget"; |
+ if (!"name" in EventTarget) |
+ EventTarget.name = "EventTarget"; |
+ $desc = $collectedClasses.EventTarget; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- Interceptor.prototype = $desc; |
- function JSBool() { |
+ EventTarget.prototype = $desc; |
+ function FieldSetElement() { |
} |
- JSBool.builtin$cls = "bool"; |
- if (!"name" in JSBool) |
- JSBool.name = "JSBool"; |
- $desc = $collectedClasses.JSBool; |
+ FieldSetElement.builtin$cls = "FieldSetElement"; |
+ if (!"name" in FieldSetElement) |
+ FieldSetElement.name = "FieldSetElement"; |
+ $desc = $collectedClasses.FieldSetElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- JSBool.prototype = $desc; |
- function JSNull() { |
+ FieldSetElement.prototype = $desc; |
+ function File() { |
} |
- JSNull.builtin$cls = "JSNull"; |
- if (!"name" in JSNull) |
- JSNull.name = "JSNull"; |
- $desc = $collectedClasses.JSNull; |
+ File.builtin$cls = "File"; |
+ if (!"name" in File) |
+ File.name = "File"; |
+ $desc = $collectedClasses.File; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- JSNull.prototype = $desc; |
- function JavaScriptObject() { |
+ File.prototype = $desc; |
+ function FileError() { |
} |
- JavaScriptObject.builtin$cls = "JavaScriptObject"; |
- if (!"name" in JavaScriptObject) |
- JavaScriptObject.name = "JavaScriptObject"; |
- $desc = $collectedClasses.JavaScriptObject; |
+ FileError.builtin$cls = "FileError"; |
+ if (!"name" in FileError) |
+ FileError.name = "FileError"; |
+ $desc = $collectedClasses.FileError; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- JavaScriptObject.prototype = $desc; |
- function PlainJavaScriptObject() { |
+ FileError.prototype = $desc; |
+ function FocusEvent() { |
} |
- PlainJavaScriptObject.builtin$cls = "PlainJavaScriptObject"; |
- if (!"name" in PlainJavaScriptObject) |
- PlainJavaScriptObject.name = "PlainJavaScriptObject"; |
- $desc = $collectedClasses.PlainJavaScriptObject; |
+ FocusEvent.builtin$cls = "FocusEvent"; |
+ if (!"name" in FocusEvent) |
+ FocusEvent.name = "FocusEvent"; |
+ $desc = $collectedClasses.FocusEvent; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- PlainJavaScriptObject.prototype = $desc; |
- function UnknownJavaScriptObject() { |
+ FocusEvent.prototype = $desc; |
+ function FormElement() { |
} |
- UnknownJavaScriptObject.builtin$cls = "UnknownJavaScriptObject"; |
- if (!"name" in UnknownJavaScriptObject) |
- UnknownJavaScriptObject.name = "UnknownJavaScriptObject"; |
- $desc = $collectedClasses.UnknownJavaScriptObject; |
+ FormElement.builtin$cls = "FormElement"; |
+ if (!"name" in FormElement) |
+ FormElement.name = "FormElement"; |
+ $desc = $collectedClasses.FormElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- UnknownJavaScriptObject.prototype = $desc; |
- function JSArray() { |
+ FormElement.prototype = $desc; |
+ FormElement.prototype.get$length = function(receiver) { |
+ return receiver.length; |
+ }; |
+ function HRElement() { |
} |
- JSArray.builtin$cls = "List"; |
- if (!"name" in JSArray) |
- JSArray.name = "JSArray"; |
- $desc = $collectedClasses.JSArray; |
+ HRElement.builtin$cls = "HRElement"; |
+ if (!"name" in HRElement) |
+ HRElement.name = "HRElement"; |
+ $desc = $collectedClasses.HRElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- JSArray.prototype = $desc; |
- function JSMutableArray() { |
+ HRElement.prototype = $desc; |
+ function HashChangeEvent() { |
} |
- JSMutableArray.builtin$cls = "JSMutableArray"; |
- if (!"name" in JSMutableArray) |
- JSMutableArray.name = "JSMutableArray"; |
- $desc = $collectedClasses.JSMutableArray; |
+ HashChangeEvent.builtin$cls = "HashChangeEvent"; |
+ if (!"name" in HashChangeEvent) |
+ HashChangeEvent.name = "HashChangeEvent"; |
+ $desc = $collectedClasses.HashChangeEvent; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- JSMutableArray.prototype = $desc; |
- function JSFixedArray() { |
+ HashChangeEvent.prototype = $desc; |
+ function HeadElement() { |
} |
- JSFixedArray.builtin$cls = "JSFixedArray"; |
- if (!"name" in JSFixedArray) |
- JSFixedArray.name = "JSFixedArray"; |
- $desc = $collectedClasses.JSFixedArray; |
+ HeadElement.builtin$cls = "HeadElement"; |
+ if (!"name" in HeadElement) |
+ HeadElement.name = "HeadElement"; |
+ $desc = $collectedClasses.HeadElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- JSFixedArray.prototype = $desc; |
- function JSExtendableArray() { |
+ HeadElement.prototype = $desc; |
+ function HeadingElement() { |
} |
- JSExtendableArray.builtin$cls = "JSExtendableArray"; |
- if (!"name" in JSExtendableArray) |
- JSExtendableArray.name = "JSExtendableArray"; |
- $desc = $collectedClasses.JSExtendableArray; |
+ HeadingElement.builtin$cls = "HeadingElement"; |
+ if (!"name" in HeadingElement) |
+ HeadingElement.name = "HeadingElement"; |
+ $desc = $collectedClasses.HeadingElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- JSExtendableArray.prototype = $desc; |
- function JSNumber() { |
+ HeadingElement.prototype = $desc; |
+ function HtmlDocument() { |
} |
- JSNumber.builtin$cls = "num"; |
- if (!"name" in JSNumber) |
- JSNumber.name = "JSNumber"; |
- $desc = $collectedClasses.JSNumber; |
+ HtmlDocument.builtin$cls = "HtmlDocument"; |
+ if (!"name" in HtmlDocument) |
+ HtmlDocument.name = "HtmlDocument"; |
+ $desc = $collectedClasses.HtmlDocument; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- JSNumber.prototype = $desc; |
- function JSInt() { |
+ HtmlDocument.prototype = $desc; |
+ function HtmlHtmlElement() { |
} |
- JSInt.builtin$cls = "int"; |
- if (!"name" in JSInt) |
- JSInt.name = "JSInt"; |
- $desc = $collectedClasses.JSInt; |
+ HtmlHtmlElement.builtin$cls = "HtmlHtmlElement"; |
+ if (!"name" in HtmlHtmlElement) |
+ HtmlHtmlElement.name = "HtmlHtmlElement"; |
+ $desc = $collectedClasses.HtmlHtmlElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- JSInt.prototype = $desc; |
- function JSDouble() { |
+ HtmlHtmlElement.prototype = $desc; |
+ function IFrameElement() { |
} |
- JSDouble.builtin$cls = "double"; |
- if (!"name" in JSDouble) |
- JSDouble.name = "JSDouble"; |
- $desc = $collectedClasses.JSDouble; |
+ IFrameElement.builtin$cls = "IFrameElement"; |
+ if (!"name" in IFrameElement) |
+ IFrameElement.name = "IFrameElement"; |
+ $desc = $collectedClasses.IFrameElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- JSDouble.prototype = $desc; |
- function JSString() { |
+ IFrameElement.prototype = $desc; |
+ function ImageData() { |
} |
- JSString.builtin$cls = "String"; |
- if (!"name" in JSString) |
- JSString.name = "JSString"; |
- $desc = $collectedClasses.JSString; |
+ ImageData.builtin$cls = "ImageData"; |
+ if (!"name" in ImageData) |
+ ImageData.name = "ImageData"; |
+ $desc = $collectedClasses.ImageData; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- JSString.prototype = $desc; |
- function startRootIsolate_closure(entry_0) { |
- this.entry_0 = entry_0; |
+ ImageData.prototype = $desc; |
+ function ImageElement() { |
} |
- startRootIsolate_closure.builtin$cls = "startRootIsolate_closure"; |
- if (!"name" in startRootIsolate_closure) |
- startRootIsolate_closure.name = "startRootIsolate_closure"; |
- $desc = $collectedClasses.startRootIsolate_closure; |
+ ImageElement.builtin$cls = "ImageElement"; |
+ if (!"name" in ImageElement) |
+ ImageElement.name = "ImageElement"; |
+ $desc = $collectedClasses.ImageElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- startRootIsolate_closure.prototype = $desc; |
- function startRootIsolate_closure0(entry_1) { |
- this.entry_1 = entry_1; |
+ ImageElement.prototype = $desc; |
+ function InputElement() { |
} |
- startRootIsolate_closure0.builtin$cls = "startRootIsolate_closure0"; |
- if (!"name" in startRootIsolate_closure0) |
- startRootIsolate_closure0.name = "startRootIsolate_closure0"; |
- $desc = $collectedClasses.startRootIsolate_closure0; |
+ InputElement.builtin$cls = "InputElement"; |
+ if (!"name" in InputElement) |
+ InputElement.name = "InputElement"; |
+ $desc = $collectedClasses.InputElement; |
+ if ($desc instanceof Array) |
+ $desc = $desc[1]; |
+ InputElement.prototype = $desc; |
+ InputElement.prototype.get$value = function(receiver) { |
+ return receiver.value; |
+ }; |
+ function KeyboardEvent() { |
+ } |
+ KeyboardEvent.builtin$cls = "KeyboardEvent"; |
+ if (!"name" in KeyboardEvent) |
+ KeyboardEvent.name = "KeyboardEvent"; |
+ $desc = $collectedClasses.KeyboardEvent; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- startRootIsolate_closure0.prototype = $desc; |
- function _Manager(nextIsolateId, currentManagerId, nextManagerId, currentContext, rootContext, topEventLoop, fromCommandLine, isWorker, supportsWorkers, isolates, mainManager, managers, entry) { |
- this.nextIsolateId = nextIsolateId; |
- this.currentManagerId = currentManagerId; |
- this.nextManagerId = nextManagerId; |
- this.currentContext = currentContext; |
- this.rootContext = rootContext; |
- this.topEventLoop = topEventLoop; |
- this.fromCommandLine = fromCommandLine; |
- this.isWorker = isWorker; |
- this.supportsWorkers = supportsWorkers; |
- this.isolates = isolates; |
- this.mainManager = mainManager; |
- this.managers = managers; |
- this.entry = entry; |
+ KeyboardEvent.prototype = $desc; |
+ function KeygenElement() { |
} |
- _Manager.builtin$cls = "_Manager"; |
- if (!"name" in _Manager) |
- _Manager.name = "_Manager"; |
- $desc = $collectedClasses._Manager; |
+ KeygenElement.builtin$cls = "KeygenElement"; |
+ if (!"name" in KeygenElement) |
+ KeygenElement.name = "KeygenElement"; |
+ $desc = $collectedClasses.KeygenElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _Manager.prototype = $desc; |
- function _IsolateContext(id, ports, isolateStatics) { |
- this.id = id; |
- this.ports = ports; |
- this.isolateStatics = isolateStatics; |
+ KeygenElement.prototype = $desc; |
+ function LIElement() { |
} |
- _IsolateContext.builtin$cls = "_IsolateContext"; |
- if (!"name" in _IsolateContext) |
- _IsolateContext.name = "_IsolateContext"; |
- $desc = $collectedClasses._IsolateContext; |
+ LIElement.builtin$cls = "LIElement"; |
+ if (!"name" in LIElement) |
+ LIElement.name = "LIElement"; |
+ $desc = $collectedClasses.LIElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _IsolateContext.prototype = $desc; |
- _IsolateContext.prototype.get$isolateStatics = function() { |
- return this.isolateStatics; |
+ LIElement.prototype = $desc; |
+ LIElement.prototype.get$value = function(receiver) { |
+ return receiver.value; |
}; |
- function _EventLoop(events, activeTimerCount) { |
- this.events = events; |
- this.activeTimerCount = activeTimerCount; |
+ function LabelElement() { |
} |
- _EventLoop.builtin$cls = "_EventLoop"; |
- if (!"name" in _EventLoop) |
- _EventLoop.name = "_EventLoop"; |
- $desc = $collectedClasses._EventLoop; |
+ LabelElement.builtin$cls = "LabelElement"; |
+ if (!"name" in LabelElement) |
+ LabelElement.name = "LabelElement"; |
+ $desc = $collectedClasses.LabelElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _EventLoop.prototype = $desc; |
- function _EventLoop__runHelper_next(this_0) { |
- this.this_0 = this_0; |
+ LabelElement.prototype = $desc; |
+ function LegendElement() { |
} |
- _EventLoop__runHelper_next.builtin$cls = "_EventLoop__runHelper_next"; |
- if (!"name" in _EventLoop__runHelper_next) |
- _EventLoop__runHelper_next.name = "_EventLoop__runHelper_next"; |
- $desc = $collectedClasses._EventLoop__runHelper_next; |
+ LegendElement.builtin$cls = "LegendElement"; |
+ if (!"name" in LegendElement) |
+ LegendElement.name = "LegendElement"; |
+ $desc = $collectedClasses.LegendElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _EventLoop__runHelper_next.prototype = $desc; |
- function _IsolateEvent(isolate, fn, message) { |
- this.isolate = isolate; |
- this.fn = fn; |
- this.message = message; |
+ LegendElement.prototype = $desc; |
+ function LinkElement() { |
} |
- _IsolateEvent.builtin$cls = "_IsolateEvent"; |
- if (!"name" in _IsolateEvent) |
- _IsolateEvent.name = "_IsolateEvent"; |
- $desc = $collectedClasses._IsolateEvent; |
+ LinkElement.builtin$cls = "LinkElement"; |
+ if (!"name" in LinkElement) |
+ LinkElement.name = "LinkElement"; |
+ $desc = $collectedClasses.LinkElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _IsolateEvent.prototype = $desc; |
- function _MainManagerStub() { |
+ LinkElement.prototype = $desc; |
+ function MapElement() { |
} |
- _MainManagerStub.builtin$cls = "_MainManagerStub"; |
- if (!"name" in _MainManagerStub) |
- _MainManagerStub.name = "_MainManagerStub"; |
- $desc = $collectedClasses._MainManagerStub; |
+ MapElement.builtin$cls = "MapElement"; |
+ if (!"name" in MapElement) |
+ MapElement.name = "MapElement"; |
+ $desc = $collectedClasses.MapElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _MainManagerStub.prototype = $desc; |
- function IsolateNatives__processWorkerMessage_closure(entryPoint_0, args_1, message_2, isSpawnUri_3, replyTo_4) { |
- this.entryPoint_0 = entryPoint_0; |
- this.args_1 = args_1; |
- this.message_2 = message_2; |
- this.isSpawnUri_3 = isSpawnUri_3; |
- this.replyTo_4 = replyTo_4; |
+ MapElement.prototype = $desc; |
+ function MediaElement() { |
} |
- IsolateNatives__processWorkerMessage_closure.builtin$cls = "IsolateNatives__processWorkerMessage_closure"; |
- if (!"name" in IsolateNatives__processWorkerMessage_closure) |
- IsolateNatives__processWorkerMessage_closure.name = "IsolateNatives__processWorkerMessage_closure"; |
- $desc = $collectedClasses.IsolateNatives__processWorkerMessage_closure; |
+ MediaElement.builtin$cls = "MediaElement"; |
+ if (!"name" in MediaElement) |
+ MediaElement.name = "MediaElement"; |
+ $desc = $collectedClasses.MediaElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- IsolateNatives__processWorkerMessage_closure.prototype = $desc; |
- function _BaseSendPort() { |
+ MediaElement.prototype = $desc; |
+ MediaElement.prototype.get$error = function(receiver) { |
+ return receiver.error; |
+ }; |
+ function MediaError() { |
} |
- _BaseSendPort.builtin$cls = "_BaseSendPort"; |
- if (!"name" in _BaseSendPort) |
- _BaseSendPort.name = "_BaseSendPort"; |
- $desc = $collectedClasses._BaseSendPort; |
+ MediaError.builtin$cls = "MediaError"; |
+ if (!"name" in MediaError) |
+ MediaError.name = "MediaError"; |
+ $desc = $collectedClasses.MediaError; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _BaseSendPort.prototype = $desc; |
- function _NativeJsSendPort(_receivePort, _isolateId) { |
- this._receivePort = _receivePort; |
- this._isolateId = _isolateId; |
+ MediaError.prototype = $desc; |
+ function MediaKeyError() { |
} |
- _NativeJsSendPort.builtin$cls = "_NativeJsSendPort"; |
- if (!"name" in _NativeJsSendPort) |
- _NativeJsSendPort.name = "_NativeJsSendPort"; |
- $desc = $collectedClasses._NativeJsSendPort; |
+ MediaKeyError.builtin$cls = "MediaKeyError"; |
+ if (!"name" in MediaKeyError) |
+ MediaKeyError.name = "MediaKeyError"; |
+ $desc = $collectedClasses.MediaKeyError; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _NativeJsSendPort.prototype = $desc; |
- function _NativeJsSendPort_send_closure(this_1, message_2) { |
- this.this_1 = this_1; |
- this.message_2 = message_2; |
+ MediaKeyError.prototype = $desc; |
+ function MediaKeyEvent() { |
} |
- _NativeJsSendPort_send_closure.builtin$cls = "_NativeJsSendPort_send_closure"; |
- if (!"name" in _NativeJsSendPort_send_closure) |
- _NativeJsSendPort_send_closure.name = "_NativeJsSendPort_send_closure"; |
- $desc = $collectedClasses._NativeJsSendPort_send_closure; |
+ MediaKeyEvent.builtin$cls = "MediaKeyEvent"; |
+ if (!"name" in MediaKeyEvent) |
+ MediaKeyEvent.name = "MediaKeyEvent"; |
+ $desc = $collectedClasses.MediaKeyEvent; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _NativeJsSendPort_send_closure.prototype = $desc; |
- function _NativeJsSendPort_send__closure(box_0, this_3, shouldSerialize_4) { |
- this.box_0 = box_0; |
- this.this_3 = this_3; |
- this.shouldSerialize_4 = shouldSerialize_4; |
+ MediaKeyEvent.prototype = $desc; |
+ function MediaKeyMessageEvent() { |
} |
- _NativeJsSendPort_send__closure.builtin$cls = "_NativeJsSendPort_send__closure"; |
- if (!"name" in _NativeJsSendPort_send__closure) |
- _NativeJsSendPort_send__closure.name = "_NativeJsSendPort_send__closure"; |
- $desc = $collectedClasses._NativeJsSendPort_send__closure; |
+ MediaKeyMessageEvent.builtin$cls = "MediaKeyMessageEvent"; |
+ if (!"name" in MediaKeyMessageEvent) |
+ MediaKeyMessageEvent.name = "MediaKeyMessageEvent"; |
+ $desc = $collectedClasses.MediaKeyMessageEvent; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _NativeJsSendPort_send__closure.prototype = $desc; |
- function _WorkerSendPort(_workerId, _receivePortId, _isolateId) { |
- this._workerId = _workerId; |
- this._receivePortId = _receivePortId; |
- this._isolateId = _isolateId; |
+ MediaKeyMessageEvent.prototype = $desc; |
+ function MediaKeyNeededEvent() { |
} |
- _WorkerSendPort.builtin$cls = "_WorkerSendPort"; |
- if (!"name" in _WorkerSendPort) |
- _WorkerSendPort.name = "_WorkerSendPort"; |
- $desc = $collectedClasses._WorkerSendPort; |
+ MediaKeyNeededEvent.builtin$cls = "MediaKeyNeededEvent"; |
+ if (!"name" in MediaKeyNeededEvent) |
+ MediaKeyNeededEvent.name = "MediaKeyNeededEvent"; |
+ $desc = $collectedClasses.MediaKeyNeededEvent; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _WorkerSendPort.prototype = $desc; |
- function _WorkerSendPort_send_closure(this_0, message_1) { |
- this.this_0 = this_0; |
- this.message_1 = message_1; |
+ MediaKeyNeededEvent.prototype = $desc; |
+ function MediaStream() { |
} |
- _WorkerSendPort_send_closure.builtin$cls = "_WorkerSendPort_send_closure"; |
- if (!"name" in _WorkerSendPort_send_closure) |
- _WorkerSendPort_send_closure.name = "_WorkerSendPort_send_closure"; |
- $desc = $collectedClasses._WorkerSendPort_send_closure; |
+ MediaStream.builtin$cls = "MediaStream"; |
+ if (!"name" in MediaStream) |
+ MediaStream.name = "MediaStream"; |
+ $desc = $collectedClasses.MediaStream; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _WorkerSendPort_send_closure.prototype = $desc; |
- function ReceivePortImpl(_id, _controller) { |
- this._id = _id; |
- this._controller = _controller; |
+ MediaStream.prototype = $desc; |
+ function MediaStreamEvent() { |
} |
- ReceivePortImpl.builtin$cls = "ReceivePortImpl"; |
- if (!"name" in ReceivePortImpl) |
- ReceivePortImpl.name = "ReceivePortImpl"; |
- $desc = $collectedClasses.ReceivePortImpl; |
+ MediaStreamEvent.builtin$cls = "MediaStreamEvent"; |
+ if (!"name" in MediaStreamEvent) |
+ MediaStreamEvent.name = "MediaStreamEvent"; |
+ $desc = $collectedClasses.MediaStreamEvent; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- ReceivePortImpl.prototype = $desc; |
- ReceivePortImpl.prototype.get$_id = function() { |
- return this._id; |
- }; |
- ReceivePortImpl.prototype.get$_controller = function() { |
- return this._controller; |
- }; |
- function BoundClosure$i0(_self, __js_helper$_target, _receiver, __js_helper$_name) { |
- this._self = _self; |
- this.__js_helper$_target = __js_helper$_target; |
- this._receiver = _receiver; |
- this.__js_helper$_name = __js_helper$_name; |
+ MediaStreamEvent.prototype = $desc; |
+ function MediaStreamTrackEvent() { |
} |
- BoundClosure$i0.builtin$cls = "BoundClosure$i0"; |
- $desc = $collectedClasses.BoundClosure$i0; |
+ MediaStreamTrackEvent.builtin$cls = "MediaStreamTrackEvent"; |
+ if (!"name" in MediaStreamTrackEvent) |
+ MediaStreamTrackEvent.name = "MediaStreamTrackEvent"; |
+ $desc = $collectedClasses.MediaStreamTrackEvent; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- BoundClosure$i0.prototype = $desc; |
- function _waitForPendingPorts_closure(callback_0) { |
- this.callback_0 = callback_0; |
+ MediaStreamTrackEvent.prototype = $desc; |
+ function MenuElement() { |
} |
- _waitForPendingPorts_closure.builtin$cls = "_waitForPendingPorts_closure"; |
- if (!"name" in _waitForPendingPorts_closure) |
- _waitForPendingPorts_closure.name = "_waitForPendingPorts_closure"; |
- $desc = $collectedClasses._waitForPendingPorts_closure; |
+ MenuElement.builtin$cls = "MenuElement"; |
+ if (!"name" in MenuElement) |
+ MenuElement.name = "MenuElement"; |
+ $desc = $collectedClasses.MenuElement; |
+ if ($desc instanceof Array) |
+ $desc = $desc[1]; |
+ MenuElement.prototype = $desc; |
+ function MessageEvent() { |
+ } |
+ MessageEvent.builtin$cls = "MessageEvent"; |
+ if (!"name" in MessageEvent) |
+ MessageEvent.name = "MessageEvent"; |
+ $desc = $collectedClasses.MessageEvent; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _waitForPendingPorts_closure.prototype = $desc; |
- function _PendingSendPortFinder(ports, _visited) { |
- this.ports = ports; |
- this._visited = _visited; |
+ MessageEvent.prototype = $desc; |
+ function MetaElement() { |
} |
- _PendingSendPortFinder.builtin$cls = "_PendingSendPortFinder"; |
- if (!"name" in _PendingSendPortFinder) |
- _PendingSendPortFinder.name = "_PendingSendPortFinder"; |
- $desc = $collectedClasses._PendingSendPortFinder; |
+ MetaElement.builtin$cls = "MetaElement"; |
+ if (!"name" in MetaElement) |
+ MetaElement.name = "MetaElement"; |
+ $desc = $collectedClasses.MetaElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _PendingSendPortFinder.prototype = $desc; |
- function _JsSerializer(_nextFreeRefId, _visited) { |
- this._nextFreeRefId = _nextFreeRefId; |
- this._visited = _visited; |
+ MetaElement.prototype = $desc; |
+ function MeterElement() { |
} |
- _JsSerializer.builtin$cls = "_JsSerializer"; |
- if (!"name" in _JsSerializer) |
- _JsSerializer.name = "_JsSerializer"; |
- $desc = $collectedClasses._JsSerializer; |
+ MeterElement.builtin$cls = "MeterElement"; |
+ if (!"name" in MeterElement) |
+ MeterElement.name = "MeterElement"; |
+ $desc = $collectedClasses.MeterElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _JsSerializer.prototype = $desc; |
- function _JsCopier(_visited) { |
- this._visited = _visited; |
+ MeterElement.prototype = $desc; |
+ MeterElement.prototype.get$value = function(receiver) { |
+ return receiver.value; |
+ }; |
+ function MidiConnectionEvent() { |
} |
- _JsCopier.builtin$cls = "_JsCopier"; |
- if (!"name" in _JsCopier) |
- _JsCopier.name = "_JsCopier"; |
- $desc = $collectedClasses._JsCopier; |
+ MidiConnectionEvent.builtin$cls = "MidiConnectionEvent"; |
+ if (!"name" in MidiConnectionEvent) |
+ MidiConnectionEvent.name = "MidiConnectionEvent"; |
+ $desc = $collectedClasses.MidiConnectionEvent; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _JsCopier.prototype = $desc; |
- function _JsDeserializer(_deserialized) { |
- this._deserialized = _deserialized; |
+ MidiConnectionEvent.prototype = $desc; |
+ function MidiMessageEvent() { |
} |
- _JsDeserializer.builtin$cls = "_JsDeserializer"; |
- if (!"name" in _JsDeserializer) |
- _JsDeserializer.name = "_JsDeserializer"; |
- $desc = $collectedClasses._JsDeserializer; |
+ MidiMessageEvent.builtin$cls = "MidiMessageEvent"; |
+ if (!"name" in MidiMessageEvent) |
+ MidiMessageEvent.name = "MidiMessageEvent"; |
+ $desc = $collectedClasses.MidiMessageEvent; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _JsDeserializer.prototype = $desc; |
- function _JsVisitedMap(tagged) { |
- this.tagged = tagged; |
+ MidiMessageEvent.prototype = $desc; |
+ function ModElement() { |
} |
- _JsVisitedMap.builtin$cls = "_JsVisitedMap"; |
- if (!"name" in _JsVisitedMap) |
- _JsVisitedMap.name = "_JsVisitedMap"; |
- $desc = $collectedClasses._JsVisitedMap; |
+ ModElement.builtin$cls = "ModElement"; |
+ if (!"name" in ModElement) |
+ ModElement.name = "ModElement"; |
+ $desc = $collectedClasses.ModElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _JsVisitedMap.prototype = $desc; |
- function _MessageTraverserVisitedMap() { |
+ ModElement.prototype = $desc; |
+ function MouseEvent() { |
} |
- _MessageTraverserVisitedMap.builtin$cls = "_MessageTraverserVisitedMap"; |
- if (!"name" in _MessageTraverserVisitedMap) |
- _MessageTraverserVisitedMap.name = "_MessageTraverserVisitedMap"; |
- $desc = $collectedClasses._MessageTraverserVisitedMap; |
+ MouseEvent.builtin$cls = "MouseEvent"; |
+ if (!"name" in MouseEvent) |
+ MouseEvent.name = "MouseEvent"; |
+ $desc = $collectedClasses.MouseEvent; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _MessageTraverserVisitedMap.prototype = $desc; |
- function _MessageTraverser() { |
+ MouseEvent.prototype = $desc; |
+ function Navigator() { |
} |
- _MessageTraverser.builtin$cls = "_MessageTraverser"; |
- if (!"name" in _MessageTraverser) |
- _MessageTraverser.name = "_MessageTraverser"; |
- $desc = $collectedClasses._MessageTraverser; |
+ Navigator.builtin$cls = "Navigator"; |
+ if (!"name" in Navigator) |
+ Navigator.name = "Navigator"; |
+ $desc = $collectedClasses.Navigator; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _MessageTraverser.prototype = $desc; |
- function BoundClosure$1(_self, __js_helper$_target, _receiver, __js_helper$_name) { |
- this._self = _self; |
- this.__js_helper$_target = __js_helper$_target; |
- this._receiver = _receiver; |
- this.__js_helper$_name = __js_helper$_name; |
+ Navigator.prototype = $desc; |
+ function NavigatorUserMediaError() { |
} |
- BoundClosure$1.builtin$cls = "BoundClosure$1"; |
- $desc = $collectedClasses.BoundClosure$1; |
+ NavigatorUserMediaError.builtin$cls = "NavigatorUserMediaError"; |
+ if (!"name" in NavigatorUserMediaError) |
+ NavigatorUserMediaError.name = "NavigatorUserMediaError"; |
+ $desc = $collectedClasses.NavigatorUserMediaError; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- BoundClosure$1.prototype = $desc; |
- function _Copier() { |
+ NavigatorUserMediaError.prototype = $desc; |
+ function Node() { |
} |
- _Copier.builtin$cls = "_Copier"; |
- if (!"name" in _Copier) |
- _Copier.name = "_Copier"; |
- $desc = $collectedClasses._Copier; |
+ Node.builtin$cls = "Node"; |
+ if (!"name" in Node) |
+ Node.name = "Node"; |
+ $desc = $collectedClasses.Node; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _Copier.prototype = $desc; |
- function _Copier_visitMap_closure(box_0, this_1) { |
- this.box_0 = box_0; |
- this.this_1 = this_1; |
+ Node.prototype = $desc; |
+ function OListElement() { |
} |
- _Copier_visitMap_closure.builtin$cls = "_Copier_visitMap_closure"; |
- if (!"name" in _Copier_visitMap_closure) |
- _Copier_visitMap_closure.name = "_Copier_visitMap_closure"; |
- $desc = $collectedClasses._Copier_visitMap_closure; |
+ OListElement.builtin$cls = "OListElement"; |
+ if (!"name" in OListElement) |
+ OListElement.name = "OListElement"; |
+ $desc = $collectedClasses.OListElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _Copier_visitMap_closure.prototype = $desc; |
- function _Serializer() { |
+ OListElement.prototype = $desc; |
+ function ObjectElement() { |
} |
- _Serializer.builtin$cls = "_Serializer"; |
- if (!"name" in _Serializer) |
- _Serializer.name = "_Serializer"; |
- $desc = $collectedClasses._Serializer; |
+ ObjectElement.builtin$cls = "ObjectElement"; |
+ if (!"name" in ObjectElement) |
+ ObjectElement.name = "ObjectElement"; |
+ $desc = $collectedClasses.ObjectElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _Serializer.prototype = $desc; |
- function _Deserializer() { |
+ ObjectElement.prototype = $desc; |
+ function OptGroupElement() { |
} |
- _Deserializer.builtin$cls = "_Deserializer"; |
- if (!"name" in _Deserializer) |
- _Deserializer.name = "_Deserializer"; |
- $desc = $collectedClasses._Deserializer; |
+ OptGroupElement.builtin$cls = "OptGroupElement"; |
+ if (!"name" in OptGroupElement) |
+ OptGroupElement.name = "OptGroupElement"; |
+ $desc = $collectedClasses.OptGroupElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _Deserializer.prototype = $desc; |
- function TimerImpl(_once, _inEventLoop, _handle) { |
- this._once = _once; |
- this._inEventLoop = _inEventLoop; |
- this._handle = _handle; |
+ OptGroupElement.prototype = $desc; |
+ function OptionElement() { |
} |
- TimerImpl.builtin$cls = "TimerImpl"; |
- if (!"name" in TimerImpl) |
- TimerImpl.name = "TimerImpl"; |
- $desc = $collectedClasses.TimerImpl; |
+ OptionElement.builtin$cls = "OptionElement"; |
+ if (!"name" in OptionElement) |
+ OptionElement.name = "OptionElement"; |
+ $desc = $collectedClasses.OptionElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- TimerImpl.prototype = $desc; |
- function TimerImpl_internalCallback(this_0, callback_1) { |
- this.this_0 = this_0; |
- this.callback_1 = callback_1; |
+ OptionElement.prototype = $desc; |
+ OptionElement.prototype.get$value = function(receiver) { |
+ return receiver.value; |
+ }; |
+ function OutputElement() { |
} |
- TimerImpl_internalCallback.builtin$cls = "TimerImpl_internalCallback"; |
- if (!"name" in TimerImpl_internalCallback) |
- TimerImpl_internalCallback.name = "TimerImpl_internalCallback"; |
- $desc = $collectedClasses.TimerImpl_internalCallback; |
+ OutputElement.builtin$cls = "OutputElement"; |
+ if (!"name" in OutputElement) |
+ OutputElement.name = "OutputElement"; |
+ $desc = $collectedClasses.OutputElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- TimerImpl_internalCallback.prototype = $desc; |
- function TimerImpl_internalCallback0(this_2, callback_3) { |
- this.this_2 = this_2; |
- this.callback_3 = callback_3; |
+ OutputElement.prototype = $desc; |
+ OutputElement.prototype.get$value = function(receiver) { |
+ return receiver.value; |
+ }; |
+ function OverflowEvent() { |
} |
- TimerImpl_internalCallback0.builtin$cls = "TimerImpl_internalCallback0"; |
- if (!"name" in TimerImpl_internalCallback0) |
- TimerImpl_internalCallback0.name = "TimerImpl_internalCallback0"; |
- $desc = $collectedClasses.TimerImpl_internalCallback0; |
+ OverflowEvent.builtin$cls = "OverflowEvent"; |
+ if (!"name" in OverflowEvent) |
+ OverflowEvent.name = "OverflowEvent"; |
+ $desc = $collectedClasses.OverflowEvent; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- TimerImpl_internalCallback0.prototype = $desc; |
- function TypeErrorDecoder(_pattern, _arguments, _argumentsExpr, _expr, _method, _receiver) { |
- this._pattern = _pattern; |
- this._arguments = _arguments; |
- this._argumentsExpr = _argumentsExpr; |
- this._expr = _expr; |
- this._method = _method; |
- this._receiver = _receiver; |
+ OverflowEvent.prototype = $desc; |
+ function PageTransitionEvent() { |
} |
- TypeErrorDecoder.builtin$cls = "TypeErrorDecoder"; |
- if (!"name" in TypeErrorDecoder) |
- TypeErrorDecoder.name = "TypeErrorDecoder"; |
- $desc = $collectedClasses.TypeErrorDecoder; |
+ PageTransitionEvent.builtin$cls = "PageTransitionEvent"; |
+ if (!"name" in PageTransitionEvent) |
+ PageTransitionEvent.name = "PageTransitionEvent"; |
+ $desc = $collectedClasses.PageTransitionEvent; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- TypeErrorDecoder.prototype = $desc; |
- function NullError(_message, _method) { |
- this._message = _message; |
- this._method = _method; |
+ PageTransitionEvent.prototype = $desc; |
+ function ParagraphElement() { |
} |
- NullError.builtin$cls = "NullError"; |
- if (!"name" in NullError) |
- NullError.name = "NullError"; |
- $desc = $collectedClasses.NullError; |
+ ParagraphElement.builtin$cls = "ParagraphElement"; |
+ if (!"name" in ParagraphElement) |
+ ParagraphElement.name = "ParagraphElement"; |
+ $desc = $collectedClasses.ParagraphElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- NullError.prototype = $desc; |
- function JsNoSuchMethodError(_message, _method, _receiver) { |
- this._message = _message; |
- this._method = _method; |
- this._receiver = _receiver; |
+ ParagraphElement.prototype = $desc; |
+ function ParamElement() { |
} |
- JsNoSuchMethodError.builtin$cls = "JsNoSuchMethodError"; |
- if (!"name" in JsNoSuchMethodError) |
- JsNoSuchMethodError.name = "JsNoSuchMethodError"; |
- $desc = $collectedClasses.JsNoSuchMethodError; |
+ ParamElement.builtin$cls = "ParamElement"; |
+ if (!"name" in ParamElement) |
+ ParamElement.name = "ParamElement"; |
+ $desc = $collectedClasses.ParamElement; |
+ if ($desc instanceof Array) |
+ $desc = $desc[1]; |
+ ParamElement.prototype = $desc; |
+ ParamElement.prototype.get$value = function(receiver) { |
+ return receiver.value; |
+ }; |
+ function PopStateEvent() { |
+ } |
+ PopStateEvent.builtin$cls = "PopStateEvent"; |
+ if (!"name" in PopStateEvent) |
+ PopStateEvent.name = "PopStateEvent"; |
+ $desc = $collectedClasses.PopStateEvent; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- JsNoSuchMethodError.prototype = $desc; |
- function UnknownJsTypeError(_message) { |
- this._message = _message; |
+ PopStateEvent.prototype = $desc; |
+ function PositionError() { |
} |
- UnknownJsTypeError.builtin$cls = "UnknownJsTypeError"; |
- if (!"name" in UnknownJsTypeError) |
- UnknownJsTypeError.name = "UnknownJsTypeError"; |
- $desc = $collectedClasses.UnknownJsTypeError; |
+ PositionError.builtin$cls = "PositionError"; |
+ if (!"name" in PositionError) |
+ PositionError.name = "PositionError"; |
+ $desc = $collectedClasses.PositionError; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- UnknownJsTypeError.prototype = $desc; |
- function unwrapException_saveStackTrace(ex_0) { |
- this.ex_0 = ex_0; |
+ PositionError.prototype = $desc; |
+ function PreElement() { |
} |
- unwrapException_saveStackTrace.builtin$cls = "unwrapException_saveStackTrace"; |
- if (!"name" in unwrapException_saveStackTrace) |
- unwrapException_saveStackTrace.name = "unwrapException_saveStackTrace"; |
- $desc = $collectedClasses.unwrapException_saveStackTrace; |
+ PreElement.builtin$cls = "PreElement"; |
+ if (!"name" in PreElement) |
+ PreElement.name = "PreElement"; |
+ $desc = $collectedClasses.PreElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- unwrapException_saveStackTrace.prototype = $desc; |
- function _StackTrace(_exception, _trace) { |
- this._exception = _exception; |
- this._trace = _trace; |
+ PreElement.prototype = $desc; |
+ function ProcessingInstruction() { |
} |
- _StackTrace.builtin$cls = "_StackTrace"; |
- if (!"name" in _StackTrace) |
- _StackTrace.name = "_StackTrace"; |
- $desc = $collectedClasses._StackTrace; |
+ ProcessingInstruction.builtin$cls = "ProcessingInstruction"; |
+ if (!"name" in ProcessingInstruction) |
+ ProcessingInstruction.name = "ProcessingInstruction"; |
+ $desc = $collectedClasses.ProcessingInstruction; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _StackTrace.prototype = $desc; |
- function invokeClosure_closure(closure_0) { |
- this.closure_0 = closure_0; |
+ ProcessingInstruction.prototype = $desc; |
+ function ProgressElement() { |
} |
- invokeClosure_closure.builtin$cls = "invokeClosure_closure"; |
- if (!"name" in invokeClosure_closure) |
- invokeClosure_closure.name = "invokeClosure_closure"; |
- $desc = $collectedClasses.invokeClosure_closure; |
+ ProgressElement.builtin$cls = "ProgressElement"; |
+ if (!"name" in ProgressElement) |
+ ProgressElement.name = "ProgressElement"; |
+ $desc = $collectedClasses.ProgressElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- invokeClosure_closure.prototype = $desc; |
- function invokeClosure_closure0(closure_1, arg1_2) { |
- this.closure_1 = closure_1; |
- this.arg1_2 = arg1_2; |
+ ProgressElement.prototype = $desc; |
+ ProgressElement.prototype.get$value = function(receiver) { |
+ return receiver.value; |
+ }; |
+ function ProgressEvent() { |
} |
- invokeClosure_closure0.builtin$cls = "invokeClosure_closure0"; |
- if (!"name" in invokeClosure_closure0) |
- invokeClosure_closure0.name = "invokeClosure_closure0"; |
- $desc = $collectedClasses.invokeClosure_closure0; |
+ ProgressEvent.builtin$cls = "ProgressEvent"; |
+ if (!"name" in ProgressEvent) |
+ ProgressEvent.name = "ProgressEvent"; |
+ $desc = $collectedClasses.ProgressEvent; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- invokeClosure_closure0.prototype = $desc; |
- function invokeClosure_closure1(closure_3, arg1_4, arg2_5) { |
- this.closure_3 = closure_3; |
- this.arg1_4 = arg1_4; |
- this.arg2_5 = arg2_5; |
+ ProgressEvent.prototype = $desc; |
+ function QuoteElement() { |
} |
- invokeClosure_closure1.builtin$cls = "invokeClosure_closure1"; |
- if (!"name" in invokeClosure_closure1) |
- invokeClosure_closure1.name = "invokeClosure_closure1"; |
- $desc = $collectedClasses.invokeClosure_closure1; |
+ QuoteElement.builtin$cls = "QuoteElement"; |
+ if (!"name" in QuoteElement) |
+ QuoteElement.name = "QuoteElement"; |
+ $desc = $collectedClasses.QuoteElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- invokeClosure_closure1.prototype = $desc; |
- function invokeClosure_closure2(closure_6, arg1_7, arg2_8, arg3_9) { |
- this.closure_6 = closure_6; |
- this.arg1_7 = arg1_7; |
- this.arg2_8 = arg2_8; |
- this.arg3_9 = arg3_9; |
+ QuoteElement.prototype = $desc; |
+ function ResourceProgressEvent() { |
} |
- invokeClosure_closure2.builtin$cls = "invokeClosure_closure2"; |
- if (!"name" in invokeClosure_closure2) |
- invokeClosure_closure2.name = "invokeClosure_closure2"; |
- $desc = $collectedClasses.invokeClosure_closure2; |
+ ResourceProgressEvent.builtin$cls = "ResourceProgressEvent"; |
+ if (!"name" in ResourceProgressEvent) |
+ ResourceProgressEvent.name = "ResourceProgressEvent"; |
+ $desc = $collectedClasses.ResourceProgressEvent; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- invokeClosure_closure2.prototype = $desc; |
- function invokeClosure_closure3(closure_10, arg1_11, arg2_12, arg3_13, arg4_14) { |
- this.closure_10 = closure_10; |
- this.arg1_11 = arg1_11; |
- this.arg2_12 = arg2_12; |
- this.arg3_13 = arg3_13; |
- this.arg4_14 = arg4_14; |
+ ResourceProgressEvent.prototype = $desc; |
+ function RtcDataChannelEvent() { |
} |
- invokeClosure_closure3.builtin$cls = "invokeClosure_closure3"; |
- if (!"name" in invokeClosure_closure3) |
- invokeClosure_closure3.name = "invokeClosure_closure3"; |
- $desc = $collectedClasses.invokeClosure_closure3; |
+ RtcDataChannelEvent.builtin$cls = "RtcDataChannelEvent"; |
+ if (!"name" in RtcDataChannelEvent) |
+ RtcDataChannelEvent.name = "RtcDataChannelEvent"; |
+ $desc = $collectedClasses.RtcDataChannelEvent; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- invokeClosure_closure3.prototype = $desc; |
- function Closure() { |
+ RtcDataChannelEvent.prototype = $desc; |
+ function RtcDtmfToneChangeEvent() { |
} |
- Closure.builtin$cls = "Closure"; |
- if (!"name" in Closure) |
- Closure.name = "Closure"; |
- $desc = $collectedClasses.Closure; |
+ RtcDtmfToneChangeEvent.builtin$cls = "RtcDtmfToneChangeEvent"; |
+ if (!"name" in RtcDtmfToneChangeEvent) |
+ RtcDtmfToneChangeEvent.name = "RtcDtmfToneChangeEvent"; |
+ $desc = $collectedClasses.RtcDtmfToneChangeEvent; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- Closure.prototype = $desc; |
- function BoundClosure(_self, __js_helper$_target, _receiver, __js_helper$_name) { |
- this._self = _self; |
- this.__js_helper$_target = __js_helper$_target; |
- this._receiver = _receiver; |
- this.__js_helper$_name = __js_helper$_name; |
+ RtcDtmfToneChangeEvent.prototype = $desc; |
+ function RtcIceCandidateEvent() { |
} |
- BoundClosure.builtin$cls = "BoundClosure"; |
- if (!"name" in BoundClosure) |
- BoundClosure.name = "BoundClosure"; |
- $desc = $collectedClasses.BoundClosure; |
+ RtcIceCandidateEvent.builtin$cls = "RtcIceCandidateEvent"; |
+ if (!"name" in RtcIceCandidateEvent) |
+ RtcIceCandidateEvent.name = "RtcIceCandidateEvent"; |
+ $desc = $collectedClasses.RtcIceCandidateEvent; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- BoundClosure.prototype = $desc; |
- function CastErrorImplementation(message) { |
- this.message = message; |
+ RtcIceCandidateEvent.prototype = $desc; |
+ function ScriptElement() { |
} |
- CastErrorImplementation.builtin$cls = "CastErrorImplementation"; |
- if (!"name" in CastErrorImplementation) |
- CastErrorImplementation.name = "CastErrorImplementation"; |
- $desc = $collectedClasses.CastErrorImplementation; |
+ ScriptElement.builtin$cls = "ScriptElement"; |
+ if (!"name" in ScriptElement) |
+ ScriptElement.name = "ScriptElement"; |
+ $desc = $collectedClasses.ScriptElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- CastErrorImplementation.prototype = $desc; |
- function applyExperimentalFixup_newGetTagDartFunction(newGetTagJSFunction_0) { |
- this.newGetTagJSFunction_0 = newGetTagJSFunction_0; |
+ ScriptElement.prototype = $desc; |
+ function SecurityPolicyViolationEvent() { |
} |
- applyExperimentalFixup_newGetTagDartFunction.builtin$cls = "applyExperimentalFixup_newGetTagDartFunction"; |
- if (!"name" in applyExperimentalFixup_newGetTagDartFunction) |
- applyExperimentalFixup_newGetTagDartFunction.name = "applyExperimentalFixup_newGetTagDartFunction"; |
- $desc = $collectedClasses.applyExperimentalFixup_newGetTagDartFunction; |
+ SecurityPolicyViolationEvent.builtin$cls = "SecurityPolicyViolationEvent"; |
+ if (!"name" in SecurityPolicyViolationEvent) |
+ SecurityPolicyViolationEvent.name = "SecurityPolicyViolationEvent"; |
+ $desc = $collectedClasses.SecurityPolicyViolationEvent; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- applyExperimentalFixup_newGetTagDartFunction.prototype = $desc; |
- function ListIterator(_iterable, _length, _index, _current) { |
- this._iterable = _iterable; |
- this._length = _length; |
- this._index = _index; |
- this._current = _current; |
+ SecurityPolicyViolationEvent.prototype = $desc; |
+ function SelectElement() { |
} |
- ListIterator.builtin$cls = "ListIterator"; |
- if (!"name" in ListIterator) |
- ListIterator.name = "ListIterator"; |
- $desc = $collectedClasses.ListIterator; |
+ SelectElement.builtin$cls = "SelectElement"; |
+ if (!"name" in SelectElement) |
+ SelectElement.name = "SelectElement"; |
+ $desc = $collectedClasses.SelectElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- ListIterator.prototype = $desc; |
- function MappedIterable(_iterable, _f) { |
- this._iterable = _iterable; |
- this._f = _f; |
+ SelectElement.prototype = $desc; |
+ SelectElement.prototype.get$length = function(receiver) { |
+ return receiver.length; |
+ }; |
+ SelectElement.prototype.get$value = function(receiver) { |
+ return receiver.value; |
+ }; |
+ function ShadowElement() { |
} |
- MappedIterable.builtin$cls = "MappedIterable"; |
- if (!"name" in MappedIterable) |
- MappedIterable.name = "MappedIterable"; |
- $desc = $collectedClasses.MappedIterable; |
+ ShadowElement.builtin$cls = "ShadowElement"; |
+ if (!"name" in ShadowElement) |
+ ShadowElement.name = "ShadowElement"; |
+ $desc = $collectedClasses.ShadowElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- MappedIterable.prototype = $desc; |
- function EfficientLengthMappedIterable(_iterable, _f) { |
- this._iterable = _iterable; |
- this._f = _f; |
+ ShadowElement.prototype = $desc; |
+ function ShadowRoot() { |
} |
- EfficientLengthMappedIterable.builtin$cls = "EfficientLengthMappedIterable"; |
- if (!"name" in EfficientLengthMappedIterable) |
- EfficientLengthMappedIterable.name = "EfficientLengthMappedIterable"; |
- $desc = $collectedClasses.EfficientLengthMappedIterable; |
+ ShadowRoot.builtin$cls = "ShadowRoot"; |
+ if (!"name" in ShadowRoot) |
+ ShadowRoot.name = "ShadowRoot"; |
+ $desc = $collectedClasses.ShadowRoot; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- EfficientLengthMappedIterable.prototype = $desc; |
- function MappedIterator(_current, _iterator, _f) { |
- this._current = _current; |
- this._iterator = _iterator; |
- this._f = _f; |
+ ShadowRoot.prototype = $desc; |
+ function SourceElement() { |
} |
- MappedIterator.builtin$cls = "MappedIterator"; |
- if (!"name" in MappedIterator) |
- MappedIterator.name = "MappedIterator"; |
- $desc = $collectedClasses.MappedIterator; |
+ SourceElement.builtin$cls = "SourceElement"; |
+ if (!"name" in SourceElement) |
+ SourceElement.name = "SourceElement"; |
+ $desc = $collectedClasses.SourceElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- MappedIterator.prototype = $desc; |
- function FixedLengthListMixin() { |
+ SourceElement.prototype = $desc; |
+ function SpanElement() { |
} |
- FixedLengthListMixin.builtin$cls = "FixedLengthListMixin"; |
- if (!"name" in FixedLengthListMixin) |
- FixedLengthListMixin.name = "FixedLengthListMixin"; |
- $desc = $collectedClasses.FixedLengthListMixin; |
+ SpanElement.builtin$cls = "SpanElement"; |
+ if (!"name" in SpanElement) |
+ SpanElement.name = "SpanElement"; |
+ $desc = $collectedClasses.SpanElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- FixedLengthListMixin.prototype = $desc; |
- function _AsyncError(error, stackTrace) { |
- this.error = error; |
- this.stackTrace = stackTrace; |
+ SpanElement.prototype = $desc; |
+ function SpeechInputEvent() { |
} |
- _AsyncError.builtin$cls = "_AsyncError"; |
- if (!"name" in _AsyncError) |
- _AsyncError.name = "_AsyncError"; |
- $desc = $collectedClasses._AsyncError; |
+ SpeechInputEvent.builtin$cls = "SpeechInputEvent"; |
+ if (!"name" in SpeechInputEvent) |
+ SpeechInputEvent.name = "SpeechInputEvent"; |
+ $desc = $collectedClasses.SpeechInputEvent; |
+ if ($desc instanceof Array) |
+ $desc = $desc[1]; |
+ SpeechInputEvent.prototype = $desc; |
+ function SpeechRecognitionError() { |
+ } |
+ SpeechRecognitionError.builtin$cls = "SpeechRecognitionError"; |
+ if (!"name" in SpeechRecognitionError) |
+ SpeechRecognitionError.name = "SpeechRecognitionError"; |
+ $desc = $collectedClasses.SpeechRecognitionError; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _AsyncError.prototype = $desc; |
- _AsyncError.prototype.get$error = function(receiver) { |
- return this.error; |
- }; |
- _AsyncError.prototype.get$stackTrace = function() { |
- return this.stackTrace; |
+ SpeechRecognitionError.prototype = $desc; |
+ SpeechRecognitionError.prototype.get$error = function(receiver) { |
+ return receiver.error; |
}; |
- function Future() { |
+ function SpeechRecognitionEvent() { |
} |
- Future.builtin$cls = "Future"; |
- if (!"name" in Future) |
- Future.name = "Future"; |
- $desc = $collectedClasses.Future; |
+ SpeechRecognitionEvent.builtin$cls = "SpeechRecognitionEvent"; |
+ if (!"name" in SpeechRecognitionEvent) |
+ SpeechRecognitionEvent.name = "SpeechRecognitionEvent"; |
+ $desc = $collectedClasses.SpeechRecognitionEvent; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- Future.prototype = $desc; |
- function Future_wait_handleError(box_0) { |
- this.box_0 = box_0; |
+ SpeechRecognitionEvent.prototype = $desc; |
+ function SpeechSynthesisEvent() { |
} |
- Future_wait_handleError.builtin$cls = "Future_wait_handleError"; |
- if (!"name" in Future_wait_handleError) |
- Future_wait_handleError.name = "Future_wait_handleError"; |
- $desc = $collectedClasses.Future_wait_handleError; |
+ SpeechSynthesisEvent.builtin$cls = "SpeechSynthesisEvent"; |
+ if (!"name" in SpeechSynthesisEvent) |
+ SpeechSynthesisEvent.name = "SpeechSynthesisEvent"; |
+ $desc = $collectedClasses.SpeechSynthesisEvent; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- Future_wait_handleError.prototype = $desc; |
- function Future_wait_closure(box_0, pos_1) { |
- this.box_0 = box_0; |
- this.pos_1 = pos_1; |
+ SpeechSynthesisEvent.prototype = $desc; |
+ function StorageEvent() { |
} |
- Future_wait_closure.builtin$cls = "Future_wait_closure"; |
- if (!"name" in Future_wait_closure) |
- Future_wait_closure.name = "Future_wait_closure"; |
- $desc = $collectedClasses.Future_wait_closure; |
+ StorageEvent.builtin$cls = "StorageEvent"; |
+ if (!"name" in StorageEvent) |
+ StorageEvent.name = "StorageEvent"; |
+ $desc = $collectedClasses.StorageEvent; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- Future_wait_closure.prototype = $desc; |
- function _Completer() { |
+ StorageEvent.prototype = $desc; |
+ function StyleElement() { |
} |
- _Completer.builtin$cls = "_Completer"; |
- if (!"name" in _Completer) |
- _Completer.name = "_Completer"; |
- $desc = $collectedClasses._Completer; |
+ StyleElement.builtin$cls = "StyleElement"; |
+ if (!"name" in StyleElement) |
+ StyleElement.name = "StyleElement"; |
+ $desc = $collectedClasses.StyleElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _Completer.prototype = $desc; |
- function _AsyncCompleter(future) { |
- this.future = future; |
+ StyleElement.prototype = $desc; |
+ function TableCaptionElement() { |
} |
- _AsyncCompleter.builtin$cls = "_AsyncCompleter"; |
- if (!"name" in _AsyncCompleter) |
- _AsyncCompleter.name = "_AsyncCompleter"; |
- $desc = $collectedClasses._AsyncCompleter; |
+ TableCaptionElement.builtin$cls = "TableCaptionElement"; |
+ if (!"name" in TableCaptionElement) |
+ TableCaptionElement.name = "TableCaptionElement"; |
+ $desc = $collectedClasses.TableCaptionElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _AsyncCompleter.prototype = $desc; |
- function BoundClosure$2(_self, __js_helper$_target, _receiver, __js_helper$_name) { |
- this._self = _self; |
- this.__js_helper$_target = __js_helper$_target; |
- this._receiver = _receiver; |
- this.__js_helper$_name = __js_helper$_name; |
+ TableCaptionElement.prototype = $desc; |
+ function TableCellElement() { |
} |
- BoundClosure$2.builtin$cls = "BoundClosure$2"; |
- $desc = $collectedClasses.BoundClosure$2; |
+ TableCellElement.builtin$cls = "TableCellElement"; |
+ if (!"name" in TableCellElement) |
+ TableCellElement.name = "TableCellElement"; |
+ $desc = $collectedClasses.TableCellElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- BoundClosure$2.prototype = $desc; |
- function _Future(_state, _zone, _resultOrListeners, _nextListener, _onValueCallback, _errorTestCallback, _onErrorCallback, _whenCompleteActionCallback) { |
- this._state = _state; |
- this._zone = _zone; |
- this._resultOrListeners = _resultOrListeners; |
- this._nextListener = _nextListener; |
- this._onValueCallback = _onValueCallback; |
- this._errorTestCallback = _errorTestCallback; |
- this._onErrorCallback = _onErrorCallback; |
- this._whenCompleteActionCallback = _whenCompleteActionCallback; |
+ TableCellElement.prototype = $desc; |
+ function TableColElement() { |
} |
- _Future.builtin$cls = "_Future"; |
- if (!"name" in _Future) |
- _Future.name = "_Future"; |
- $desc = $collectedClasses._Future; |
+ TableColElement.builtin$cls = "TableColElement"; |
+ if (!"name" in TableColElement) |
+ TableColElement.name = "TableColElement"; |
+ $desc = $collectedClasses.TableColElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _Future.prototype = $desc; |
- _Future.prototype.get$_zone = function() { |
- return this._zone; |
- }; |
- _Future.prototype.get$_nextListener = function() { |
- return this._nextListener; |
- }; |
- _Future.prototype.set$_nextListener = function(v) { |
- return this._nextListener = v; |
- }; |
- function _Future__addListener_closure(this_0, listener_1) { |
- this.this_0 = this_0; |
- this.listener_1 = listener_1; |
+ TableColElement.prototype = $desc; |
+ function TableElement() { |
} |
- _Future__addListener_closure.builtin$cls = "_Future__addListener_closure"; |
- if (!"name" in _Future__addListener_closure) |
- _Future__addListener_closure.name = "_Future__addListener_closure"; |
- $desc = $collectedClasses._Future__addListener_closure; |
+ TableElement.builtin$cls = "TableElement"; |
+ if (!"name" in TableElement) |
+ TableElement.name = "TableElement"; |
+ $desc = $collectedClasses.TableElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _Future__addListener_closure.prototype = $desc; |
- function _Future__chainFutures_closure(target_0) { |
- this.target_0 = target_0; |
+ TableElement.prototype = $desc; |
+ function TableRowElement() { |
} |
- _Future__chainFutures_closure.builtin$cls = "_Future__chainFutures_closure"; |
- if (!"name" in _Future__chainFutures_closure) |
- _Future__chainFutures_closure.name = "_Future__chainFutures_closure"; |
- $desc = $collectedClasses._Future__chainFutures_closure; |
+ TableRowElement.builtin$cls = "TableRowElement"; |
+ if (!"name" in TableRowElement) |
+ TableRowElement.name = "TableRowElement"; |
+ $desc = $collectedClasses.TableRowElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _Future__chainFutures_closure.prototype = $desc; |
- function _Future__chainFutures_closure0(target_1) { |
- this.target_1 = target_1; |
+ TableRowElement.prototype = $desc; |
+ function TableSectionElement() { |
} |
- _Future__chainFutures_closure0.builtin$cls = "_Future__chainFutures_closure0"; |
- if (!"name" in _Future__chainFutures_closure0) |
- _Future__chainFutures_closure0.name = "_Future__chainFutures_closure0"; |
- $desc = $collectedClasses._Future__chainFutures_closure0; |
+ TableSectionElement.builtin$cls = "TableSectionElement"; |
+ if (!"name" in TableSectionElement) |
+ TableSectionElement.name = "TableSectionElement"; |
+ $desc = $collectedClasses.TableSectionElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _Future__chainFutures_closure0.prototype = $desc; |
- function _Future__asyncComplete_closure(this_0, value_1) { |
- this.this_0 = this_0; |
- this.value_1 = value_1; |
+ TableSectionElement.prototype = $desc; |
+ function TemplateElement() { |
} |
- _Future__asyncComplete_closure.builtin$cls = "_Future__asyncComplete_closure"; |
- if (!"name" in _Future__asyncComplete_closure) |
- _Future__asyncComplete_closure.name = "_Future__asyncComplete_closure"; |
- $desc = $collectedClasses._Future__asyncComplete_closure; |
+ TemplateElement.builtin$cls = "TemplateElement"; |
+ if (!"name" in TemplateElement) |
+ TemplateElement.name = "TemplateElement"; |
+ $desc = $collectedClasses.TemplateElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _Future__asyncComplete_closure.prototype = $desc; |
- function _Future__asyncCompleteError_closure(this_0, error_1, stackTrace_2) { |
- this.this_0 = this_0; |
- this.error_1 = error_1; |
- this.stackTrace_2 = stackTrace_2; |
+ TemplateElement.prototype = $desc; |
+ function Text() { |
} |
- _Future__asyncCompleteError_closure.builtin$cls = "_Future__asyncCompleteError_closure"; |
- if (!"name" in _Future__asyncCompleteError_closure) |
- _Future__asyncCompleteError_closure.name = "_Future__asyncCompleteError_closure"; |
- $desc = $collectedClasses._Future__asyncCompleteError_closure; |
+ Text.builtin$cls = "Text"; |
+ if (!"name" in Text) |
+ Text.name = "Text"; |
+ $desc = $collectedClasses.Text; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _Future__asyncCompleteError_closure.prototype = $desc; |
- function _Future__propagateToListeners_closure(box_2, listener_3) { |
- this.box_2 = box_2; |
- this.listener_3 = listener_3; |
+ Text.prototype = $desc; |
+ function TextAreaElement() { |
} |
- _Future__propagateToListeners_closure.builtin$cls = "_Future__propagateToListeners_closure"; |
- if (!"name" in _Future__propagateToListeners_closure) |
- _Future__propagateToListeners_closure.name = "_Future__propagateToListeners_closure"; |
- $desc = $collectedClasses._Future__propagateToListeners_closure; |
+ TextAreaElement.builtin$cls = "TextAreaElement"; |
+ if (!"name" in TextAreaElement) |
+ TextAreaElement.name = "TextAreaElement"; |
+ $desc = $collectedClasses.TextAreaElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _Future__propagateToListeners_closure.prototype = $desc; |
- function _Future__propagateToListeners_closure0(box_2, box_1, hasError_4, listener_5) { |
- this.box_2 = box_2; |
- this.box_1 = box_1; |
- this.hasError_4 = hasError_4; |
- this.listener_5 = listener_5; |
+ TextAreaElement.prototype = $desc; |
+ TextAreaElement.prototype.get$value = function(receiver) { |
+ return receiver.value; |
+ }; |
+ function TextEvent() { |
} |
- _Future__propagateToListeners_closure0.builtin$cls = "_Future__propagateToListeners_closure0"; |
- if (!"name" in _Future__propagateToListeners_closure0) |
- _Future__propagateToListeners_closure0.name = "_Future__propagateToListeners_closure0"; |
- $desc = $collectedClasses._Future__propagateToListeners_closure0; |
+ TextEvent.builtin$cls = "TextEvent"; |
+ if (!"name" in TextEvent) |
+ TextEvent.name = "TextEvent"; |
+ $desc = $collectedClasses.TextEvent; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _Future__propagateToListeners_closure0.prototype = $desc; |
- function _Future__propagateToListeners__closure(box_2, listener_6) { |
- this.box_2 = box_2; |
- this.listener_6 = listener_6; |
+ TextEvent.prototype = $desc; |
+ function TitleElement() { |
} |
- _Future__propagateToListeners__closure.builtin$cls = "_Future__propagateToListeners__closure"; |
- if (!"name" in _Future__propagateToListeners__closure) |
- _Future__propagateToListeners__closure.name = "_Future__propagateToListeners__closure"; |
- $desc = $collectedClasses._Future__propagateToListeners__closure; |
+ TitleElement.builtin$cls = "TitleElement"; |
+ if (!"name" in TitleElement) |
+ TitleElement.name = "TitleElement"; |
+ $desc = $collectedClasses.TitleElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _Future__propagateToListeners__closure.prototype = $desc; |
- function _Future__propagateToListeners__closure0(box_0, listener_7) { |
- this.box_0 = box_0; |
- this.listener_7 = listener_7; |
+ TitleElement.prototype = $desc; |
+ function TouchEvent() { |
} |
- _Future__propagateToListeners__closure0.builtin$cls = "_Future__propagateToListeners__closure0"; |
- if (!"name" in _Future__propagateToListeners__closure0) |
- _Future__propagateToListeners__closure0.name = "_Future__propagateToListeners__closure0"; |
- $desc = $collectedClasses._Future__propagateToListeners__closure0; |
+ TouchEvent.builtin$cls = "TouchEvent"; |
+ if (!"name" in TouchEvent) |
+ TouchEvent.name = "TouchEvent"; |
+ $desc = $collectedClasses.TouchEvent; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _Future__propagateToListeners__closure0.prototype = $desc; |
- function Stream() { |
+ TouchEvent.prototype = $desc; |
+ function TrackElement() { |
} |
- Stream.builtin$cls = "Stream"; |
- if (!"name" in Stream) |
- Stream.name = "Stream"; |
- $desc = $collectedClasses.Stream; |
+ TrackElement.builtin$cls = "TrackElement"; |
+ if (!"name" in TrackElement) |
+ TrackElement.name = "TrackElement"; |
+ $desc = $collectedClasses.TrackElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- Stream.prototype = $desc; |
- function Stream_forEach_closure(box_0, this_1, action_2, future_3) { |
- this.box_0 = box_0; |
- this.this_1 = this_1; |
- this.action_2 = action_2; |
- this.future_3 = future_3; |
+ TrackElement.prototype = $desc; |
+ function TrackEvent() { |
} |
- Stream_forEach_closure.builtin$cls = "Stream_forEach_closure"; |
- if (!"name" in Stream_forEach_closure) |
- Stream_forEach_closure.name = "Stream_forEach_closure"; |
- $desc = $collectedClasses.Stream_forEach_closure; |
+ TrackEvent.builtin$cls = "TrackEvent"; |
+ if (!"name" in TrackEvent) |
+ TrackEvent.name = "TrackEvent"; |
+ $desc = $collectedClasses.TrackEvent; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- Stream_forEach_closure.prototype = $desc; |
- function Stream_forEach__closure(action_4, element_5) { |
- this.action_4 = action_4; |
- this.element_5 = element_5; |
+ TrackEvent.prototype = $desc; |
+ function TransitionEvent() { |
} |
- Stream_forEach__closure.builtin$cls = "Stream_forEach__closure"; |
- if (!"name" in Stream_forEach__closure) |
- Stream_forEach__closure.name = "Stream_forEach__closure"; |
- $desc = $collectedClasses.Stream_forEach__closure; |
+ TransitionEvent.builtin$cls = "TransitionEvent"; |
+ if (!"name" in TransitionEvent) |
+ TransitionEvent.name = "TransitionEvent"; |
+ $desc = $collectedClasses.TransitionEvent; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- Stream_forEach__closure.prototype = $desc; |
- function Stream_forEach__closure0() { |
+ TransitionEvent.prototype = $desc; |
+ function UIEvent() { |
} |
- Stream_forEach__closure0.builtin$cls = "Stream_forEach__closure0"; |
- if (!"name" in Stream_forEach__closure0) |
- Stream_forEach__closure0.name = "Stream_forEach__closure0"; |
- $desc = $collectedClasses.Stream_forEach__closure0; |
+ UIEvent.builtin$cls = "UIEvent"; |
+ if (!"name" in UIEvent) |
+ UIEvent.name = "UIEvent"; |
+ $desc = $collectedClasses.UIEvent; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- Stream_forEach__closure0.prototype = $desc; |
- function Stream_forEach_closure0(future_6) { |
- this.future_6 = future_6; |
+ UIEvent.prototype = $desc; |
+ function UListElement() { |
} |
- Stream_forEach_closure0.builtin$cls = "Stream_forEach_closure0"; |
- if (!"name" in Stream_forEach_closure0) |
- Stream_forEach_closure0.name = "Stream_forEach_closure0"; |
- $desc = $collectedClasses.Stream_forEach_closure0; |
+ UListElement.builtin$cls = "UListElement"; |
+ if (!"name" in UListElement) |
+ UListElement.name = "UListElement"; |
+ $desc = $collectedClasses.UListElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- Stream_forEach_closure0.prototype = $desc; |
- function Stream_length_closure(box_0) { |
- this.box_0 = box_0; |
+ UListElement.prototype = $desc; |
+ function UnknownElement() { |
} |
- Stream_length_closure.builtin$cls = "Stream_length_closure"; |
- if (!"name" in Stream_length_closure) |
- Stream_length_closure.name = "Stream_length_closure"; |
- $desc = $collectedClasses.Stream_length_closure; |
+ UnknownElement.builtin$cls = "UnknownElement"; |
+ if (!"name" in UnknownElement) |
+ UnknownElement.name = "UnknownElement"; |
+ $desc = $collectedClasses.UnknownElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- Stream_length_closure.prototype = $desc; |
- function Stream_length_closure0(box_0, future_1) { |
- this.box_0 = box_0; |
- this.future_1 = future_1; |
+ UnknownElement.prototype = $desc; |
+ function VideoElement() { |
} |
- Stream_length_closure0.builtin$cls = "Stream_length_closure0"; |
- if (!"name" in Stream_length_closure0) |
- Stream_length_closure0.name = "Stream_length_closure0"; |
- $desc = $collectedClasses.Stream_length_closure0; |
+ VideoElement.builtin$cls = "VideoElement"; |
+ if (!"name" in VideoElement) |
+ VideoElement.name = "VideoElement"; |
+ $desc = $collectedClasses.VideoElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- Stream_length_closure0.prototype = $desc; |
- function Stream_isEmpty_closure(box_0, future_1) { |
- this.box_0 = box_0; |
- this.future_1 = future_1; |
+ VideoElement.prototype = $desc; |
+ function WheelEvent() { |
} |
- Stream_isEmpty_closure.builtin$cls = "Stream_isEmpty_closure"; |
- if (!"name" in Stream_isEmpty_closure) |
- Stream_isEmpty_closure.name = "Stream_isEmpty_closure"; |
- $desc = $collectedClasses.Stream_isEmpty_closure; |
+ WheelEvent.builtin$cls = "WheelEvent"; |
+ if (!"name" in WheelEvent) |
+ WheelEvent.name = "WheelEvent"; |
+ $desc = $collectedClasses.WheelEvent; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- Stream_isEmpty_closure.prototype = $desc; |
- function Stream_isEmpty_closure0(future_2) { |
- this.future_2 = future_2; |
+ WheelEvent.prototype = $desc; |
+ function Window() { |
} |
- Stream_isEmpty_closure0.builtin$cls = "Stream_isEmpty_closure0"; |
- if (!"name" in Stream_isEmpty_closure0) |
- Stream_isEmpty_closure0.name = "Stream_isEmpty_closure0"; |
- $desc = $collectedClasses.Stream_isEmpty_closure0; |
+ Window.builtin$cls = "Window"; |
+ if (!"name" in Window) |
+ Window.name = "Window"; |
+ $desc = $collectedClasses.Window; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- Stream_isEmpty_closure0.prototype = $desc; |
- function StreamSubscription() { |
+ Window.prototype = $desc; |
+ function _Attr() { |
} |
- StreamSubscription.builtin$cls = "StreamSubscription"; |
- if (!"name" in StreamSubscription) |
- StreamSubscription.name = "StreamSubscription"; |
- $desc = $collectedClasses.StreamSubscription; |
+ _Attr.builtin$cls = "_Attr"; |
+ if (!"name" in _Attr) |
+ _Attr.name = "_Attr"; |
+ $desc = $collectedClasses._Attr; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- StreamSubscription.prototype = $desc; |
- function _StreamController() { |
+ _Attr.prototype = $desc; |
+ function _Entity() { |
} |
- _StreamController.builtin$cls = "_StreamController"; |
- if (!"name" in _StreamController) |
- _StreamController.name = "_StreamController"; |
- $desc = $collectedClasses._StreamController; |
+ _Entity.builtin$cls = "_Entity"; |
+ if (!"name" in _Entity) |
+ _Entity.name = "_Entity"; |
+ $desc = $collectedClasses._Entity; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _StreamController.prototype = $desc; |
- function _StreamController__subscribe_closure(this_0) { |
- this.this_0 = this_0; |
+ _Entity.prototype = $desc; |
+ function _HTMLAppletElement() { |
} |
- _StreamController__subscribe_closure.builtin$cls = "_StreamController__subscribe_closure"; |
- if (!"name" in _StreamController__subscribe_closure) |
- _StreamController__subscribe_closure.name = "_StreamController__subscribe_closure"; |
- $desc = $collectedClasses._StreamController__subscribe_closure; |
+ _HTMLAppletElement.builtin$cls = "_HTMLAppletElement"; |
+ if (!"name" in _HTMLAppletElement) |
+ _HTMLAppletElement.name = "_HTMLAppletElement"; |
+ $desc = $collectedClasses._HTMLAppletElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _StreamController__subscribe_closure.prototype = $desc; |
- function _StreamController__recordCancel_complete(this_0) { |
- this.this_0 = this_0; |
+ _HTMLAppletElement.prototype = $desc; |
+ function _HTMLBaseFontElement() { |
} |
- _StreamController__recordCancel_complete.builtin$cls = "_StreamController__recordCancel_complete"; |
- if (!"name" in _StreamController__recordCancel_complete) |
- _StreamController__recordCancel_complete.name = "_StreamController__recordCancel_complete"; |
- $desc = $collectedClasses._StreamController__recordCancel_complete; |
+ _HTMLBaseFontElement.builtin$cls = "_HTMLBaseFontElement"; |
+ if (!"name" in _HTMLBaseFontElement) |
+ _HTMLBaseFontElement.name = "_HTMLBaseFontElement"; |
+ $desc = $collectedClasses._HTMLBaseFontElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _StreamController__recordCancel_complete.prototype = $desc; |
- function _SyncStreamControllerDispatch() { |
+ _HTMLBaseFontElement.prototype = $desc; |
+ function _HTMLDirectoryElement() { |
} |
- _SyncStreamControllerDispatch.builtin$cls = "_SyncStreamControllerDispatch"; |
- if (!"name" in _SyncStreamControllerDispatch) |
- _SyncStreamControllerDispatch.name = "_SyncStreamControllerDispatch"; |
- $desc = $collectedClasses._SyncStreamControllerDispatch; |
+ _HTMLDirectoryElement.builtin$cls = "_HTMLDirectoryElement"; |
+ if (!"name" in _HTMLDirectoryElement) |
+ _HTMLDirectoryElement.name = "_HTMLDirectoryElement"; |
+ $desc = $collectedClasses._HTMLDirectoryElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _SyncStreamControllerDispatch.prototype = $desc; |
- function _AsyncStreamControllerDispatch() { |
+ _HTMLDirectoryElement.prototype = $desc; |
+ function _HTMLFontElement() { |
} |
- _AsyncStreamControllerDispatch.builtin$cls = "_AsyncStreamControllerDispatch"; |
- if (!"name" in _AsyncStreamControllerDispatch) |
- _AsyncStreamControllerDispatch.name = "_AsyncStreamControllerDispatch"; |
- $desc = $collectedClasses._AsyncStreamControllerDispatch; |
+ _HTMLFontElement.builtin$cls = "_HTMLFontElement"; |
+ if (!"name" in _HTMLFontElement) |
+ _HTMLFontElement.name = "_HTMLFontElement"; |
+ $desc = $collectedClasses._HTMLFontElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _AsyncStreamControllerDispatch.prototype = $desc; |
- function _AsyncStreamController(_onListen, _onPause, _onResume, _onCancel, _varData, _state, _doneFuture) { |
- this._onListen = _onListen; |
- this._onPause = _onPause; |
- this._onResume = _onResume; |
- this._onCancel = _onCancel; |
- this._varData = _varData; |
- this._state = _state; |
- this._doneFuture = _doneFuture; |
+ _HTMLFontElement.prototype = $desc; |
+ function _HTMLFrameElement() { |
} |
- _AsyncStreamController.builtin$cls = "_AsyncStreamController"; |
- if (!"name" in _AsyncStreamController) |
- _AsyncStreamController.name = "_AsyncStreamController"; |
- $desc = $collectedClasses._AsyncStreamController; |
+ _HTMLFrameElement.builtin$cls = "_HTMLFrameElement"; |
+ if (!"name" in _HTMLFrameElement) |
+ _HTMLFrameElement.name = "_HTMLFrameElement"; |
+ $desc = $collectedClasses._HTMLFrameElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _AsyncStreamController.prototype = $desc; |
- _AsyncStreamController.prototype.get$_onListen = function() { |
- return this._onListen; |
- }; |
- _AsyncStreamController.prototype.get$_onPause = function() { |
- return this._onPause; |
- }; |
- _AsyncStreamController.prototype.get$_onResume = function() { |
- return this._onResume; |
- }; |
- _AsyncStreamController.prototype.get$_onCancel = function() { |
- return this._onCancel; |
- }; |
- function _StreamController__AsyncStreamControllerDispatch() { |
+ _HTMLFrameElement.prototype = $desc; |
+ function _HTMLFrameSetElement() { |
} |
- _StreamController__AsyncStreamControllerDispatch.builtin$cls = "_StreamController__AsyncStreamControllerDispatch"; |
- if (!"name" in _StreamController__AsyncStreamControllerDispatch) |
- _StreamController__AsyncStreamControllerDispatch.name = "_StreamController__AsyncStreamControllerDispatch"; |
- $desc = $collectedClasses._StreamController__AsyncStreamControllerDispatch; |
+ _HTMLFrameSetElement.builtin$cls = "_HTMLFrameSetElement"; |
+ if (!"name" in _HTMLFrameSetElement) |
+ _HTMLFrameSetElement.name = "_HTMLFrameSetElement"; |
+ $desc = $collectedClasses._HTMLFrameSetElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _StreamController__AsyncStreamControllerDispatch.prototype = $desc; |
- function _SyncStreamController(_onListen, _onPause, _onResume, _onCancel, _varData, _state, _doneFuture) { |
- this._onListen = _onListen; |
- this._onPause = _onPause; |
- this._onResume = _onResume; |
- this._onCancel = _onCancel; |
- this._varData = _varData; |
- this._state = _state; |
- this._doneFuture = _doneFuture; |
+ _HTMLFrameSetElement.prototype = $desc; |
+ function _HTMLMarqueeElement() { |
} |
- _SyncStreamController.builtin$cls = "_SyncStreamController"; |
- if (!"name" in _SyncStreamController) |
- _SyncStreamController.name = "_SyncStreamController"; |
- $desc = $collectedClasses._SyncStreamController; |
+ _HTMLMarqueeElement.builtin$cls = "_HTMLMarqueeElement"; |
+ if (!"name" in _HTMLMarqueeElement) |
+ _HTMLMarqueeElement.name = "_HTMLMarqueeElement"; |
+ $desc = $collectedClasses._HTMLMarqueeElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _SyncStreamController.prototype = $desc; |
- _SyncStreamController.prototype.get$_onListen = function() { |
- return this._onListen; |
- }; |
- _SyncStreamController.prototype.get$_onPause = function() { |
- return this._onPause; |
- }; |
- _SyncStreamController.prototype.get$_onResume = function() { |
- return this._onResume; |
- }; |
- _SyncStreamController.prototype.get$_onCancel = function() { |
- return this._onCancel; |
- }; |
- function _StreamController__SyncStreamControllerDispatch() { |
+ _HTMLMarqueeElement.prototype = $desc; |
+ function _MutationEvent() { |
} |
- _StreamController__SyncStreamControllerDispatch.builtin$cls = "_StreamController__SyncStreamControllerDispatch"; |
- if (!"name" in _StreamController__SyncStreamControllerDispatch) |
- _StreamController__SyncStreamControllerDispatch.name = "_StreamController__SyncStreamControllerDispatch"; |
- $desc = $collectedClasses._StreamController__SyncStreamControllerDispatch; |
+ _MutationEvent.builtin$cls = "_MutationEvent"; |
+ if (!"name" in _MutationEvent) |
+ _MutationEvent.name = "_MutationEvent"; |
+ $desc = $collectedClasses._MutationEvent; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _StreamController__SyncStreamControllerDispatch.prototype = $desc; |
- function _ControllerStream(_async$_controller) { |
- this._async$_controller = _async$_controller; |
+ _MutationEvent.prototype = $desc; |
+ function _Notation() { |
} |
- _ControllerStream.builtin$cls = "_ControllerStream"; |
- if (!"name" in _ControllerStream) |
- _ControllerStream.name = "_ControllerStream"; |
- $desc = $collectedClasses._ControllerStream; |
+ _Notation.builtin$cls = "_Notation"; |
+ if (!"name" in _Notation) |
+ _Notation.name = "_Notation"; |
+ $desc = $collectedClasses._Notation; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _ControllerStream.prototype = $desc; |
- function _ControllerSubscription(_async$_controller, _async$_onData, _onError, _onDone, _zone, _state, _cancelFuture, _pending) { |
- this._async$_controller = _async$_controller; |
- this._async$_onData = _async$_onData; |
- this._onError = _onError; |
- this._onDone = _onDone; |
- this._zone = _zone; |
- this._state = _state; |
- this._cancelFuture = _cancelFuture; |
- this._pending = _pending; |
+ _Notation.prototype = $desc; |
+ function _XMLHttpRequestProgressEvent() { |
} |
- _ControllerSubscription.builtin$cls = "_ControllerSubscription"; |
- if (!"name" in _ControllerSubscription) |
- _ControllerSubscription.name = "_ControllerSubscription"; |
- $desc = $collectedClasses._ControllerSubscription; |
+ _XMLHttpRequestProgressEvent.builtin$cls = "_XMLHttpRequestProgressEvent"; |
+ if (!"name" in _XMLHttpRequestProgressEvent) |
+ _XMLHttpRequestProgressEvent.name = "_XMLHttpRequestProgressEvent"; |
+ $desc = $collectedClasses._XMLHttpRequestProgressEvent; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _ControllerSubscription.prototype = $desc; |
- function BoundClosure$0(_self, __js_helper$_target, _receiver, __js_helper$_name) { |
- this._self = _self; |
- this.__js_helper$_target = __js_helper$_target; |
- this._receiver = _receiver; |
- this.__js_helper$_name = __js_helper$_name; |
+ _XMLHttpRequestProgressEvent.prototype = $desc; |
+ function KeyRange() { |
} |
- BoundClosure$0.builtin$cls = "BoundClosure$0"; |
- $desc = $collectedClasses.BoundClosure$0; |
+ KeyRange.builtin$cls = "KeyRange"; |
+ if (!"name" in KeyRange) |
+ KeyRange.name = "KeyRange"; |
+ $desc = $collectedClasses.KeyRange; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- BoundClosure$0.prototype = $desc; |
- function _EventSink() { |
+ KeyRange.prototype = $desc; |
+ function VersionChangeEvent() { |
} |
- _EventSink.builtin$cls = "_EventSink"; |
- if (!"name" in _EventSink) |
- _EventSink.name = "_EventSink"; |
- $desc = $collectedClasses._EventSink; |
+ VersionChangeEvent.builtin$cls = "VersionChangeEvent"; |
+ if (!"name" in VersionChangeEvent) |
+ VersionChangeEvent.name = "VersionChangeEvent"; |
+ $desc = $collectedClasses.VersionChangeEvent; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _EventSink.prototype = $desc; |
- function _BufferingStreamSubscription(_async$_onData, _onError, _onDone, _zone, _state, _cancelFuture, _pending) { |
- this._async$_onData = _async$_onData; |
- this._onError = _onError; |
- this._onDone = _onDone; |
- this._zone = _zone; |
- this._state = _state; |
- this._cancelFuture = _cancelFuture; |
- this._pending = _pending; |
+ VersionChangeEvent.prototype = $desc; |
+ function AElement() { |
} |
- _BufferingStreamSubscription.builtin$cls = "_BufferingStreamSubscription"; |
- if (!"name" in _BufferingStreamSubscription) |
- _BufferingStreamSubscription.name = "_BufferingStreamSubscription"; |
- $desc = $collectedClasses._BufferingStreamSubscription; |
+ AElement.builtin$cls = "AElement"; |
+ if (!"name" in AElement) |
+ AElement.name = "AElement"; |
+ $desc = $collectedClasses.AElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _BufferingStreamSubscription.prototype = $desc; |
- _BufferingStreamSubscription.prototype.get$_zone = function() { |
- return this._zone; |
- }; |
- function _BufferingStreamSubscription__sendDone_sendDone(this_0) { |
- this.this_0 = this_0; |
+ AElement.prototype = $desc; |
+ function AltGlyphElement() { |
} |
- _BufferingStreamSubscription__sendDone_sendDone.builtin$cls = "_BufferingStreamSubscription__sendDone_sendDone"; |
- if (!"name" in _BufferingStreamSubscription__sendDone_sendDone) |
- _BufferingStreamSubscription__sendDone_sendDone.name = "_BufferingStreamSubscription__sendDone_sendDone"; |
- $desc = $collectedClasses._BufferingStreamSubscription__sendDone_sendDone; |
+ AltGlyphElement.builtin$cls = "AltGlyphElement"; |
+ if (!"name" in AltGlyphElement) |
+ AltGlyphElement.name = "AltGlyphElement"; |
+ $desc = $collectedClasses.AltGlyphElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _BufferingStreamSubscription__sendDone_sendDone.prototype = $desc; |
- function _StreamImpl() { |
+ AltGlyphElement.prototype = $desc; |
+ function AnimateElement() { |
} |
- _StreamImpl.builtin$cls = "_StreamImpl"; |
- if (!"name" in _StreamImpl) |
- _StreamImpl.name = "_StreamImpl"; |
- $desc = $collectedClasses._StreamImpl; |
+ AnimateElement.builtin$cls = "AnimateElement"; |
+ if (!"name" in AnimateElement) |
+ AnimateElement.name = "AnimateElement"; |
+ $desc = $collectedClasses.AnimateElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _StreamImpl.prototype = $desc; |
- function _DelayedEvent(next) { |
- this.next = next; |
+ AnimateElement.prototype = $desc; |
+ function AnimateMotionElement() { |
} |
- _DelayedEvent.builtin$cls = "_DelayedEvent"; |
- if (!"name" in _DelayedEvent) |
- _DelayedEvent.name = "_DelayedEvent"; |
- $desc = $collectedClasses._DelayedEvent; |
+ AnimateMotionElement.builtin$cls = "AnimateMotionElement"; |
+ if (!"name" in AnimateMotionElement) |
+ AnimateMotionElement.name = "AnimateMotionElement"; |
+ $desc = $collectedClasses.AnimateMotionElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _DelayedEvent.prototype = $desc; |
- _DelayedEvent.prototype.get$next = function() { |
- return this.next; |
- }; |
- _DelayedEvent.prototype.set$next = function(v) { |
- return this.next = v; |
- }; |
- function _DelayedData(value, next) { |
- this.value = value; |
- this.next = next; |
+ AnimateMotionElement.prototype = $desc; |
+ function AnimateTransformElement() { |
} |
- _DelayedData.builtin$cls = "_DelayedData"; |
- if (!"name" in _DelayedData) |
- _DelayedData.name = "_DelayedData"; |
- $desc = $collectedClasses._DelayedData; |
+ AnimateTransformElement.builtin$cls = "AnimateTransformElement"; |
+ if (!"name" in AnimateTransformElement) |
+ AnimateTransformElement.name = "AnimateTransformElement"; |
+ $desc = $collectedClasses.AnimateTransformElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _DelayedData.prototype = $desc; |
- function _DelayedDone() { |
+ AnimateTransformElement.prototype = $desc; |
+ function AnimatedNumberList() { |
} |
- _DelayedDone.builtin$cls = "_DelayedDone"; |
- if (!"name" in _DelayedDone) |
- _DelayedDone.name = "_DelayedDone"; |
- $desc = $collectedClasses._DelayedDone; |
+ AnimatedNumberList.builtin$cls = "AnimatedNumberList"; |
+ if (!"name" in AnimatedNumberList) |
+ AnimatedNumberList.name = "AnimatedNumberList"; |
+ $desc = $collectedClasses.AnimatedNumberList; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _DelayedDone.prototype = $desc; |
- function _PendingEvents() { |
+ AnimatedNumberList.prototype = $desc; |
+ function AnimationElement() { |
} |
- _PendingEvents.builtin$cls = "_PendingEvents"; |
- if (!"name" in _PendingEvents) |
- _PendingEvents.name = "_PendingEvents"; |
- $desc = $collectedClasses._PendingEvents; |
+ AnimationElement.builtin$cls = "AnimationElement"; |
+ if (!"name" in AnimationElement) |
+ AnimationElement.name = "AnimationElement"; |
+ $desc = $collectedClasses.AnimationElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _PendingEvents.prototype = $desc; |
- function _PendingEvents_schedule_closure(this_0, dispatch_1) { |
- this.this_0 = this_0; |
- this.dispatch_1 = dispatch_1; |
+ AnimationElement.prototype = $desc; |
+ function CircleElement() { |
} |
- _PendingEvents_schedule_closure.builtin$cls = "_PendingEvents_schedule_closure"; |
- if (!"name" in _PendingEvents_schedule_closure) |
- _PendingEvents_schedule_closure.name = "_PendingEvents_schedule_closure"; |
- $desc = $collectedClasses._PendingEvents_schedule_closure; |
+ CircleElement.builtin$cls = "CircleElement"; |
+ if (!"name" in CircleElement) |
+ CircleElement.name = "CircleElement"; |
+ $desc = $collectedClasses.CircleElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _PendingEvents_schedule_closure.prototype = $desc; |
- function _StreamImplEvents(firstPendingEvent, lastPendingEvent, _state) { |
- this.firstPendingEvent = firstPendingEvent; |
- this.lastPendingEvent = lastPendingEvent; |
- this._state = _state; |
+ CircleElement.prototype = $desc; |
+ function ClipPathElement() { |
} |
- _StreamImplEvents.builtin$cls = "_StreamImplEvents"; |
- if (!"name" in _StreamImplEvents) |
- _StreamImplEvents.name = "_StreamImplEvents"; |
- $desc = $collectedClasses._StreamImplEvents; |
+ ClipPathElement.builtin$cls = "ClipPathElement"; |
+ if (!"name" in ClipPathElement) |
+ ClipPathElement.name = "ClipPathElement"; |
+ $desc = $collectedClasses.ClipPathElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _StreamImplEvents.prototype = $desc; |
- function _cancelAndError_closure(future_0, error_1, stackTrace_2) { |
- this.future_0 = future_0; |
- this.error_1 = error_1; |
- this.stackTrace_2 = stackTrace_2; |
+ ClipPathElement.prototype = $desc; |
+ function DefsElement() { |
} |
- _cancelAndError_closure.builtin$cls = "_cancelAndError_closure"; |
- if (!"name" in _cancelAndError_closure) |
- _cancelAndError_closure.name = "_cancelAndError_closure"; |
- $desc = $collectedClasses._cancelAndError_closure; |
+ DefsElement.builtin$cls = "DefsElement"; |
+ if (!"name" in DefsElement) |
+ DefsElement.name = "DefsElement"; |
+ $desc = $collectedClasses.DefsElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _cancelAndError_closure.prototype = $desc; |
- function _cancelAndErrorClosure_closure(subscription_0, future_1) { |
- this.subscription_0 = subscription_0; |
- this.future_1 = future_1; |
+ DefsElement.prototype = $desc; |
+ function DescElement() { |
} |
- _cancelAndErrorClosure_closure.builtin$cls = "_cancelAndErrorClosure_closure"; |
- if (!"name" in _cancelAndErrorClosure_closure) |
- _cancelAndErrorClosure_closure.name = "_cancelAndErrorClosure_closure"; |
- $desc = $collectedClasses._cancelAndErrorClosure_closure; |
+ DescElement.builtin$cls = "DescElement"; |
+ if (!"name" in DescElement) |
+ DescElement.name = "DescElement"; |
+ $desc = $collectedClasses.DescElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _cancelAndErrorClosure_closure.prototype = $desc; |
- function _cancelAndValue_closure(future_0, value_1) { |
- this.future_0 = future_0; |
- this.value_1 = value_1; |
+ DescElement.prototype = $desc; |
+ function EllipseElement() { |
} |
- _cancelAndValue_closure.builtin$cls = "_cancelAndValue_closure"; |
- if (!"name" in _cancelAndValue_closure) |
- _cancelAndValue_closure.name = "_cancelAndValue_closure"; |
- $desc = $collectedClasses._cancelAndValue_closure; |
+ EllipseElement.builtin$cls = "EllipseElement"; |
+ if (!"name" in EllipseElement) |
+ EllipseElement.name = "EllipseElement"; |
+ $desc = $collectedClasses.EllipseElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _cancelAndValue_closure.prototype = $desc; |
- function _BaseZone() { |
+ EllipseElement.prototype = $desc; |
+ function FEBlendElement() { |
} |
- _BaseZone.builtin$cls = "_BaseZone"; |
- if (!"name" in _BaseZone) |
- _BaseZone.name = "_BaseZone"; |
- $desc = $collectedClasses._BaseZone; |
+ FEBlendElement.builtin$cls = "FEBlendElement"; |
+ if (!"name" in FEBlendElement) |
+ FEBlendElement.name = "FEBlendElement"; |
+ $desc = $collectedClasses.FEBlendElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _BaseZone.prototype = $desc; |
- function _BaseZone_bindCallback_closure(this_0, registered_1) { |
- this.this_0 = this_0; |
- this.registered_1 = registered_1; |
+ FEBlendElement.prototype = $desc; |
+ function FEColorMatrixElement() { |
} |
- _BaseZone_bindCallback_closure.builtin$cls = "_BaseZone_bindCallback_closure"; |
- if (!"name" in _BaseZone_bindCallback_closure) |
- _BaseZone_bindCallback_closure.name = "_BaseZone_bindCallback_closure"; |
- $desc = $collectedClasses._BaseZone_bindCallback_closure; |
+ FEColorMatrixElement.builtin$cls = "FEColorMatrixElement"; |
+ if (!"name" in FEColorMatrixElement) |
+ FEColorMatrixElement.name = "FEColorMatrixElement"; |
+ $desc = $collectedClasses.FEColorMatrixElement; |
+ if ($desc instanceof Array) |
+ $desc = $desc[1]; |
+ FEColorMatrixElement.prototype = $desc; |
+ function FEComponentTransferElement() { |
+ } |
+ FEComponentTransferElement.builtin$cls = "FEComponentTransferElement"; |
+ if (!"name" in FEComponentTransferElement) |
+ FEComponentTransferElement.name = "FEComponentTransferElement"; |
+ $desc = $collectedClasses.FEComponentTransferElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _BaseZone_bindCallback_closure.prototype = $desc; |
- function _BaseZone_bindCallback_closure0(this_2, registered_3) { |
- this.this_2 = this_2; |
- this.registered_3 = registered_3; |
+ FEComponentTransferElement.prototype = $desc; |
+ function FECompositeElement() { |
} |
- _BaseZone_bindCallback_closure0.builtin$cls = "_BaseZone_bindCallback_closure0"; |
- if (!"name" in _BaseZone_bindCallback_closure0) |
- _BaseZone_bindCallback_closure0.name = "_BaseZone_bindCallback_closure0"; |
- $desc = $collectedClasses._BaseZone_bindCallback_closure0; |
+ FECompositeElement.builtin$cls = "FECompositeElement"; |
+ if (!"name" in FECompositeElement) |
+ FECompositeElement.name = "FECompositeElement"; |
+ $desc = $collectedClasses.FECompositeElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _BaseZone_bindCallback_closure0.prototype = $desc; |
- function _BaseZone_bindUnaryCallback_closure(this_0, registered_1) { |
- this.this_0 = this_0; |
- this.registered_1 = registered_1; |
+ FECompositeElement.prototype = $desc; |
+ function FEConvolveMatrixElement() { |
} |
- _BaseZone_bindUnaryCallback_closure.builtin$cls = "_BaseZone_bindUnaryCallback_closure"; |
- if (!"name" in _BaseZone_bindUnaryCallback_closure) |
- _BaseZone_bindUnaryCallback_closure.name = "_BaseZone_bindUnaryCallback_closure"; |
- $desc = $collectedClasses._BaseZone_bindUnaryCallback_closure; |
+ FEConvolveMatrixElement.builtin$cls = "FEConvolveMatrixElement"; |
+ if (!"name" in FEConvolveMatrixElement) |
+ FEConvolveMatrixElement.name = "FEConvolveMatrixElement"; |
+ $desc = $collectedClasses.FEConvolveMatrixElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _BaseZone_bindUnaryCallback_closure.prototype = $desc; |
- function _BaseZone_bindUnaryCallback_closure0(this_2, registered_3) { |
- this.this_2 = this_2; |
- this.registered_3 = registered_3; |
+ FEConvolveMatrixElement.prototype = $desc; |
+ function FEDiffuseLightingElement() { |
} |
- _BaseZone_bindUnaryCallback_closure0.builtin$cls = "_BaseZone_bindUnaryCallback_closure0"; |
- if (!"name" in _BaseZone_bindUnaryCallback_closure0) |
- _BaseZone_bindUnaryCallback_closure0.name = "_BaseZone_bindUnaryCallback_closure0"; |
- $desc = $collectedClasses._BaseZone_bindUnaryCallback_closure0; |
+ FEDiffuseLightingElement.builtin$cls = "FEDiffuseLightingElement"; |
+ if (!"name" in FEDiffuseLightingElement) |
+ FEDiffuseLightingElement.name = "FEDiffuseLightingElement"; |
+ $desc = $collectedClasses.FEDiffuseLightingElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _BaseZone_bindUnaryCallback_closure0.prototype = $desc; |
- function _rootHandleUncaughtError_closure(error_0, stackTrace_1) { |
- this.error_0 = error_0; |
- this.stackTrace_1 = stackTrace_1; |
+ FEDiffuseLightingElement.prototype = $desc; |
+ function FEDisplacementMapElement() { |
} |
- _rootHandleUncaughtError_closure.builtin$cls = "_rootHandleUncaughtError_closure"; |
- if (!"name" in _rootHandleUncaughtError_closure) |
- _rootHandleUncaughtError_closure.name = "_rootHandleUncaughtError_closure"; |
- $desc = $collectedClasses._rootHandleUncaughtError_closure; |
+ FEDisplacementMapElement.builtin$cls = "FEDisplacementMapElement"; |
+ if (!"name" in FEDisplacementMapElement) |
+ FEDisplacementMapElement.name = "FEDisplacementMapElement"; |
+ $desc = $collectedClasses.FEDisplacementMapElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _rootHandleUncaughtError_closure.prototype = $desc; |
- function _rootHandleUncaughtError__closure(error_2, stackTrace_3) { |
- this.error_2 = error_2; |
- this.stackTrace_3 = stackTrace_3; |
+ FEDisplacementMapElement.prototype = $desc; |
+ function FEDistantLightElement() { |
} |
- _rootHandleUncaughtError__closure.builtin$cls = "_rootHandleUncaughtError__closure"; |
- if (!"name" in _rootHandleUncaughtError__closure) |
- _rootHandleUncaughtError__closure.name = "_rootHandleUncaughtError__closure"; |
- $desc = $collectedClasses._rootHandleUncaughtError__closure; |
+ FEDistantLightElement.builtin$cls = "FEDistantLightElement"; |
+ if (!"name" in FEDistantLightElement) |
+ FEDistantLightElement.name = "FEDistantLightElement"; |
+ $desc = $collectedClasses.FEDistantLightElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _rootHandleUncaughtError__closure.prototype = $desc; |
- function _RootZone() { |
+ FEDistantLightElement.prototype = $desc; |
+ function FEFloodElement() { |
} |
- _RootZone.builtin$cls = "_RootZone"; |
- if (!"name" in _RootZone) |
- _RootZone.name = "_RootZone"; |
- $desc = $collectedClasses._RootZone; |
+ FEFloodElement.builtin$cls = "FEFloodElement"; |
+ if (!"name" in FEFloodElement) |
+ FEFloodElement.name = "FEFloodElement"; |
+ $desc = $collectedClasses.FEFloodElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _RootZone.prototype = $desc; |
- function _HashMap(_collection$_length, _strings, _nums, _rest, _keys) { |
- this._collection$_length = _collection$_length; |
- this._strings = _strings; |
- this._nums = _nums; |
- this._rest = _rest; |
- this._keys = _keys; |
+ FEFloodElement.prototype = $desc; |
+ function FEFuncAElement() { |
} |
- _HashMap.builtin$cls = "_HashMap"; |
- if (!"name" in _HashMap) |
- _HashMap.name = "_HashMap"; |
- $desc = $collectedClasses._HashMap; |
+ FEFuncAElement.builtin$cls = "FEFuncAElement"; |
+ if (!"name" in FEFuncAElement) |
+ FEFuncAElement.name = "FEFuncAElement"; |
+ $desc = $collectedClasses.FEFuncAElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _HashMap.prototype = $desc; |
- function _HashMap_values_closure(this_0) { |
- this.this_0 = this_0; |
+ FEFuncAElement.prototype = $desc; |
+ function FEFuncBElement() { |
} |
- _HashMap_values_closure.builtin$cls = "_HashMap_values_closure"; |
- if (!"name" in _HashMap_values_closure) |
- _HashMap_values_closure.name = "_HashMap_values_closure"; |
- $desc = $collectedClasses._HashMap_values_closure; |
+ FEFuncBElement.builtin$cls = "FEFuncBElement"; |
+ if (!"name" in FEFuncBElement) |
+ FEFuncBElement.name = "FEFuncBElement"; |
+ $desc = $collectedClasses.FEFuncBElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _HashMap_values_closure.prototype = $desc; |
- function HashMapKeyIterable(_map) { |
- this._map = _map; |
+ FEFuncBElement.prototype = $desc; |
+ function FEFuncGElement() { |
} |
- HashMapKeyIterable.builtin$cls = "HashMapKeyIterable"; |
- if (!"name" in HashMapKeyIterable) |
- HashMapKeyIterable.name = "HashMapKeyIterable"; |
- $desc = $collectedClasses.HashMapKeyIterable; |
+ FEFuncGElement.builtin$cls = "FEFuncGElement"; |
+ if (!"name" in FEFuncGElement) |
+ FEFuncGElement.name = "FEFuncGElement"; |
+ $desc = $collectedClasses.FEFuncGElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- HashMapKeyIterable.prototype = $desc; |
- function HashMapKeyIterator(_map, _keys, _offset, _collection$_current) { |
- this._map = _map; |
- this._keys = _keys; |
- this._offset = _offset; |
- this._collection$_current = _collection$_current; |
+ FEFuncGElement.prototype = $desc; |
+ function FEFuncRElement() { |
} |
- HashMapKeyIterator.builtin$cls = "HashMapKeyIterator"; |
- if (!"name" in HashMapKeyIterator) |
- HashMapKeyIterator.name = "HashMapKeyIterator"; |
- $desc = $collectedClasses.HashMapKeyIterator; |
+ FEFuncRElement.builtin$cls = "FEFuncRElement"; |
+ if (!"name" in FEFuncRElement) |
+ FEFuncRElement.name = "FEFuncRElement"; |
+ $desc = $collectedClasses.FEFuncRElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- HashMapKeyIterator.prototype = $desc; |
- function _LinkedHashMap(_collection$_length, _strings, _nums, _rest, _first, _last, _modifications) { |
- this._collection$_length = _collection$_length; |
- this._strings = _strings; |
- this._nums = _nums; |
- this._rest = _rest; |
- this._first = _first; |
- this._last = _last; |
- this._modifications = _modifications; |
+ FEFuncRElement.prototype = $desc; |
+ function FEGaussianBlurElement() { |
} |
- _LinkedHashMap.builtin$cls = "_LinkedHashMap"; |
- if (!"name" in _LinkedHashMap) |
- _LinkedHashMap.name = "_LinkedHashMap"; |
- $desc = $collectedClasses._LinkedHashMap; |
+ FEGaussianBlurElement.builtin$cls = "FEGaussianBlurElement"; |
+ if (!"name" in FEGaussianBlurElement) |
+ FEGaussianBlurElement.name = "FEGaussianBlurElement"; |
+ $desc = $collectedClasses.FEGaussianBlurElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _LinkedHashMap.prototype = $desc; |
- function _LinkedHashMap_values_closure(this_0) { |
- this.this_0 = this_0; |
+ FEGaussianBlurElement.prototype = $desc; |
+ function FEImageElement() { |
} |
- _LinkedHashMap_values_closure.builtin$cls = "_LinkedHashMap_values_closure"; |
- if (!"name" in _LinkedHashMap_values_closure) |
- _LinkedHashMap_values_closure.name = "_LinkedHashMap_values_closure"; |
- $desc = $collectedClasses._LinkedHashMap_values_closure; |
+ FEImageElement.builtin$cls = "FEImageElement"; |
+ if (!"name" in FEImageElement) |
+ FEImageElement.name = "FEImageElement"; |
+ $desc = $collectedClasses.FEImageElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _LinkedHashMap_values_closure.prototype = $desc; |
- function LinkedHashMapCell(_key, _collection$_value, _next, _previous) { |
- this._key = _key; |
- this._collection$_value = _collection$_value; |
- this._next = _next; |
- this._previous = _previous; |
+ FEImageElement.prototype = $desc; |
+ function FEMergeElement() { |
} |
- LinkedHashMapCell.builtin$cls = "LinkedHashMapCell"; |
- if (!"name" in LinkedHashMapCell) |
- LinkedHashMapCell.name = "LinkedHashMapCell"; |
- $desc = $collectedClasses.LinkedHashMapCell; |
+ FEMergeElement.builtin$cls = "FEMergeElement"; |
+ if (!"name" in FEMergeElement) |
+ FEMergeElement.name = "FEMergeElement"; |
+ $desc = $collectedClasses.FEMergeElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- LinkedHashMapCell.prototype = $desc; |
- LinkedHashMapCell.prototype.get$_key = function(receiver) { |
- return this._key; |
- }; |
- LinkedHashMapCell.prototype.get$_collection$_value = function() { |
- return this._collection$_value; |
- }; |
- LinkedHashMapCell.prototype.set$_collection$_value = function(v) { |
- return this._collection$_value = v; |
- }; |
- LinkedHashMapCell.prototype.get$_next = function() { |
- return this._next; |
- }; |
- LinkedHashMapCell.prototype.get$_previous = function() { |
- return this._previous; |
- }; |
- function LinkedHashMapKeyIterable(_map) { |
- this._map = _map; |
+ FEMergeElement.prototype = $desc; |
+ function FEMergeNodeElement() { |
} |
- LinkedHashMapKeyIterable.builtin$cls = "LinkedHashMapKeyIterable"; |
- if (!"name" in LinkedHashMapKeyIterable) |
- LinkedHashMapKeyIterable.name = "LinkedHashMapKeyIterable"; |
- $desc = $collectedClasses.LinkedHashMapKeyIterable; |
+ FEMergeNodeElement.builtin$cls = "FEMergeNodeElement"; |
+ if (!"name" in FEMergeNodeElement) |
+ FEMergeNodeElement.name = "FEMergeNodeElement"; |
+ $desc = $collectedClasses.FEMergeNodeElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- LinkedHashMapKeyIterable.prototype = $desc; |
- function LinkedHashMapKeyIterator(_map, _modifications, _cell, _collection$_current) { |
- this._map = _map; |
- this._modifications = _modifications; |
- this._cell = _cell; |
- this._collection$_current = _collection$_current; |
+ FEMergeNodeElement.prototype = $desc; |
+ function FEMorphologyElement() { |
} |
- LinkedHashMapKeyIterator.builtin$cls = "LinkedHashMapKeyIterator"; |
- if (!"name" in LinkedHashMapKeyIterator) |
- LinkedHashMapKeyIterator.name = "LinkedHashMapKeyIterator"; |
- $desc = $collectedClasses.LinkedHashMapKeyIterator; |
+ FEMorphologyElement.builtin$cls = "FEMorphologyElement"; |
+ if (!"name" in FEMorphologyElement) |
+ FEMorphologyElement.name = "FEMorphologyElement"; |
+ $desc = $collectedClasses.FEMorphologyElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- LinkedHashMapKeyIterator.prototype = $desc; |
- function _HashSet() { |
+ FEMorphologyElement.prototype = $desc; |
+ function FEOffsetElement() { |
} |
- _HashSet.builtin$cls = "_HashSet"; |
- if (!"name" in _HashSet) |
- _HashSet.name = "_HashSet"; |
- $desc = $collectedClasses._HashSet; |
+ FEOffsetElement.builtin$cls = "FEOffsetElement"; |
+ if (!"name" in FEOffsetElement) |
+ FEOffsetElement.name = "FEOffsetElement"; |
+ $desc = $collectedClasses.FEOffsetElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _HashSet.prototype = $desc; |
- function _IdentityHashSet(_collection$_length, _strings, _nums, _rest, _elements) { |
- this._collection$_length = _collection$_length; |
- this._strings = _strings; |
- this._nums = _nums; |
- this._rest = _rest; |
- this._elements = _elements; |
+ FEOffsetElement.prototype = $desc; |
+ function FEPointLightElement() { |
} |
- _IdentityHashSet.builtin$cls = "_IdentityHashSet"; |
- if (!"name" in _IdentityHashSet) |
- _IdentityHashSet.name = "_IdentityHashSet"; |
- $desc = $collectedClasses._IdentityHashSet; |
+ FEPointLightElement.builtin$cls = "FEPointLightElement"; |
+ if (!"name" in FEPointLightElement) |
+ FEPointLightElement.name = "FEPointLightElement"; |
+ $desc = $collectedClasses.FEPointLightElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _IdentityHashSet.prototype = $desc; |
- function HashSetIterator(_set, _elements, _offset, _collection$_current) { |
- this._set = _set; |
- this._elements = _elements; |
- this._offset = _offset; |
- this._collection$_current = _collection$_current; |
+ FEPointLightElement.prototype = $desc; |
+ function FESpecularLightingElement() { |
} |
- HashSetIterator.builtin$cls = "HashSetIterator"; |
- if (!"name" in HashSetIterator) |
- HashSetIterator.name = "HashSetIterator"; |
- $desc = $collectedClasses.HashSetIterator; |
+ FESpecularLightingElement.builtin$cls = "FESpecularLightingElement"; |
+ if (!"name" in FESpecularLightingElement) |
+ FESpecularLightingElement.name = "FESpecularLightingElement"; |
+ $desc = $collectedClasses.FESpecularLightingElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- HashSetIterator.prototype = $desc; |
- function _HashSetBase() { |
+ FESpecularLightingElement.prototype = $desc; |
+ function FESpotLightElement() { |
} |
- _HashSetBase.builtin$cls = "_HashSetBase"; |
- if (!"name" in _HashSetBase) |
- _HashSetBase.name = "_HashSetBase"; |
- $desc = $collectedClasses._HashSetBase; |
+ FESpotLightElement.builtin$cls = "FESpotLightElement"; |
+ if (!"name" in FESpotLightElement) |
+ FESpotLightElement.name = "FESpotLightElement"; |
+ $desc = $collectedClasses.FESpotLightElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _HashSetBase.prototype = $desc; |
- function HashSet() { |
+ FESpotLightElement.prototype = $desc; |
+ function FETileElement() { |
} |
- HashSet.builtin$cls = "HashSet"; |
- if (!"name" in HashSet) |
- HashSet.name = "HashSet"; |
- $desc = $collectedClasses.HashSet; |
+ FETileElement.builtin$cls = "FETileElement"; |
+ if (!"name" in FETileElement) |
+ FETileElement.name = "FETileElement"; |
+ $desc = $collectedClasses.FETileElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- HashSet.prototype = $desc; |
- function IterableBase() { |
+ FETileElement.prototype = $desc; |
+ function FETurbulenceElement() { |
} |
- IterableBase.builtin$cls = "IterableBase"; |
- if (!"name" in IterableBase) |
- IterableBase.name = "IterableBase"; |
- $desc = $collectedClasses.IterableBase; |
+ FETurbulenceElement.builtin$cls = "FETurbulenceElement"; |
+ if (!"name" in FETurbulenceElement) |
+ FETurbulenceElement.name = "FETurbulenceElement"; |
+ $desc = $collectedClasses.FETurbulenceElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- IterableBase.prototype = $desc; |
- function ListMixin() { |
+ FETurbulenceElement.prototype = $desc; |
+ function FilterElement() { |
} |
- ListMixin.builtin$cls = "ListMixin"; |
- if (!"name" in ListMixin) |
- ListMixin.name = "ListMixin"; |
- $desc = $collectedClasses.ListMixin; |
+ FilterElement.builtin$cls = "FilterElement"; |
+ if (!"name" in FilterElement) |
+ FilterElement.name = "FilterElement"; |
+ $desc = $collectedClasses.FilterElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- ListMixin.prototype = $desc; |
- function Maps_mapToString_closure(box_0, result_1) { |
- this.box_0 = box_0; |
- this.result_1 = result_1; |
+ FilterElement.prototype = $desc; |
+ function ForeignObjectElement() { |
} |
- Maps_mapToString_closure.builtin$cls = "Maps_mapToString_closure"; |
- if (!"name" in Maps_mapToString_closure) |
- Maps_mapToString_closure.name = "Maps_mapToString_closure"; |
- $desc = $collectedClasses.Maps_mapToString_closure; |
+ ForeignObjectElement.builtin$cls = "ForeignObjectElement"; |
+ if (!"name" in ForeignObjectElement) |
+ ForeignObjectElement.name = "ForeignObjectElement"; |
+ $desc = $collectedClasses.ForeignObjectElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- Maps_mapToString_closure.prototype = $desc; |
- function ListQueue(_table, _head, _tail, _modificationCount) { |
- this._table = _table; |
- this._head = _head; |
- this._tail = _tail; |
- this._modificationCount = _modificationCount; |
+ ForeignObjectElement.prototype = $desc; |
+ function GElement() { |
} |
- ListQueue.builtin$cls = "ListQueue"; |
- if (!"name" in ListQueue) |
- ListQueue.name = "ListQueue"; |
- $desc = $collectedClasses.ListQueue; |
+ GElement.builtin$cls = "GElement"; |
+ if (!"name" in GElement) |
+ GElement.name = "GElement"; |
+ $desc = $collectedClasses.GElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- ListQueue.prototype = $desc; |
- function _ListQueueIterator(_queue, _end, _modificationCount, _position, _collection$_current) { |
- this._queue = _queue; |
- this._end = _end; |
- this._modificationCount = _modificationCount; |
- this._position = _position; |
- this._collection$_current = _collection$_current; |
+ GElement.prototype = $desc; |
+ function GraphicsElement() { |
} |
- _ListQueueIterator.builtin$cls = "_ListQueueIterator"; |
- if (!"name" in _ListQueueIterator) |
- _ListQueueIterator.name = "_ListQueueIterator"; |
- $desc = $collectedClasses._ListQueueIterator; |
+ GraphicsElement.builtin$cls = "GraphicsElement"; |
+ if (!"name" in GraphicsElement) |
+ GraphicsElement.name = "GraphicsElement"; |
+ $desc = $collectedClasses.GraphicsElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _ListQueueIterator.prototype = $desc; |
- function _convertJsonToDart_closure() { |
+ GraphicsElement.prototype = $desc; |
+ function ImageElement0() { |
} |
- _convertJsonToDart_closure.builtin$cls = "_convertJsonToDart_closure"; |
- if (!"name" in _convertJsonToDart_closure) |
- _convertJsonToDart_closure.name = "_convertJsonToDart_closure"; |
- $desc = $collectedClasses._convertJsonToDart_closure; |
+ ImageElement0.builtin$cls = "ImageElement0"; |
+ if (!"name" in ImageElement0) |
+ ImageElement0.name = "ImageElement0"; |
+ $desc = $collectedClasses.ImageElement0; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _convertJsonToDart_closure.prototype = $desc; |
- function _convertJsonToDart_walk(revive_0) { |
- this.revive_0 = revive_0; |
+ ImageElement0.prototype = $desc; |
+ function LineElement() { |
} |
- _convertJsonToDart_walk.builtin$cls = "_convertJsonToDart_walk"; |
- if (!"name" in _convertJsonToDart_walk) |
- _convertJsonToDart_walk.name = "_convertJsonToDart_walk"; |
- $desc = $collectedClasses._convertJsonToDart_walk; |
+ LineElement.builtin$cls = "LineElement"; |
+ if (!"name" in LineElement) |
+ LineElement.name = "LineElement"; |
+ $desc = $collectedClasses.LineElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _convertJsonToDart_walk.prototype = $desc; |
- function Codec() { |
+ LineElement.prototype = $desc; |
+ function LinearGradientElement() { |
} |
- Codec.builtin$cls = "Codec"; |
- if (!"name" in Codec) |
- Codec.name = "Codec"; |
- $desc = $collectedClasses.Codec; |
+ LinearGradientElement.builtin$cls = "LinearGradientElement"; |
+ if (!"name" in LinearGradientElement) |
+ LinearGradientElement.name = "LinearGradientElement"; |
+ $desc = $collectedClasses.LinearGradientElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- Codec.prototype = $desc; |
- function Converter() { |
+ LinearGradientElement.prototype = $desc; |
+ function MarkerElement() { |
} |
- Converter.builtin$cls = "Converter"; |
- if (!"name" in Converter) |
- Converter.name = "Converter"; |
- $desc = $collectedClasses.Converter; |
+ MarkerElement.builtin$cls = "MarkerElement"; |
+ if (!"name" in MarkerElement) |
+ MarkerElement.name = "MarkerElement"; |
+ $desc = $collectedClasses.MarkerElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- Converter.prototype = $desc; |
- function JsonCodec() { |
+ MarkerElement.prototype = $desc; |
+ function MaskElement() { |
} |
- JsonCodec.builtin$cls = "JsonCodec"; |
- if (!"name" in JsonCodec) |
- JsonCodec.name = "JsonCodec"; |
- $desc = $collectedClasses.JsonCodec; |
+ MaskElement.builtin$cls = "MaskElement"; |
+ if (!"name" in MaskElement) |
+ MaskElement.name = "MaskElement"; |
+ $desc = $collectedClasses.MaskElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- JsonCodec.prototype = $desc; |
- function JsonDecoder(_reviver) { |
- this._reviver = _reviver; |
+ MaskElement.prototype = $desc; |
+ function MetadataElement() { |
} |
- JsonDecoder.builtin$cls = "JsonDecoder"; |
- if (!"name" in JsonDecoder) |
- JsonDecoder.name = "JsonDecoder"; |
- $desc = $collectedClasses.JsonDecoder; |
+ MetadataElement.builtin$cls = "MetadataElement"; |
+ if (!"name" in MetadataElement) |
+ MetadataElement.name = "MetadataElement"; |
+ $desc = $collectedClasses.MetadataElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- JsonDecoder.prototype = $desc; |
- function NoSuchMethodError_toString_closure(box_0) { |
- this.box_0 = box_0; |
+ MetadataElement.prototype = $desc; |
+ function PathElement() { |
} |
- NoSuchMethodError_toString_closure.builtin$cls = "NoSuchMethodError_toString_closure"; |
- if (!"name" in NoSuchMethodError_toString_closure) |
- NoSuchMethodError_toString_closure.name = "NoSuchMethodError_toString_closure"; |
- $desc = $collectedClasses.NoSuchMethodError_toString_closure; |
+ PathElement.builtin$cls = "PathElement"; |
+ if (!"name" in PathElement) |
+ PathElement.name = "PathElement"; |
+ $desc = $collectedClasses.PathElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- NoSuchMethodError_toString_closure.prototype = $desc; |
- function Duration(_duration) { |
- this._duration = _duration; |
+ PathElement.prototype = $desc; |
+ function PatternElement() { |
} |
- Duration.builtin$cls = "Duration"; |
- if (!"name" in Duration) |
- Duration.name = "Duration"; |
- $desc = $collectedClasses.Duration; |
+ PatternElement.builtin$cls = "PatternElement"; |
+ if (!"name" in PatternElement) |
+ PatternElement.name = "PatternElement"; |
+ $desc = $collectedClasses.PatternElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- Duration.prototype = $desc; |
- function Duration_toString_sixDigits() { |
+ PatternElement.prototype = $desc; |
+ function PolygonElement() { |
} |
- Duration_toString_sixDigits.builtin$cls = "Duration_toString_sixDigits"; |
- if (!"name" in Duration_toString_sixDigits) |
- Duration_toString_sixDigits.name = "Duration_toString_sixDigits"; |
- $desc = $collectedClasses.Duration_toString_sixDigits; |
+ PolygonElement.builtin$cls = "PolygonElement"; |
+ if (!"name" in PolygonElement) |
+ PolygonElement.name = "PolygonElement"; |
+ $desc = $collectedClasses.PolygonElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- Duration_toString_sixDigits.prototype = $desc; |
- function Duration_toString_twoDigits() { |
+ PolygonElement.prototype = $desc; |
+ function PolylineElement() { |
} |
- Duration_toString_twoDigits.builtin$cls = "Duration_toString_twoDigits"; |
- if (!"name" in Duration_toString_twoDigits) |
- Duration_toString_twoDigits.name = "Duration_toString_twoDigits"; |
- $desc = $collectedClasses.Duration_toString_twoDigits; |
+ PolylineElement.builtin$cls = "PolylineElement"; |
+ if (!"name" in PolylineElement) |
+ PolylineElement.name = "PolylineElement"; |
+ $desc = $collectedClasses.PolylineElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- Duration_toString_twoDigits.prototype = $desc; |
- function Error() { |
+ PolylineElement.prototype = $desc; |
+ function RadialGradientElement() { |
} |
- Error.builtin$cls = "Error"; |
- if (!"name" in Error) |
- Error.name = "Error"; |
- $desc = $collectedClasses.Error; |
+ RadialGradientElement.builtin$cls = "RadialGradientElement"; |
+ if (!"name" in RadialGradientElement) |
+ RadialGradientElement.name = "RadialGradientElement"; |
+ $desc = $collectedClasses.RadialGradientElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- Error.prototype = $desc; |
- function NullThrownError() { |
+ RadialGradientElement.prototype = $desc; |
+ function RectElement() { |
} |
- NullThrownError.builtin$cls = "NullThrownError"; |
- if (!"name" in NullThrownError) |
- NullThrownError.name = "NullThrownError"; |
- $desc = $collectedClasses.NullThrownError; |
+ RectElement.builtin$cls = "RectElement"; |
+ if (!"name" in RectElement) |
+ RectElement.name = "RectElement"; |
+ $desc = $collectedClasses.RectElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- NullThrownError.prototype = $desc; |
- function ArgumentError(message) { |
- this.message = message; |
+ RectElement.prototype = $desc; |
+ function ScriptElement0() { |
} |
- ArgumentError.builtin$cls = "ArgumentError"; |
- if (!"name" in ArgumentError) |
- ArgumentError.name = "ArgumentError"; |
- $desc = $collectedClasses.ArgumentError; |
+ ScriptElement0.builtin$cls = "ScriptElement0"; |
+ if (!"name" in ScriptElement0) |
+ ScriptElement0.name = "ScriptElement0"; |
+ $desc = $collectedClasses.ScriptElement0; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- ArgumentError.prototype = $desc; |
- function RangeError(message) { |
- this.message = message; |
+ ScriptElement0.prototype = $desc; |
+ function SetElement() { |
} |
- RangeError.builtin$cls = "RangeError"; |
- if (!"name" in RangeError) |
- RangeError.name = "RangeError"; |
- $desc = $collectedClasses.RangeError; |
+ SetElement.builtin$cls = "SetElement"; |
+ if (!"name" in SetElement) |
+ SetElement.name = "SetElement"; |
+ $desc = $collectedClasses.SetElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- RangeError.prototype = $desc; |
- function UnsupportedError(message) { |
- this.message = message; |
+ SetElement.prototype = $desc; |
+ function StopElement() { |
} |
- UnsupportedError.builtin$cls = "UnsupportedError"; |
- if (!"name" in UnsupportedError) |
- UnsupportedError.name = "UnsupportedError"; |
- $desc = $collectedClasses.UnsupportedError; |
+ StopElement.builtin$cls = "StopElement"; |
+ if (!"name" in StopElement) |
+ StopElement.name = "StopElement"; |
+ $desc = $collectedClasses.StopElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- UnsupportedError.prototype = $desc; |
- function StateError(message) { |
- this.message = message; |
+ StopElement.prototype = $desc; |
+ function StyleElement0() { |
} |
- StateError.builtin$cls = "StateError"; |
- if (!"name" in StateError) |
- StateError.name = "StateError"; |
- $desc = $collectedClasses.StateError; |
+ StyleElement0.builtin$cls = "StyleElement0"; |
+ if (!"name" in StyleElement0) |
+ StyleElement0.name = "StyleElement0"; |
+ $desc = $collectedClasses.StyleElement0; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- StateError.prototype = $desc; |
- function ConcurrentModificationError(modifiedObject) { |
- this.modifiedObject = modifiedObject; |
+ StyleElement0.prototype = $desc; |
+ function SvgDocument() { |
} |
- ConcurrentModificationError.builtin$cls = "ConcurrentModificationError"; |
- if (!"name" in ConcurrentModificationError) |
- ConcurrentModificationError.name = "ConcurrentModificationError"; |
- $desc = $collectedClasses.ConcurrentModificationError; |
+ SvgDocument.builtin$cls = "SvgDocument"; |
+ if (!"name" in SvgDocument) |
+ SvgDocument.name = "SvgDocument"; |
+ $desc = $collectedClasses.SvgDocument; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- ConcurrentModificationError.prototype = $desc; |
- function StackOverflowError() { |
+ SvgDocument.prototype = $desc; |
+ function SvgElement() { |
} |
- StackOverflowError.builtin$cls = "StackOverflowError"; |
- if (!"name" in StackOverflowError) |
- StackOverflowError.name = "StackOverflowError"; |
- $desc = $collectedClasses.StackOverflowError; |
+ SvgElement.builtin$cls = "SvgElement"; |
+ if (!"name" in SvgElement) |
+ SvgElement.name = "SvgElement"; |
+ $desc = $collectedClasses.SvgElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- StackOverflowError.prototype = $desc; |
- function CyclicInitializationError(variableName) { |
- this.variableName = variableName; |
+ SvgElement.prototype = $desc; |
+ function SvgSvgElement() { |
} |
- CyclicInitializationError.builtin$cls = "CyclicInitializationError"; |
- if (!"name" in CyclicInitializationError) |
- CyclicInitializationError.name = "CyclicInitializationError"; |
- $desc = $collectedClasses.CyclicInitializationError; |
+ SvgSvgElement.builtin$cls = "SvgSvgElement"; |
+ if (!"name" in SvgSvgElement) |
+ SvgSvgElement.name = "SvgSvgElement"; |
+ $desc = $collectedClasses.SvgSvgElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- CyclicInitializationError.prototype = $desc; |
- function _ExceptionImplementation(message) { |
- this.message = message; |
+ SvgSvgElement.prototype = $desc; |
+ function SwitchElement() { |
} |
- _ExceptionImplementation.builtin$cls = "_ExceptionImplementation"; |
- if (!"name" in _ExceptionImplementation) |
- _ExceptionImplementation.name = "_ExceptionImplementation"; |
- $desc = $collectedClasses._ExceptionImplementation; |
+ SwitchElement.builtin$cls = "SwitchElement"; |
+ if (!"name" in SwitchElement) |
+ SwitchElement.name = "SwitchElement"; |
+ $desc = $collectedClasses.SwitchElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _ExceptionImplementation.prototype = $desc; |
- function FormatException(message) { |
- this.message = message; |
+ SwitchElement.prototype = $desc; |
+ function SymbolElement() { |
} |
- FormatException.builtin$cls = "FormatException"; |
- if (!"name" in FormatException) |
- FormatException.name = "FormatException"; |
- $desc = $collectedClasses.FormatException; |
+ SymbolElement.builtin$cls = "SymbolElement"; |
+ if (!"name" in SymbolElement) |
+ SymbolElement.name = "SymbolElement"; |
+ $desc = $collectedClasses.SymbolElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- FormatException.prototype = $desc; |
- function Expando(name) { |
- this.name = name; |
+ SymbolElement.prototype = $desc; |
+ function TSpanElement() { |
} |
- Expando.builtin$cls = "Expando"; |
- if (!"name" in Expando) |
- Expando.name = "Expando"; |
- $desc = $collectedClasses.Expando; |
+ TSpanElement.builtin$cls = "TSpanElement"; |
+ if (!"name" in TSpanElement) |
+ TSpanElement.name = "TSpanElement"; |
+ $desc = $collectedClasses.TSpanElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- Expando.prototype = $desc; |
- function Function() { |
+ TSpanElement.prototype = $desc; |
+ function TextContentElement() { |
} |
- Function.builtin$cls = "Function"; |
- if (!"name" in Function) |
- Function.name = "Function"; |
- $desc = $collectedClasses.Function; |
+ TextContentElement.builtin$cls = "TextContentElement"; |
+ if (!"name" in TextContentElement) |
+ TextContentElement.name = "TextContentElement"; |
+ $desc = $collectedClasses.TextContentElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- Function.prototype = $desc; |
- function Iterator() { |
+ TextContentElement.prototype = $desc; |
+ function TextElement() { |
} |
- Iterator.builtin$cls = "Iterator"; |
- if (!"name" in Iterator) |
- Iterator.name = "Iterator"; |
- $desc = $collectedClasses.Iterator; |
+ TextElement.builtin$cls = "TextElement"; |
+ if (!"name" in TextElement) |
+ TextElement.name = "TextElement"; |
+ $desc = $collectedClasses.TextElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- Iterator.prototype = $desc; |
- function Null() { |
+ TextElement.prototype = $desc; |
+ function TextPathElement() { |
} |
- Null.builtin$cls = "Null"; |
- if (!"name" in Null) |
- Null.name = "Null"; |
- $desc = $collectedClasses.Null; |
+ TextPathElement.builtin$cls = "TextPathElement"; |
+ if (!"name" in TextPathElement) |
+ TextPathElement.name = "TextPathElement"; |
+ $desc = $collectedClasses.TextPathElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- Null.prototype = $desc; |
- function Object() { |
+ TextPathElement.prototype = $desc; |
+ function TextPositioningElement() { |
} |
- Object.builtin$cls = "Object"; |
- if (!"name" in Object) |
- Object.name = "Object"; |
- $desc = $collectedClasses.Object; |
+ TextPositioningElement.builtin$cls = "TextPositioningElement"; |
+ if (!"name" in TextPositioningElement) |
+ TextPositioningElement.name = "TextPositioningElement"; |
+ $desc = $collectedClasses.TextPositioningElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- Object.prototype = $desc; |
- function StackTrace() { |
+ TextPositioningElement.prototype = $desc; |
+ function TitleElement0() { |
} |
- StackTrace.builtin$cls = "StackTrace"; |
- if (!"name" in StackTrace) |
- StackTrace.name = "StackTrace"; |
- $desc = $collectedClasses.StackTrace; |
+ TitleElement0.builtin$cls = "TitleElement0"; |
+ if (!"name" in TitleElement0) |
+ TitleElement0.name = "TitleElement0"; |
+ $desc = $collectedClasses.TitleElement0; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- StackTrace.prototype = $desc; |
- function StringBuffer(_contents) { |
- this._contents = _contents; |
+ TitleElement0.prototype = $desc; |
+ function UseElement() { |
} |
- StringBuffer.builtin$cls = "StringBuffer"; |
- if (!"name" in StringBuffer) |
- StringBuffer.name = "StringBuffer"; |
- $desc = $collectedClasses.StringBuffer; |
+ UseElement.builtin$cls = "UseElement"; |
+ if (!"name" in UseElement) |
+ UseElement.name = "UseElement"; |
+ $desc = $collectedClasses.UseElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- StringBuffer.prototype = $desc; |
- StringBuffer.prototype.get$_contents = function() { |
- return this._contents; |
- }; |
- function Symbol() { |
+ UseElement.prototype = $desc; |
+ function ViewElement() { |
} |
- Symbol.builtin$cls = "Symbol"; |
- if (!"name" in Symbol) |
- Symbol.name = "Symbol"; |
- $desc = $collectedClasses.Symbol; |
+ ViewElement.builtin$cls = "ViewElement"; |
+ if (!"name" in ViewElement) |
+ ViewElement.name = "ViewElement"; |
+ $desc = $collectedClasses.ViewElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- Symbol.prototype = $desc; |
- function HttpRequest_getString_closure() { |
+ ViewElement.prototype = $desc; |
+ function ZoomEvent() { |
} |
- HttpRequest_getString_closure.builtin$cls = "HttpRequest_getString_closure"; |
- if (!"name" in HttpRequest_getString_closure) |
- HttpRequest_getString_closure.name = "HttpRequest_getString_closure"; |
- $desc = $collectedClasses.HttpRequest_getString_closure; |
+ ZoomEvent.builtin$cls = "ZoomEvent"; |
+ if (!"name" in ZoomEvent) |
+ ZoomEvent.name = "ZoomEvent"; |
+ $desc = $collectedClasses.ZoomEvent; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- HttpRequest_getString_closure.prototype = $desc; |
- function HttpRequest_request_closure0(xhr_0) { |
- this.xhr_0 = xhr_0; |
+ ZoomEvent.prototype = $desc; |
+ function _GradientElement() { |
} |
- HttpRequest_request_closure0.builtin$cls = "HttpRequest_request_closure0"; |
- if (!"name" in HttpRequest_request_closure0) |
- HttpRequest_request_closure0.name = "HttpRequest_request_closure0"; |
- $desc = $collectedClasses.HttpRequest_request_closure0; |
+ _GradientElement.builtin$cls = "_GradientElement"; |
+ if (!"name" in _GradientElement) |
+ _GradientElement.name = "_GradientElement"; |
+ $desc = $collectedClasses._GradientElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- HttpRequest_request_closure0.prototype = $desc; |
- function HttpRequest_request_closure(completer_1, xhr_2) { |
- this.completer_1 = completer_1; |
- this.xhr_2 = xhr_2; |
+ _GradientElement.prototype = $desc; |
+ function _SVGAltGlyphDefElement() { |
} |
- HttpRequest_request_closure.builtin$cls = "HttpRequest_request_closure"; |
- if (!"name" in HttpRequest_request_closure) |
- HttpRequest_request_closure.name = "HttpRequest_request_closure"; |
- $desc = $collectedClasses.HttpRequest_request_closure; |
+ _SVGAltGlyphDefElement.builtin$cls = "_SVGAltGlyphDefElement"; |
+ if (!"name" in _SVGAltGlyphDefElement) |
+ _SVGAltGlyphDefElement.name = "_SVGAltGlyphDefElement"; |
+ $desc = $collectedClasses._SVGAltGlyphDefElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- HttpRequest_request_closure.prototype = $desc; |
- function Storage_keys_closure(keys_0) { |
- this.keys_0 = keys_0; |
+ _SVGAltGlyphDefElement.prototype = $desc; |
+ function _SVGAltGlyphItemElement() { |
} |
- Storage_keys_closure.builtin$cls = "Storage_keys_closure"; |
- if (!"name" in Storage_keys_closure) |
- Storage_keys_closure.name = "Storage_keys_closure"; |
- $desc = $collectedClasses.Storage_keys_closure; |
+ _SVGAltGlyphItemElement.builtin$cls = "_SVGAltGlyphItemElement"; |
+ if (!"name" in _SVGAltGlyphItemElement) |
+ _SVGAltGlyphItemElement.name = "_SVGAltGlyphItemElement"; |
+ $desc = $collectedClasses._SVGAltGlyphItemElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- Storage_keys_closure.prototype = $desc; |
- function Storage_values_closure(values_0) { |
- this.values_0 = values_0; |
+ _SVGAltGlyphItemElement.prototype = $desc; |
+ function _SVGAnimateColorElement() { |
} |
- Storage_values_closure.builtin$cls = "Storage_values_closure"; |
- if (!"name" in Storage_values_closure) |
- Storage_values_closure.name = "Storage_values_closure"; |
- $desc = $collectedClasses.Storage_values_closure; |
+ _SVGAnimateColorElement.builtin$cls = "_SVGAnimateColorElement"; |
+ if (!"name" in _SVGAnimateColorElement) |
+ _SVGAnimateColorElement.name = "_SVGAnimateColorElement"; |
+ $desc = $collectedClasses._SVGAnimateColorElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- Storage_values_closure.prototype = $desc; |
- function _EventStream(_target, _eventType, _useCapture) { |
- this._target = _target; |
- this._eventType = _eventType; |
- this._useCapture = _useCapture; |
+ _SVGAnimateColorElement.prototype = $desc; |
+ function _SVGComponentTransferFunctionElement() { |
} |
- _EventStream.builtin$cls = "_EventStream"; |
- if (!"name" in _EventStream) |
- _EventStream.name = "_EventStream"; |
- $desc = $collectedClasses._EventStream; |
+ _SVGComponentTransferFunctionElement.builtin$cls = "_SVGComponentTransferFunctionElement"; |
+ if (!"name" in _SVGComponentTransferFunctionElement) |
+ _SVGComponentTransferFunctionElement.name = "_SVGComponentTransferFunctionElement"; |
+ $desc = $collectedClasses._SVGComponentTransferFunctionElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _EventStream.prototype = $desc; |
- function _ElementEventStreamImpl(_target, _eventType, _useCapture) { |
- this._target = _target; |
- this._eventType = _eventType; |
- this._useCapture = _useCapture; |
+ _SVGComponentTransferFunctionElement.prototype = $desc; |
+ function _SVGCursorElement() { |
} |
- _ElementEventStreamImpl.builtin$cls = "_ElementEventStreamImpl"; |
- if (!"name" in _ElementEventStreamImpl) |
- _ElementEventStreamImpl.name = "_ElementEventStreamImpl"; |
- $desc = $collectedClasses._ElementEventStreamImpl; |
+ _SVGCursorElement.builtin$cls = "_SVGCursorElement"; |
+ if (!"name" in _SVGCursorElement) |
+ _SVGCursorElement.name = "_SVGCursorElement"; |
+ $desc = $collectedClasses._SVGCursorElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _ElementEventStreamImpl.prototype = $desc; |
- function _EventStreamSubscription(_pauseCount, _target, _eventType, _onData, _useCapture) { |
- this._pauseCount = _pauseCount; |
- this._target = _target; |
- this._eventType = _eventType; |
- this._onData = _onData; |
- this._useCapture = _useCapture; |
+ _SVGCursorElement.prototype = $desc; |
+ function _SVGFEDropShadowElement() { |
+ } |
+ _SVGFEDropShadowElement.builtin$cls = "_SVGFEDropShadowElement"; |
+ if (!"name" in _SVGFEDropShadowElement) |
+ _SVGFEDropShadowElement.name = "_SVGFEDropShadowElement"; |
+ $desc = $collectedClasses._SVGFEDropShadowElement; |
+ if ($desc instanceof Array) |
+ $desc = $desc[1]; |
+ _SVGFEDropShadowElement.prototype = $desc; |
+ function _SVGFontElement() { |
} |
- _EventStreamSubscription.builtin$cls = "_EventStreamSubscription"; |
- if (!"name" in _EventStreamSubscription) |
- _EventStreamSubscription.name = "_EventStreamSubscription"; |
- $desc = $collectedClasses._EventStreamSubscription; |
+ _SVGFontElement.builtin$cls = "_SVGFontElement"; |
+ if (!"name" in _SVGFontElement) |
+ _SVGFontElement.name = "_SVGFontElement"; |
+ $desc = $collectedClasses._SVGFontElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _EventStreamSubscription.prototype = $desc; |
- function EventStreamProvider(_eventType) { |
- this._eventType = _eventType; |
+ _SVGFontElement.prototype = $desc; |
+ function _SVGFontFaceElement() { |
} |
- EventStreamProvider.builtin$cls = "EventStreamProvider"; |
- if (!"name" in EventStreamProvider) |
- EventStreamProvider.name = "EventStreamProvider"; |
- $desc = $collectedClasses.EventStreamProvider; |
+ _SVGFontFaceElement.builtin$cls = "_SVGFontFaceElement"; |
+ if (!"name" in _SVGFontFaceElement) |
+ _SVGFontFaceElement.name = "_SVGFontFaceElement"; |
+ $desc = $collectedClasses._SVGFontFaceElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- EventStreamProvider.prototype = $desc; |
- function _DOMWindowCrossFrame(_window) { |
- this._window = _window; |
+ _SVGFontFaceElement.prototype = $desc; |
+ function _SVGFontFaceFormatElement() { |
} |
- _DOMWindowCrossFrame.builtin$cls = "_DOMWindowCrossFrame"; |
- if (!"name" in _DOMWindowCrossFrame) |
- _DOMWindowCrossFrame.name = "_DOMWindowCrossFrame"; |
- $desc = $collectedClasses._DOMWindowCrossFrame; |
+ _SVGFontFaceFormatElement.builtin$cls = "_SVGFontFaceFormatElement"; |
+ if (!"name" in _SVGFontFaceFormatElement) |
+ _SVGFontFaceFormatElement.name = "_SVGFontFaceFormatElement"; |
+ $desc = $collectedClasses._SVGFontFaceFormatElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _DOMWindowCrossFrame.prototype = $desc; |
- function ReceivePort() { |
+ _SVGFontFaceFormatElement.prototype = $desc; |
+ function _SVGFontFaceNameElement() { |
} |
- ReceivePort.builtin$cls = "ReceivePort"; |
- if (!"name" in ReceivePort) |
- ReceivePort.name = "ReceivePort"; |
- $desc = $collectedClasses.ReceivePort; |
+ _SVGFontFaceNameElement.builtin$cls = "_SVGFontFaceNameElement"; |
+ if (!"name" in _SVGFontFaceNameElement) |
+ _SVGFontFaceNameElement.name = "_SVGFontFaceNameElement"; |
+ $desc = $collectedClasses._SVGFontFaceNameElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- ReceivePort.prototype = $desc; |
- function _Random() { |
+ _SVGFontFaceNameElement.prototype = $desc; |
+ function _SVGFontFaceSrcElement() { |
} |
- _Random.builtin$cls = "_Random"; |
- if (!"name" in _Random) |
- _Random.name = "_Random"; |
- $desc = $collectedClasses._Random; |
+ _SVGFontFaceSrcElement.builtin$cls = "_SVGFontFaceSrcElement"; |
+ if (!"name" in _SVGFontFaceSrcElement) |
+ _SVGFontFaceSrcElement.name = "_SVGFontFaceSrcElement"; |
+ $desc = $collectedClasses._SVGFontFaceSrcElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _Random.prototype = $desc; |
- function TypedData_ListMixin() { |
+ _SVGFontFaceSrcElement.prototype = $desc; |
+ function _SVGFontFaceUriElement() { |
} |
- TypedData_ListMixin.builtin$cls = "TypedData_ListMixin"; |
- if (!"name" in TypedData_ListMixin) |
- TypedData_ListMixin.name = "TypedData_ListMixin"; |
- $desc = $collectedClasses.TypedData_ListMixin; |
+ _SVGFontFaceUriElement.builtin$cls = "_SVGFontFaceUriElement"; |
+ if (!"name" in _SVGFontFaceUriElement) |
+ _SVGFontFaceUriElement.name = "_SVGFontFaceUriElement"; |
+ $desc = $collectedClasses._SVGFontFaceUriElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- TypedData_ListMixin.prototype = $desc; |
- function TypedData_ListMixin_FixedLengthListMixin() { |
+ _SVGFontFaceUriElement.prototype = $desc; |
+ function _SVGGlyphElement() { |
} |
- TypedData_ListMixin_FixedLengthListMixin.builtin$cls = "TypedData_ListMixin_FixedLengthListMixin"; |
- if (!"name" in TypedData_ListMixin_FixedLengthListMixin) |
- TypedData_ListMixin_FixedLengthListMixin.name = "TypedData_ListMixin_FixedLengthListMixin"; |
- $desc = $collectedClasses.TypedData_ListMixin_FixedLengthListMixin; |
+ _SVGGlyphElement.builtin$cls = "_SVGGlyphElement"; |
+ if (!"name" in _SVGGlyphElement) |
+ _SVGGlyphElement.name = "_SVGGlyphElement"; |
+ $desc = $collectedClasses._SVGGlyphElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- TypedData_ListMixin_FixedLengthListMixin.prototype = $desc; |
- function main_closure(inputField_0) { |
- this.inputField_0 = inputField_0; |
+ _SVGGlyphElement.prototype = $desc; |
+ function _SVGGlyphRefElement() { |
} |
- main_closure.builtin$cls = "main_closure"; |
- if (!"name" in main_closure) |
- main_closure.name = "main_closure"; |
- $desc = $collectedClasses.main_closure; |
+ _SVGGlyphRefElement.builtin$cls = "_SVGGlyphRefElement"; |
+ if (!"name" in _SVGGlyphRefElement) |
+ _SVGGlyphRefElement.name = "_SVGGlyphRefElement"; |
+ $desc = $collectedClasses._SVGGlyphRefElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- main_closure.prototype = $desc; |
- function main_closure0() { |
+ _SVGGlyphRefElement.prototype = $desc; |
+ function _SVGHKernElement() { |
} |
- main_closure0.builtin$cls = "main_closure0"; |
- if (!"name" in main_closure0) |
- main_closure0.name = "main_closure0"; |
- $desc = $collectedClasses.main_closure0; |
+ _SVGHKernElement.builtin$cls = "_SVGHKernElement"; |
+ if (!"name" in _SVGHKernElement) |
+ _SVGHKernElement.name = "_SVGHKernElement"; |
+ $desc = $collectedClasses._SVGHKernElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- main_closure0.prototype = $desc; |
- function PirateName(_firstName, _appellation) { |
- this._firstName = _firstName; |
- this._appellation = _appellation; |
+ _SVGHKernElement.prototype = $desc; |
+ function _SVGMPathElement() { |
} |
- PirateName.builtin$cls = "PirateName"; |
- if (!"name" in PirateName) |
- PirateName.name = "PirateName"; |
- $desc = $collectedClasses.PirateName; |
+ _SVGMPathElement.builtin$cls = "_SVGMPathElement"; |
+ if (!"name" in _SVGMPathElement) |
+ _SVGMPathElement.name = "_SVGMPathElement"; |
+ $desc = $collectedClasses._SVGMPathElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- PirateName.prototype = $desc; |
- function HtmlElement() { |
+ _SVGMPathElement.prototype = $desc; |
+ function _SVGMissingGlyphElement() { |
} |
- HtmlElement.builtin$cls = "HtmlElement"; |
- if (!"name" in HtmlElement) |
- HtmlElement.name = "HtmlElement"; |
- $desc = $collectedClasses.HtmlElement; |
+ _SVGMissingGlyphElement.builtin$cls = "_SVGMissingGlyphElement"; |
+ if (!"name" in _SVGMissingGlyphElement) |
+ _SVGMissingGlyphElement.name = "_SVGMissingGlyphElement"; |
+ $desc = $collectedClasses._SVGMissingGlyphElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- HtmlElement.prototype = $desc; |
- function AnchorElement() { |
+ _SVGMissingGlyphElement.prototype = $desc; |
+ function _SVGVKernElement() { |
} |
- AnchorElement.builtin$cls = "AnchorElement"; |
- if (!"name" in AnchorElement) |
- AnchorElement.name = "AnchorElement"; |
- $desc = $collectedClasses.AnchorElement; |
+ _SVGVKernElement.builtin$cls = "_SVGVKernElement"; |
+ if (!"name" in _SVGVKernElement) |
+ _SVGVKernElement.name = "_SVGVKernElement"; |
+ $desc = $collectedClasses._SVGVKernElement; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- AnchorElement.prototype = $desc; |
- AnchorElement.prototype.get$target = function(receiver) { |
- return receiver.target; |
- }; |
- function AnimationEvent() { |
+ _SVGVKernElement.prototype = $desc; |
+ function AudioProcessingEvent() { |
} |
- AnimationEvent.builtin$cls = "AnimationEvent"; |
- if (!"name" in AnimationEvent) |
- AnimationEvent.name = "AnimationEvent"; |
- $desc = $collectedClasses.AnimationEvent; |
+ AudioProcessingEvent.builtin$cls = "AudioProcessingEvent"; |
+ if (!"name" in AudioProcessingEvent) |
+ AudioProcessingEvent.name = "AudioProcessingEvent"; |
+ $desc = $collectedClasses.AudioProcessingEvent; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- AnimationEvent.prototype = $desc; |
- function AreaElement() { |
+ AudioProcessingEvent.prototype = $desc; |
+ function OfflineAudioCompletionEvent() { |
} |
- AreaElement.builtin$cls = "AreaElement"; |
- if (!"name" in AreaElement) |
- AreaElement.name = "AreaElement"; |
- $desc = $collectedClasses.AreaElement; |
+ OfflineAudioCompletionEvent.builtin$cls = "OfflineAudioCompletionEvent"; |
+ if (!"name" in OfflineAudioCompletionEvent) |
+ OfflineAudioCompletionEvent.name = "OfflineAudioCompletionEvent"; |
+ $desc = $collectedClasses.OfflineAudioCompletionEvent; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- AreaElement.prototype = $desc; |
- AreaElement.prototype.get$target = function(receiver) { |
- return receiver.target; |
- }; |
- function AudioElement() { |
+ OfflineAudioCompletionEvent.prototype = $desc; |
+ function ContextEvent() { |
} |
- AudioElement.builtin$cls = "AudioElement"; |
- if (!"name" in AudioElement) |
- AudioElement.name = "AudioElement"; |
- $desc = $collectedClasses.AudioElement; |
+ ContextEvent.builtin$cls = "ContextEvent"; |
+ if (!"name" in ContextEvent) |
+ ContextEvent.name = "ContextEvent"; |
+ $desc = $collectedClasses.ContextEvent; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- AudioElement.prototype = $desc; |
- function AutocompleteErrorEvent() { |
+ ContextEvent.prototype = $desc; |
+ function SqlError() { |
} |
- AutocompleteErrorEvent.builtin$cls = "AutocompleteErrorEvent"; |
- if (!"name" in AutocompleteErrorEvent) |
- AutocompleteErrorEvent.name = "AutocompleteErrorEvent"; |
- $desc = $collectedClasses.AutocompleteErrorEvent; |
+ SqlError.builtin$cls = "SqlError"; |
+ if (!"name" in SqlError) |
+ SqlError.name = "SqlError"; |
+ $desc = $collectedClasses.SqlError; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- AutocompleteErrorEvent.prototype = $desc; |
- function BRElement() { |
+ SqlError.prototype = $desc; |
+ function TypedData() { |
} |
- BRElement.builtin$cls = "BRElement"; |
- if (!"name" in BRElement) |
- BRElement.name = "BRElement"; |
- $desc = $collectedClasses.BRElement; |
+ TypedData.builtin$cls = "TypedData"; |
+ if (!"name" in TypedData) |
+ TypedData.name = "TypedData"; |
+ $desc = $collectedClasses.TypedData; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- BRElement.prototype = $desc; |
- function BaseElement() { |
+ TypedData.prototype = $desc; |
+ function ByteData() { |
} |
- BaseElement.builtin$cls = "BaseElement"; |
- if (!"name" in BaseElement) |
- BaseElement.name = "BaseElement"; |
- $desc = $collectedClasses.BaseElement; |
+ ByteData.builtin$cls = "ByteData"; |
+ if (!"name" in ByteData) |
+ ByteData.name = "ByteData"; |
+ $desc = $collectedClasses.ByteData; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- BaseElement.prototype = $desc; |
- BaseElement.prototype.get$target = function(receiver) { |
- return receiver.target; |
- }; |
- function BeforeLoadEvent() { |
+ ByteData.prototype = $desc; |
+ function Float32List() { |
} |
- BeforeLoadEvent.builtin$cls = "BeforeLoadEvent"; |
- if (!"name" in BeforeLoadEvent) |
- BeforeLoadEvent.name = "BeforeLoadEvent"; |
- $desc = $collectedClasses.BeforeLoadEvent; |
+ Float32List.builtin$cls = "Float32List"; |
+ if (!"name" in Float32List) |
+ Float32List.name = "Float32List"; |
+ $desc = $collectedClasses.Float32List; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- BeforeLoadEvent.prototype = $desc; |
- function BeforeUnloadEvent() { |
+ Float32List.prototype = $desc; |
+ function Float64List() { |
} |
- BeforeUnloadEvent.builtin$cls = "BeforeUnloadEvent"; |
- if (!"name" in BeforeUnloadEvent) |
- BeforeUnloadEvent.name = "BeforeUnloadEvent"; |
- $desc = $collectedClasses.BeforeUnloadEvent; |
+ Float64List.builtin$cls = "Float64List"; |
+ if (!"name" in Float64List) |
+ Float64List.name = "Float64List"; |
+ $desc = $collectedClasses.Float64List; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- BeforeUnloadEvent.prototype = $desc; |
- function BodyElement() { |
+ Float64List.prototype = $desc; |
+ function Int16List() { |
} |
- BodyElement.builtin$cls = "BodyElement"; |
- if (!"name" in BodyElement) |
- BodyElement.name = "BodyElement"; |
- $desc = $collectedClasses.BodyElement; |
+ Int16List.builtin$cls = "Int16List"; |
+ if (!"name" in Int16List) |
+ Int16List.name = "Int16List"; |
+ $desc = $collectedClasses.Int16List; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- BodyElement.prototype = $desc; |
- function ButtonElement() { |
+ Int16List.prototype = $desc; |
+ function Int32List() { |
} |
- ButtonElement.builtin$cls = "ButtonElement"; |
- if (!"name" in ButtonElement) |
- ButtonElement.name = "ButtonElement"; |
- $desc = $collectedClasses.ButtonElement; |
+ Int32List.builtin$cls = "Int32List"; |
+ if (!"name" in Int32List) |
+ Int32List.name = "Int32List"; |
+ $desc = $collectedClasses.Int32List; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- ButtonElement.prototype = $desc; |
- ButtonElement.prototype.set$disabled = function(receiver, v) { |
- return receiver.disabled = v; |
- }; |
- function CDataSection() { |
+ Int32List.prototype = $desc; |
+ function Int8List() { |
} |
- CDataSection.builtin$cls = "CDataSection"; |
- if (!"name" in CDataSection) |
- CDataSection.name = "CDataSection"; |
- $desc = $collectedClasses.CDataSection; |
+ Int8List.builtin$cls = "Int8List"; |
+ if (!"name" in Int8List) |
+ Int8List.name = "Int8List"; |
+ $desc = $collectedClasses.Int8List; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- CDataSection.prototype = $desc; |
- function CanvasElement() { |
+ Int8List.prototype = $desc; |
+ function Uint16List() { |
} |
- CanvasElement.builtin$cls = "CanvasElement"; |
- if (!"name" in CanvasElement) |
- CanvasElement.name = "CanvasElement"; |
- $desc = $collectedClasses.CanvasElement; |
+ Uint16List.builtin$cls = "Uint16List"; |
+ if (!"name" in Uint16List) |
+ Uint16List.name = "Uint16List"; |
+ $desc = $collectedClasses.Uint16List; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- CanvasElement.prototype = $desc; |
- function CharacterData() { |
+ Uint16List.prototype = $desc; |
+ function Uint32List() { |
} |
- CharacterData.builtin$cls = "CharacterData"; |
- if (!"name" in CharacterData) |
- CharacterData.name = "CharacterData"; |
- $desc = $collectedClasses.CharacterData; |
+ Uint32List.builtin$cls = "Uint32List"; |
+ if (!"name" in Uint32List) |
+ Uint32List.name = "Uint32List"; |
+ $desc = $collectedClasses.Uint32List; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- CharacterData.prototype = $desc; |
- CharacterData.prototype.get$length = function(receiver) { |
- return receiver.length; |
- }; |
- function CloseEvent() { |
+ Uint32List.prototype = $desc; |
+ function Uint8ClampedList() { |
} |
- CloseEvent.builtin$cls = "CloseEvent"; |
- if (!"name" in CloseEvent) |
- CloseEvent.name = "CloseEvent"; |
- $desc = $collectedClasses.CloseEvent; |
+ Uint8ClampedList.builtin$cls = "Uint8ClampedList"; |
+ if (!"name" in Uint8ClampedList) |
+ Uint8ClampedList.name = "Uint8ClampedList"; |
+ $desc = $collectedClasses.Uint8ClampedList; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- CloseEvent.prototype = $desc; |
- function Comment() { |
+ Uint8ClampedList.prototype = $desc; |
+ function Uint8List() { |
} |
- Comment.builtin$cls = "Comment"; |
- if (!"name" in Comment) |
- Comment.name = "Comment"; |
- $desc = $collectedClasses.Comment; |
+ Uint8List.builtin$cls = "Uint8List"; |
+ if (!"name" in Uint8List) |
+ Uint8List.name = "Uint8List"; |
+ $desc = $collectedClasses.Uint8List; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- Comment.prototype = $desc; |
- function CompositionEvent() { |
+ Uint8List.prototype = $desc; |
+ function JS_CONST(code) { |
+ this.code = code; |
} |
- CompositionEvent.builtin$cls = "CompositionEvent"; |
- if (!"name" in CompositionEvent) |
- CompositionEvent.name = "CompositionEvent"; |
- $desc = $collectedClasses.CompositionEvent; |
+ JS_CONST.builtin$cls = "JS_CONST"; |
+ if (!"name" in JS_CONST) |
+ JS_CONST.name = "JS_CONST"; |
+ $desc = $collectedClasses.JS_CONST; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- CompositionEvent.prototype = $desc; |
- function ContentElement() { |
+ JS_CONST.prototype = $desc; |
+ function Interceptor() { |
} |
- ContentElement.builtin$cls = "ContentElement"; |
- if (!"name" in ContentElement) |
- ContentElement.name = "ContentElement"; |
- $desc = $collectedClasses.ContentElement; |
+ Interceptor.builtin$cls = "Interceptor"; |
+ if (!"name" in Interceptor) |
+ Interceptor.name = "Interceptor"; |
+ $desc = $collectedClasses.Interceptor; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- ContentElement.prototype = $desc; |
- function CssFontFaceLoadEvent() { |
+ Interceptor.prototype = $desc; |
+ function JSBool() { |
} |
- CssFontFaceLoadEvent.builtin$cls = "CssFontFaceLoadEvent"; |
- if (!"name" in CssFontFaceLoadEvent) |
- CssFontFaceLoadEvent.name = "CssFontFaceLoadEvent"; |
- $desc = $collectedClasses.CssFontFaceLoadEvent; |
+ JSBool.builtin$cls = "bool"; |
+ if (!"name" in JSBool) |
+ JSBool.name = "JSBool"; |
+ $desc = $collectedClasses.JSBool; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- CssFontFaceLoadEvent.prototype = $desc; |
- function CustomEvent() { |
+ JSBool.prototype = $desc; |
+ function JSNull() { |
} |
- CustomEvent.builtin$cls = "CustomEvent"; |
- if (!"name" in CustomEvent) |
- CustomEvent.name = "CustomEvent"; |
- $desc = $collectedClasses.CustomEvent; |
+ JSNull.builtin$cls = "JSNull"; |
+ if (!"name" in JSNull) |
+ JSNull.name = "JSNull"; |
+ $desc = $collectedClasses.JSNull; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- CustomEvent.prototype = $desc; |
- function DListElement() { |
+ JSNull.prototype = $desc; |
+ function JavaScriptObject() { |
} |
- DListElement.builtin$cls = "DListElement"; |
- if (!"name" in DListElement) |
- DListElement.name = "DListElement"; |
- $desc = $collectedClasses.DListElement; |
+ JavaScriptObject.builtin$cls = "JavaScriptObject"; |
+ if (!"name" in JavaScriptObject) |
+ JavaScriptObject.name = "JavaScriptObject"; |
+ $desc = $collectedClasses.JavaScriptObject; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- DListElement.prototype = $desc; |
- function DataListElement() { |
+ JavaScriptObject.prototype = $desc; |
+ function PlainJavaScriptObject() { |
} |
- DataListElement.builtin$cls = "DataListElement"; |
- if (!"name" in DataListElement) |
- DataListElement.name = "DataListElement"; |
- $desc = $collectedClasses.DataListElement; |
+ PlainJavaScriptObject.builtin$cls = "PlainJavaScriptObject"; |
+ if (!"name" in PlainJavaScriptObject) |
+ PlainJavaScriptObject.name = "PlainJavaScriptObject"; |
+ $desc = $collectedClasses.PlainJavaScriptObject; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- DataListElement.prototype = $desc; |
- function DetailsElement() { |
+ PlainJavaScriptObject.prototype = $desc; |
+ function UnknownJavaScriptObject() { |
} |
- DetailsElement.builtin$cls = "DetailsElement"; |
- if (!"name" in DetailsElement) |
- DetailsElement.name = "DetailsElement"; |
- $desc = $collectedClasses.DetailsElement; |
+ UnknownJavaScriptObject.builtin$cls = "UnknownJavaScriptObject"; |
+ if (!"name" in UnknownJavaScriptObject) |
+ UnknownJavaScriptObject.name = "UnknownJavaScriptObject"; |
+ $desc = $collectedClasses.UnknownJavaScriptObject; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- DetailsElement.prototype = $desc; |
- function DeviceMotionEvent() { |
+ UnknownJavaScriptObject.prototype = $desc; |
+ function JSArray() { |
} |
- DeviceMotionEvent.builtin$cls = "DeviceMotionEvent"; |
- if (!"name" in DeviceMotionEvent) |
- DeviceMotionEvent.name = "DeviceMotionEvent"; |
- $desc = $collectedClasses.DeviceMotionEvent; |
+ JSArray.builtin$cls = "List"; |
+ if (!"name" in JSArray) |
+ JSArray.name = "JSArray"; |
+ $desc = $collectedClasses.JSArray; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- DeviceMotionEvent.prototype = $desc; |
- function DeviceOrientationEvent() { |
+ JSArray.prototype = $desc; |
+ function JSMutableArray() { |
} |
- DeviceOrientationEvent.builtin$cls = "DeviceOrientationEvent"; |
- if (!"name" in DeviceOrientationEvent) |
- DeviceOrientationEvent.name = "DeviceOrientationEvent"; |
- $desc = $collectedClasses.DeviceOrientationEvent; |
+ JSMutableArray.builtin$cls = "JSMutableArray"; |
+ if (!"name" in JSMutableArray) |
+ JSMutableArray.name = "JSMutableArray"; |
+ $desc = $collectedClasses.JSMutableArray; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- DeviceOrientationEvent.prototype = $desc; |
- function DialogElement() { |
+ JSMutableArray.prototype = $desc; |
+ function JSFixedArray() { |
} |
- DialogElement.builtin$cls = "DialogElement"; |
- if (!"name" in DialogElement) |
- DialogElement.name = "DialogElement"; |
- $desc = $collectedClasses.DialogElement; |
+ JSFixedArray.builtin$cls = "JSFixedArray"; |
+ if (!"name" in JSFixedArray) |
+ JSFixedArray.name = "JSFixedArray"; |
+ $desc = $collectedClasses.JSFixedArray; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- DialogElement.prototype = $desc; |
- function DivElement() { |
+ JSFixedArray.prototype = $desc; |
+ function JSExtendableArray() { |
} |
- DivElement.builtin$cls = "DivElement"; |
- if (!"name" in DivElement) |
- DivElement.name = "DivElement"; |
- $desc = $collectedClasses.DivElement; |
+ JSExtendableArray.builtin$cls = "JSExtendableArray"; |
+ if (!"name" in JSExtendableArray) |
+ JSExtendableArray.name = "JSExtendableArray"; |
+ $desc = $collectedClasses.JSExtendableArray; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- DivElement.prototype = $desc; |
- function Document() { |
+ JSExtendableArray.prototype = $desc; |
+ function JSNumber() { |
} |
- Document.builtin$cls = "Document"; |
- if (!"name" in Document) |
- Document.name = "Document"; |
- $desc = $collectedClasses.Document; |
+ JSNumber.builtin$cls = "num"; |
+ if (!"name" in JSNumber) |
+ JSNumber.name = "JSNumber"; |
+ $desc = $collectedClasses.JSNumber; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- Document.prototype = $desc; |
- function DocumentFragment() { |
+ JSNumber.prototype = $desc; |
+ function JSInt() { |
} |
- DocumentFragment.builtin$cls = "DocumentFragment"; |
- if (!"name" in DocumentFragment) |
- DocumentFragment.name = "DocumentFragment"; |
- $desc = $collectedClasses.DocumentFragment; |
+ JSInt.builtin$cls = "int"; |
+ if (!"name" in JSInt) |
+ JSInt.name = "JSInt"; |
+ $desc = $collectedClasses.JSInt; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- DocumentFragment.prototype = $desc; |
- function DocumentType() { |
+ JSInt.prototype = $desc; |
+ function JSDouble() { |
} |
- DocumentType.builtin$cls = "DocumentType"; |
- if (!"name" in DocumentType) |
- DocumentType.name = "DocumentType"; |
- $desc = $collectedClasses.DocumentType; |
+ JSDouble.builtin$cls = "double"; |
+ if (!"name" in JSDouble) |
+ JSDouble.name = "JSDouble"; |
+ $desc = $collectedClasses.JSDouble; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- DocumentType.prototype = $desc; |
- function DomError() { |
+ JSDouble.prototype = $desc; |
+ function JSString() { |
} |
- DomError.builtin$cls = "DomError"; |
- if (!"name" in DomError) |
- DomError.name = "DomError"; |
- $desc = $collectedClasses.DomError; |
+ JSString.builtin$cls = "String"; |
+ if (!"name" in JSString) |
+ JSString.name = "JSString"; |
+ $desc = $collectedClasses.JSString; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- DomError.prototype = $desc; |
- function DomException() { |
+ JSString.prototype = $desc; |
+ function startRootIsolate_closure(entry_0) { |
+ this.entry_0 = entry_0; |
} |
- DomException.builtin$cls = "DomException"; |
- if (!"name" in DomException) |
- DomException.name = "DomException"; |
- $desc = $collectedClasses.DomException; |
+ startRootIsolate_closure.builtin$cls = "startRootIsolate_closure"; |
+ if (!"name" in startRootIsolate_closure) |
+ startRootIsolate_closure.name = "startRootIsolate_closure"; |
+ $desc = $collectedClasses.startRootIsolate_closure; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- DomException.prototype = $desc; |
- function Element() { |
+ startRootIsolate_closure.prototype = $desc; |
+ function startRootIsolate_closure0(entry_1) { |
+ this.entry_1 = entry_1; |
} |
- Element.builtin$cls = "Element"; |
- if (!"name" in Element) |
- Element.name = "Element"; |
- $desc = $collectedClasses.Element; |
+ startRootIsolate_closure0.builtin$cls = "startRootIsolate_closure0"; |
+ if (!"name" in startRootIsolate_closure0) |
+ startRootIsolate_closure0.name = "startRootIsolate_closure0"; |
+ $desc = $collectedClasses.startRootIsolate_closure0; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- Element.prototype = $desc; |
- function EmbedElement() { |
+ startRootIsolate_closure0.prototype = $desc; |
+ function _Manager(nextIsolateId, currentManagerId, nextManagerId, currentContext, rootContext, topEventLoop, fromCommandLine, isWorker, supportsWorkers, isolates, mainManager, managers, entry) { |
+ this.nextIsolateId = nextIsolateId; |
+ this.currentManagerId = currentManagerId; |
+ this.nextManagerId = nextManagerId; |
+ this.currentContext = currentContext; |
+ this.rootContext = rootContext; |
+ this.topEventLoop = topEventLoop; |
+ this.fromCommandLine = fromCommandLine; |
+ this.isWorker = isWorker; |
+ this.supportsWorkers = supportsWorkers; |
+ this.isolates = isolates; |
+ this.mainManager = mainManager; |
+ this.managers = managers; |
+ this.entry = entry; |
} |
- EmbedElement.builtin$cls = "EmbedElement"; |
- if (!"name" in EmbedElement) |
- EmbedElement.name = "EmbedElement"; |
- $desc = $collectedClasses.EmbedElement; |
+ _Manager.builtin$cls = "_Manager"; |
+ if (!"name" in _Manager) |
+ _Manager.name = "_Manager"; |
+ $desc = $collectedClasses._Manager; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- EmbedElement.prototype = $desc; |
- function ErrorEvent() { |
+ _Manager.prototype = $desc; |
+ function _IsolateContext(id, ports, isolateStatics) { |
+ this.id = id; |
+ this.ports = ports; |
+ this.isolateStatics = isolateStatics; |
} |
- ErrorEvent.builtin$cls = "ErrorEvent"; |
- if (!"name" in ErrorEvent) |
- ErrorEvent.name = "ErrorEvent"; |
- $desc = $collectedClasses.ErrorEvent; |
+ _IsolateContext.builtin$cls = "_IsolateContext"; |
+ if (!"name" in _IsolateContext) |
+ _IsolateContext.name = "_IsolateContext"; |
+ $desc = $collectedClasses._IsolateContext; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- ErrorEvent.prototype = $desc; |
- ErrorEvent.prototype.get$error = function(receiver) { |
- return receiver.error; |
+ _IsolateContext.prototype = $desc; |
+ _IsolateContext.prototype.get$isolateStatics = function() { |
+ return this.isolateStatics; |
}; |
- function Event() { |
+ function _EventLoop(events, activeTimerCount) { |
+ this.events = events; |
+ this.activeTimerCount = activeTimerCount; |
} |
- Event.builtin$cls = "Event"; |
- if (!"name" in Event) |
- Event.name = "Event"; |
- $desc = $collectedClasses.Event; |
+ _EventLoop.builtin$cls = "_EventLoop"; |
+ if (!"name" in _EventLoop) |
+ _EventLoop.name = "_EventLoop"; |
+ $desc = $collectedClasses._EventLoop; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- Event.prototype = $desc; |
- function EventTarget() { |
+ _EventLoop.prototype = $desc; |
+ function _EventLoop__runHelper_next(this_0) { |
+ this.this_0 = this_0; |
} |
- EventTarget.builtin$cls = "EventTarget"; |
- if (!"name" in EventTarget) |
- EventTarget.name = "EventTarget"; |
- $desc = $collectedClasses.EventTarget; |
+ _EventLoop__runHelper_next.builtin$cls = "_EventLoop__runHelper_next"; |
+ if (!"name" in _EventLoop__runHelper_next) |
+ _EventLoop__runHelper_next.name = "_EventLoop__runHelper_next"; |
+ $desc = $collectedClasses._EventLoop__runHelper_next; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- EventTarget.prototype = $desc; |
- function FieldSetElement() { |
+ _EventLoop__runHelper_next.prototype = $desc; |
+ function _IsolateEvent(isolate, fn, message) { |
+ this.isolate = isolate; |
+ this.fn = fn; |
+ this.message = message; |
} |
- FieldSetElement.builtin$cls = "FieldSetElement"; |
- if (!"name" in FieldSetElement) |
- FieldSetElement.name = "FieldSetElement"; |
- $desc = $collectedClasses.FieldSetElement; |
+ _IsolateEvent.builtin$cls = "_IsolateEvent"; |
+ if (!"name" in _IsolateEvent) |
+ _IsolateEvent.name = "_IsolateEvent"; |
+ $desc = $collectedClasses._IsolateEvent; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- FieldSetElement.prototype = $desc; |
- FieldSetElement.prototype.set$disabled = function(receiver, v) { |
- return receiver.disabled = v; |
- }; |
- function FileError() { |
+ _IsolateEvent.prototype = $desc; |
+ function _MainManagerStub() { |
} |
- FileError.builtin$cls = "FileError"; |
- if (!"name" in FileError) |
- FileError.name = "FileError"; |
- $desc = $collectedClasses.FileError; |
+ _MainManagerStub.builtin$cls = "_MainManagerStub"; |
+ if (!"name" in _MainManagerStub) |
+ _MainManagerStub.name = "_MainManagerStub"; |
+ $desc = $collectedClasses._MainManagerStub; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- FileError.prototype = $desc; |
- function FocusEvent() { |
+ _MainManagerStub.prototype = $desc; |
+ function IsolateNatives__processWorkerMessage_closure(entryPoint_0, args_1, message_2, isSpawnUri_3, replyTo_4) { |
+ this.entryPoint_0 = entryPoint_0; |
+ this.args_1 = args_1; |
+ this.message_2 = message_2; |
+ this.isSpawnUri_3 = isSpawnUri_3; |
+ this.replyTo_4 = replyTo_4; |
} |
- FocusEvent.builtin$cls = "FocusEvent"; |
- if (!"name" in FocusEvent) |
- FocusEvent.name = "FocusEvent"; |
- $desc = $collectedClasses.FocusEvent; |
+ IsolateNatives__processWorkerMessage_closure.builtin$cls = "IsolateNatives__processWorkerMessage_closure"; |
+ if (!"name" in IsolateNatives__processWorkerMessage_closure) |
+ IsolateNatives__processWorkerMessage_closure.name = "IsolateNatives__processWorkerMessage_closure"; |
+ $desc = $collectedClasses.IsolateNatives__processWorkerMessage_closure; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- FocusEvent.prototype = $desc; |
- function FormElement() { |
+ IsolateNatives__processWorkerMessage_closure.prototype = $desc; |
+ function _BaseSendPort() { |
} |
- FormElement.builtin$cls = "FormElement"; |
- if (!"name" in FormElement) |
- FormElement.name = "FormElement"; |
- $desc = $collectedClasses.FormElement; |
+ _BaseSendPort.builtin$cls = "_BaseSendPort"; |
+ if (!"name" in _BaseSendPort) |
+ _BaseSendPort.name = "_BaseSendPort"; |
+ $desc = $collectedClasses._BaseSendPort; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- FormElement.prototype = $desc; |
- FormElement.prototype.get$length = function(receiver) { |
- return receiver.length; |
- }; |
- FormElement.prototype.get$target = function(receiver) { |
- return receiver.target; |
- }; |
- function HRElement() { |
+ _BaseSendPort.prototype = $desc; |
+ function _NativeJsSendPort(_receivePort, _isolateId) { |
+ this._receivePort = _receivePort; |
+ this._isolateId = _isolateId; |
} |
- HRElement.builtin$cls = "HRElement"; |
- if (!"name" in HRElement) |
- HRElement.name = "HRElement"; |
- $desc = $collectedClasses.HRElement; |
+ _NativeJsSendPort.builtin$cls = "_NativeJsSendPort"; |
+ if (!"name" in _NativeJsSendPort) |
+ _NativeJsSendPort.name = "_NativeJsSendPort"; |
+ $desc = $collectedClasses._NativeJsSendPort; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- HRElement.prototype = $desc; |
- function HashChangeEvent() { |
+ _NativeJsSendPort.prototype = $desc; |
+ function _NativeJsSendPort_send_closure(this_1, message_2) { |
+ this.this_1 = this_1; |
+ this.message_2 = message_2; |
} |
- HashChangeEvent.builtin$cls = "HashChangeEvent"; |
- if (!"name" in HashChangeEvent) |
- HashChangeEvent.name = "HashChangeEvent"; |
- $desc = $collectedClasses.HashChangeEvent; |
+ _NativeJsSendPort_send_closure.builtin$cls = "_NativeJsSendPort_send_closure"; |
+ if (!"name" in _NativeJsSendPort_send_closure) |
+ _NativeJsSendPort_send_closure.name = "_NativeJsSendPort_send_closure"; |
+ $desc = $collectedClasses._NativeJsSendPort_send_closure; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- HashChangeEvent.prototype = $desc; |
- function HeadElement() { |
+ _NativeJsSendPort_send_closure.prototype = $desc; |
+ function _NativeJsSendPort_send__closure(box_0, this_3, shouldSerialize_4) { |
+ this.box_0 = box_0; |
+ this.this_3 = this_3; |
+ this.shouldSerialize_4 = shouldSerialize_4; |
} |
- HeadElement.builtin$cls = "HeadElement"; |
- if (!"name" in HeadElement) |
- HeadElement.name = "HeadElement"; |
- $desc = $collectedClasses.HeadElement; |
+ _NativeJsSendPort_send__closure.builtin$cls = "_NativeJsSendPort_send__closure"; |
+ if (!"name" in _NativeJsSendPort_send__closure) |
+ _NativeJsSendPort_send__closure.name = "_NativeJsSendPort_send__closure"; |
+ $desc = $collectedClasses._NativeJsSendPort_send__closure; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- HeadElement.prototype = $desc; |
- function HeadingElement() { |
+ _NativeJsSendPort_send__closure.prototype = $desc; |
+ function _WorkerSendPort(_workerId, _receivePortId, _isolateId) { |
+ this._workerId = _workerId; |
+ this._receivePortId = _receivePortId; |
+ this._isolateId = _isolateId; |
} |
- HeadingElement.builtin$cls = "HeadingElement"; |
- if (!"name" in HeadingElement) |
- HeadingElement.name = "HeadingElement"; |
- $desc = $collectedClasses.HeadingElement; |
+ _WorkerSendPort.builtin$cls = "_WorkerSendPort"; |
+ if (!"name" in _WorkerSendPort) |
+ _WorkerSendPort.name = "_WorkerSendPort"; |
+ $desc = $collectedClasses._WorkerSendPort; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- HeadingElement.prototype = $desc; |
- function HtmlDocument() { |
+ _WorkerSendPort.prototype = $desc; |
+ function _WorkerSendPort_send_closure(this_0, message_1) { |
+ this.this_0 = this_0; |
+ this.message_1 = message_1; |
} |
- HtmlDocument.builtin$cls = "HtmlDocument"; |
- if (!"name" in HtmlDocument) |
- HtmlDocument.name = "HtmlDocument"; |
- $desc = $collectedClasses.HtmlDocument; |
+ _WorkerSendPort_send_closure.builtin$cls = "_WorkerSendPort_send_closure"; |
+ if (!"name" in _WorkerSendPort_send_closure) |
+ _WorkerSendPort_send_closure.name = "_WorkerSendPort_send_closure"; |
+ $desc = $collectedClasses._WorkerSendPort_send_closure; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- HtmlDocument.prototype = $desc; |
- function HtmlHtmlElement() { |
+ _WorkerSendPort_send_closure.prototype = $desc; |
+ function ReceivePortImpl(_id, _controller) { |
+ this._id = _id; |
+ this._controller = _controller; |
} |
- HtmlHtmlElement.builtin$cls = "HtmlHtmlElement"; |
- if (!"name" in HtmlHtmlElement) |
- HtmlHtmlElement.name = "HtmlHtmlElement"; |
- $desc = $collectedClasses.HtmlHtmlElement; |
+ ReceivePortImpl.builtin$cls = "ReceivePortImpl"; |
+ if (!"name" in ReceivePortImpl) |
+ ReceivePortImpl.name = "ReceivePortImpl"; |
+ $desc = $collectedClasses.ReceivePortImpl; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- HtmlHtmlElement.prototype = $desc; |
- function HttpRequest() { |
+ ReceivePortImpl.prototype = $desc; |
+ ReceivePortImpl.prototype.get$_id = function() { |
+ return this._id; |
+ }; |
+ ReceivePortImpl.prototype.get$_controller = function() { |
+ return this._controller; |
+ }; |
+ function BoundClosure$i0(_self, __js_helper$_target, _receiver, __js_helper$_name) { |
+ this._self = _self; |
+ this.__js_helper$_target = __js_helper$_target; |
+ this._receiver = _receiver; |
+ this.__js_helper$_name = __js_helper$_name; |
} |
- HttpRequest.builtin$cls = "HttpRequest"; |
- if (!"name" in HttpRequest) |
- HttpRequest.name = "HttpRequest"; |
- $desc = $collectedClasses.HttpRequest; |
+ BoundClosure$i0.builtin$cls = "BoundClosure$i0"; |
+ $desc = $collectedClasses.BoundClosure$i0; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- HttpRequest.prototype = $desc; |
- HttpRequest.prototype.get$responseText = function(receiver) { |
- return receiver.responseText; |
- }; |
- function IFrameElement() { |
+ BoundClosure$i0.prototype = $desc; |
+ function _waitForPendingPorts_closure(callback_0) { |
+ this.callback_0 = callback_0; |
} |
- IFrameElement.builtin$cls = "IFrameElement"; |
- if (!"name" in IFrameElement) |
- IFrameElement.name = "IFrameElement"; |
- $desc = $collectedClasses.IFrameElement; |
+ _waitForPendingPorts_closure.builtin$cls = "_waitForPendingPorts_closure"; |
+ if (!"name" in _waitForPendingPorts_closure) |
+ _waitForPendingPorts_closure.name = "_waitForPendingPorts_closure"; |
+ $desc = $collectedClasses._waitForPendingPorts_closure; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- IFrameElement.prototype = $desc; |
- function ImageElement() { |
+ _waitForPendingPorts_closure.prototype = $desc; |
+ function _PendingSendPortFinder(ports, _visited) { |
+ this.ports = ports; |
+ this._visited = _visited; |
} |
- ImageElement.builtin$cls = "ImageElement"; |
- if (!"name" in ImageElement) |
- ImageElement.name = "ImageElement"; |
- $desc = $collectedClasses.ImageElement; |
+ _PendingSendPortFinder.builtin$cls = "_PendingSendPortFinder"; |
+ if (!"name" in _PendingSendPortFinder) |
+ _PendingSendPortFinder.name = "_PendingSendPortFinder"; |
+ $desc = $collectedClasses._PendingSendPortFinder; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- ImageElement.prototype = $desc; |
- function InputElement() { |
+ _PendingSendPortFinder.prototype = $desc; |
+ function _JsSerializer(_nextFreeRefId, _visited) { |
+ this._nextFreeRefId = _nextFreeRefId; |
+ this._visited = _visited; |
} |
- InputElement.builtin$cls = "InputElement"; |
- if (!"name" in InputElement) |
- InputElement.name = "InputElement"; |
- $desc = $collectedClasses.InputElement; |
+ _JsSerializer.builtin$cls = "_JsSerializer"; |
+ if (!"name" in _JsSerializer) |
+ _JsSerializer.name = "_JsSerializer"; |
+ $desc = $collectedClasses._JsSerializer; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- InputElement.prototype = $desc; |
- InputElement.prototype.set$disabled = function(receiver, v) { |
- return receiver.disabled = v; |
- }; |
- function KeyboardEvent() { |
+ _JsSerializer.prototype = $desc; |
+ function _JsCopier(_visited) { |
+ this._visited = _visited; |
} |
- KeyboardEvent.builtin$cls = "KeyboardEvent"; |
- if (!"name" in KeyboardEvent) |
- KeyboardEvent.name = "KeyboardEvent"; |
- $desc = $collectedClasses.KeyboardEvent; |
+ _JsCopier.builtin$cls = "_JsCopier"; |
+ if (!"name" in _JsCopier) |
+ _JsCopier.name = "_JsCopier"; |
+ $desc = $collectedClasses._JsCopier; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- KeyboardEvent.prototype = $desc; |
- function KeygenElement() { |
+ _JsCopier.prototype = $desc; |
+ function _JsDeserializer(_deserialized) { |
+ this._deserialized = _deserialized; |
} |
- KeygenElement.builtin$cls = "KeygenElement"; |
- if (!"name" in KeygenElement) |
- KeygenElement.name = "KeygenElement"; |
- $desc = $collectedClasses.KeygenElement; |
+ _JsDeserializer.builtin$cls = "_JsDeserializer"; |
+ if (!"name" in _JsDeserializer) |
+ _JsDeserializer.name = "_JsDeserializer"; |
+ $desc = $collectedClasses._JsDeserializer; |
if ($desc instanceof Array) |
- $desc = $desc[1]; |
- KeygenElement.prototype = $desc; |
- KeygenElement.prototype.set$disabled = function(receiver, v) { |
- return receiver.disabled = v; |
- }; |
- function LIElement() { |
+ $desc = $desc[1]; |
+ _JsDeserializer.prototype = $desc; |
+ function _JsVisitedMap(tagged) { |
+ this.tagged = tagged; |
} |
- LIElement.builtin$cls = "LIElement"; |
- if (!"name" in LIElement) |
- LIElement.name = "LIElement"; |
- $desc = $collectedClasses.LIElement; |
+ _JsVisitedMap.builtin$cls = "_JsVisitedMap"; |
+ if (!"name" in _JsVisitedMap) |
+ _JsVisitedMap.name = "_JsVisitedMap"; |
+ $desc = $collectedClasses._JsVisitedMap; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- LIElement.prototype = $desc; |
- function LabelElement() { |
+ _JsVisitedMap.prototype = $desc; |
+ function _MessageTraverserVisitedMap() { |
} |
- LabelElement.builtin$cls = "LabelElement"; |
- if (!"name" in LabelElement) |
- LabelElement.name = "LabelElement"; |
- $desc = $collectedClasses.LabelElement; |
+ _MessageTraverserVisitedMap.builtin$cls = "_MessageTraverserVisitedMap"; |
+ if (!"name" in _MessageTraverserVisitedMap) |
+ _MessageTraverserVisitedMap.name = "_MessageTraverserVisitedMap"; |
+ $desc = $collectedClasses._MessageTraverserVisitedMap; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- LabelElement.prototype = $desc; |
- function LegendElement() { |
+ _MessageTraverserVisitedMap.prototype = $desc; |
+ function _MessageTraverser() { |
} |
- LegendElement.builtin$cls = "LegendElement"; |
- if (!"name" in LegendElement) |
- LegendElement.name = "LegendElement"; |
- $desc = $collectedClasses.LegendElement; |
+ _MessageTraverser.builtin$cls = "_MessageTraverser"; |
+ if (!"name" in _MessageTraverser) |
+ _MessageTraverser.name = "_MessageTraverser"; |
+ $desc = $collectedClasses._MessageTraverser; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- LegendElement.prototype = $desc; |
- function LinkElement() { |
+ _MessageTraverser.prototype = $desc; |
+ function BoundClosure$1(_self, __js_helper$_target, _receiver, __js_helper$_name) { |
+ this._self = _self; |
+ this.__js_helper$_target = __js_helper$_target; |
+ this._receiver = _receiver; |
+ this.__js_helper$_name = __js_helper$_name; |
} |
- LinkElement.builtin$cls = "LinkElement"; |
- if (!"name" in LinkElement) |
- LinkElement.name = "LinkElement"; |
- $desc = $collectedClasses.LinkElement; |
+ BoundClosure$1.builtin$cls = "BoundClosure$1"; |
+ $desc = $collectedClasses.BoundClosure$1; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- LinkElement.prototype = $desc; |
- LinkElement.prototype.set$disabled = function(receiver, v) { |
- return receiver.disabled = v; |
- }; |
- function MapElement() { |
+ BoundClosure$1.prototype = $desc; |
+ function _Copier() { |
} |
- MapElement.builtin$cls = "MapElement"; |
- if (!"name" in MapElement) |
- MapElement.name = "MapElement"; |
- $desc = $collectedClasses.MapElement; |
+ _Copier.builtin$cls = "_Copier"; |
+ if (!"name" in _Copier) |
+ _Copier.name = "_Copier"; |
+ $desc = $collectedClasses._Copier; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- MapElement.prototype = $desc; |
- function MediaElement() { |
+ _Copier.prototype = $desc; |
+ function _Copier_visitMap_closure(box_0, this_1) { |
+ this.box_0 = box_0; |
+ this.this_1 = this_1; |
} |
- MediaElement.builtin$cls = "MediaElement"; |
- if (!"name" in MediaElement) |
- MediaElement.name = "MediaElement"; |
- $desc = $collectedClasses.MediaElement; |
+ _Copier_visitMap_closure.builtin$cls = "_Copier_visitMap_closure"; |
+ if (!"name" in _Copier_visitMap_closure) |
+ _Copier_visitMap_closure.name = "_Copier_visitMap_closure"; |
+ $desc = $collectedClasses._Copier_visitMap_closure; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- MediaElement.prototype = $desc; |
- MediaElement.prototype.get$error = function(receiver) { |
- return receiver.error; |
- }; |
- function MediaError() { |
+ _Copier_visitMap_closure.prototype = $desc; |
+ function _Serializer() { |
} |
- MediaError.builtin$cls = "MediaError"; |
- if (!"name" in MediaError) |
- MediaError.name = "MediaError"; |
- $desc = $collectedClasses.MediaError; |
+ _Serializer.builtin$cls = "_Serializer"; |
+ if (!"name" in _Serializer) |
+ _Serializer.name = "_Serializer"; |
+ $desc = $collectedClasses._Serializer; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- MediaError.prototype = $desc; |
- function MediaKeyError() { |
+ _Serializer.prototype = $desc; |
+ function _Deserializer() { |
} |
- MediaKeyError.builtin$cls = "MediaKeyError"; |
- if (!"name" in MediaKeyError) |
- MediaKeyError.name = "MediaKeyError"; |
- $desc = $collectedClasses.MediaKeyError; |
+ _Deserializer.builtin$cls = "_Deserializer"; |
+ if (!"name" in _Deserializer) |
+ _Deserializer.name = "_Deserializer"; |
+ $desc = $collectedClasses._Deserializer; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- MediaKeyError.prototype = $desc; |
- function MediaKeyEvent() { |
+ _Deserializer.prototype = $desc; |
+ function TimerImpl(_once, _inEventLoop, _handle) { |
+ this._once = _once; |
+ this._inEventLoop = _inEventLoop; |
+ this._handle = _handle; |
} |
- MediaKeyEvent.builtin$cls = "MediaKeyEvent"; |
- if (!"name" in MediaKeyEvent) |
- MediaKeyEvent.name = "MediaKeyEvent"; |
- $desc = $collectedClasses.MediaKeyEvent; |
+ TimerImpl.builtin$cls = "TimerImpl"; |
+ if (!"name" in TimerImpl) |
+ TimerImpl.name = "TimerImpl"; |
+ $desc = $collectedClasses.TimerImpl; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- MediaKeyEvent.prototype = $desc; |
- function MediaKeyMessageEvent() { |
+ TimerImpl.prototype = $desc; |
+ function TimerImpl_internalCallback(this_0, callback_1) { |
+ this.this_0 = this_0; |
+ this.callback_1 = callback_1; |
} |
- MediaKeyMessageEvent.builtin$cls = "MediaKeyMessageEvent"; |
- if (!"name" in MediaKeyMessageEvent) |
- MediaKeyMessageEvent.name = "MediaKeyMessageEvent"; |
- $desc = $collectedClasses.MediaKeyMessageEvent; |
+ TimerImpl_internalCallback.builtin$cls = "TimerImpl_internalCallback"; |
+ if (!"name" in TimerImpl_internalCallback) |
+ TimerImpl_internalCallback.name = "TimerImpl_internalCallback"; |
+ $desc = $collectedClasses.TimerImpl_internalCallback; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- MediaKeyMessageEvent.prototype = $desc; |
- function MediaKeyNeededEvent() { |
+ TimerImpl_internalCallback.prototype = $desc; |
+ function TimerImpl_internalCallback0(this_2, callback_3) { |
+ this.this_2 = this_2; |
+ this.callback_3 = callback_3; |
} |
- MediaKeyNeededEvent.builtin$cls = "MediaKeyNeededEvent"; |
- if (!"name" in MediaKeyNeededEvent) |
- MediaKeyNeededEvent.name = "MediaKeyNeededEvent"; |
- $desc = $collectedClasses.MediaKeyNeededEvent; |
+ TimerImpl_internalCallback0.builtin$cls = "TimerImpl_internalCallback0"; |
+ if (!"name" in TimerImpl_internalCallback0) |
+ TimerImpl_internalCallback0.name = "TimerImpl_internalCallback0"; |
+ $desc = $collectedClasses.TimerImpl_internalCallback0; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- MediaKeyNeededEvent.prototype = $desc; |
- function MediaStream() { |
+ TimerImpl_internalCallback0.prototype = $desc; |
+ function JSInvocationMirror(__js_helper$_memberName, _internalName, _kind, _arguments, _namedArgumentNames, _namedIndices) { |
+ this.__js_helper$_memberName = __js_helper$_memberName; |
+ this._internalName = _internalName; |
+ this._kind = _kind; |
+ this._arguments = _arguments; |
+ this._namedArgumentNames = _namedArgumentNames; |
+ this._namedIndices = _namedIndices; |
} |
- MediaStream.builtin$cls = "MediaStream"; |
- if (!"name" in MediaStream) |
- MediaStream.name = "MediaStream"; |
- $desc = $collectedClasses.MediaStream; |
+ JSInvocationMirror.builtin$cls = "JSInvocationMirror"; |
+ if (!"name" in JSInvocationMirror) |
+ JSInvocationMirror.name = "JSInvocationMirror"; |
+ $desc = $collectedClasses.JSInvocationMirror; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- MediaStream.prototype = $desc; |
- function MediaStreamEvent() { |
+ JSInvocationMirror.prototype = $desc; |
+ function Primitives_applyFunction_closure(allNamedArguments_1) { |
+ this.allNamedArguments_1 = allNamedArguments_1; |
} |
- MediaStreamEvent.builtin$cls = "MediaStreamEvent"; |
- if (!"name" in MediaStreamEvent) |
- MediaStreamEvent.name = "MediaStreamEvent"; |
- $desc = $collectedClasses.MediaStreamEvent; |
+ Primitives_applyFunction_closure.builtin$cls = "Primitives_applyFunction_closure"; |
+ if (!"name" in Primitives_applyFunction_closure) |
+ Primitives_applyFunction_closure.name = "Primitives_applyFunction_closure"; |
+ $desc = $collectedClasses.Primitives_applyFunction_closure; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- MediaStreamEvent.prototype = $desc; |
- function MediaStreamTrackEvent() { |
+ Primitives_applyFunction_closure.prototype = $desc; |
+ function Primitives_applyFunction_closure0(buffer_2, arguments_3, allNamedArguments_4) { |
+ this.buffer_2 = buffer_2; |
+ this.arguments_3 = arguments_3; |
+ this.allNamedArguments_4 = allNamedArguments_4; |
} |
- MediaStreamTrackEvent.builtin$cls = "MediaStreamTrackEvent"; |
- if (!"name" in MediaStreamTrackEvent) |
- MediaStreamTrackEvent.name = "MediaStreamTrackEvent"; |
- $desc = $collectedClasses.MediaStreamTrackEvent; |
+ Primitives_applyFunction_closure0.builtin$cls = "Primitives_applyFunction_closure0"; |
+ if (!"name" in Primitives_applyFunction_closure0) |
+ Primitives_applyFunction_closure0.name = "Primitives_applyFunction_closure0"; |
+ $desc = $collectedClasses.Primitives_applyFunction_closure0; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- MediaStreamTrackEvent.prototype = $desc; |
- function MenuElement() { |
+ Primitives_applyFunction_closure0.prototype = $desc; |
+ function Primitives_applyFunction_closure1(box_0, buffer_5, arguments_6) { |
+ this.box_0 = box_0; |
+ this.buffer_5 = buffer_5; |
+ this.arguments_6 = arguments_6; |
} |
- MenuElement.builtin$cls = "MenuElement"; |
- if (!"name" in MenuElement) |
- MenuElement.name = "MenuElement"; |
- $desc = $collectedClasses.MenuElement; |
+ Primitives_applyFunction_closure1.builtin$cls = "Primitives_applyFunction_closure1"; |
+ if (!"name" in Primitives_applyFunction_closure1) |
+ Primitives_applyFunction_closure1.name = "Primitives_applyFunction_closure1"; |
+ $desc = $collectedClasses.Primitives_applyFunction_closure1; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- MenuElement.prototype = $desc; |
- function MessageEvent() { |
+ Primitives_applyFunction_closure1.prototype = $desc; |
+ function TypeErrorDecoder(_pattern, _arguments, _argumentsExpr, _expr, _method, _receiver) { |
+ this._pattern = _pattern; |
+ this._arguments = _arguments; |
+ this._argumentsExpr = _argumentsExpr; |
+ this._expr = _expr; |
+ this._method = _method; |
+ this._receiver = _receiver; |
} |
- MessageEvent.builtin$cls = "MessageEvent"; |
- if (!"name" in MessageEvent) |
- MessageEvent.name = "MessageEvent"; |
- $desc = $collectedClasses.MessageEvent; |
+ TypeErrorDecoder.builtin$cls = "TypeErrorDecoder"; |
+ if (!"name" in TypeErrorDecoder) |
+ TypeErrorDecoder.name = "TypeErrorDecoder"; |
+ $desc = $collectedClasses.TypeErrorDecoder; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- MessageEvent.prototype = $desc; |
- function MetaElement() { |
+ TypeErrorDecoder.prototype = $desc; |
+ function NullError(_message, _method) { |
+ this._message = _message; |
+ this._method = _method; |
} |
- MetaElement.builtin$cls = "MetaElement"; |
- if (!"name" in MetaElement) |
- MetaElement.name = "MetaElement"; |
- $desc = $collectedClasses.MetaElement; |
+ NullError.builtin$cls = "NullError"; |
+ if (!"name" in NullError) |
+ NullError.name = "NullError"; |
+ $desc = $collectedClasses.NullError; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- MetaElement.prototype = $desc; |
- function MeterElement() { |
+ NullError.prototype = $desc; |
+ function JsNoSuchMethodError(_message, _method, _receiver) { |
+ this._message = _message; |
+ this._method = _method; |
+ this._receiver = _receiver; |
} |
- MeterElement.builtin$cls = "MeterElement"; |
- if (!"name" in MeterElement) |
- MeterElement.name = "MeterElement"; |
- $desc = $collectedClasses.MeterElement; |
+ JsNoSuchMethodError.builtin$cls = "JsNoSuchMethodError"; |
+ if (!"name" in JsNoSuchMethodError) |
+ JsNoSuchMethodError.name = "JsNoSuchMethodError"; |
+ $desc = $collectedClasses.JsNoSuchMethodError; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- MeterElement.prototype = $desc; |
- function MidiConnectionEvent() { |
+ JsNoSuchMethodError.prototype = $desc; |
+ function UnknownJsTypeError(_message) { |
+ this._message = _message; |
} |
- MidiConnectionEvent.builtin$cls = "MidiConnectionEvent"; |
- if (!"name" in MidiConnectionEvent) |
- MidiConnectionEvent.name = "MidiConnectionEvent"; |
- $desc = $collectedClasses.MidiConnectionEvent; |
+ UnknownJsTypeError.builtin$cls = "UnknownJsTypeError"; |
+ if (!"name" in UnknownJsTypeError) |
+ UnknownJsTypeError.name = "UnknownJsTypeError"; |
+ $desc = $collectedClasses.UnknownJsTypeError; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- MidiConnectionEvent.prototype = $desc; |
- function MidiMessageEvent() { |
+ UnknownJsTypeError.prototype = $desc; |
+ function unwrapException_saveStackTrace(ex_0) { |
+ this.ex_0 = ex_0; |
} |
- MidiMessageEvent.builtin$cls = "MidiMessageEvent"; |
- if (!"name" in MidiMessageEvent) |
- MidiMessageEvent.name = "MidiMessageEvent"; |
- $desc = $collectedClasses.MidiMessageEvent; |
+ unwrapException_saveStackTrace.builtin$cls = "unwrapException_saveStackTrace"; |
+ if (!"name" in unwrapException_saveStackTrace) |
+ unwrapException_saveStackTrace.name = "unwrapException_saveStackTrace"; |
+ $desc = $collectedClasses.unwrapException_saveStackTrace; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- MidiMessageEvent.prototype = $desc; |
- function ModElement() { |
+ unwrapException_saveStackTrace.prototype = $desc; |
+ function _StackTrace(_exception, _trace) { |
+ this._exception = _exception; |
+ this._trace = _trace; |
} |
- ModElement.builtin$cls = "ModElement"; |
- if (!"name" in ModElement) |
- ModElement.name = "ModElement"; |
- $desc = $collectedClasses.ModElement; |
+ _StackTrace.builtin$cls = "_StackTrace"; |
+ if (!"name" in _StackTrace) |
+ _StackTrace.name = "_StackTrace"; |
+ $desc = $collectedClasses._StackTrace; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- ModElement.prototype = $desc; |
- function MouseEvent() { |
+ _StackTrace.prototype = $desc; |
+ function invokeClosure_closure(closure_0) { |
+ this.closure_0 = closure_0; |
} |
- MouseEvent.builtin$cls = "MouseEvent"; |
- if (!"name" in MouseEvent) |
- MouseEvent.name = "MouseEvent"; |
- $desc = $collectedClasses.MouseEvent; |
+ invokeClosure_closure.builtin$cls = "invokeClosure_closure"; |
+ if (!"name" in invokeClosure_closure) |
+ invokeClosure_closure.name = "invokeClosure_closure"; |
+ $desc = $collectedClasses.invokeClosure_closure; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- MouseEvent.prototype = $desc; |
- function Navigator() { |
+ invokeClosure_closure.prototype = $desc; |
+ function invokeClosure_closure0(closure_1, arg1_2) { |
+ this.closure_1 = closure_1; |
+ this.arg1_2 = arg1_2; |
} |
- Navigator.builtin$cls = "Navigator"; |
- if (!"name" in Navigator) |
- Navigator.name = "Navigator"; |
- $desc = $collectedClasses.Navigator; |
+ invokeClosure_closure0.builtin$cls = "invokeClosure_closure0"; |
+ if (!"name" in invokeClosure_closure0) |
+ invokeClosure_closure0.name = "invokeClosure_closure0"; |
+ $desc = $collectedClasses.invokeClosure_closure0; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- Navigator.prototype = $desc; |
- function NavigatorUserMediaError() { |
+ invokeClosure_closure0.prototype = $desc; |
+ function invokeClosure_closure1(closure_3, arg1_4, arg2_5) { |
+ this.closure_3 = closure_3; |
+ this.arg1_4 = arg1_4; |
+ this.arg2_5 = arg2_5; |
} |
- NavigatorUserMediaError.builtin$cls = "NavigatorUserMediaError"; |
- if (!"name" in NavigatorUserMediaError) |
- NavigatorUserMediaError.name = "NavigatorUserMediaError"; |
- $desc = $collectedClasses.NavigatorUserMediaError; |
+ invokeClosure_closure1.builtin$cls = "invokeClosure_closure1"; |
+ if (!"name" in invokeClosure_closure1) |
+ invokeClosure_closure1.name = "invokeClosure_closure1"; |
+ $desc = $collectedClasses.invokeClosure_closure1; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- NavigatorUserMediaError.prototype = $desc; |
- function Node() { |
+ invokeClosure_closure1.prototype = $desc; |
+ function invokeClosure_closure2(closure_6, arg1_7, arg2_8, arg3_9) { |
+ this.closure_6 = closure_6; |
+ this.arg1_7 = arg1_7; |
+ this.arg2_8 = arg2_8; |
+ this.arg3_9 = arg3_9; |
} |
- Node.builtin$cls = "Node"; |
- if (!"name" in Node) |
- Node.name = "Node"; |
- $desc = $collectedClasses.Node; |
+ invokeClosure_closure2.builtin$cls = "invokeClosure_closure2"; |
+ if (!"name" in invokeClosure_closure2) |
+ invokeClosure_closure2.name = "invokeClosure_closure2"; |
+ $desc = $collectedClasses.invokeClosure_closure2; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- Node.prototype = $desc; |
- function OListElement() { |
+ invokeClosure_closure2.prototype = $desc; |
+ function invokeClosure_closure3(closure_10, arg1_11, arg2_12, arg3_13, arg4_14) { |
+ this.closure_10 = closure_10; |
+ this.arg1_11 = arg1_11; |
+ this.arg2_12 = arg2_12; |
+ this.arg3_13 = arg3_13; |
+ this.arg4_14 = arg4_14; |
} |
- OListElement.builtin$cls = "OListElement"; |
- if (!"name" in OListElement) |
- OListElement.name = "OListElement"; |
- $desc = $collectedClasses.OListElement; |
+ invokeClosure_closure3.builtin$cls = "invokeClosure_closure3"; |
+ if (!"name" in invokeClosure_closure3) |
+ invokeClosure_closure3.name = "invokeClosure_closure3"; |
+ $desc = $collectedClasses.invokeClosure_closure3; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- OListElement.prototype = $desc; |
- function ObjectElement() { |
+ invokeClosure_closure3.prototype = $desc; |
+ function Closure() { |
} |
- ObjectElement.builtin$cls = "ObjectElement"; |
- if (!"name" in ObjectElement) |
- ObjectElement.name = "ObjectElement"; |
- $desc = $collectedClasses.ObjectElement; |
+ Closure.builtin$cls = "Closure"; |
+ if (!"name" in Closure) |
+ Closure.name = "Closure"; |
+ $desc = $collectedClasses.Closure; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- ObjectElement.prototype = $desc; |
- function OptGroupElement() { |
+ Closure.prototype = $desc; |
+ function BoundClosure(_self, __js_helper$_target, _receiver, __js_helper$_name) { |
+ this._self = _self; |
+ this.__js_helper$_target = __js_helper$_target; |
+ this._receiver = _receiver; |
+ this.__js_helper$_name = __js_helper$_name; |
} |
- OptGroupElement.builtin$cls = "OptGroupElement"; |
- if (!"name" in OptGroupElement) |
- OptGroupElement.name = "OptGroupElement"; |
- $desc = $collectedClasses.OptGroupElement; |
+ BoundClosure.builtin$cls = "BoundClosure"; |
+ if (!"name" in BoundClosure) |
+ BoundClosure.name = "BoundClosure"; |
+ $desc = $collectedClasses.BoundClosure; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- OptGroupElement.prototype = $desc; |
- OptGroupElement.prototype.set$disabled = function(receiver, v) { |
- return receiver.disabled = v; |
- }; |
- function OptionElement() { |
+ BoundClosure.prototype = $desc; |
+ function TypeImpl(_typeName, _unmangledName) { |
+ this._typeName = _typeName; |
+ this._unmangledName = _unmangledName; |
} |
- OptionElement.builtin$cls = "OptionElement"; |
- if (!"name" in OptionElement) |
- OptionElement.name = "OptionElement"; |
- $desc = $collectedClasses.OptionElement; |
+ TypeImpl.builtin$cls = "TypeImpl"; |
+ if (!"name" in TypeImpl) |
+ TypeImpl.name = "TypeImpl"; |
+ $desc = $collectedClasses.TypeImpl; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- OptionElement.prototype = $desc; |
- OptionElement.prototype.set$disabled = function(receiver, v) { |
- return receiver.disabled = v; |
- }; |
- function OutputElement() { |
+ TypeImpl.prototype = $desc; |
+ function initHooks_closure(getTag_0) { |
+ this.getTag_0 = getTag_0; |
} |
- OutputElement.builtin$cls = "OutputElement"; |
- if (!"name" in OutputElement) |
- OutputElement.name = "OutputElement"; |
- $desc = $collectedClasses.OutputElement; |
+ initHooks_closure.builtin$cls = "initHooks_closure"; |
+ if (!"name" in initHooks_closure) |
+ initHooks_closure.name = "initHooks_closure"; |
+ $desc = $collectedClasses.initHooks_closure; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- OutputElement.prototype = $desc; |
- function OverflowEvent() { |
+ initHooks_closure.prototype = $desc; |
+ function initHooks_closure0(getUnknownTag_1) { |
+ this.getUnknownTag_1 = getUnknownTag_1; |
} |
- OverflowEvent.builtin$cls = "OverflowEvent"; |
- if (!"name" in OverflowEvent) |
- OverflowEvent.name = "OverflowEvent"; |
- $desc = $collectedClasses.OverflowEvent; |
+ initHooks_closure0.builtin$cls = "initHooks_closure0"; |
+ if (!"name" in initHooks_closure0) |
+ initHooks_closure0.name = "initHooks_closure0"; |
+ $desc = $collectedClasses.initHooks_closure0; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- OverflowEvent.prototype = $desc; |
- function PageTransitionEvent() { |
+ initHooks_closure0.prototype = $desc; |
+ function initHooks_closure1(prototypeForTag_2) { |
+ this.prototypeForTag_2 = prototypeForTag_2; |
} |
- PageTransitionEvent.builtin$cls = "PageTransitionEvent"; |
- if (!"name" in PageTransitionEvent) |
- PageTransitionEvent.name = "PageTransitionEvent"; |
- $desc = $collectedClasses.PageTransitionEvent; |
+ initHooks_closure1.builtin$cls = "initHooks_closure1"; |
+ if (!"name" in initHooks_closure1) |
+ initHooks_closure1.name = "initHooks_closure1"; |
+ $desc = $collectedClasses.initHooks_closure1; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- PageTransitionEvent.prototype = $desc; |
- function ParagraphElement() { |
+ initHooks_closure1.prototype = $desc; |
+ function ListIterable() { |
} |
- ParagraphElement.builtin$cls = "ParagraphElement"; |
- if (!"name" in ParagraphElement) |
- ParagraphElement.name = "ParagraphElement"; |
- $desc = $collectedClasses.ParagraphElement; |
+ ListIterable.builtin$cls = "ListIterable"; |
+ if (!"name" in ListIterable) |
+ ListIterable.name = "ListIterable"; |
+ $desc = $collectedClasses.ListIterable; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- ParagraphElement.prototype = $desc; |
- function ParamElement() { |
+ ListIterable.prototype = $desc; |
+ function ListIterator(_iterable, _length, _index, _current) { |
+ this._iterable = _iterable; |
+ this._length = _length; |
+ this._index = _index; |
+ this._current = _current; |
} |
- ParamElement.builtin$cls = "ParamElement"; |
- if (!"name" in ParamElement) |
- ParamElement.name = "ParamElement"; |
- $desc = $collectedClasses.ParamElement; |
+ ListIterator.builtin$cls = "ListIterator"; |
+ if (!"name" in ListIterator) |
+ ListIterator.name = "ListIterator"; |
+ $desc = $collectedClasses.ListIterator; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- ParamElement.prototype = $desc; |
- function PopStateEvent() { |
+ ListIterator.prototype = $desc; |
+ function MappedIterable(_iterable, _f) { |
+ this._iterable = _iterable; |
+ this._f = _f; |
} |
- PopStateEvent.builtin$cls = "PopStateEvent"; |
- if (!"name" in PopStateEvent) |
- PopStateEvent.name = "PopStateEvent"; |
- $desc = $collectedClasses.PopStateEvent; |
+ MappedIterable.builtin$cls = "MappedIterable"; |
+ if (!"name" in MappedIterable) |
+ MappedIterable.name = "MappedIterable"; |
+ $desc = $collectedClasses.MappedIterable; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- PopStateEvent.prototype = $desc; |
- function PositionError() { |
+ MappedIterable.prototype = $desc; |
+ function EfficientLengthMappedIterable(_iterable, _f) { |
+ this._iterable = _iterable; |
+ this._f = _f; |
} |
- PositionError.builtin$cls = "PositionError"; |
- if (!"name" in PositionError) |
- PositionError.name = "PositionError"; |
- $desc = $collectedClasses.PositionError; |
+ EfficientLengthMappedIterable.builtin$cls = "EfficientLengthMappedIterable"; |
+ if (!"name" in EfficientLengthMappedIterable) |
+ EfficientLengthMappedIterable.name = "EfficientLengthMappedIterable"; |
+ $desc = $collectedClasses.EfficientLengthMappedIterable; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- PositionError.prototype = $desc; |
- function PreElement() { |
+ EfficientLengthMappedIterable.prototype = $desc; |
+ function MappedIterator(_current, _iterator, _f) { |
+ this._current = _current; |
+ this._iterator = _iterator; |
+ this._f = _f; |
} |
- PreElement.builtin$cls = "PreElement"; |
- if (!"name" in PreElement) |
- PreElement.name = "PreElement"; |
- $desc = $collectedClasses.PreElement; |
+ MappedIterator.builtin$cls = "MappedIterator"; |
+ if (!"name" in MappedIterator) |
+ MappedIterator.name = "MappedIterator"; |
+ $desc = $collectedClasses.MappedIterator; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- PreElement.prototype = $desc; |
- function ProcessingInstruction() { |
+ MappedIterator.prototype = $desc; |
+ function MappedListIterable(_dev$_source, _f) { |
+ this._dev$_source = _dev$_source; |
+ this._f = _f; |
} |
- ProcessingInstruction.builtin$cls = "ProcessingInstruction"; |
- if (!"name" in ProcessingInstruction) |
- ProcessingInstruction.name = "ProcessingInstruction"; |
- $desc = $collectedClasses.ProcessingInstruction; |
+ MappedListIterable.builtin$cls = "MappedListIterable"; |
+ if (!"name" in MappedListIterable) |
+ MappedListIterable.name = "MappedListIterable"; |
+ $desc = $collectedClasses.MappedListIterable; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- ProcessingInstruction.prototype = $desc; |
- ProcessingInstruction.prototype.get$target = function(receiver) { |
- return receiver.target; |
- }; |
- function ProgressElement() { |
+ MappedListIterable.prototype = $desc; |
+ function FixedLengthListMixin() { |
} |
- ProgressElement.builtin$cls = "ProgressElement"; |
- if (!"name" in ProgressElement) |
- ProgressElement.name = "ProgressElement"; |
- $desc = $collectedClasses.ProgressElement; |
+ FixedLengthListMixin.builtin$cls = "FixedLengthListMixin"; |
+ if (!"name" in FixedLengthListMixin) |
+ FixedLengthListMixin.name = "FixedLengthListMixin"; |
+ $desc = $collectedClasses.FixedLengthListMixin; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- ProgressElement.prototype = $desc; |
- function ProgressEvent() { |
+ FixedLengthListMixin.prototype = $desc; |
+ function Symbol0(_name) { |
+ this._name = _name; |
} |
- ProgressEvent.builtin$cls = "ProgressEvent"; |
- if (!"name" in ProgressEvent) |
- ProgressEvent.name = "ProgressEvent"; |
- $desc = $collectedClasses.ProgressEvent; |
+ Symbol0.builtin$cls = "Symbol0"; |
+ if (!"name" in Symbol0) |
+ Symbol0.name = "Symbol0"; |
+ $desc = $collectedClasses.Symbol0; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- ProgressEvent.prototype = $desc; |
- function QuoteElement() { |
+ Symbol0.prototype = $desc; |
+ Symbol0.prototype.get$_name = function() { |
+ return this._name; |
+ }; |
+ function _AsyncError(error, stackTrace) { |
+ this.error = error; |
+ this.stackTrace = stackTrace; |
} |
- QuoteElement.builtin$cls = "QuoteElement"; |
- if (!"name" in QuoteElement) |
- QuoteElement.name = "QuoteElement"; |
- $desc = $collectedClasses.QuoteElement; |
+ _AsyncError.builtin$cls = "_AsyncError"; |
+ if (!"name" in _AsyncError) |
+ _AsyncError.name = "_AsyncError"; |
+ $desc = $collectedClasses._AsyncError; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- QuoteElement.prototype = $desc; |
- function ResourceProgressEvent() { |
+ _AsyncError.prototype = $desc; |
+ _AsyncError.prototype.get$error = function(receiver) { |
+ return this.error; |
+ }; |
+ _AsyncError.prototype.get$stackTrace = function() { |
+ return this.stackTrace; |
+ }; |
+ function Future() { |
} |
- ResourceProgressEvent.builtin$cls = "ResourceProgressEvent"; |
- if (!"name" in ResourceProgressEvent) |
- ResourceProgressEvent.name = "ResourceProgressEvent"; |
- $desc = $collectedClasses.ResourceProgressEvent; |
+ Future.builtin$cls = "Future"; |
+ if (!"name" in Future) |
+ Future.name = "Future"; |
+ $desc = $collectedClasses.Future; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- ResourceProgressEvent.prototype = $desc; |
- function RtcDataChannelEvent() { |
+ Future.prototype = $desc; |
+ function Future_wait_handleError(box_0) { |
+ this.box_0 = box_0; |
} |
- RtcDataChannelEvent.builtin$cls = "RtcDataChannelEvent"; |
- if (!"name" in RtcDataChannelEvent) |
- RtcDataChannelEvent.name = "RtcDataChannelEvent"; |
- $desc = $collectedClasses.RtcDataChannelEvent; |
+ Future_wait_handleError.builtin$cls = "Future_wait_handleError"; |
+ if (!"name" in Future_wait_handleError) |
+ Future_wait_handleError.name = "Future_wait_handleError"; |
+ $desc = $collectedClasses.Future_wait_handleError; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- RtcDataChannelEvent.prototype = $desc; |
- function RtcDtmfToneChangeEvent() { |
+ Future_wait_handleError.prototype = $desc; |
+ function Future_wait_closure(box_0, pos_1) { |
+ this.box_0 = box_0; |
+ this.pos_1 = pos_1; |
} |
- RtcDtmfToneChangeEvent.builtin$cls = "RtcDtmfToneChangeEvent"; |
- if (!"name" in RtcDtmfToneChangeEvent) |
- RtcDtmfToneChangeEvent.name = "RtcDtmfToneChangeEvent"; |
- $desc = $collectedClasses.RtcDtmfToneChangeEvent; |
+ Future_wait_closure.builtin$cls = "Future_wait_closure"; |
+ if (!"name" in Future_wait_closure) |
+ Future_wait_closure.name = "Future_wait_closure"; |
+ $desc = $collectedClasses.Future_wait_closure; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- RtcDtmfToneChangeEvent.prototype = $desc; |
- function RtcIceCandidateEvent() { |
+ Future_wait_closure.prototype = $desc; |
+ function _Completer() { |
} |
- RtcIceCandidateEvent.builtin$cls = "RtcIceCandidateEvent"; |
- if (!"name" in RtcIceCandidateEvent) |
- RtcIceCandidateEvent.name = "RtcIceCandidateEvent"; |
- $desc = $collectedClasses.RtcIceCandidateEvent; |
+ _Completer.builtin$cls = "_Completer"; |
+ if (!"name" in _Completer) |
+ _Completer.name = "_Completer"; |
+ $desc = $collectedClasses._Completer; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- RtcIceCandidateEvent.prototype = $desc; |
- function ScriptElement() { |
+ _Completer.prototype = $desc; |
+ function _AsyncCompleter(future) { |
+ this.future = future; |
} |
- ScriptElement.builtin$cls = "ScriptElement"; |
- if (!"name" in ScriptElement) |
- ScriptElement.name = "ScriptElement"; |
- $desc = $collectedClasses.ScriptElement; |
+ _AsyncCompleter.builtin$cls = "_AsyncCompleter"; |
+ if (!"name" in _AsyncCompleter) |
+ _AsyncCompleter.name = "_AsyncCompleter"; |
+ $desc = $collectedClasses._AsyncCompleter; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- ScriptElement.prototype = $desc; |
- function SecurityPolicyViolationEvent() { |
+ _AsyncCompleter.prototype = $desc; |
+ function BoundClosure$i1(_self, __js_helper$_target, _receiver, __js_helper$_name) { |
+ this._self = _self; |
+ this.__js_helper$_target = __js_helper$_target; |
+ this._receiver = _receiver; |
+ this.__js_helper$_name = __js_helper$_name; |
} |
- SecurityPolicyViolationEvent.builtin$cls = "SecurityPolicyViolationEvent"; |
- if (!"name" in SecurityPolicyViolationEvent) |
- SecurityPolicyViolationEvent.name = "SecurityPolicyViolationEvent"; |
- $desc = $collectedClasses.SecurityPolicyViolationEvent; |
+ BoundClosure$i1.builtin$cls = "BoundClosure$i1"; |
+ $desc = $collectedClasses.BoundClosure$i1; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- SecurityPolicyViolationEvent.prototype = $desc; |
- function SelectElement() { |
+ BoundClosure$i1.prototype = $desc; |
+ function _Future(_state, _zone, _resultOrListeners, _nextListener, _onValueCallback, _errorTestCallback, _onErrorCallback, _whenCompleteActionCallback) { |
+ this._state = _state; |
+ this._zone = _zone; |
+ this._resultOrListeners = _resultOrListeners; |
+ this._nextListener = _nextListener; |
+ this._onValueCallback = _onValueCallback; |
+ this._errorTestCallback = _errorTestCallback; |
+ this._onErrorCallback = _onErrorCallback; |
+ this._whenCompleteActionCallback = _whenCompleteActionCallback; |
} |
- SelectElement.builtin$cls = "SelectElement"; |
- if (!"name" in SelectElement) |
- SelectElement.name = "SelectElement"; |
- $desc = $collectedClasses.SelectElement; |
+ _Future.builtin$cls = "_Future"; |
+ if (!"name" in _Future) |
+ _Future.name = "_Future"; |
+ $desc = $collectedClasses._Future; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- SelectElement.prototype = $desc; |
- SelectElement.prototype.set$disabled = function(receiver, v) { |
- return receiver.disabled = v; |
+ _Future.prototype = $desc; |
+ _Future.prototype.get$_zone = function() { |
+ return this._zone; |
}; |
- SelectElement.prototype.get$length = function(receiver) { |
- return receiver.length; |
+ _Future.prototype.get$_nextListener = function() { |
+ return this._nextListener; |
}; |
- function ShadowElement() { |
+ _Future.prototype.set$_nextListener = function(v) { |
+ return this._nextListener = v; |
+ }; |
+ function BoundClosure$2(_self, __js_helper$_target, _receiver, __js_helper$_name) { |
+ this._self = _self; |
+ this.__js_helper$_target = __js_helper$_target; |
+ this._receiver = _receiver; |
+ this.__js_helper$_name = __js_helper$_name; |
} |
- ShadowElement.builtin$cls = "ShadowElement"; |
- if (!"name" in ShadowElement) |
- ShadowElement.name = "ShadowElement"; |
- $desc = $collectedClasses.ShadowElement; |
+ BoundClosure$2.builtin$cls = "BoundClosure$2"; |
+ $desc = $collectedClasses.BoundClosure$2; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- ShadowElement.prototype = $desc; |
- function ShadowRoot() { |
+ BoundClosure$2.prototype = $desc; |
+ function _Future__addListener_closure(this_0, listener_1) { |
+ this.this_0 = this_0; |
+ this.listener_1 = listener_1; |
} |
- ShadowRoot.builtin$cls = "ShadowRoot"; |
- if (!"name" in ShadowRoot) |
- ShadowRoot.name = "ShadowRoot"; |
- $desc = $collectedClasses.ShadowRoot; |
+ _Future__addListener_closure.builtin$cls = "_Future__addListener_closure"; |
+ if (!"name" in _Future__addListener_closure) |
+ _Future__addListener_closure.name = "_Future__addListener_closure"; |
+ $desc = $collectedClasses._Future__addListener_closure; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- ShadowRoot.prototype = $desc; |
- function SourceElement() { |
+ _Future__addListener_closure.prototype = $desc; |
+ function _Future__chainFutures_closure(target_0) { |
+ this.target_0 = target_0; |
} |
- SourceElement.builtin$cls = "SourceElement"; |
- if (!"name" in SourceElement) |
- SourceElement.name = "SourceElement"; |
- $desc = $collectedClasses.SourceElement; |
+ _Future__chainFutures_closure.builtin$cls = "_Future__chainFutures_closure"; |
+ if (!"name" in _Future__chainFutures_closure) |
+ _Future__chainFutures_closure.name = "_Future__chainFutures_closure"; |
+ $desc = $collectedClasses._Future__chainFutures_closure; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- SourceElement.prototype = $desc; |
- function SpanElement() { |
+ _Future__chainFutures_closure.prototype = $desc; |
+ function _Future__chainFutures_closure0(target_1) { |
+ this.target_1 = target_1; |
} |
- SpanElement.builtin$cls = "SpanElement"; |
- if (!"name" in SpanElement) |
- SpanElement.name = "SpanElement"; |
- $desc = $collectedClasses.SpanElement; |
+ _Future__chainFutures_closure0.builtin$cls = "_Future__chainFutures_closure0"; |
+ if (!"name" in _Future__chainFutures_closure0) |
+ _Future__chainFutures_closure0.name = "_Future__chainFutures_closure0"; |
+ $desc = $collectedClasses._Future__chainFutures_closure0; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- SpanElement.prototype = $desc; |
- function SpeechInputEvent() { |
+ _Future__chainFutures_closure0.prototype = $desc; |
+ function _Future__asyncComplete_closure(this_0, value_1) { |
+ this.this_0 = this_0; |
+ this.value_1 = value_1; |
} |
- SpeechInputEvent.builtin$cls = "SpeechInputEvent"; |
- if (!"name" in SpeechInputEvent) |
- SpeechInputEvent.name = "SpeechInputEvent"; |
- $desc = $collectedClasses.SpeechInputEvent; |
+ _Future__asyncComplete_closure.builtin$cls = "_Future__asyncComplete_closure"; |
+ if (!"name" in _Future__asyncComplete_closure) |
+ _Future__asyncComplete_closure.name = "_Future__asyncComplete_closure"; |
+ $desc = $collectedClasses._Future__asyncComplete_closure; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- SpeechInputEvent.prototype = $desc; |
- function SpeechRecognitionError() { |
+ _Future__asyncComplete_closure.prototype = $desc; |
+ function _Future__asyncCompleteError_closure(this_0, error_1, stackTrace_2) { |
+ this.this_0 = this_0; |
+ this.error_1 = error_1; |
+ this.stackTrace_2 = stackTrace_2; |
} |
- SpeechRecognitionError.builtin$cls = "SpeechRecognitionError"; |
- if (!"name" in SpeechRecognitionError) |
- SpeechRecognitionError.name = "SpeechRecognitionError"; |
- $desc = $collectedClasses.SpeechRecognitionError; |
+ _Future__asyncCompleteError_closure.builtin$cls = "_Future__asyncCompleteError_closure"; |
+ if (!"name" in _Future__asyncCompleteError_closure) |
+ _Future__asyncCompleteError_closure.name = "_Future__asyncCompleteError_closure"; |
+ $desc = $collectedClasses._Future__asyncCompleteError_closure; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- SpeechRecognitionError.prototype = $desc; |
- SpeechRecognitionError.prototype.get$error = function(receiver) { |
- return receiver.error; |
- }; |
- function SpeechRecognitionEvent() { |
+ _Future__asyncCompleteError_closure.prototype = $desc; |
+ function _Future__propagateToListeners_closure(box_2, listener_3) { |
+ this.box_2 = box_2; |
+ this.listener_3 = listener_3; |
} |
- SpeechRecognitionEvent.builtin$cls = "SpeechRecognitionEvent"; |
- if (!"name" in SpeechRecognitionEvent) |
- SpeechRecognitionEvent.name = "SpeechRecognitionEvent"; |
- $desc = $collectedClasses.SpeechRecognitionEvent; |
+ _Future__propagateToListeners_closure.builtin$cls = "_Future__propagateToListeners_closure"; |
+ if (!"name" in _Future__propagateToListeners_closure) |
+ _Future__propagateToListeners_closure.name = "_Future__propagateToListeners_closure"; |
+ $desc = $collectedClasses._Future__propagateToListeners_closure; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- SpeechRecognitionEvent.prototype = $desc; |
- function SpeechSynthesisEvent() { |
+ _Future__propagateToListeners_closure.prototype = $desc; |
+ function _Future__propagateToListeners_closure0(box_2, box_1, hasError_4, listener_5) { |
+ this.box_2 = box_2; |
+ this.box_1 = box_1; |
+ this.hasError_4 = hasError_4; |
+ this.listener_5 = listener_5; |
} |
- SpeechSynthesisEvent.builtin$cls = "SpeechSynthesisEvent"; |
- if (!"name" in SpeechSynthesisEvent) |
- SpeechSynthesisEvent.name = "SpeechSynthesisEvent"; |
- $desc = $collectedClasses.SpeechSynthesisEvent; |
+ _Future__propagateToListeners_closure0.builtin$cls = "_Future__propagateToListeners_closure0"; |
+ if (!"name" in _Future__propagateToListeners_closure0) |
+ _Future__propagateToListeners_closure0.name = "_Future__propagateToListeners_closure0"; |
+ $desc = $collectedClasses._Future__propagateToListeners_closure0; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- SpeechSynthesisEvent.prototype = $desc; |
- function Storage() { |
+ _Future__propagateToListeners_closure0.prototype = $desc; |
+ function _Future__propagateToListeners__closure(box_2, listener_6) { |
+ this.box_2 = box_2; |
+ this.listener_6 = listener_6; |
} |
- Storage.builtin$cls = "Storage"; |
- if (!"name" in Storage) |
- Storage.name = "Storage"; |
- $desc = $collectedClasses.Storage; |
+ _Future__propagateToListeners__closure.builtin$cls = "_Future__propagateToListeners__closure"; |
+ if (!"name" in _Future__propagateToListeners__closure) |
+ _Future__propagateToListeners__closure.name = "_Future__propagateToListeners__closure"; |
+ $desc = $collectedClasses._Future__propagateToListeners__closure; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- Storage.prototype = $desc; |
- function StorageEvent() { |
+ _Future__propagateToListeners__closure.prototype = $desc; |
+ function _Future__propagateToListeners__closure0(box_0, listener_7) { |
+ this.box_0 = box_0; |
+ this.listener_7 = listener_7; |
} |
- StorageEvent.builtin$cls = "StorageEvent"; |
- if (!"name" in StorageEvent) |
- StorageEvent.name = "StorageEvent"; |
- $desc = $collectedClasses.StorageEvent; |
+ _Future__propagateToListeners__closure0.builtin$cls = "_Future__propagateToListeners__closure0"; |
+ if (!"name" in _Future__propagateToListeners__closure0) |
+ _Future__propagateToListeners__closure0.name = "_Future__propagateToListeners__closure0"; |
+ $desc = $collectedClasses._Future__propagateToListeners__closure0; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- StorageEvent.prototype = $desc; |
- function StyleElement() { |
+ _Future__propagateToListeners__closure0.prototype = $desc; |
+ function Stream() { |
} |
- StyleElement.builtin$cls = "StyleElement"; |
- if (!"name" in StyleElement) |
- StyleElement.name = "StyleElement"; |
- $desc = $collectedClasses.StyleElement; |
+ Stream.builtin$cls = "Stream"; |
+ if (!"name" in Stream) |
+ Stream.name = "Stream"; |
+ $desc = $collectedClasses.Stream; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- StyleElement.prototype = $desc; |
- StyleElement.prototype.set$disabled = function(receiver, v) { |
- return receiver.disabled = v; |
- }; |
- function TableCaptionElement() { |
- } |
- TableCaptionElement.builtin$cls = "TableCaptionElement"; |
- if (!"name" in TableCaptionElement) |
- TableCaptionElement.name = "TableCaptionElement"; |
- $desc = $collectedClasses.TableCaptionElement; |
+ Stream.prototype = $desc; |
+ function Stream_forEach_closure(box_0, this_1, action_2, future_3) { |
+ this.box_0 = box_0; |
+ this.this_1 = this_1; |
+ this.action_2 = action_2; |
+ this.future_3 = future_3; |
+ } |
+ Stream_forEach_closure.builtin$cls = "Stream_forEach_closure"; |
+ if (!"name" in Stream_forEach_closure) |
+ Stream_forEach_closure.name = "Stream_forEach_closure"; |
+ $desc = $collectedClasses.Stream_forEach_closure; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- TableCaptionElement.prototype = $desc; |
- function TableCellElement() { |
+ Stream_forEach_closure.prototype = $desc; |
+ function Stream_forEach__closure(action_4, element_5) { |
+ this.action_4 = action_4; |
+ this.element_5 = element_5; |
} |
- TableCellElement.builtin$cls = "TableCellElement"; |
- if (!"name" in TableCellElement) |
- TableCellElement.name = "TableCellElement"; |
- $desc = $collectedClasses.TableCellElement; |
+ Stream_forEach__closure.builtin$cls = "Stream_forEach__closure"; |
+ if (!"name" in Stream_forEach__closure) |
+ Stream_forEach__closure.name = "Stream_forEach__closure"; |
+ $desc = $collectedClasses.Stream_forEach__closure; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- TableCellElement.prototype = $desc; |
- function TableColElement() { |
+ Stream_forEach__closure.prototype = $desc; |
+ function Stream_forEach__closure0() { |
} |
- TableColElement.builtin$cls = "TableColElement"; |
- if (!"name" in TableColElement) |
- TableColElement.name = "TableColElement"; |
- $desc = $collectedClasses.TableColElement; |
+ Stream_forEach__closure0.builtin$cls = "Stream_forEach__closure0"; |
+ if (!"name" in Stream_forEach__closure0) |
+ Stream_forEach__closure0.name = "Stream_forEach__closure0"; |
+ $desc = $collectedClasses.Stream_forEach__closure0; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- TableColElement.prototype = $desc; |
- function TableElement() { |
+ Stream_forEach__closure0.prototype = $desc; |
+ function Stream_forEach_closure0(future_6) { |
+ this.future_6 = future_6; |
} |
- TableElement.builtin$cls = "TableElement"; |
- if (!"name" in TableElement) |
- TableElement.name = "TableElement"; |
- $desc = $collectedClasses.TableElement; |
+ Stream_forEach_closure0.builtin$cls = "Stream_forEach_closure0"; |
+ if (!"name" in Stream_forEach_closure0) |
+ Stream_forEach_closure0.name = "Stream_forEach_closure0"; |
+ $desc = $collectedClasses.Stream_forEach_closure0; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- TableElement.prototype = $desc; |
- function TableRowElement() { |
+ Stream_forEach_closure0.prototype = $desc; |
+ function Stream_length_closure(box_0) { |
+ this.box_0 = box_0; |
} |
- TableRowElement.builtin$cls = "TableRowElement"; |
- if (!"name" in TableRowElement) |
- TableRowElement.name = "TableRowElement"; |
- $desc = $collectedClasses.TableRowElement; |
+ Stream_length_closure.builtin$cls = "Stream_length_closure"; |
+ if (!"name" in Stream_length_closure) |
+ Stream_length_closure.name = "Stream_length_closure"; |
+ $desc = $collectedClasses.Stream_length_closure; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- TableRowElement.prototype = $desc; |
- function TableSectionElement() { |
+ Stream_length_closure.prototype = $desc; |
+ function Stream_length_closure0(box_0, future_1) { |
+ this.box_0 = box_0; |
+ this.future_1 = future_1; |
} |
- TableSectionElement.builtin$cls = "TableSectionElement"; |
- if (!"name" in TableSectionElement) |
- TableSectionElement.name = "TableSectionElement"; |
- $desc = $collectedClasses.TableSectionElement; |
+ Stream_length_closure0.builtin$cls = "Stream_length_closure0"; |
+ if (!"name" in Stream_length_closure0) |
+ Stream_length_closure0.name = "Stream_length_closure0"; |
+ $desc = $collectedClasses.Stream_length_closure0; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- TableSectionElement.prototype = $desc; |
- function TemplateElement() { |
+ Stream_length_closure0.prototype = $desc; |
+ function StreamSubscription() { |
} |
- TemplateElement.builtin$cls = "TemplateElement"; |
- if (!"name" in TemplateElement) |
- TemplateElement.name = "TemplateElement"; |
- $desc = $collectedClasses.TemplateElement; |
+ StreamSubscription.builtin$cls = "StreamSubscription"; |
+ if (!"name" in StreamSubscription) |
+ StreamSubscription.name = "StreamSubscription"; |
+ $desc = $collectedClasses.StreamSubscription; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- TemplateElement.prototype = $desc; |
- function Text() { |
+ StreamSubscription.prototype = $desc; |
+ function _StreamController() { |
} |
- Text.builtin$cls = "Text"; |
- if (!"name" in Text) |
- Text.name = "Text"; |
- $desc = $collectedClasses.Text; |
+ _StreamController.builtin$cls = "_StreamController"; |
+ if (!"name" in _StreamController) |
+ _StreamController.name = "_StreamController"; |
+ $desc = $collectedClasses._StreamController; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- Text.prototype = $desc; |
- function TextAreaElement() { |
+ _StreamController.prototype = $desc; |
+ function _StreamController__subscribe_closure(this_0) { |
+ this.this_0 = this_0; |
} |
- TextAreaElement.builtin$cls = "TextAreaElement"; |
- if (!"name" in TextAreaElement) |
- TextAreaElement.name = "TextAreaElement"; |
- $desc = $collectedClasses.TextAreaElement; |
+ _StreamController__subscribe_closure.builtin$cls = "_StreamController__subscribe_closure"; |
+ if (!"name" in _StreamController__subscribe_closure) |
+ _StreamController__subscribe_closure.name = "_StreamController__subscribe_closure"; |
+ $desc = $collectedClasses._StreamController__subscribe_closure; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- TextAreaElement.prototype = $desc; |
- TextAreaElement.prototype.set$disabled = function(receiver, v) { |
- return receiver.disabled = v; |
- }; |
- function TextEvent() { |
+ _StreamController__subscribe_closure.prototype = $desc; |
+ function _StreamController__recordCancel_complete(this_0) { |
+ this.this_0 = this_0; |
} |
- TextEvent.builtin$cls = "TextEvent"; |
- if (!"name" in TextEvent) |
- TextEvent.name = "TextEvent"; |
- $desc = $collectedClasses.TextEvent; |
+ _StreamController__recordCancel_complete.builtin$cls = "_StreamController__recordCancel_complete"; |
+ if (!"name" in _StreamController__recordCancel_complete) |
+ _StreamController__recordCancel_complete.name = "_StreamController__recordCancel_complete"; |
+ $desc = $collectedClasses._StreamController__recordCancel_complete; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- TextEvent.prototype = $desc; |
- function TitleElement() { |
+ _StreamController__recordCancel_complete.prototype = $desc; |
+ function _SyncStreamControllerDispatch() { |
} |
- TitleElement.builtin$cls = "TitleElement"; |
- if (!"name" in TitleElement) |
- TitleElement.name = "TitleElement"; |
- $desc = $collectedClasses.TitleElement; |
+ _SyncStreamControllerDispatch.builtin$cls = "_SyncStreamControllerDispatch"; |
+ if (!"name" in _SyncStreamControllerDispatch) |
+ _SyncStreamControllerDispatch.name = "_SyncStreamControllerDispatch"; |
+ $desc = $collectedClasses._SyncStreamControllerDispatch; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- TitleElement.prototype = $desc; |
- function TouchEvent() { |
+ _SyncStreamControllerDispatch.prototype = $desc; |
+ function _AsyncStreamControllerDispatch() { |
} |
- TouchEvent.builtin$cls = "TouchEvent"; |
- if (!"name" in TouchEvent) |
- TouchEvent.name = "TouchEvent"; |
- $desc = $collectedClasses.TouchEvent; |
+ _AsyncStreamControllerDispatch.builtin$cls = "_AsyncStreamControllerDispatch"; |
+ if (!"name" in _AsyncStreamControllerDispatch) |
+ _AsyncStreamControllerDispatch.name = "_AsyncStreamControllerDispatch"; |
+ $desc = $collectedClasses._AsyncStreamControllerDispatch; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- TouchEvent.prototype = $desc; |
- function TrackElement() { |
+ _AsyncStreamControllerDispatch.prototype = $desc; |
+ function _AsyncStreamController(_onListen, _onPause, _onResume, _onCancel, _varData, _state, _doneFuture) { |
+ this._onListen = _onListen; |
+ this._onPause = _onPause; |
+ this._onResume = _onResume; |
+ this._onCancel = _onCancel; |
+ this._varData = _varData; |
+ this._state = _state; |
+ this._doneFuture = _doneFuture; |
} |
- TrackElement.builtin$cls = "TrackElement"; |
- if (!"name" in TrackElement) |
- TrackElement.name = "TrackElement"; |
- $desc = $collectedClasses.TrackElement; |
+ _AsyncStreamController.builtin$cls = "_AsyncStreamController"; |
+ if (!"name" in _AsyncStreamController) |
+ _AsyncStreamController.name = "_AsyncStreamController"; |
+ $desc = $collectedClasses._AsyncStreamController; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- TrackElement.prototype = $desc; |
- function TrackEvent() { |
+ _AsyncStreamController.prototype = $desc; |
+ _AsyncStreamController.prototype.get$_onListen = function() { |
+ return this._onListen; |
+ }; |
+ _AsyncStreamController.prototype.get$_onPause = function() { |
+ return this._onPause; |
+ }; |
+ _AsyncStreamController.prototype.get$_onResume = function() { |
+ return this._onResume; |
+ }; |
+ _AsyncStreamController.prototype.get$_onCancel = function() { |
+ return this._onCancel; |
+ }; |
+ function _StreamController__AsyncStreamControllerDispatch() { |
} |
- TrackEvent.builtin$cls = "TrackEvent"; |
- if (!"name" in TrackEvent) |
- TrackEvent.name = "TrackEvent"; |
- $desc = $collectedClasses.TrackEvent; |
+ _StreamController__AsyncStreamControllerDispatch.builtin$cls = "_StreamController__AsyncStreamControllerDispatch"; |
+ if (!"name" in _StreamController__AsyncStreamControllerDispatch) |
+ _StreamController__AsyncStreamControllerDispatch.name = "_StreamController__AsyncStreamControllerDispatch"; |
+ $desc = $collectedClasses._StreamController__AsyncStreamControllerDispatch; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- TrackEvent.prototype = $desc; |
- function TransitionEvent() { |
+ _StreamController__AsyncStreamControllerDispatch.prototype = $desc; |
+ function _SyncStreamController(_onListen, _onPause, _onResume, _onCancel, _varData, _state, _doneFuture) { |
+ this._onListen = _onListen; |
+ this._onPause = _onPause; |
+ this._onResume = _onResume; |
+ this._onCancel = _onCancel; |
+ this._varData = _varData; |
+ this._state = _state; |
+ this._doneFuture = _doneFuture; |
} |
- TransitionEvent.builtin$cls = "TransitionEvent"; |
- if (!"name" in TransitionEvent) |
- TransitionEvent.name = "TransitionEvent"; |
- $desc = $collectedClasses.TransitionEvent; |
+ _SyncStreamController.builtin$cls = "_SyncStreamController"; |
+ if (!"name" in _SyncStreamController) |
+ _SyncStreamController.name = "_SyncStreamController"; |
+ $desc = $collectedClasses._SyncStreamController; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- TransitionEvent.prototype = $desc; |
- function UIEvent() { |
+ _SyncStreamController.prototype = $desc; |
+ _SyncStreamController.prototype.get$_onListen = function() { |
+ return this._onListen; |
+ }; |
+ _SyncStreamController.prototype.get$_onPause = function() { |
+ return this._onPause; |
+ }; |
+ _SyncStreamController.prototype.get$_onResume = function() { |
+ return this._onResume; |
+ }; |
+ _SyncStreamController.prototype.get$_onCancel = function() { |
+ return this._onCancel; |
+ }; |
+ function _StreamController__SyncStreamControllerDispatch() { |
} |
- UIEvent.builtin$cls = "UIEvent"; |
- if (!"name" in UIEvent) |
- UIEvent.name = "UIEvent"; |
- $desc = $collectedClasses.UIEvent; |
+ _StreamController__SyncStreamControllerDispatch.builtin$cls = "_StreamController__SyncStreamControllerDispatch"; |
+ if (!"name" in _StreamController__SyncStreamControllerDispatch) |
+ _StreamController__SyncStreamControllerDispatch.name = "_StreamController__SyncStreamControllerDispatch"; |
+ $desc = $collectedClasses._StreamController__SyncStreamControllerDispatch; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- UIEvent.prototype = $desc; |
- function UListElement() { |
+ _StreamController__SyncStreamControllerDispatch.prototype = $desc; |
+ function _ControllerStream(_async$_controller) { |
+ this._async$_controller = _async$_controller; |
} |
- UListElement.builtin$cls = "UListElement"; |
- if (!"name" in UListElement) |
- UListElement.name = "UListElement"; |
- $desc = $collectedClasses.UListElement; |
+ _ControllerStream.builtin$cls = "_ControllerStream"; |
+ if (!"name" in _ControllerStream) |
+ _ControllerStream.name = "_ControllerStream"; |
+ $desc = $collectedClasses._ControllerStream; |
+ if ($desc instanceof Array) |
+ $desc = $desc[1]; |
+ _ControllerStream.prototype = $desc; |
+ function _ControllerSubscription(_async$_controller, _async$_onData, _onError, _onDone, _zone, _state, _cancelFuture, _pending) { |
+ this._async$_controller = _async$_controller; |
+ this._async$_onData = _async$_onData; |
+ this._onError = _onError; |
+ this._onDone = _onDone; |
+ this._zone = _zone; |
+ this._state = _state; |
+ this._cancelFuture = _cancelFuture; |
+ this._pending = _pending; |
+ } |
+ _ControllerSubscription.builtin$cls = "_ControllerSubscription"; |
+ if (!"name" in _ControllerSubscription) |
+ _ControllerSubscription.name = "_ControllerSubscription"; |
+ $desc = $collectedClasses._ControllerSubscription; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- UListElement.prototype = $desc; |
- function UnknownElement() { |
+ _ControllerSubscription.prototype = $desc; |
+ function BoundClosure$0(_self, __js_helper$_target, _receiver, __js_helper$_name) { |
+ this._self = _self; |
+ this.__js_helper$_target = __js_helper$_target; |
+ this._receiver = _receiver; |
+ this.__js_helper$_name = __js_helper$_name; |
} |
- UnknownElement.builtin$cls = "UnknownElement"; |
- if (!"name" in UnknownElement) |
- UnknownElement.name = "UnknownElement"; |
- $desc = $collectedClasses.UnknownElement; |
+ BoundClosure$0.builtin$cls = "BoundClosure$0"; |
+ $desc = $collectedClasses.BoundClosure$0; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- UnknownElement.prototype = $desc; |
- function VideoElement() { |
+ BoundClosure$0.prototype = $desc; |
+ function _EventSink() { |
} |
- VideoElement.builtin$cls = "VideoElement"; |
- if (!"name" in VideoElement) |
- VideoElement.name = "VideoElement"; |
- $desc = $collectedClasses.VideoElement; |
+ _EventSink.builtin$cls = "_EventSink"; |
+ if (!"name" in _EventSink) |
+ _EventSink.name = "_EventSink"; |
+ $desc = $collectedClasses._EventSink; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- VideoElement.prototype = $desc; |
- function WheelEvent() { |
+ _EventSink.prototype = $desc; |
+ function _BufferingStreamSubscription(_async$_onData, _onError, _onDone, _zone, _state, _cancelFuture, _pending) { |
+ this._async$_onData = _async$_onData; |
+ this._onError = _onError; |
+ this._onDone = _onDone; |
+ this._zone = _zone; |
+ this._state = _state; |
+ this._cancelFuture = _cancelFuture; |
+ this._pending = _pending; |
} |
- WheelEvent.builtin$cls = "WheelEvent"; |
- if (!"name" in WheelEvent) |
- WheelEvent.name = "WheelEvent"; |
- $desc = $collectedClasses.WheelEvent; |
+ _BufferingStreamSubscription.builtin$cls = "_BufferingStreamSubscription"; |
+ if (!"name" in _BufferingStreamSubscription) |
+ _BufferingStreamSubscription.name = "_BufferingStreamSubscription"; |
+ $desc = $collectedClasses._BufferingStreamSubscription; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- WheelEvent.prototype = $desc; |
- function Window() { |
+ _BufferingStreamSubscription.prototype = $desc; |
+ _BufferingStreamSubscription.prototype.get$_onError = function() { |
+ return this._onError; |
+ }; |
+ _BufferingStreamSubscription.prototype.get$_zone = function() { |
+ return this._zone; |
+ }; |
+ function _BufferingStreamSubscription__sendError_sendError(this_0, error_1, stackTrace_2) { |
+ this.this_0 = this_0; |
+ this.error_1 = error_1; |
+ this.stackTrace_2 = stackTrace_2; |
} |
- Window.builtin$cls = "Window"; |
- if (!"name" in Window) |
- Window.name = "Window"; |
- $desc = $collectedClasses.Window; |
+ _BufferingStreamSubscription__sendError_sendError.builtin$cls = "_BufferingStreamSubscription__sendError_sendError"; |
+ if (!"name" in _BufferingStreamSubscription__sendError_sendError) |
+ _BufferingStreamSubscription__sendError_sendError.name = "_BufferingStreamSubscription__sendError_sendError"; |
+ $desc = $collectedClasses._BufferingStreamSubscription__sendError_sendError; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- Window.prototype = $desc; |
- function XmlHttpRequestEventTarget() { |
+ _BufferingStreamSubscription__sendError_sendError.prototype = $desc; |
+ function _BufferingStreamSubscription__sendDone_sendDone(this_0) { |
+ this.this_0 = this_0; |
} |
- XmlHttpRequestEventTarget.builtin$cls = "XmlHttpRequestEventTarget"; |
- if (!"name" in XmlHttpRequestEventTarget) |
- XmlHttpRequestEventTarget.name = "XmlHttpRequestEventTarget"; |
- $desc = $collectedClasses.XmlHttpRequestEventTarget; |
+ _BufferingStreamSubscription__sendDone_sendDone.builtin$cls = "_BufferingStreamSubscription__sendDone_sendDone"; |
+ if (!"name" in _BufferingStreamSubscription__sendDone_sendDone) |
+ _BufferingStreamSubscription__sendDone_sendDone.name = "_BufferingStreamSubscription__sendDone_sendDone"; |
+ $desc = $collectedClasses._BufferingStreamSubscription__sendDone_sendDone; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- XmlHttpRequestEventTarget.prototype = $desc; |
- function _Attr() { |
+ _BufferingStreamSubscription__sendDone_sendDone.prototype = $desc; |
+ function _StreamImpl() { |
} |
- _Attr.builtin$cls = "_Attr"; |
- if (!"name" in _Attr) |
- _Attr.name = "_Attr"; |
- $desc = $collectedClasses._Attr; |
+ _StreamImpl.builtin$cls = "_StreamImpl"; |
+ if (!"name" in _StreamImpl) |
+ _StreamImpl.name = "_StreamImpl"; |
+ $desc = $collectedClasses._StreamImpl; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _Attr.prototype = $desc; |
- function _Entity() { |
+ _StreamImpl.prototype = $desc; |
+ function _DelayedEvent(next) { |
+ this.next = next; |
} |
- _Entity.builtin$cls = "_Entity"; |
- if (!"name" in _Entity) |
- _Entity.name = "_Entity"; |
- $desc = $collectedClasses._Entity; |
+ _DelayedEvent.builtin$cls = "_DelayedEvent"; |
+ if (!"name" in _DelayedEvent) |
+ _DelayedEvent.name = "_DelayedEvent"; |
+ $desc = $collectedClasses._DelayedEvent; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _Entity.prototype = $desc; |
- function _HTMLAppletElement() { |
+ _DelayedEvent.prototype = $desc; |
+ _DelayedEvent.prototype.get$next = function() { |
+ return this.next; |
+ }; |
+ _DelayedEvent.prototype.set$next = function(v) { |
+ return this.next = v; |
+ }; |
+ function _DelayedData(value, next) { |
+ this.value = value; |
+ this.next = next; |
} |
- _HTMLAppletElement.builtin$cls = "_HTMLAppletElement"; |
- if (!"name" in _HTMLAppletElement) |
- _HTMLAppletElement.name = "_HTMLAppletElement"; |
- $desc = $collectedClasses._HTMLAppletElement; |
+ _DelayedData.builtin$cls = "_DelayedData"; |
+ if (!"name" in _DelayedData) |
+ _DelayedData.name = "_DelayedData"; |
+ $desc = $collectedClasses._DelayedData; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _HTMLAppletElement.prototype = $desc; |
- function _HTMLBaseFontElement() { |
+ _DelayedData.prototype = $desc; |
+ function _DelayedError(error, stackTrace, next) { |
+ this.error = error; |
+ this.stackTrace = stackTrace; |
+ this.next = next; |
} |
- _HTMLBaseFontElement.builtin$cls = "_HTMLBaseFontElement"; |
- if (!"name" in _HTMLBaseFontElement) |
- _HTMLBaseFontElement.name = "_HTMLBaseFontElement"; |
- $desc = $collectedClasses._HTMLBaseFontElement; |
+ _DelayedError.builtin$cls = "_DelayedError"; |
+ if (!"name" in _DelayedError) |
+ _DelayedError.name = "_DelayedError"; |
+ $desc = $collectedClasses._DelayedError; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _HTMLBaseFontElement.prototype = $desc; |
- function _HTMLDirectoryElement() { |
+ _DelayedError.prototype = $desc; |
+ _DelayedError.prototype.get$error = function(receiver) { |
+ return this.error; |
+ }; |
+ _DelayedError.prototype.get$stackTrace = function() { |
+ return this.stackTrace; |
+ }; |
+ function _DelayedDone() { |
} |
- _HTMLDirectoryElement.builtin$cls = "_HTMLDirectoryElement"; |
- if (!"name" in _HTMLDirectoryElement) |
- _HTMLDirectoryElement.name = "_HTMLDirectoryElement"; |
- $desc = $collectedClasses._HTMLDirectoryElement; |
+ _DelayedDone.builtin$cls = "_DelayedDone"; |
+ if (!"name" in _DelayedDone) |
+ _DelayedDone.name = "_DelayedDone"; |
+ $desc = $collectedClasses._DelayedDone; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _HTMLDirectoryElement.prototype = $desc; |
- function _HTMLFontElement() { |
+ _DelayedDone.prototype = $desc; |
+ function _PendingEvents() { |
} |
- _HTMLFontElement.builtin$cls = "_HTMLFontElement"; |
- if (!"name" in _HTMLFontElement) |
- _HTMLFontElement.name = "_HTMLFontElement"; |
- $desc = $collectedClasses._HTMLFontElement; |
+ _PendingEvents.builtin$cls = "_PendingEvents"; |
+ if (!"name" in _PendingEvents) |
+ _PendingEvents.name = "_PendingEvents"; |
+ $desc = $collectedClasses._PendingEvents; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _HTMLFontElement.prototype = $desc; |
- function _HTMLFrameElement() { |
+ _PendingEvents.prototype = $desc; |
+ function _PendingEvents_schedule_closure(this_0, dispatch_1) { |
+ this.this_0 = this_0; |
+ this.dispatch_1 = dispatch_1; |
} |
- _HTMLFrameElement.builtin$cls = "_HTMLFrameElement"; |
- if (!"name" in _HTMLFrameElement) |
- _HTMLFrameElement.name = "_HTMLFrameElement"; |
- $desc = $collectedClasses._HTMLFrameElement; |
+ _PendingEvents_schedule_closure.builtin$cls = "_PendingEvents_schedule_closure"; |
+ if (!"name" in _PendingEvents_schedule_closure) |
+ _PendingEvents_schedule_closure.name = "_PendingEvents_schedule_closure"; |
+ $desc = $collectedClasses._PendingEvents_schedule_closure; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _HTMLFrameElement.prototype = $desc; |
- function _HTMLFrameSetElement() { |
+ _PendingEvents_schedule_closure.prototype = $desc; |
+ function _StreamImplEvents(firstPendingEvent, lastPendingEvent, _state) { |
+ this.firstPendingEvent = firstPendingEvent; |
+ this.lastPendingEvent = lastPendingEvent; |
+ this._state = _state; |
} |
- _HTMLFrameSetElement.builtin$cls = "_HTMLFrameSetElement"; |
- if (!"name" in _HTMLFrameSetElement) |
- _HTMLFrameSetElement.name = "_HTMLFrameSetElement"; |
- $desc = $collectedClasses._HTMLFrameSetElement; |
+ _StreamImplEvents.builtin$cls = "_StreamImplEvents"; |
+ if (!"name" in _StreamImplEvents) |
+ _StreamImplEvents.name = "_StreamImplEvents"; |
+ $desc = $collectedClasses._StreamImplEvents; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _HTMLFrameSetElement.prototype = $desc; |
- function _HTMLMarqueeElement() { |
+ _StreamImplEvents.prototype = $desc; |
+ function _cancelAndError_closure(future_0, error_1, stackTrace_2) { |
+ this.future_0 = future_0; |
+ this.error_1 = error_1; |
+ this.stackTrace_2 = stackTrace_2; |
} |
- _HTMLMarqueeElement.builtin$cls = "_HTMLMarqueeElement"; |
- if (!"name" in _HTMLMarqueeElement) |
- _HTMLMarqueeElement.name = "_HTMLMarqueeElement"; |
- $desc = $collectedClasses._HTMLMarqueeElement; |
+ _cancelAndError_closure.builtin$cls = "_cancelAndError_closure"; |
+ if (!"name" in _cancelAndError_closure) |
+ _cancelAndError_closure.name = "_cancelAndError_closure"; |
+ $desc = $collectedClasses._cancelAndError_closure; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _HTMLMarqueeElement.prototype = $desc; |
- function _MutationEvent() { |
+ _cancelAndError_closure.prototype = $desc; |
+ function _cancelAndErrorClosure_closure(subscription_0, future_1) { |
+ this.subscription_0 = subscription_0; |
+ this.future_1 = future_1; |
} |
- _MutationEvent.builtin$cls = "_MutationEvent"; |
- if (!"name" in _MutationEvent) |
- _MutationEvent.name = "_MutationEvent"; |
- $desc = $collectedClasses._MutationEvent; |
+ _cancelAndErrorClosure_closure.builtin$cls = "_cancelAndErrorClosure_closure"; |
+ if (!"name" in _cancelAndErrorClosure_closure) |
+ _cancelAndErrorClosure_closure.name = "_cancelAndErrorClosure_closure"; |
+ $desc = $collectedClasses._cancelAndErrorClosure_closure; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _MutationEvent.prototype = $desc; |
- function _Notation() { |
+ _cancelAndErrorClosure_closure.prototype = $desc; |
+ function _ForwardingStream() { |
} |
- _Notation.builtin$cls = "_Notation"; |
- if (!"name" in _Notation) |
- _Notation.name = "_Notation"; |
- $desc = $collectedClasses._Notation; |
+ _ForwardingStream.builtin$cls = "_ForwardingStream"; |
+ if (!"name" in _ForwardingStream) |
+ _ForwardingStream.name = "_ForwardingStream"; |
+ $desc = $collectedClasses._ForwardingStream; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _Notation.prototype = $desc; |
- function _XMLHttpRequestProgressEvent() { |
+ _ForwardingStream.prototype = $desc; |
+ function _ForwardingStreamSubscription(_stream, _subscription, _async$_onData, _onError, _onDone, _zone, _state, _cancelFuture, _pending) { |
+ this._stream = _stream; |
+ this._subscription = _subscription; |
+ this._async$_onData = _async$_onData; |
+ this._onError = _onError; |
+ this._onDone = _onDone; |
+ this._zone = _zone; |
+ this._state = _state; |
+ this._cancelFuture = _cancelFuture; |
+ this._pending = _pending; |
} |
- _XMLHttpRequestProgressEvent.builtin$cls = "_XMLHttpRequestProgressEvent"; |
- if (!"name" in _XMLHttpRequestProgressEvent) |
- _XMLHttpRequestProgressEvent.name = "_XMLHttpRequestProgressEvent"; |
- $desc = $collectedClasses._XMLHttpRequestProgressEvent; |
+ _ForwardingStreamSubscription.builtin$cls = "_ForwardingStreamSubscription"; |
+ if (!"name" in _ForwardingStreamSubscription) |
+ _ForwardingStreamSubscription.name = "_ForwardingStreamSubscription"; |
+ $desc = $collectedClasses._ForwardingStreamSubscription; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _XMLHttpRequestProgressEvent.prototype = $desc; |
- function VersionChangeEvent() { |
+ _ForwardingStreamSubscription.prototype = $desc; |
+ function BoundClosure$20(_self, __js_helper$_target, _receiver, __js_helper$_name) { |
+ this._self = _self; |
+ this.__js_helper$_target = __js_helper$_target; |
+ this._receiver = _receiver; |
+ this.__js_helper$_name = __js_helper$_name; |
} |
- VersionChangeEvent.builtin$cls = "VersionChangeEvent"; |
- if (!"name" in VersionChangeEvent) |
- VersionChangeEvent.name = "VersionChangeEvent"; |
- $desc = $collectedClasses.VersionChangeEvent; |
+ BoundClosure$20.builtin$cls = "BoundClosure$20"; |
+ $desc = $collectedClasses.BoundClosure$20; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- VersionChangeEvent.prototype = $desc; |
- function AElement() { |
+ BoundClosure$20.prototype = $desc; |
+ function _MapStream(_transform, _source) { |
+ this._transform = _transform; |
+ this._source = _source; |
} |
- AElement.builtin$cls = "AElement"; |
- if (!"name" in AElement) |
- AElement.name = "AElement"; |
- $desc = $collectedClasses.AElement; |
+ _MapStream.builtin$cls = "_MapStream"; |
+ if (!"name" in _MapStream) |
+ _MapStream.name = "_MapStream"; |
+ $desc = $collectedClasses._MapStream; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- AElement.prototype = $desc; |
- AElement.prototype.get$target = function(receiver) { |
- return receiver.target; |
- }; |
- function AltGlyphElement() { |
- } |
- AltGlyphElement.builtin$cls = "AltGlyphElement"; |
- if (!"name" in AltGlyphElement) |
- AltGlyphElement.name = "AltGlyphElement"; |
- $desc = $collectedClasses.AltGlyphElement; |
+ _MapStream.prototype = $desc; |
+ function _BaseZone() { |
+ } |
+ _BaseZone.builtin$cls = "_BaseZone"; |
+ if (!"name" in _BaseZone) |
+ _BaseZone.name = "_BaseZone"; |
+ $desc = $collectedClasses._BaseZone; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- AltGlyphElement.prototype = $desc; |
- function AnimateElement() { |
+ _BaseZone.prototype = $desc; |
+ function _BaseZone_bindCallback_closure(this_0, registered_1) { |
+ this.this_0 = this_0; |
+ this.registered_1 = registered_1; |
} |
- AnimateElement.builtin$cls = "AnimateElement"; |
- if (!"name" in AnimateElement) |
- AnimateElement.name = "AnimateElement"; |
- $desc = $collectedClasses.AnimateElement; |
+ _BaseZone_bindCallback_closure.builtin$cls = "_BaseZone_bindCallback_closure"; |
+ if (!"name" in _BaseZone_bindCallback_closure) |
+ _BaseZone_bindCallback_closure.name = "_BaseZone_bindCallback_closure"; |
+ $desc = $collectedClasses._BaseZone_bindCallback_closure; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- AnimateElement.prototype = $desc; |
- function AnimateMotionElement() { |
+ _BaseZone_bindCallback_closure.prototype = $desc; |
+ function _BaseZone_bindCallback_closure0(this_2, registered_3) { |
+ this.this_2 = this_2; |
+ this.registered_3 = registered_3; |
} |
- AnimateMotionElement.builtin$cls = "AnimateMotionElement"; |
- if (!"name" in AnimateMotionElement) |
- AnimateMotionElement.name = "AnimateMotionElement"; |
- $desc = $collectedClasses.AnimateMotionElement; |
+ _BaseZone_bindCallback_closure0.builtin$cls = "_BaseZone_bindCallback_closure0"; |
+ if (!"name" in _BaseZone_bindCallback_closure0) |
+ _BaseZone_bindCallback_closure0.name = "_BaseZone_bindCallback_closure0"; |
+ $desc = $collectedClasses._BaseZone_bindCallback_closure0; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- AnimateMotionElement.prototype = $desc; |
- function AnimateTransformElement() { |
+ _BaseZone_bindCallback_closure0.prototype = $desc; |
+ function _BaseZone_bindUnaryCallback_closure(this_0, registered_1) { |
+ this.this_0 = this_0; |
+ this.registered_1 = registered_1; |
} |
- AnimateTransformElement.builtin$cls = "AnimateTransformElement"; |
- if (!"name" in AnimateTransformElement) |
- AnimateTransformElement.name = "AnimateTransformElement"; |
- $desc = $collectedClasses.AnimateTransformElement; |
+ _BaseZone_bindUnaryCallback_closure.builtin$cls = "_BaseZone_bindUnaryCallback_closure"; |
+ if (!"name" in _BaseZone_bindUnaryCallback_closure) |
+ _BaseZone_bindUnaryCallback_closure.name = "_BaseZone_bindUnaryCallback_closure"; |
+ $desc = $collectedClasses._BaseZone_bindUnaryCallback_closure; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- AnimateTransformElement.prototype = $desc; |
- function AnimatedNumberList() { |
+ _BaseZone_bindUnaryCallback_closure.prototype = $desc; |
+ function _BaseZone_bindUnaryCallback_closure0(this_2, registered_3) { |
+ this.this_2 = this_2; |
+ this.registered_3 = registered_3; |
} |
- AnimatedNumberList.builtin$cls = "AnimatedNumberList"; |
- if (!"name" in AnimatedNumberList) |
- AnimatedNumberList.name = "AnimatedNumberList"; |
- $desc = $collectedClasses.AnimatedNumberList; |
+ _BaseZone_bindUnaryCallback_closure0.builtin$cls = "_BaseZone_bindUnaryCallback_closure0"; |
+ if (!"name" in _BaseZone_bindUnaryCallback_closure0) |
+ _BaseZone_bindUnaryCallback_closure0.name = "_BaseZone_bindUnaryCallback_closure0"; |
+ $desc = $collectedClasses._BaseZone_bindUnaryCallback_closure0; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- AnimatedNumberList.prototype = $desc; |
- function AnimatedString() { |
+ _BaseZone_bindUnaryCallback_closure0.prototype = $desc; |
+ function _rootHandleUncaughtError_closure(error_0, stackTrace_1) { |
+ this.error_0 = error_0; |
+ this.stackTrace_1 = stackTrace_1; |
} |
- AnimatedString.builtin$cls = "AnimatedString"; |
- if (!"name" in AnimatedString) |
- AnimatedString.name = "AnimatedString"; |
- $desc = $collectedClasses.AnimatedString; |
+ _rootHandleUncaughtError_closure.builtin$cls = "_rootHandleUncaughtError_closure"; |
+ if (!"name" in _rootHandleUncaughtError_closure) |
+ _rootHandleUncaughtError_closure.name = "_rootHandleUncaughtError_closure"; |
+ $desc = $collectedClasses._rootHandleUncaughtError_closure; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- AnimatedString.prototype = $desc; |
- function AnimationElement() { |
+ _rootHandleUncaughtError_closure.prototype = $desc; |
+ function _rootHandleUncaughtError__closure(error_2, stackTrace_3) { |
+ this.error_2 = error_2; |
+ this.stackTrace_3 = stackTrace_3; |
} |
- AnimationElement.builtin$cls = "AnimationElement"; |
- if (!"name" in AnimationElement) |
- AnimationElement.name = "AnimationElement"; |
- $desc = $collectedClasses.AnimationElement; |
+ _rootHandleUncaughtError__closure.builtin$cls = "_rootHandleUncaughtError__closure"; |
+ if (!"name" in _rootHandleUncaughtError__closure) |
+ _rootHandleUncaughtError__closure.name = "_rootHandleUncaughtError__closure"; |
+ $desc = $collectedClasses._rootHandleUncaughtError__closure; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- AnimationElement.prototype = $desc; |
- function CircleElement() { |
+ _rootHandleUncaughtError__closure.prototype = $desc; |
+ function _RootZone() { |
} |
- CircleElement.builtin$cls = "CircleElement"; |
- if (!"name" in CircleElement) |
- CircleElement.name = "CircleElement"; |
- $desc = $collectedClasses.CircleElement; |
+ _RootZone.builtin$cls = "_RootZone"; |
+ if (!"name" in _RootZone) |
+ _RootZone.name = "_RootZone"; |
+ $desc = $collectedClasses._RootZone; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- CircleElement.prototype = $desc; |
- function ClipPathElement() { |
+ _RootZone.prototype = $desc; |
+ function _HashMap(_collection$_length, _strings, _nums, _rest, _keys) { |
+ this._collection$_length = _collection$_length; |
+ this._strings = _strings; |
+ this._nums = _nums; |
+ this._rest = _rest; |
+ this._keys = _keys; |
} |
- ClipPathElement.builtin$cls = "ClipPathElement"; |
- if (!"name" in ClipPathElement) |
- ClipPathElement.name = "ClipPathElement"; |
- $desc = $collectedClasses.ClipPathElement; |
+ _HashMap.builtin$cls = "_HashMap"; |
+ if (!"name" in _HashMap) |
+ _HashMap.name = "_HashMap"; |
+ $desc = $collectedClasses._HashMap; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- ClipPathElement.prototype = $desc; |
- function DefsElement() { |
+ _HashMap.prototype = $desc; |
+ function _HashMap_values_closure(this_0) { |
+ this.this_0 = this_0; |
} |
- DefsElement.builtin$cls = "DefsElement"; |
- if (!"name" in DefsElement) |
- DefsElement.name = "DefsElement"; |
- $desc = $collectedClasses.DefsElement; |
+ _HashMap_values_closure.builtin$cls = "_HashMap_values_closure"; |
+ if (!"name" in _HashMap_values_closure) |
+ _HashMap_values_closure.name = "_HashMap_values_closure"; |
+ $desc = $collectedClasses._HashMap_values_closure; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- DefsElement.prototype = $desc; |
- function DescElement() { |
+ _HashMap_values_closure.prototype = $desc; |
+ function _IdentityHashMap(_collection$_length, _strings, _nums, _rest, _keys) { |
+ this._collection$_length = _collection$_length; |
+ this._strings = _strings; |
+ this._nums = _nums; |
+ this._rest = _rest; |
+ this._keys = _keys; |
} |
- DescElement.builtin$cls = "DescElement"; |
- if (!"name" in DescElement) |
- DescElement.name = "DescElement"; |
- $desc = $collectedClasses.DescElement; |
+ _IdentityHashMap.builtin$cls = "_IdentityHashMap"; |
+ if (!"name" in _IdentityHashMap) |
+ _IdentityHashMap.name = "_IdentityHashMap"; |
+ $desc = $collectedClasses._IdentityHashMap; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- DescElement.prototype = $desc; |
- function EllipseElement() { |
+ _IdentityHashMap.prototype = $desc; |
+ function HashMapKeyIterable(_map) { |
+ this._map = _map; |
} |
- EllipseElement.builtin$cls = "EllipseElement"; |
- if (!"name" in EllipseElement) |
- EllipseElement.name = "EllipseElement"; |
- $desc = $collectedClasses.EllipseElement; |
+ HashMapKeyIterable.builtin$cls = "HashMapKeyIterable"; |
+ if (!"name" in HashMapKeyIterable) |
+ HashMapKeyIterable.name = "HashMapKeyIterable"; |
+ $desc = $collectedClasses.HashMapKeyIterable; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- EllipseElement.prototype = $desc; |
- function FEBlendElement() { |
+ HashMapKeyIterable.prototype = $desc; |
+ function HashMapKeyIterator(_map, _keys, _offset, _collection$_current) { |
+ this._map = _map; |
+ this._keys = _keys; |
+ this._offset = _offset; |
+ this._collection$_current = _collection$_current; |
} |
- FEBlendElement.builtin$cls = "FEBlendElement"; |
- if (!"name" in FEBlendElement) |
- FEBlendElement.name = "FEBlendElement"; |
- $desc = $collectedClasses.FEBlendElement; |
+ HashMapKeyIterator.builtin$cls = "HashMapKeyIterator"; |
+ if (!"name" in HashMapKeyIterator) |
+ HashMapKeyIterator.name = "HashMapKeyIterator"; |
+ $desc = $collectedClasses.HashMapKeyIterator; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- FEBlendElement.prototype = $desc; |
- function FEColorMatrixElement() { |
+ HashMapKeyIterator.prototype = $desc; |
+ function _LinkedHashMap(_collection$_length, _strings, _nums, _rest, _first, _last, _modifications) { |
+ this._collection$_length = _collection$_length; |
+ this._strings = _strings; |
+ this._nums = _nums; |
+ this._rest = _rest; |
+ this._first = _first; |
+ this._last = _last; |
+ this._modifications = _modifications; |
} |
- FEColorMatrixElement.builtin$cls = "FEColorMatrixElement"; |
- if (!"name" in FEColorMatrixElement) |
- FEColorMatrixElement.name = "FEColorMatrixElement"; |
- $desc = $collectedClasses.FEColorMatrixElement; |
+ _LinkedHashMap.builtin$cls = "_LinkedHashMap"; |
+ if (!"name" in _LinkedHashMap) |
+ _LinkedHashMap.name = "_LinkedHashMap"; |
+ $desc = $collectedClasses._LinkedHashMap; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- FEColorMatrixElement.prototype = $desc; |
- function FEComponentTransferElement() { |
+ _LinkedHashMap.prototype = $desc; |
+ function _LinkedHashMap_values_closure(this_0) { |
+ this.this_0 = this_0; |
} |
- FEComponentTransferElement.builtin$cls = "FEComponentTransferElement"; |
- if (!"name" in FEComponentTransferElement) |
- FEComponentTransferElement.name = "FEComponentTransferElement"; |
- $desc = $collectedClasses.FEComponentTransferElement; |
+ _LinkedHashMap_values_closure.builtin$cls = "_LinkedHashMap_values_closure"; |
+ if (!"name" in _LinkedHashMap_values_closure) |
+ _LinkedHashMap_values_closure.name = "_LinkedHashMap_values_closure"; |
+ $desc = $collectedClasses._LinkedHashMap_values_closure; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- FEComponentTransferElement.prototype = $desc; |
- function FECompositeElement() { |
+ _LinkedHashMap_values_closure.prototype = $desc; |
+ function LinkedHashMapCell(_key, _collection$_value, _next, _previous) { |
+ this._key = _key; |
+ this._collection$_value = _collection$_value; |
+ this._next = _next; |
+ this._previous = _previous; |
} |
- FECompositeElement.builtin$cls = "FECompositeElement"; |
- if (!"name" in FECompositeElement) |
- FECompositeElement.name = "FECompositeElement"; |
- $desc = $collectedClasses.FECompositeElement; |
+ LinkedHashMapCell.builtin$cls = "LinkedHashMapCell"; |
+ if (!"name" in LinkedHashMapCell) |
+ LinkedHashMapCell.name = "LinkedHashMapCell"; |
+ $desc = $collectedClasses.LinkedHashMapCell; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- FECompositeElement.prototype = $desc; |
- function FEConvolveMatrixElement() { |
+ LinkedHashMapCell.prototype = $desc; |
+ LinkedHashMapCell.prototype.get$_key = function() { |
+ return this._key; |
+ }; |
+ LinkedHashMapCell.prototype.get$_collection$_value = function() { |
+ return this._collection$_value; |
+ }; |
+ LinkedHashMapCell.prototype.set$_collection$_value = function(v) { |
+ return this._collection$_value = v; |
+ }; |
+ LinkedHashMapCell.prototype.get$_next = function() { |
+ return this._next; |
+ }; |
+ LinkedHashMapCell.prototype.get$_previous = function() { |
+ return this._previous; |
+ }; |
+ function LinkedHashMapKeyIterable(_map) { |
+ this._map = _map; |
} |
- FEConvolveMatrixElement.builtin$cls = "FEConvolveMatrixElement"; |
- if (!"name" in FEConvolveMatrixElement) |
- FEConvolveMatrixElement.name = "FEConvolveMatrixElement"; |
- $desc = $collectedClasses.FEConvolveMatrixElement; |
+ LinkedHashMapKeyIterable.builtin$cls = "LinkedHashMapKeyIterable"; |
+ if (!"name" in LinkedHashMapKeyIterable) |
+ LinkedHashMapKeyIterable.name = "LinkedHashMapKeyIterable"; |
+ $desc = $collectedClasses.LinkedHashMapKeyIterable; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- FEConvolveMatrixElement.prototype = $desc; |
- function FEDiffuseLightingElement() { |
+ LinkedHashMapKeyIterable.prototype = $desc; |
+ function LinkedHashMapKeyIterator(_map, _modifications, _cell, _collection$_current) { |
+ this._map = _map; |
+ this._modifications = _modifications; |
+ this._cell = _cell; |
+ this._collection$_current = _collection$_current; |
} |
- FEDiffuseLightingElement.builtin$cls = "FEDiffuseLightingElement"; |
- if (!"name" in FEDiffuseLightingElement) |
- FEDiffuseLightingElement.name = "FEDiffuseLightingElement"; |
- $desc = $collectedClasses.FEDiffuseLightingElement; |
+ LinkedHashMapKeyIterator.builtin$cls = "LinkedHashMapKeyIterator"; |
+ if (!"name" in LinkedHashMapKeyIterator) |
+ LinkedHashMapKeyIterator.name = "LinkedHashMapKeyIterator"; |
+ $desc = $collectedClasses.LinkedHashMapKeyIterator; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- FEDiffuseLightingElement.prototype = $desc; |
- function FEDisplacementMapElement() { |
+ LinkedHashMapKeyIterator.prototype = $desc; |
+ function _HashSet() { |
} |
- FEDisplacementMapElement.builtin$cls = "FEDisplacementMapElement"; |
- if (!"name" in FEDisplacementMapElement) |
- FEDisplacementMapElement.name = "FEDisplacementMapElement"; |
- $desc = $collectedClasses.FEDisplacementMapElement; |
+ _HashSet.builtin$cls = "_HashSet"; |
+ if (!"name" in _HashSet) |
+ _HashSet.name = "_HashSet"; |
+ $desc = $collectedClasses._HashSet; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- FEDisplacementMapElement.prototype = $desc; |
- function FEDistantLightElement() { |
+ _HashSet.prototype = $desc; |
+ function _IdentityHashSet(_collection$_length, _strings, _nums, _rest, _elements) { |
+ this._collection$_length = _collection$_length; |
+ this._strings = _strings; |
+ this._nums = _nums; |
+ this._rest = _rest; |
+ this._elements = _elements; |
} |
- FEDistantLightElement.builtin$cls = "FEDistantLightElement"; |
- if (!"name" in FEDistantLightElement) |
- FEDistantLightElement.name = "FEDistantLightElement"; |
- $desc = $collectedClasses.FEDistantLightElement; |
+ _IdentityHashSet.builtin$cls = "_IdentityHashSet"; |
+ if (!"name" in _IdentityHashSet) |
+ _IdentityHashSet.name = "_IdentityHashSet"; |
+ $desc = $collectedClasses._IdentityHashSet; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- FEDistantLightElement.prototype = $desc; |
- function FEFloodElement() { |
+ _IdentityHashSet.prototype = $desc; |
+ function HashSetIterator(_set, _elements, _offset, _collection$_current) { |
+ this._set = _set; |
+ this._elements = _elements; |
+ this._offset = _offset; |
+ this._collection$_current = _collection$_current; |
} |
- FEFloodElement.builtin$cls = "FEFloodElement"; |
- if (!"name" in FEFloodElement) |
- FEFloodElement.name = "FEFloodElement"; |
- $desc = $collectedClasses.FEFloodElement; |
+ HashSetIterator.builtin$cls = "HashSetIterator"; |
+ if (!"name" in HashSetIterator) |
+ HashSetIterator.name = "HashSetIterator"; |
+ $desc = $collectedClasses.HashSetIterator; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- FEFloodElement.prototype = $desc; |
- function FEFuncAElement() { |
+ HashSetIterator.prototype = $desc; |
+ function _HashSetBase() { |
} |
- FEFuncAElement.builtin$cls = "FEFuncAElement"; |
- if (!"name" in FEFuncAElement) |
- FEFuncAElement.name = "FEFuncAElement"; |
- $desc = $collectedClasses.FEFuncAElement; |
+ _HashSetBase.builtin$cls = "_HashSetBase"; |
+ if (!"name" in _HashSetBase) |
+ _HashSetBase.name = "_HashSetBase"; |
+ $desc = $collectedClasses._HashSetBase; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- FEFuncAElement.prototype = $desc; |
- function FEFuncBElement() { |
+ _HashSetBase.prototype = $desc; |
+ function IterableBase() { |
} |
- FEFuncBElement.builtin$cls = "FEFuncBElement"; |
- if (!"name" in FEFuncBElement) |
- FEFuncBElement.name = "FEFuncBElement"; |
- $desc = $collectedClasses.FEFuncBElement; |
+ IterableBase.builtin$cls = "IterableBase"; |
+ if (!"name" in IterableBase) |
+ IterableBase.name = "IterableBase"; |
+ $desc = $collectedClasses.IterableBase; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- FEFuncBElement.prototype = $desc; |
- function FEFuncGElement() { |
+ IterableBase.prototype = $desc; |
+ function ListMixin() { |
} |
- FEFuncGElement.builtin$cls = "FEFuncGElement"; |
- if (!"name" in FEFuncGElement) |
- FEFuncGElement.name = "FEFuncGElement"; |
- $desc = $collectedClasses.FEFuncGElement; |
+ ListMixin.builtin$cls = "ListMixin"; |
+ if (!"name" in ListMixin) |
+ ListMixin.name = "ListMixin"; |
+ $desc = $collectedClasses.ListMixin; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- FEFuncGElement.prototype = $desc; |
- function FEFuncRElement() { |
+ ListMixin.prototype = $desc; |
+ function Maps_mapToString_closure(box_0, result_1) { |
+ this.box_0 = box_0; |
+ this.result_1 = result_1; |
} |
- FEFuncRElement.builtin$cls = "FEFuncRElement"; |
- if (!"name" in FEFuncRElement) |
- FEFuncRElement.name = "FEFuncRElement"; |
- $desc = $collectedClasses.FEFuncRElement; |
+ Maps_mapToString_closure.builtin$cls = "Maps_mapToString_closure"; |
+ if (!"name" in Maps_mapToString_closure) |
+ Maps_mapToString_closure.name = "Maps_mapToString_closure"; |
+ $desc = $collectedClasses.Maps_mapToString_closure; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- FEFuncRElement.prototype = $desc; |
- function FEGaussianBlurElement() { |
+ Maps_mapToString_closure.prototype = $desc; |
+ function ListQueue(_table, _head, _tail, _modificationCount) { |
+ this._table = _table; |
+ this._head = _head; |
+ this._tail = _tail; |
+ this._modificationCount = _modificationCount; |
} |
- FEGaussianBlurElement.builtin$cls = "FEGaussianBlurElement"; |
- if (!"name" in FEGaussianBlurElement) |
- FEGaussianBlurElement.name = "FEGaussianBlurElement"; |
- $desc = $collectedClasses.FEGaussianBlurElement; |
+ ListQueue.builtin$cls = "ListQueue"; |
+ if (!"name" in ListQueue) |
+ ListQueue.name = "ListQueue"; |
+ $desc = $collectedClasses.ListQueue; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- FEGaussianBlurElement.prototype = $desc; |
- function FEImageElement() { |
+ ListQueue.prototype = $desc; |
+ function _ListQueueIterator(_queue, _end, _modificationCount, _position, _collection$_current) { |
+ this._queue = _queue; |
+ this._end = _end; |
+ this._modificationCount = _modificationCount; |
+ this._position = _position; |
+ this._collection$_current = _collection$_current; |
} |
- FEImageElement.builtin$cls = "FEImageElement"; |
- if (!"name" in FEImageElement) |
- FEImageElement.name = "FEImageElement"; |
- $desc = $collectedClasses.FEImageElement; |
+ _ListQueueIterator.builtin$cls = "_ListQueueIterator"; |
+ if (!"name" in _ListQueueIterator) |
+ _ListQueueIterator.name = "_ListQueueIterator"; |
+ $desc = $collectedClasses._ListQueueIterator; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- FEImageElement.prototype = $desc; |
- function FEMergeElement() { |
+ _ListQueueIterator.prototype = $desc; |
+ function Function__toMangledNames_closure(result_0) { |
+ this.result_0 = result_0; |
} |
- FEMergeElement.builtin$cls = "FEMergeElement"; |
- if (!"name" in FEMergeElement) |
- FEMergeElement.name = "FEMergeElement"; |
- $desc = $collectedClasses.FEMergeElement; |
+ Function__toMangledNames_closure.builtin$cls = "Function__toMangledNames_closure"; |
+ if (!"name" in Function__toMangledNames_closure) |
+ Function__toMangledNames_closure.name = "Function__toMangledNames_closure"; |
+ $desc = $collectedClasses.Function__toMangledNames_closure; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- FEMergeElement.prototype = $desc; |
- function FEMergeNodeElement() { |
+ Function__toMangledNames_closure.prototype = $desc; |
+ function NoSuchMethodError_toString_closure(box_0) { |
+ this.box_0 = box_0; |
} |
- FEMergeNodeElement.builtin$cls = "FEMergeNodeElement"; |
- if (!"name" in FEMergeNodeElement) |
- FEMergeNodeElement.name = "FEMergeNodeElement"; |
- $desc = $collectedClasses.FEMergeNodeElement; |
+ NoSuchMethodError_toString_closure.builtin$cls = "NoSuchMethodError_toString_closure"; |
+ if (!"name" in NoSuchMethodError_toString_closure) |
+ NoSuchMethodError_toString_closure.name = "NoSuchMethodError_toString_closure"; |
+ $desc = $collectedClasses.NoSuchMethodError_toString_closure; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- FEMergeNodeElement.prototype = $desc; |
- function FEMorphologyElement() { |
+ NoSuchMethodError_toString_closure.prototype = $desc; |
+ function DateTime(millisecondsSinceEpoch, isUtc) { |
+ this.millisecondsSinceEpoch = millisecondsSinceEpoch; |
+ this.isUtc = isUtc; |
} |
- FEMorphologyElement.builtin$cls = "FEMorphologyElement"; |
- if (!"name" in FEMorphologyElement) |
- FEMorphologyElement.name = "FEMorphologyElement"; |
- $desc = $collectedClasses.FEMorphologyElement; |
+ DateTime.builtin$cls = "DateTime"; |
+ if (!"name" in DateTime) |
+ DateTime.name = "DateTime"; |
+ $desc = $collectedClasses.DateTime; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- FEMorphologyElement.prototype = $desc; |
- function FEOffsetElement() { |
+ DateTime.prototype = $desc; |
+ function DateTime_toString_fourDigits() { |
} |
- FEOffsetElement.builtin$cls = "FEOffsetElement"; |
- if (!"name" in FEOffsetElement) |
- FEOffsetElement.name = "FEOffsetElement"; |
- $desc = $collectedClasses.FEOffsetElement; |
+ DateTime_toString_fourDigits.builtin$cls = "DateTime_toString_fourDigits"; |
+ if (!"name" in DateTime_toString_fourDigits) |
+ DateTime_toString_fourDigits.name = "DateTime_toString_fourDigits"; |
+ $desc = $collectedClasses.DateTime_toString_fourDigits; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- FEOffsetElement.prototype = $desc; |
- function FEPointLightElement() { |
+ DateTime_toString_fourDigits.prototype = $desc; |
+ function DateTime_toString_threeDigits() { |
} |
- FEPointLightElement.builtin$cls = "FEPointLightElement"; |
- if (!"name" in FEPointLightElement) |
- FEPointLightElement.name = "FEPointLightElement"; |
- $desc = $collectedClasses.FEPointLightElement; |
+ DateTime_toString_threeDigits.builtin$cls = "DateTime_toString_threeDigits"; |
+ if (!"name" in DateTime_toString_threeDigits) |
+ DateTime_toString_threeDigits.name = "DateTime_toString_threeDigits"; |
+ $desc = $collectedClasses.DateTime_toString_threeDigits; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- FEPointLightElement.prototype = $desc; |
- function FESpecularLightingElement() { |
+ DateTime_toString_threeDigits.prototype = $desc; |
+ function DateTime_toString_twoDigits() { |
} |
- FESpecularLightingElement.builtin$cls = "FESpecularLightingElement"; |
- if (!"name" in FESpecularLightingElement) |
- FESpecularLightingElement.name = "FESpecularLightingElement"; |
- $desc = $collectedClasses.FESpecularLightingElement; |
+ DateTime_toString_twoDigits.builtin$cls = "DateTime_toString_twoDigits"; |
+ if (!"name" in DateTime_toString_twoDigits) |
+ DateTime_toString_twoDigits.name = "DateTime_toString_twoDigits"; |
+ $desc = $collectedClasses.DateTime_toString_twoDigits; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- FESpecularLightingElement.prototype = $desc; |
- function FESpotLightElement() { |
+ DateTime_toString_twoDigits.prototype = $desc; |
+ function Duration(_duration) { |
+ this._duration = _duration; |
} |
- FESpotLightElement.builtin$cls = "FESpotLightElement"; |
- if (!"name" in FESpotLightElement) |
- FESpotLightElement.name = "FESpotLightElement"; |
- $desc = $collectedClasses.FESpotLightElement; |
+ Duration.builtin$cls = "Duration"; |
+ if (!"name" in Duration) |
+ Duration.name = "Duration"; |
+ $desc = $collectedClasses.Duration; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- FESpotLightElement.prototype = $desc; |
- function FETileElement() { |
+ Duration.prototype = $desc; |
+ Duration.prototype.get$_duration = function() { |
+ return this._duration; |
+ }; |
+ function Duration_toString_sixDigits() { |
} |
- FETileElement.builtin$cls = "FETileElement"; |
- if (!"name" in FETileElement) |
- FETileElement.name = "FETileElement"; |
- $desc = $collectedClasses.FETileElement; |
+ Duration_toString_sixDigits.builtin$cls = "Duration_toString_sixDigits"; |
+ if (!"name" in Duration_toString_sixDigits) |
+ Duration_toString_sixDigits.name = "Duration_toString_sixDigits"; |
+ $desc = $collectedClasses.Duration_toString_sixDigits; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- FETileElement.prototype = $desc; |
- function FETurbulenceElement() { |
+ Duration_toString_sixDigits.prototype = $desc; |
+ function Duration_toString_twoDigits() { |
} |
- FETurbulenceElement.builtin$cls = "FETurbulenceElement"; |
- if (!"name" in FETurbulenceElement) |
- FETurbulenceElement.name = "FETurbulenceElement"; |
- $desc = $collectedClasses.FETurbulenceElement; |
+ Duration_toString_twoDigits.builtin$cls = "Duration_toString_twoDigits"; |
+ if (!"name" in Duration_toString_twoDigits) |
+ Duration_toString_twoDigits.name = "Duration_toString_twoDigits"; |
+ $desc = $collectedClasses.Duration_toString_twoDigits; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- FETurbulenceElement.prototype = $desc; |
- function FilterElement() { |
+ Duration_toString_twoDigits.prototype = $desc; |
+ function Error() { |
} |
- FilterElement.builtin$cls = "FilterElement"; |
- if (!"name" in FilterElement) |
- FilterElement.name = "FilterElement"; |
- $desc = $collectedClasses.FilterElement; |
+ Error.builtin$cls = "Error"; |
+ if (!"name" in Error) |
+ Error.name = "Error"; |
+ $desc = $collectedClasses.Error; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- FilterElement.prototype = $desc; |
- function ForeignObjectElement() { |
+ Error.prototype = $desc; |
+ function NullThrownError() { |
} |
- ForeignObjectElement.builtin$cls = "ForeignObjectElement"; |
- if (!"name" in ForeignObjectElement) |
- ForeignObjectElement.name = "ForeignObjectElement"; |
- $desc = $collectedClasses.ForeignObjectElement; |
+ NullThrownError.builtin$cls = "NullThrownError"; |
+ if (!"name" in NullThrownError) |
+ NullThrownError.name = "NullThrownError"; |
+ $desc = $collectedClasses.NullThrownError; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- ForeignObjectElement.prototype = $desc; |
- function GElement() { |
+ NullThrownError.prototype = $desc; |
+ function ArgumentError(message) { |
+ this.message = message; |
} |
- GElement.builtin$cls = "GElement"; |
- if (!"name" in GElement) |
- GElement.name = "GElement"; |
- $desc = $collectedClasses.GElement; |
+ ArgumentError.builtin$cls = "ArgumentError"; |
+ if (!"name" in ArgumentError) |
+ ArgumentError.name = "ArgumentError"; |
+ $desc = $collectedClasses.ArgumentError; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- GElement.prototype = $desc; |
- function GraphicsElement() { |
- } |
- GraphicsElement.builtin$cls = "GraphicsElement"; |
- if (!"name" in GraphicsElement) |
- GraphicsElement.name = "GraphicsElement"; |
- $desc = $collectedClasses.GraphicsElement; |
+ ArgumentError.prototype = $desc; |
+ function RangeError(message) { |
+ this.message = message; |
+ } |
+ RangeError.builtin$cls = "RangeError"; |
+ if (!"name" in RangeError) |
+ RangeError.name = "RangeError"; |
+ $desc = $collectedClasses.RangeError; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- GraphicsElement.prototype = $desc; |
- function ImageElement0() { |
+ RangeError.prototype = $desc; |
+ function NoSuchMethodError(_core$_receiver, _memberName, _core$_arguments, _namedArguments, _existingArgumentNames) { |
+ this._core$_receiver = _core$_receiver; |
+ this._memberName = _memberName; |
+ this._core$_arguments = _core$_arguments; |
+ this._namedArguments = _namedArguments; |
+ this._existingArgumentNames = _existingArgumentNames; |
} |
- ImageElement0.builtin$cls = "ImageElement0"; |
- if (!"name" in ImageElement0) |
- ImageElement0.name = "ImageElement0"; |
- $desc = $collectedClasses.ImageElement0; |
+ NoSuchMethodError.builtin$cls = "NoSuchMethodError"; |
+ if (!"name" in NoSuchMethodError) |
+ NoSuchMethodError.name = "NoSuchMethodError"; |
+ $desc = $collectedClasses.NoSuchMethodError; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- ImageElement0.prototype = $desc; |
- function LineElement() { |
+ NoSuchMethodError.prototype = $desc; |
+ function UnsupportedError(message) { |
+ this.message = message; |
} |
- LineElement.builtin$cls = "LineElement"; |
- if (!"name" in LineElement) |
- LineElement.name = "LineElement"; |
- $desc = $collectedClasses.LineElement; |
+ UnsupportedError.builtin$cls = "UnsupportedError"; |
+ if (!"name" in UnsupportedError) |
+ UnsupportedError.name = "UnsupportedError"; |
+ $desc = $collectedClasses.UnsupportedError; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- LineElement.prototype = $desc; |
- function LinearGradientElement() { |
+ UnsupportedError.prototype = $desc; |
+ function UnimplementedError(message) { |
+ this.message = message; |
} |
- LinearGradientElement.builtin$cls = "LinearGradientElement"; |
- if (!"name" in LinearGradientElement) |
- LinearGradientElement.name = "LinearGradientElement"; |
- $desc = $collectedClasses.LinearGradientElement; |
+ UnimplementedError.builtin$cls = "UnimplementedError"; |
+ if (!"name" in UnimplementedError) |
+ UnimplementedError.name = "UnimplementedError"; |
+ $desc = $collectedClasses.UnimplementedError; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- LinearGradientElement.prototype = $desc; |
- function MarkerElement() { |
+ UnimplementedError.prototype = $desc; |
+ function StateError(message) { |
+ this.message = message; |
} |
- MarkerElement.builtin$cls = "MarkerElement"; |
- if (!"name" in MarkerElement) |
- MarkerElement.name = "MarkerElement"; |
- $desc = $collectedClasses.MarkerElement; |
+ StateError.builtin$cls = "StateError"; |
+ if (!"name" in StateError) |
+ StateError.name = "StateError"; |
+ $desc = $collectedClasses.StateError; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- MarkerElement.prototype = $desc; |
- function MaskElement() { |
+ StateError.prototype = $desc; |
+ function ConcurrentModificationError(modifiedObject) { |
+ this.modifiedObject = modifiedObject; |
} |
- MaskElement.builtin$cls = "MaskElement"; |
- if (!"name" in MaskElement) |
- MaskElement.name = "MaskElement"; |
- $desc = $collectedClasses.MaskElement; |
+ ConcurrentModificationError.builtin$cls = "ConcurrentModificationError"; |
+ if (!"name" in ConcurrentModificationError) |
+ ConcurrentModificationError.name = "ConcurrentModificationError"; |
+ $desc = $collectedClasses.ConcurrentModificationError; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- MaskElement.prototype = $desc; |
- function MetadataElement() { |
+ ConcurrentModificationError.prototype = $desc; |
+ function StackOverflowError() { |
} |
- MetadataElement.builtin$cls = "MetadataElement"; |
- if (!"name" in MetadataElement) |
- MetadataElement.name = "MetadataElement"; |
- $desc = $collectedClasses.MetadataElement; |
+ StackOverflowError.builtin$cls = "StackOverflowError"; |
+ if (!"name" in StackOverflowError) |
+ StackOverflowError.name = "StackOverflowError"; |
+ $desc = $collectedClasses.StackOverflowError; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- MetadataElement.prototype = $desc; |
- function PathElement() { |
+ StackOverflowError.prototype = $desc; |
+ function CyclicInitializationError(variableName) { |
+ this.variableName = variableName; |
} |
- PathElement.builtin$cls = "PathElement"; |
- if (!"name" in PathElement) |
- PathElement.name = "PathElement"; |
- $desc = $collectedClasses.PathElement; |
+ CyclicInitializationError.builtin$cls = "CyclicInitializationError"; |
+ if (!"name" in CyclicInitializationError) |
+ CyclicInitializationError.name = "CyclicInitializationError"; |
+ $desc = $collectedClasses.CyclicInitializationError; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- PathElement.prototype = $desc; |
- function PatternElement() { |
+ CyclicInitializationError.prototype = $desc; |
+ function _ExceptionImplementation(message) { |
+ this.message = message; |
} |
- PatternElement.builtin$cls = "PatternElement"; |
- if (!"name" in PatternElement) |
- PatternElement.name = "PatternElement"; |
- $desc = $collectedClasses.PatternElement; |
+ _ExceptionImplementation.builtin$cls = "_ExceptionImplementation"; |
+ if (!"name" in _ExceptionImplementation) |
+ _ExceptionImplementation.name = "_ExceptionImplementation"; |
+ $desc = $collectedClasses._ExceptionImplementation; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- PatternElement.prototype = $desc; |
- function PolygonElement() { |
+ _ExceptionImplementation.prototype = $desc; |
+ function FormatException(message) { |
+ this.message = message; |
} |
- PolygonElement.builtin$cls = "PolygonElement"; |
- if (!"name" in PolygonElement) |
- PolygonElement.name = "PolygonElement"; |
- $desc = $collectedClasses.PolygonElement; |
+ FormatException.builtin$cls = "FormatException"; |
+ if (!"name" in FormatException) |
+ FormatException.name = "FormatException"; |
+ $desc = $collectedClasses.FormatException; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- PolygonElement.prototype = $desc; |
- function PolylineElement() { |
+ FormatException.prototype = $desc; |
+ function Expando(name) { |
+ this.name = name; |
} |
- PolylineElement.builtin$cls = "PolylineElement"; |
- if (!"name" in PolylineElement) |
- PolylineElement.name = "PolylineElement"; |
- $desc = $collectedClasses.PolylineElement; |
+ Expando.builtin$cls = "Expando"; |
+ if (!"name" in Expando) |
+ Expando.name = "Expando"; |
+ $desc = $collectedClasses.Expando; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- PolylineElement.prototype = $desc; |
- function RadialGradientElement() { |
+ Expando.prototype = $desc; |
+ function Function() { |
} |
- RadialGradientElement.builtin$cls = "RadialGradientElement"; |
- if (!"name" in RadialGradientElement) |
- RadialGradientElement.name = "RadialGradientElement"; |
- $desc = $collectedClasses.RadialGradientElement; |
+ Function.builtin$cls = "Function"; |
+ if (!"name" in Function) |
+ Function.name = "Function"; |
+ $desc = $collectedClasses.Function; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- RadialGradientElement.prototype = $desc; |
- function RectElement() { |
+ Function.prototype = $desc; |
+ function Iterator() { |
} |
- RectElement.builtin$cls = "RectElement"; |
- if (!"name" in RectElement) |
- RectElement.name = "RectElement"; |
- $desc = $collectedClasses.RectElement; |
+ Iterator.builtin$cls = "Iterator"; |
+ if (!"name" in Iterator) |
+ Iterator.name = "Iterator"; |
+ $desc = $collectedClasses.Iterator; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- RectElement.prototype = $desc; |
- function ScriptElement0() { |
+ Iterator.prototype = $desc; |
+ function Null() { |
} |
- ScriptElement0.builtin$cls = "ScriptElement0"; |
- if (!"name" in ScriptElement0) |
- ScriptElement0.name = "ScriptElement0"; |
- $desc = $collectedClasses.ScriptElement0; |
+ Null.builtin$cls = "Null"; |
+ if (!"name" in Null) |
+ Null.name = "Null"; |
+ $desc = $collectedClasses.Null; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- ScriptElement0.prototype = $desc; |
- function SetElement() { |
+ Null.prototype = $desc; |
+ function Object() { |
} |
- SetElement.builtin$cls = "SetElement"; |
- if (!"name" in SetElement) |
- SetElement.name = "SetElement"; |
- $desc = $collectedClasses.SetElement; |
+ Object.builtin$cls = "Object"; |
+ if (!"name" in Object) |
+ Object.name = "Object"; |
+ $desc = $collectedClasses.Object; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- SetElement.prototype = $desc; |
- function StopElement() { |
+ Object.prototype = $desc; |
+ function StackTrace() { |
} |
- StopElement.builtin$cls = "StopElement"; |
- if (!"name" in StopElement) |
- StopElement.name = "StopElement"; |
- $desc = $collectedClasses.StopElement; |
+ StackTrace.builtin$cls = "StackTrace"; |
+ if (!"name" in StackTrace) |
+ StackTrace.name = "StackTrace"; |
+ $desc = $collectedClasses.StackTrace; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- StopElement.prototype = $desc; |
- function StyleElement0() { |
+ StackTrace.prototype = $desc; |
+ function StringBuffer(_contents) { |
+ this._contents = _contents; |
} |
- StyleElement0.builtin$cls = "StyleElement0"; |
- if (!"name" in StyleElement0) |
- StyleElement0.name = "StyleElement0"; |
- $desc = $collectedClasses.StyleElement0; |
+ StringBuffer.builtin$cls = "StringBuffer"; |
+ if (!"name" in StringBuffer) |
+ StringBuffer.name = "StringBuffer"; |
+ $desc = $collectedClasses.StringBuffer; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- StyleElement0.prototype = $desc; |
- StyleElement0.prototype.set$disabled = function(receiver, v) { |
- return receiver.disabled = v; |
+ StringBuffer.prototype = $desc; |
+ StringBuffer.prototype.get$_contents = function() { |
+ return this._contents; |
}; |
- function SvgDocument() { |
+ function Symbol() { |
} |
- SvgDocument.builtin$cls = "SvgDocument"; |
- if (!"name" in SvgDocument) |
- SvgDocument.name = "SvgDocument"; |
- $desc = $collectedClasses.SvgDocument; |
+ Symbol.builtin$cls = "Symbol"; |
+ if (!"name" in Symbol) |
+ Symbol.name = "Symbol"; |
+ $desc = $collectedClasses.Symbol; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- SvgDocument.prototype = $desc; |
- function SvgElement() { |
+ Symbol.prototype = $desc; |
+ function EventStreamProvider(_eventType) { |
+ this._eventType = _eventType; |
} |
- SvgElement.builtin$cls = "SvgElement"; |
- if (!"name" in SvgElement) |
- SvgElement.name = "SvgElement"; |
- $desc = $collectedClasses.SvgElement; |
+ EventStreamProvider.builtin$cls = "EventStreamProvider"; |
+ if (!"name" in EventStreamProvider) |
+ EventStreamProvider.name = "EventStreamProvider"; |
+ $desc = $collectedClasses.EventStreamProvider; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- SvgElement.prototype = $desc; |
- function SvgSvgElement() { |
+ EventStreamProvider.prototype = $desc; |
+ function _EventStream() { |
} |
- SvgSvgElement.builtin$cls = "SvgSvgElement"; |
- if (!"name" in SvgSvgElement) |
- SvgSvgElement.name = "SvgSvgElement"; |
- $desc = $collectedClasses.SvgSvgElement; |
+ _EventStream.builtin$cls = "_EventStream"; |
+ if (!"name" in _EventStream) |
+ _EventStream.name = "_EventStream"; |
+ $desc = $collectedClasses._EventStream; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- SvgSvgElement.prototype = $desc; |
- function SwitchElement() { |
+ _EventStream.prototype = $desc; |
+ function _ElementEventStreamImpl(_target, _eventType, _useCapture) { |
+ this._target = _target; |
+ this._eventType = _eventType; |
+ this._useCapture = _useCapture; |
} |
- SwitchElement.builtin$cls = "SwitchElement"; |
- if (!"name" in SwitchElement) |
- SwitchElement.name = "SwitchElement"; |
- $desc = $collectedClasses.SwitchElement; |
+ _ElementEventStreamImpl.builtin$cls = "_ElementEventStreamImpl"; |
+ if (!"name" in _ElementEventStreamImpl) |
+ _ElementEventStreamImpl.name = "_ElementEventStreamImpl"; |
+ $desc = $collectedClasses._ElementEventStreamImpl; |
+ if ($desc instanceof Array) |
+ $desc = $desc[1]; |
+ _ElementEventStreamImpl.prototype = $desc; |
+ function _EventStreamSubscription(_pauseCount, _target, _eventType, _onData, _useCapture) { |
+ this._pauseCount = _pauseCount; |
+ this._target = _target; |
+ this._eventType = _eventType; |
+ this._onData = _onData; |
+ this._useCapture = _useCapture; |
+ } |
+ _EventStreamSubscription.builtin$cls = "_EventStreamSubscription"; |
+ if (!"name" in _EventStreamSubscription) |
+ _EventStreamSubscription.name = "_EventStreamSubscription"; |
+ $desc = $collectedClasses._EventStreamSubscription; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- SwitchElement.prototype = $desc; |
- function SymbolElement() { |
+ _EventStreamSubscription.prototype = $desc; |
+ function ReceivePort() { |
} |
- SymbolElement.builtin$cls = "SymbolElement"; |
- if (!"name" in SymbolElement) |
- SymbolElement.name = "SymbolElement"; |
- $desc = $collectedClasses.SymbolElement; |
+ ReceivePort.builtin$cls = "ReceivePort"; |
+ if (!"name" in ReceivePort) |
+ ReceivePort.name = "ReceivePort"; |
+ $desc = $collectedClasses.ReceivePort; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- SymbolElement.prototype = $desc; |
- function TSpanElement() { |
+ ReceivePort.prototype = $desc; |
+ function JsObject(_jsObject) { |
+ this._jsObject = _jsObject; |
} |
- TSpanElement.builtin$cls = "TSpanElement"; |
- if (!"name" in TSpanElement) |
- TSpanElement.name = "TSpanElement"; |
- $desc = $collectedClasses.TSpanElement; |
+ JsObject.builtin$cls = "JsObject"; |
+ if (!"name" in JsObject) |
+ JsObject.name = "JsObject"; |
+ $desc = $collectedClasses.JsObject; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- TSpanElement.prototype = $desc; |
- function TextContentElement() { |
+ JsObject.prototype = $desc; |
+ function JsObject__convertDataTree__convert(_convertedObjects_0) { |
+ this._convertedObjects_0 = _convertedObjects_0; |
} |
- TextContentElement.builtin$cls = "TextContentElement"; |
- if (!"name" in TextContentElement) |
- TextContentElement.name = "TextContentElement"; |
- $desc = $collectedClasses.TextContentElement; |
+ JsObject__convertDataTree__convert.builtin$cls = "JsObject__convertDataTree__convert"; |
+ if (!"name" in JsObject__convertDataTree__convert) |
+ JsObject__convertDataTree__convert.name = "JsObject__convertDataTree__convert"; |
+ $desc = $collectedClasses.JsObject__convertDataTree__convert; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- TextContentElement.prototype = $desc; |
- function TextElement() { |
+ JsObject__convertDataTree__convert.prototype = $desc; |
+ function JsFunction(_jsObject) { |
+ this._jsObject = _jsObject; |
} |
- TextElement.builtin$cls = "TextElement"; |
- if (!"name" in TextElement) |
- TextElement.name = "TextElement"; |
- $desc = $collectedClasses.TextElement; |
+ JsFunction.builtin$cls = "JsFunction"; |
+ if (!"name" in JsFunction) |
+ JsFunction.name = "JsFunction"; |
+ $desc = $collectedClasses.JsFunction; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- TextElement.prototype = $desc; |
- function TextPathElement() { |
+ JsFunction.prototype = $desc; |
+ function JsArray(_jsObject) { |
+ this._jsObject = _jsObject; |
} |
- TextPathElement.builtin$cls = "TextPathElement"; |
- if (!"name" in TextPathElement) |
- TextPathElement.name = "TextPathElement"; |
- $desc = $collectedClasses.TextPathElement; |
+ JsArray.builtin$cls = "JsArray"; |
+ if (!"name" in JsArray) |
+ JsArray.name = "JsArray"; |
+ $desc = $collectedClasses.JsArray; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- TextPathElement.prototype = $desc; |
- function TextPositioningElement() { |
+ JsArray.prototype = $desc; |
+ function JsObject_ListMixin() { |
} |
- TextPositioningElement.builtin$cls = "TextPositioningElement"; |
- if (!"name" in TextPositioningElement) |
- TextPositioningElement.name = "TextPositioningElement"; |
- $desc = $collectedClasses.TextPositioningElement; |
+ JsObject_ListMixin.builtin$cls = "JsObject_ListMixin"; |
+ if (!"name" in JsObject_ListMixin) |
+ JsObject_ListMixin.name = "JsObject_ListMixin"; |
+ $desc = $collectedClasses.JsObject_ListMixin; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- TextPositioningElement.prototype = $desc; |
- function TitleElement0() { |
+ JsObject_ListMixin.prototype = $desc; |
+ function _convertToJS_closure() { |
} |
- TitleElement0.builtin$cls = "TitleElement0"; |
- if (!"name" in TitleElement0) |
- TitleElement0.name = "TitleElement0"; |
- $desc = $collectedClasses.TitleElement0; |
+ _convertToJS_closure.builtin$cls = "_convertToJS_closure"; |
+ if (!"name" in _convertToJS_closure) |
+ _convertToJS_closure.name = "_convertToJS_closure"; |
+ $desc = $collectedClasses._convertToJS_closure; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- TitleElement0.prototype = $desc; |
- function UseElement() { |
+ _convertToJS_closure.prototype = $desc; |
+ function _convertToJS_closure0() { |
} |
- UseElement.builtin$cls = "UseElement"; |
- if (!"name" in UseElement) |
- UseElement.name = "UseElement"; |
- $desc = $collectedClasses.UseElement; |
+ _convertToJS_closure0.builtin$cls = "_convertToJS_closure0"; |
+ if (!"name" in _convertToJS_closure0) |
+ _convertToJS_closure0.name = "_convertToJS_closure0"; |
+ $desc = $collectedClasses._convertToJS_closure0; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- UseElement.prototype = $desc; |
- function ViewElement() { |
+ _convertToJS_closure0.prototype = $desc; |
+ function _wrapToDart_closure() { |
} |
- ViewElement.builtin$cls = "ViewElement"; |
- if (!"name" in ViewElement) |
- ViewElement.name = "ViewElement"; |
- $desc = $collectedClasses.ViewElement; |
+ _wrapToDart_closure.builtin$cls = "_wrapToDart_closure"; |
+ if (!"name" in _wrapToDart_closure) |
+ _wrapToDart_closure.name = "_wrapToDart_closure"; |
+ $desc = $collectedClasses._wrapToDart_closure; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- ViewElement.prototype = $desc; |
- function ZoomEvent() { |
+ _wrapToDart_closure.prototype = $desc; |
+ function _wrapToDart_closure0() { |
} |
- ZoomEvent.builtin$cls = "ZoomEvent"; |
- if (!"name" in ZoomEvent) |
- ZoomEvent.name = "ZoomEvent"; |
- $desc = $collectedClasses.ZoomEvent; |
+ _wrapToDart_closure0.builtin$cls = "_wrapToDart_closure0"; |
+ if (!"name" in _wrapToDart_closure0) |
+ _wrapToDart_closure0.name = "_wrapToDart_closure0"; |
+ $desc = $collectedClasses._wrapToDart_closure0; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- ZoomEvent.prototype = $desc; |
- function _GradientElement() { |
+ _wrapToDart_closure0.prototype = $desc; |
+ function _wrapToDart_closure1() { |
} |
- _GradientElement.builtin$cls = "_GradientElement"; |
- if (!"name" in _GradientElement) |
- _GradientElement.name = "_GradientElement"; |
- $desc = $collectedClasses._GradientElement; |
+ _wrapToDart_closure1.builtin$cls = "_wrapToDart_closure1"; |
+ if (!"name" in _wrapToDart_closure1) |
+ _wrapToDart_closure1.name = "_wrapToDart_closure1"; |
+ $desc = $collectedClasses._wrapToDart_closure1; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _GradientElement.prototype = $desc; |
- function _SVGAltGlyphDefElement() { |
+ _wrapToDart_closure1.prototype = $desc; |
+ function TypedData_ListMixin() { |
} |
- _SVGAltGlyphDefElement.builtin$cls = "_SVGAltGlyphDefElement"; |
- if (!"name" in _SVGAltGlyphDefElement) |
- _SVGAltGlyphDefElement.name = "_SVGAltGlyphDefElement"; |
- $desc = $collectedClasses._SVGAltGlyphDefElement; |
+ TypedData_ListMixin.builtin$cls = "TypedData_ListMixin"; |
+ if (!"name" in TypedData_ListMixin) |
+ TypedData_ListMixin.name = "TypedData_ListMixin"; |
+ $desc = $collectedClasses.TypedData_ListMixin; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _SVGAltGlyphDefElement.prototype = $desc; |
- function _SVGAltGlyphItemElement() { |
+ TypedData_ListMixin.prototype = $desc; |
+ function TypedData_ListMixin_FixedLengthListMixin() { |
} |
- _SVGAltGlyphItemElement.builtin$cls = "_SVGAltGlyphItemElement"; |
- if (!"name" in _SVGAltGlyphItemElement) |
- _SVGAltGlyphItemElement.name = "_SVGAltGlyphItemElement"; |
- $desc = $collectedClasses._SVGAltGlyphItemElement; |
+ TypedData_ListMixin_FixedLengthListMixin.builtin$cls = "TypedData_ListMixin_FixedLengthListMixin"; |
+ if (!"name" in TypedData_ListMixin_FixedLengthListMixin) |
+ TypedData_ListMixin_FixedLengthListMixin.name = "TypedData_ListMixin_FixedLengthListMixin"; |
+ $desc = $collectedClasses.TypedData_ListMixin_FixedLengthListMixin; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _SVGAltGlyphItemElement.prototype = $desc; |
- function _SVGAnimateColorElement() { |
+ TypedData_ListMixin_FixedLengthListMixin.prototype = $desc; |
+ function TypedData_ListMixin0() { |
} |
- _SVGAnimateColorElement.builtin$cls = "_SVGAnimateColorElement"; |
- if (!"name" in _SVGAnimateColorElement) |
- _SVGAnimateColorElement.name = "_SVGAnimateColorElement"; |
- $desc = $collectedClasses._SVGAnimateColorElement; |
+ TypedData_ListMixin0.builtin$cls = "TypedData_ListMixin0"; |
+ if (!"name" in TypedData_ListMixin0) |
+ TypedData_ListMixin0.name = "TypedData_ListMixin0"; |
+ $desc = $collectedClasses.TypedData_ListMixin0; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _SVGAnimateColorElement.prototype = $desc; |
- function _SVGComponentTransferFunctionElement() { |
+ TypedData_ListMixin0.prototype = $desc; |
+ function TypedData_ListMixin_FixedLengthListMixin0() { |
} |
- _SVGComponentTransferFunctionElement.builtin$cls = "_SVGComponentTransferFunctionElement"; |
- if (!"name" in _SVGComponentTransferFunctionElement) |
- _SVGComponentTransferFunctionElement.name = "_SVGComponentTransferFunctionElement"; |
- $desc = $collectedClasses._SVGComponentTransferFunctionElement; |
+ TypedData_ListMixin_FixedLengthListMixin0.builtin$cls = "TypedData_ListMixin_FixedLengthListMixin0"; |
+ if (!"name" in TypedData_ListMixin_FixedLengthListMixin0) |
+ TypedData_ListMixin_FixedLengthListMixin0.name = "TypedData_ListMixin_FixedLengthListMixin0"; |
+ $desc = $collectedClasses.TypedData_ListMixin_FixedLengthListMixin0; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _SVGComponentTransferFunctionElement.prototype = $desc; |
- function _SVGCursorElement() { |
+ TypedData_ListMixin_FixedLengthListMixin0.prototype = $desc; |
+ function TypedData_ListMixin1() { |
} |
- _SVGCursorElement.builtin$cls = "_SVGCursorElement"; |
- if (!"name" in _SVGCursorElement) |
- _SVGCursorElement.name = "_SVGCursorElement"; |
- $desc = $collectedClasses._SVGCursorElement; |
+ TypedData_ListMixin1.builtin$cls = "TypedData_ListMixin1"; |
+ if (!"name" in TypedData_ListMixin1) |
+ TypedData_ListMixin1.name = "TypedData_ListMixin1"; |
+ $desc = $collectedClasses.TypedData_ListMixin1; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _SVGCursorElement.prototype = $desc; |
- function _SVGFEDropShadowElement() { |
+ TypedData_ListMixin1.prototype = $desc; |
+ function TypedData_ListMixin_FixedLengthListMixin1() { |
} |
- _SVGFEDropShadowElement.builtin$cls = "_SVGFEDropShadowElement"; |
- if (!"name" in _SVGFEDropShadowElement) |
- _SVGFEDropShadowElement.name = "_SVGFEDropShadowElement"; |
- $desc = $collectedClasses._SVGFEDropShadowElement; |
+ TypedData_ListMixin_FixedLengthListMixin1.builtin$cls = "TypedData_ListMixin_FixedLengthListMixin1"; |
+ if (!"name" in TypedData_ListMixin_FixedLengthListMixin1) |
+ TypedData_ListMixin_FixedLengthListMixin1.name = "TypedData_ListMixin_FixedLengthListMixin1"; |
+ $desc = $collectedClasses.TypedData_ListMixin_FixedLengthListMixin1; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _SVGFEDropShadowElement.prototype = $desc; |
- function _SVGFontElement() { |
+ TypedData_ListMixin_FixedLengthListMixin1.prototype = $desc; |
+ function TypedData_ListMixin2() { |
} |
- _SVGFontElement.builtin$cls = "_SVGFontElement"; |
- if (!"name" in _SVGFontElement) |
- _SVGFontElement.name = "_SVGFontElement"; |
- $desc = $collectedClasses._SVGFontElement; |
+ TypedData_ListMixin2.builtin$cls = "TypedData_ListMixin2"; |
+ if (!"name" in TypedData_ListMixin2) |
+ TypedData_ListMixin2.name = "TypedData_ListMixin2"; |
+ $desc = $collectedClasses.TypedData_ListMixin2; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _SVGFontElement.prototype = $desc; |
- function _SVGFontFaceElement() { |
+ TypedData_ListMixin2.prototype = $desc; |
+ function TypedData_ListMixin_FixedLengthListMixin2() { |
} |
- _SVGFontFaceElement.builtin$cls = "_SVGFontFaceElement"; |
- if (!"name" in _SVGFontFaceElement) |
- _SVGFontFaceElement.name = "_SVGFontFaceElement"; |
- $desc = $collectedClasses._SVGFontFaceElement; |
+ TypedData_ListMixin_FixedLengthListMixin2.builtin$cls = "TypedData_ListMixin_FixedLengthListMixin2"; |
+ if (!"name" in TypedData_ListMixin_FixedLengthListMixin2) |
+ TypedData_ListMixin_FixedLengthListMixin2.name = "TypedData_ListMixin_FixedLengthListMixin2"; |
+ $desc = $collectedClasses.TypedData_ListMixin_FixedLengthListMixin2; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _SVGFontFaceElement.prototype = $desc; |
- function _SVGFontFaceFormatElement() { |
+ TypedData_ListMixin_FixedLengthListMixin2.prototype = $desc; |
+ function TypedData_ListMixin3() { |
} |
- _SVGFontFaceFormatElement.builtin$cls = "_SVGFontFaceFormatElement"; |
- if (!"name" in _SVGFontFaceFormatElement) |
- _SVGFontFaceFormatElement.name = "_SVGFontFaceFormatElement"; |
- $desc = $collectedClasses._SVGFontFaceFormatElement; |
+ TypedData_ListMixin3.builtin$cls = "TypedData_ListMixin3"; |
+ if (!"name" in TypedData_ListMixin3) |
+ TypedData_ListMixin3.name = "TypedData_ListMixin3"; |
+ $desc = $collectedClasses.TypedData_ListMixin3; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _SVGFontFaceFormatElement.prototype = $desc; |
- function _SVGFontFaceNameElement() { |
+ TypedData_ListMixin3.prototype = $desc; |
+ function TypedData_ListMixin_FixedLengthListMixin3() { |
} |
- _SVGFontFaceNameElement.builtin$cls = "_SVGFontFaceNameElement"; |
- if (!"name" in _SVGFontFaceNameElement) |
- _SVGFontFaceNameElement.name = "_SVGFontFaceNameElement"; |
- $desc = $collectedClasses._SVGFontFaceNameElement; |
+ TypedData_ListMixin_FixedLengthListMixin3.builtin$cls = "TypedData_ListMixin_FixedLengthListMixin3"; |
+ if (!"name" in TypedData_ListMixin_FixedLengthListMixin3) |
+ TypedData_ListMixin_FixedLengthListMixin3.name = "TypedData_ListMixin_FixedLengthListMixin3"; |
+ $desc = $collectedClasses.TypedData_ListMixin_FixedLengthListMixin3; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _SVGFontFaceNameElement.prototype = $desc; |
- function _SVGFontFaceSrcElement() { |
+ TypedData_ListMixin_FixedLengthListMixin3.prototype = $desc; |
+ function TypedData_ListMixin4() { |
} |
- _SVGFontFaceSrcElement.builtin$cls = "_SVGFontFaceSrcElement"; |
- if (!"name" in _SVGFontFaceSrcElement) |
- _SVGFontFaceSrcElement.name = "_SVGFontFaceSrcElement"; |
- $desc = $collectedClasses._SVGFontFaceSrcElement; |
+ TypedData_ListMixin4.builtin$cls = "TypedData_ListMixin4"; |
+ if (!"name" in TypedData_ListMixin4) |
+ TypedData_ListMixin4.name = "TypedData_ListMixin4"; |
+ $desc = $collectedClasses.TypedData_ListMixin4; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _SVGFontFaceSrcElement.prototype = $desc; |
- function _SVGFontFaceUriElement() { |
+ TypedData_ListMixin4.prototype = $desc; |
+ function TypedData_ListMixin_FixedLengthListMixin4() { |
} |
- _SVGFontFaceUriElement.builtin$cls = "_SVGFontFaceUriElement"; |
- if (!"name" in _SVGFontFaceUriElement) |
- _SVGFontFaceUriElement.name = "_SVGFontFaceUriElement"; |
- $desc = $collectedClasses._SVGFontFaceUriElement; |
+ TypedData_ListMixin_FixedLengthListMixin4.builtin$cls = "TypedData_ListMixin_FixedLengthListMixin4"; |
+ if (!"name" in TypedData_ListMixin_FixedLengthListMixin4) |
+ TypedData_ListMixin_FixedLengthListMixin4.name = "TypedData_ListMixin_FixedLengthListMixin4"; |
+ $desc = $collectedClasses.TypedData_ListMixin_FixedLengthListMixin4; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _SVGFontFaceUriElement.prototype = $desc; |
- function _SVGGlyphElement() { |
+ TypedData_ListMixin_FixedLengthListMixin4.prototype = $desc; |
+ function TypedData_ListMixin5() { |
} |
- _SVGGlyphElement.builtin$cls = "_SVGGlyphElement"; |
- if (!"name" in _SVGGlyphElement) |
- _SVGGlyphElement.name = "_SVGGlyphElement"; |
- $desc = $collectedClasses._SVGGlyphElement; |
+ TypedData_ListMixin5.builtin$cls = "TypedData_ListMixin5"; |
+ if (!"name" in TypedData_ListMixin5) |
+ TypedData_ListMixin5.name = "TypedData_ListMixin5"; |
+ $desc = $collectedClasses.TypedData_ListMixin5; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _SVGGlyphElement.prototype = $desc; |
- function _SVGGlyphRefElement() { |
+ TypedData_ListMixin5.prototype = $desc; |
+ function TypedData_ListMixin_FixedLengthListMixin5() { |
} |
- _SVGGlyphRefElement.builtin$cls = "_SVGGlyphRefElement"; |
- if (!"name" in _SVGGlyphRefElement) |
- _SVGGlyphRefElement.name = "_SVGGlyphRefElement"; |
- $desc = $collectedClasses._SVGGlyphRefElement; |
+ TypedData_ListMixin_FixedLengthListMixin5.builtin$cls = "TypedData_ListMixin_FixedLengthListMixin5"; |
+ if (!"name" in TypedData_ListMixin_FixedLengthListMixin5) |
+ TypedData_ListMixin_FixedLengthListMixin5.name = "TypedData_ListMixin_FixedLengthListMixin5"; |
+ $desc = $collectedClasses.TypedData_ListMixin_FixedLengthListMixin5; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _SVGGlyphRefElement.prototype = $desc; |
- function _SVGHKernElement() { |
+ TypedData_ListMixin_FixedLengthListMixin5.prototype = $desc; |
+ function TypedData_ListMixin6() { |
} |
- _SVGHKernElement.builtin$cls = "_SVGHKernElement"; |
- if (!"name" in _SVGHKernElement) |
- _SVGHKernElement.name = "_SVGHKernElement"; |
- $desc = $collectedClasses._SVGHKernElement; |
+ TypedData_ListMixin6.builtin$cls = "TypedData_ListMixin6"; |
+ if (!"name" in TypedData_ListMixin6) |
+ TypedData_ListMixin6.name = "TypedData_ListMixin6"; |
+ $desc = $collectedClasses.TypedData_ListMixin6; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _SVGHKernElement.prototype = $desc; |
- function _SVGMPathElement() { |
+ TypedData_ListMixin6.prototype = $desc; |
+ function TypedData_ListMixin_FixedLengthListMixin6() { |
} |
- _SVGMPathElement.builtin$cls = "_SVGMPathElement"; |
- if (!"name" in _SVGMPathElement) |
- _SVGMPathElement.name = "_SVGMPathElement"; |
- $desc = $collectedClasses._SVGMPathElement; |
+ TypedData_ListMixin_FixedLengthListMixin6.builtin$cls = "TypedData_ListMixin_FixedLengthListMixin6"; |
+ if (!"name" in TypedData_ListMixin_FixedLengthListMixin6) |
+ TypedData_ListMixin_FixedLengthListMixin6.name = "TypedData_ListMixin_FixedLengthListMixin6"; |
+ $desc = $collectedClasses.TypedData_ListMixin_FixedLengthListMixin6; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _SVGMPathElement.prototype = $desc; |
- function _SVGMissingGlyphElement() { |
+ TypedData_ListMixin_FixedLengthListMixin6.prototype = $desc; |
+ function TypedData_ListMixin7() { |
} |
- _SVGMissingGlyphElement.builtin$cls = "_SVGMissingGlyphElement"; |
- if (!"name" in _SVGMissingGlyphElement) |
- _SVGMissingGlyphElement.name = "_SVGMissingGlyphElement"; |
- $desc = $collectedClasses._SVGMissingGlyphElement; |
+ TypedData_ListMixin7.builtin$cls = "TypedData_ListMixin7"; |
+ if (!"name" in TypedData_ListMixin7) |
+ TypedData_ListMixin7.name = "TypedData_ListMixin7"; |
+ $desc = $collectedClasses.TypedData_ListMixin7; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _SVGMissingGlyphElement.prototype = $desc; |
- function _SVGVKernElement() { |
+ TypedData_ListMixin7.prototype = $desc; |
+ function TypedData_ListMixin_FixedLengthListMixin7() { |
} |
- _SVGVKernElement.builtin$cls = "_SVGVKernElement"; |
- if (!"name" in _SVGVKernElement) |
- _SVGVKernElement.name = "_SVGVKernElement"; |
- $desc = $collectedClasses._SVGVKernElement; |
+ TypedData_ListMixin_FixedLengthListMixin7.builtin$cls = "TypedData_ListMixin_FixedLengthListMixin7"; |
+ if (!"name" in TypedData_ListMixin_FixedLengthListMixin7) |
+ TypedData_ListMixin_FixedLengthListMixin7.name = "TypedData_ListMixin_FixedLengthListMixin7"; |
+ $desc = $collectedClasses.TypedData_ListMixin_FixedLengthListMixin7; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- _SVGVKernElement.prototype = $desc; |
- function AudioProcessingEvent() { |
+ TypedData_ListMixin_FixedLengthListMixin7.prototype = $desc; |
+ function Int64List() { |
} |
- AudioProcessingEvent.builtin$cls = "AudioProcessingEvent"; |
- if (!"name" in AudioProcessingEvent) |
- AudioProcessingEvent.name = "AudioProcessingEvent"; |
- $desc = $collectedClasses.AudioProcessingEvent; |
+ Int64List.builtin$cls = "Int64List"; |
+ if (!"name" in Int64List) |
+ Int64List.name = "Int64List"; |
+ $desc = $collectedClasses.Int64List; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- AudioProcessingEvent.prototype = $desc; |
- function OfflineAudioCompletionEvent() { |
+ Int64List.prototype = $desc; |
+ function Uint64List() { |
} |
- OfflineAudioCompletionEvent.builtin$cls = "OfflineAudioCompletionEvent"; |
- if (!"name" in OfflineAudioCompletionEvent) |
- OfflineAudioCompletionEvent.name = "OfflineAudioCompletionEvent"; |
- $desc = $collectedClasses.OfflineAudioCompletionEvent; |
+ Uint64List.builtin$cls = "Uint64List"; |
+ if (!"name" in Uint64List) |
+ Uint64List.name = "Uint64List"; |
+ $desc = $collectedClasses.Uint64List; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- OfflineAudioCompletionEvent.prototype = $desc; |
- function ContextEvent() { |
+ Uint64List.prototype = $desc; |
+ function Gauge(jsOptions, jsTable, jsChart, _gauge$_value) { |
+ this.jsOptions = jsOptions; |
+ this.jsTable = jsTable; |
+ this.jsChart = jsChart; |
+ this._gauge$_value = _gauge$_value; |
} |
- ContextEvent.builtin$cls = "ContextEvent"; |
- if (!"name" in ContextEvent) |
- ContextEvent.name = "ContextEvent"; |
- $desc = $collectedClasses.ContextEvent; |
+ Gauge.builtin$cls = "Gauge"; |
+ if (!"name" in Gauge) |
+ Gauge.name = "Gauge"; |
+ $desc = $collectedClasses.Gauge; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- ContextEvent.prototype = $desc; |
- function SqlError() { |
+ Gauge.prototype = $desc; |
+ function main_closure() { |
} |
- SqlError.builtin$cls = "SqlError"; |
- if (!"name" in SqlError) |
- SqlError.name = "SqlError"; |
- $desc = $collectedClasses.SqlError; |
+ main_closure.builtin$cls = "main_closure"; |
+ if (!"name" in main_closure) |
+ main_closure.name = "main_closure"; |
+ $desc = $collectedClasses.main_closure; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- SqlError.prototype = $desc; |
- function TypedData() { |
+ main_closure.prototype = $desc; |
+ function main__sliderValue() { |
} |
- TypedData.builtin$cls = "TypedData"; |
- if (!"name" in TypedData) |
- TypedData.name = "TypedData"; |
- $desc = $collectedClasses.TypedData; |
+ main__sliderValue.builtin$cls = "main__sliderValue"; |
+ if (!"name" in main__sliderValue) |
+ main__sliderValue.name = "main__sliderValue"; |
+ $desc = $collectedClasses.main__sliderValue; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- TypedData.prototype = $desc; |
- function Uint8List() { |
+ main__sliderValue.prototype = $desc; |
+ function main__closure(sliderValue_0, gauge_1) { |
+ this.sliderValue_0 = sliderValue_0; |
+ this.gauge_1 = gauge_1; |
} |
- Uint8List.builtin$cls = "Uint8List"; |
- if (!"name" in Uint8List) |
- Uint8List.name = "Uint8List"; |
- $desc = $collectedClasses.Uint8List; |
+ main__closure.builtin$cls = "main__closure"; |
+ if (!"name" in main__closure) |
+ main__closure.name = "main__closure"; |
+ $desc = $collectedClasses.main__closure; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- Uint8List.prototype = $desc; |
+ main__closure.prototype = $desc; |
function Closure$2(call$2, $name) { |
this.call$2 = call$2; |
this.$name = $name; |
@@ -10897,6 +12455,15 @@ function dart_precompiled($collectedClasses) { |
if ($desc instanceof Array) |
$desc = $desc[1]; |
Closure$2.prototype = $desc; |
+ function Closure$1(call$1, $name) { |
+ this.call$1 = call$1; |
+ this.$name = $name; |
+ } |
+ Closure$1.builtin$cls = "Closure$1"; |
+ $desc = $collectedClasses.Closure$1; |
+ if ($desc instanceof Array) |
+ $desc = $desc[1]; |
+ Closure$1.prototype = $desc; |
function Closure$0(call$0, $name) { |
this.call$0 = call$0; |
this.$name = $name; |
@@ -10915,23 +12482,23 @@ function dart_precompiled($collectedClasses) { |
if ($desc instanceof Array) |
$desc = $desc[1]; |
Closure$7.prototype = $desc; |
- function Closure$1(call$1, $name) { |
- this.call$1 = call$1; |
+ function Closure$20(call$2, $name) { |
+ this.call$2 = call$2; |
this.$name = $name; |
} |
- Closure$1.builtin$cls = "Closure$1"; |
- $desc = $collectedClasses.Closure$1; |
+ Closure$20.builtin$cls = "Closure$20"; |
+ $desc = $collectedClasses.Closure$20; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- Closure$1.prototype = $desc; |
- function Closure$21(call$2, $name) { |
- this.call$2 = call$2; |
+ Closure$20.prototype = $desc; |
+ function Closure$4(call$4, $name) { |
+ this.call$4 = call$4; |
this.$name = $name; |
} |
- Closure$21.builtin$cls = "Closure$21"; |
- $desc = $collectedClasses.Closure$21; |
+ Closure$4.builtin$cls = "Closure$4"; |
+ $desc = $collectedClasses.Closure$4; |
if ($desc instanceof Array) |
$desc = $desc[1]; |
- Closure$21.prototype = $desc; |
- return [JS_CONST, Interceptor, JSBool, JSNull, JavaScriptObject, PlainJavaScriptObject, UnknownJavaScriptObject, JSArray, JSMutableArray, JSFixedArray, JSExtendableArray, JSNumber, JSInt, JSDouble, JSString, startRootIsolate_closure, startRootIsolate_closure0, _Manager, _IsolateContext, _EventLoop, _EventLoop__runHelper_next, _IsolateEvent, _MainManagerStub, IsolateNatives__processWorkerMessage_closure, _BaseSendPort, _NativeJsSendPort, _NativeJsSendPort_send_closure, _NativeJsSendPort_send__closure, _WorkerSendPort, _WorkerSendPort_send_closure, ReceivePortImpl, BoundClosure$i0, _waitForPendingPorts_closure, _PendingSendPortFinder, _JsSerializer, _JsCopier, _JsDeserializer, _JsVisitedMap, _MessageTraverserVisitedMap, _MessageTraverser, BoundClosure$1, _Copier, _Copier_visitMap_closure, _Serializer, _Deserializer, TimerImpl, TimerImpl_internalCallback, TimerImpl_internalCallback0, TypeErrorDecoder, NullError, JsNoSuchMethodError, UnknownJsTypeError, unwrapException_saveStackTrace, _StackTrace, invokeClosure_closure, invokeClosure_closure0, invokeClosure_closure1, invokeClosure_closure2, invokeClosure_closure3, Closure, BoundClosure, CastErrorImplementation, applyExperimentalFixup_newGetTagDartFunction, ListIterator, MappedIterable, EfficientLengthMappedIterable, MappedIterator, FixedLengthListMixin, _AsyncError, Future, Future_wait_handleError, Future_wait_closure, _Completer, _AsyncCompleter, BoundClosure$2, _Future, _Future__addListener_closure, _Future__chainFutures_closure, _Future__chainFutures_closure0, _Future__asyncComplete_closure, _Future__asyncCompleteError_closure, _Future__propagateToListeners_closure, _Future__propagateToListeners_closure0, _Future__propagateToListeners__closure, _Future__propagateToListeners__closure0, Stream, Stream_forEach_closure, Stream_forEach__closure, Stream_forEach__closure0, Stream_forEach_closure0, Stream_length_closure, Stream_length_closure0, Stream_isEmpty_closure, Stream_isEmpty_closure0, StreamSubscription, _StreamController, _StreamController__subscribe_closure, _StreamController__recordCancel_complete, _SyncStreamControllerDispatch, _AsyncStreamControllerDispatch, _AsyncStreamController, _StreamController__AsyncStreamControllerDispatch, _SyncStreamController, _StreamController__SyncStreamControllerDispatch, _ControllerStream, _ControllerSubscription, BoundClosure$0, _EventSink, _BufferingStreamSubscription, _BufferingStreamSubscription__sendDone_sendDone, _StreamImpl, _DelayedEvent, _DelayedData, _DelayedDone, _PendingEvents, _PendingEvents_schedule_closure, _StreamImplEvents, _cancelAndError_closure, _cancelAndErrorClosure_closure, _cancelAndValue_closure, _BaseZone, _BaseZone_bindCallback_closure, _BaseZone_bindCallback_closure0, _BaseZone_bindUnaryCallback_closure, _BaseZone_bindUnaryCallback_closure0, _rootHandleUncaughtError_closure, _rootHandleUncaughtError__closure, _RootZone, _HashMap, _HashMap_values_closure, HashMapKeyIterable, HashMapKeyIterator, _LinkedHashMap, _LinkedHashMap_values_closure, LinkedHashMapCell, LinkedHashMapKeyIterable, LinkedHashMapKeyIterator, _HashSet, _IdentityHashSet, HashSetIterator, _HashSetBase, HashSet, IterableBase, ListMixin, Maps_mapToString_closure, ListQueue, _ListQueueIterator, _convertJsonToDart_closure, _convertJsonToDart_walk, Codec, Converter, JsonCodec, JsonDecoder, NoSuchMethodError_toString_closure, Duration, Duration_toString_sixDigits, Duration_toString_twoDigits, Error, NullThrownError, ArgumentError, RangeError, UnsupportedError, StateError, ConcurrentModificationError, StackOverflowError, CyclicInitializationError, _ExceptionImplementation, FormatException, Expando, Function, Iterator, Null, Object, StackTrace, StringBuffer, Symbol, HttpRequest_getString_closure, HttpRequest_request_closure0, HttpRequest_request_closure, Storage_keys_closure, Storage_values_closure, _EventStream, _ElementEventStreamImpl, _EventStreamSubscription, EventStreamProvider, _DOMWindowCrossFrame, ReceivePort, _Random, TypedData_ListMixin, TypedData_ListMixin_FixedLengthListMixin, main_closure, main_closure0, PirateName, HtmlElement, AnchorElement, AnimationEvent, AreaElement, AudioElement, AutocompleteErrorEvent, BRElement, BaseElement, BeforeLoadEvent, BeforeUnloadEvent, BodyElement, ButtonElement, CDataSection, CanvasElement, CharacterData, CloseEvent, Comment, CompositionEvent, ContentElement, CssFontFaceLoadEvent, CustomEvent, DListElement, DataListElement, DetailsElement, DeviceMotionEvent, DeviceOrientationEvent, DialogElement, DivElement, Document, DocumentFragment, DocumentType, DomError, DomException, Element, EmbedElement, ErrorEvent, Event, EventTarget, FieldSetElement, FileError, FocusEvent, FormElement, HRElement, HashChangeEvent, HeadElement, HeadingElement, HtmlDocument, HtmlHtmlElement, HttpRequest, IFrameElement, ImageElement, InputElement, KeyboardEvent, KeygenElement, LIElement, LabelElement, LegendElement, LinkElement, MapElement, MediaElement, MediaError, MediaKeyError, MediaKeyEvent, MediaKeyMessageEvent, MediaKeyNeededEvent, MediaStream, MediaStreamEvent, MediaStreamTrackEvent, MenuElement, MessageEvent, MetaElement, MeterElement, MidiConnectionEvent, MidiMessageEvent, ModElement, MouseEvent, Navigator, NavigatorUserMediaError, Node, OListElement, ObjectElement, OptGroupElement, OptionElement, OutputElement, OverflowEvent, PageTransitionEvent, ParagraphElement, ParamElement, PopStateEvent, PositionError, PreElement, ProcessingInstruction, ProgressElement, ProgressEvent, QuoteElement, ResourceProgressEvent, RtcDataChannelEvent, RtcDtmfToneChangeEvent, RtcIceCandidateEvent, ScriptElement, SecurityPolicyViolationEvent, SelectElement, ShadowElement, ShadowRoot, SourceElement, SpanElement, SpeechInputEvent, SpeechRecognitionError, SpeechRecognitionEvent, SpeechSynthesisEvent, Storage, StorageEvent, StyleElement, TableCaptionElement, TableCellElement, TableColElement, TableElement, TableRowElement, TableSectionElement, TemplateElement, Text, TextAreaElement, TextEvent, TitleElement, TouchEvent, TrackElement, TrackEvent, TransitionEvent, UIEvent, UListElement, UnknownElement, VideoElement, WheelEvent, Window, XmlHttpRequestEventTarget, _Attr, _Entity, _HTMLAppletElement, _HTMLBaseFontElement, _HTMLDirectoryElement, _HTMLFontElement, _HTMLFrameElement, _HTMLFrameSetElement, _HTMLMarqueeElement, _MutationEvent, _Notation, _XMLHttpRequestProgressEvent, VersionChangeEvent, AElement, AltGlyphElement, AnimateElement, AnimateMotionElement, AnimateTransformElement, AnimatedNumberList, AnimatedString, AnimationElement, CircleElement, ClipPathElement, DefsElement, DescElement, EllipseElement, FEBlendElement, FEColorMatrixElement, FEComponentTransferElement, FECompositeElement, FEConvolveMatrixElement, FEDiffuseLightingElement, FEDisplacementMapElement, FEDistantLightElement, FEFloodElement, FEFuncAElement, FEFuncBElement, FEFuncGElement, FEFuncRElement, FEGaussianBlurElement, FEImageElement, FEMergeElement, FEMergeNodeElement, FEMorphologyElement, FEOffsetElement, FEPointLightElement, FESpecularLightingElement, FESpotLightElement, FETileElement, FETurbulenceElement, FilterElement, ForeignObjectElement, GElement, GraphicsElement, ImageElement0, LineElement, LinearGradientElement, MarkerElement, MaskElement, MetadataElement, PathElement, PatternElement, PolygonElement, PolylineElement, RadialGradientElement, RectElement, ScriptElement0, SetElement, StopElement, StyleElement0, SvgDocument, SvgElement, SvgSvgElement, SwitchElement, SymbolElement, TSpanElement, TextContentElement, TextElement, TextPathElement, TextPositioningElement, TitleElement0, UseElement, ViewElement, ZoomEvent, _GradientElement, _SVGAltGlyphDefElement, _SVGAltGlyphItemElement, _SVGAnimateColorElement, _SVGComponentTransferFunctionElement, _SVGCursorElement, _SVGFEDropShadowElement, _SVGFontElement, _SVGFontFaceElement, _SVGFontFaceFormatElement, _SVGFontFaceNameElement, _SVGFontFaceSrcElement, _SVGFontFaceUriElement, _SVGGlyphElement, _SVGGlyphRefElement, _SVGHKernElement, _SVGMPathElement, _SVGMissingGlyphElement, _SVGVKernElement, AudioProcessingEvent, OfflineAudioCompletionEvent, ContextEvent, SqlError, TypedData, Uint8List, Closure$2, Closure$0, Closure$7, Closure$1, Closure$21]; |
+ Closure$4.prototype = $desc; |
+ return [HtmlElement, AnchorElement, AnimationEvent, AreaElement, AudioElement, AutocompleteErrorEvent, BRElement, BaseElement, BeforeLoadEvent, BeforeUnloadEvent, Blob, BodyElement, ButtonElement, CDataSection, CanvasElement, CharacterData, CloseEvent, Comment, CompositionEvent, ContentElement, CssFontFaceLoadEvent, CustomEvent, DListElement, DataListElement, DetailsElement, DeviceMotionEvent, DeviceOrientationEvent, DialogElement, DivElement, Document, DocumentFragment, DocumentType, DomError, DomException, Element, EmbedElement, ErrorEvent, Event, EventTarget, FieldSetElement, File, FileError, FocusEvent, FormElement, HRElement, HashChangeEvent, HeadElement, HeadingElement, HtmlDocument, HtmlHtmlElement, IFrameElement, ImageData, ImageElement, InputElement, KeyboardEvent, KeygenElement, LIElement, LabelElement, LegendElement, LinkElement, MapElement, MediaElement, MediaError, MediaKeyError, MediaKeyEvent, MediaKeyMessageEvent, MediaKeyNeededEvent, MediaStream, MediaStreamEvent, MediaStreamTrackEvent, MenuElement, MessageEvent, MetaElement, MeterElement, MidiConnectionEvent, MidiMessageEvent, ModElement, MouseEvent, Navigator, NavigatorUserMediaError, Node, OListElement, ObjectElement, OptGroupElement, OptionElement, OutputElement, OverflowEvent, PageTransitionEvent, ParagraphElement, ParamElement, PopStateEvent, PositionError, PreElement, ProcessingInstruction, ProgressElement, ProgressEvent, QuoteElement, ResourceProgressEvent, RtcDataChannelEvent, RtcDtmfToneChangeEvent, RtcIceCandidateEvent, ScriptElement, SecurityPolicyViolationEvent, SelectElement, ShadowElement, ShadowRoot, SourceElement, SpanElement, SpeechInputEvent, SpeechRecognitionError, SpeechRecognitionEvent, SpeechSynthesisEvent, StorageEvent, StyleElement, TableCaptionElement, TableCellElement, TableColElement, TableElement, TableRowElement, TableSectionElement, TemplateElement, Text, TextAreaElement, TextEvent, TitleElement, TouchEvent, TrackElement, TrackEvent, TransitionEvent, UIEvent, UListElement, UnknownElement, VideoElement, WheelEvent, Window, _Attr, _Entity, _HTMLAppletElement, _HTMLBaseFontElement, _HTMLDirectoryElement, _HTMLFontElement, _HTMLFrameElement, _HTMLFrameSetElement, _HTMLMarqueeElement, _MutationEvent, _Notation, _XMLHttpRequestProgressEvent, KeyRange, VersionChangeEvent, AElement, AltGlyphElement, AnimateElement, AnimateMotionElement, AnimateTransformElement, AnimatedNumberList, AnimationElement, CircleElement, ClipPathElement, DefsElement, DescElement, EllipseElement, FEBlendElement, FEColorMatrixElement, FEComponentTransferElement, FECompositeElement, FEConvolveMatrixElement, FEDiffuseLightingElement, FEDisplacementMapElement, FEDistantLightElement, FEFloodElement, FEFuncAElement, FEFuncBElement, FEFuncGElement, FEFuncRElement, FEGaussianBlurElement, FEImageElement, FEMergeElement, FEMergeNodeElement, FEMorphologyElement, FEOffsetElement, FEPointLightElement, FESpecularLightingElement, FESpotLightElement, FETileElement, FETurbulenceElement, FilterElement, ForeignObjectElement, GElement, GraphicsElement, ImageElement0, LineElement, LinearGradientElement, MarkerElement, MaskElement, MetadataElement, PathElement, PatternElement, PolygonElement, PolylineElement, RadialGradientElement, RectElement, ScriptElement0, SetElement, StopElement, StyleElement0, SvgDocument, SvgElement, SvgSvgElement, SwitchElement, SymbolElement, TSpanElement, TextContentElement, TextElement, TextPathElement, TextPositioningElement, TitleElement0, UseElement, ViewElement, ZoomEvent, _GradientElement, _SVGAltGlyphDefElement, _SVGAltGlyphItemElement, _SVGAnimateColorElement, _SVGComponentTransferFunctionElement, _SVGCursorElement, _SVGFEDropShadowElement, _SVGFontElement, _SVGFontFaceElement, _SVGFontFaceFormatElement, _SVGFontFaceNameElement, _SVGFontFaceSrcElement, _SVGFontFaceUriElement, _SVGGlyphElement, _SVGGlyphRefElement, _SVGHKernElement, _SVGMPathElement, _SVGMissingGlyphElement, _SVGVKernElement, AudioProcessingEvent, OfflineAudioCompletionEvent, ContextEvent, SqlError, TypedData, ByteData, Float32List, Float64List, Int16List, Int32List, Int8List, Uint16List, Uint32List, Uint8ClampedList, Uint8List, JS_CONST, Interceptor, JSBool, JSNull, JavaScriptObject, PlainJavaScriptObject, UnknownJavaScriptObject, JSArray, JSMutableArray, JSFixedArray, JSExtendableArray, JSNumber, JSInt, JSDouble, JSString, startRootIsolate_closure, startRootIsolate_closure0, _Manager, _IsolateContext, _EventLoop, _EventLoop__runHelper_next, _IsolateEvent, _MainManagerStub, IsolateNatives__processWorkerMessage_closure, _BaseSendPort, _NativeJsSendPort, _NativeJsSendPort_send_closure, _NativeJsSendPort_send__closure, _WorkerSendPort, _WorkerSendPort_send_closure, ReceivePortImpl, BoundClosure$i0, _waitForPendingPorts_closure, _PendingSendPortFinder, _JsSerializer, _JsCopier, _JsDeserializer, _JsVisitedMap, _MessageTraverserVisitedMap, _MessageTraverser, BoundClosure$1, _Copier, _Copier_visitMap_closure, _Serializer, _Deserializer, TimerImpl, TimerImpl_internalCallback, TimerImpl_internalCallback0, JSInvocationMirror, Primitives_applyFunction_closure, Primitives_applyFunction_closure0, Primitives_applyFunction_closure1, TypeErrorDecoder, NullError, JsNoSuchMethodError, UnknownJsTypeError, unwrapException_saveStackTrace, _StackTrace, invokeClosure_closure, invokeClosure_closure0, invokeClosure_closure1, invokeClosure_closure2, invokeClosure_closure3, Closure, BoundClosure, TypeImpl, initHooks_closure, initHooks_closure0, initHooks_closure1, ListIterable, ListIterator, MappedIterable, EfficientLengthMappedIterable, MappedIterator, MappedListIterable, FixedLengthListMixin, Symbol0, _AsyncError, Future, Future_wait_handleError, Future_wait_closure, _Completer, _AsyncCompleter, BoundClosure$i1, _Future, BoundClosure$2, _Future__addListener_closure, _Future__chainFutures_closure, _Future__chainFutures_closure0, _Future__asyncComplete_closure, _Future__asyncCompleteError_closure, _Future__propagateToListeners_closure, _Future__propagateToListeners_closure0, _Future__propagateToListeners__closure, _Future__propagateToListeners__closure0, Stream, Stream_forEach_closure, Stream_forEach__closure, Stream_forEach__closure0, Stream_forEach_closure0, Stream_length_closure, Stream_length_closure0, StreamSubscription, _StreamController, _StreamController__subscribe_closure, _StreamController__recordCancel_complete, _SyncStreamControllerDispatch, _AsyncStreamControllerDispatch, _AsyncStreamController, _StreamController__AsyncStreamControllerDispatch, _SyncStreamController, _StreamController__SyncStreamControllerDispatch, _ControllerStream, _ControllerSubscription, BoundClosure$0, _EventSink, _BufferingStreamSubscription, _BufferingStreamSubscription__sendError_sendError, _BufferingStreamSubscription__sendDone_sendDone, _StreamImpl, _DelayedEvent, _DelayedData, _DelayedError, _DelayedDone, _PendingEvents, _PendingEvents_schedule_closure, _StreamImplEvents, _cancelAndError_closure, _cancelAndErrorClosure_closure, _ForwardingStream, _ForwardingStreamSubscription, BoundClosure$20, _MapStream, _BaseZone, _BaseZone_bindCallback_closure, _BaseZone_bindCallback_closure0, _BaseZone_bindUnaryCallback_closure, _BaseZone_bindUnaryCallback_closure0, _rootHandleUncaughtError_closure, _rootHandleUncaughtError__closure, _RootZone, _HashMap, _HashMap_values_closure, _IdentityHashMap, HashMapKeyIterable, HashMapKeyIterator, _LinkedHashMap, _LinkedHashMap_values_closure, LinkedHashMapCell, LinkedHashMapKeyIterable, LinkedHashMapKeyIterator, _HashSet, _IdentityHashSet, HashSetIterator, _HashSetBase, IterableBase, ListMixin, Maps_mapToString_closure, ListQueue, _ListQueueIterator, Function__toMangledNames_closure, NoSuchMethodError_toString_closure, DateTime, DateTime_toString_fourDigits, DateTime_toString_threeDigits, DateTime_toString_twoDigits, Duration, Duration_toString_sixDigits, Duration_toString_twoDigits, Error, NullThrownError, ArgumentError, RangeError, NoSuchMethodError, UnsupportedError, UnimplementedError, StateError, ConcurrentModificationError, StackOverflowError, CyclicInitializationError, _ExceptionImplementation, FormatException, Expando, Function, Iterator, Null, Object, StackTrace, StringBuffer, Symbol, EventStreamProvider, _EventStream, _ElementEventStreamImpl, _EventStreamSubscription, ReceivePort, JsObject, JsObject__convertDataTree__convert, JsFunction, JsArray, JsObject_ListMixin, _convertToJS_closure, _convertToJS_closure0, _wrapToDart_closure, _wrapToDart_closure0, _wrapToDart_closure1, TypedData_ListMixin, TypedData_ListMixin_FixedLengthListMixin, TypedData_ListMixin0, TypedData_ListMixin_FixedLengthListMixin0, TypedData_ListMixin1, TypedData_ListMixin_FixedLengthListMixin1, TypedData_ListMixin2, TypedData_ListMixin_FixedLengthListMixin2, TypedData_ListMixin3, TypedData_ListMixin_FixedLengthListMixin3, TypedData_ListMixin4, TypedData_ListMixin_FixedLengthListMixin4, TypedData_ListMixin5, TypedData_ListMixin_FixedLengthListMixin5, TypedData_ListMixin6, TypedData_ListMixin_FixedLengthListMixin6, TypedData_ListMixin7, TypedData_ListMixin_FixedLengthListMixin7, Int64List, Uint64List, Gauge, main_closure, main__sliderValue, main__closure, Closure$2, Closure$1, Closure$0, Closure$7, Closure$20, Closure$4]; |
} |