| Index: src/site/samples/google_maps/example/index.dart.precompiled.js
|
| diff --git a/src/site/samples/google_maps/example/index.dart.precompiled.js b/src/site/samples/google_maps/example/index.dart.precompiled.js
|
| deleted file mode 100644
|
| index 8fbf5062ae631f41a3cf682d9a5874a62475a367..0000000000000000000000000000000000000000
|
| --- a/src/site/samples/google_maps/example/index.dart.precompiled.js
|
| +++ /dev/null
|
| @@ -1,7376 +0,0 @@
|
| -// Generated by dart2js, the Dart to JavaScript compiler.
|
| -// The code supports the following hooks:
|
| -// dartPrint(message) - if this function is defined it is called
|
| -// instead of the Dart [print] method.
|
| -// dartMainRunner(main) - if this function is defined, the Dart [main]
|
| -// method will not be invoked directly.
|
| -// Instead, a closure that will invoke [main] is
|
| -// passed to [dartMainRunner].
|
| -(function($) {
|
| -var A = {};
|
| -delete A.x;
|
| -var B = {};
|
| -delete B.x;
|
| -var C = {};
|
| -delete C.x;
|
| -var D = {};
|
| -delete D.x;
|
| -var E = {};
|
| -delete E.x;
|
| -var F = {};
|
| -delete F.x;
|
| -var G = {};
|
| -delete G.x;
|
| -var H = {};
|
| -delete H.x;
|
| -var J = {};
|
| -delete J.x;
|
| -var K = {};
|
| -delete K.x;
|
| -var L = {};
|
| -delete L.x;
|
| -var M = {};
|
| -delete M.x;
|
| -var N = {};
|
| -delete N.x;
|
| -var O = {};
|
| -delete O.x;
|
| -var P = {};
|
| -delete P.x;
|
| -var Q = {};
|
| -delete Q.x;
|
| -var R = {};
|
| -delete R.x;
|
| -var S = {};
|
| -delete S.x;
|
| -var T = {};
|
| -delete T.x;
|
| -var U = {};
|
| -delete U.x;
|
| -var V = {};
|
| -delete V.x;
|
| -var W = {};
|
| -delete W.x;
|
| -var X = {};
|
| -delete X.x;
|
| -var Y = {};
|
| -delete Y.x;
|
| -var Z = {};
|
| -delete Z.x;
|
| -function Isolate() {}
|
| -init();
|
| -
|
| -$ = Isolate.$isolateProperties;
|
| -var $$ = {};
|
| -
|
| -// Native classes
|
| -// Method closures
|
| -$$.Closure$0 = [H, {"": "Closure;call$0,$name"}];
|
| -
|
| -$$.Closure$7 = [H, {"": "Closure;call$7,$name"}];
|
| -
|
| -$$.Closure$2 = [P, {"": "Closure;call$2,$name"}];
|
| -
|
| -$$.Closure$1 = [P, {"": "Closure;call$1,$name"}];
|
| -
|
| -$$.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.typeInformation) init.typeInformation = map();
|
| - if (!init.globalFunctions) init.globalFunctions = map();
|
| - var libraries = init.libraries;
|
| - var mangledNames = init.mangledNames;
|
| - var mangledGlobalNames = init.mangledGlobalNames;
|
| - var hasOwnProperty = Object.prototype.hasOwnProperty;
|
| - var length = reflectionData.length;
|
| - for (var i = 0; i < length; i++) {
|
| - var data = reflectionData[i];
|
| - var name = data[0];
|
| - var uri = data[1];
|
| - var metadata = data[2];
|
| - var globalObject = data[3];
|
| - var descriptor = data[4];
|
| - var isRoot = !!data[5];
|
| - var fields = descriptor && descriptor[""];
|
| - var classes = [];
|
| - var functions = [];
|
| - function processStatics(descriptor) {
|
| - for (var property in descriptor) {
|
| - if (!hasOwnProperty.call(descriptor, property)) continue;
|
| - if (property === "") continue;
|
| - var element = descriptor[property];
|
| - var firstChar = property.substring(0, 1);
|
| - var previousProperty;
|
| - if (firstChar === "+") {
|
| - mangledGlobalNames[previousProperty] = property.substring(1);
|
| - if (descriptor[property] == 1) descriptor[previousProperty].$reflectable = 1;
|
| - if (element && element.length) init.typeInformation[previousProperty] = element;
|
| - } else if (firstChar === "@") {
|
| - property = property.substring(1);
|
| - $[property]["@"] = element;
|
| - } else if (firstChar === "*") {
|
| - globalObject[previousProperty].$defaultValues = element;
|
| - var optionalMethods = descriptor.$methodsWithOptionalArguments;
|
| - if (!optionalMethods) {
|
| - descriptor.$methodsWithOptionalArguments = optionalMethods = {}
|
| - }
|
| - optionalMethods[property] = previousProperty;
|
| - } else if (typeof element === "function") {
|
| - globalObject[previousProperty = property] = element;
|
| - functions.push(property);
|
| - init.globalFunctions[property] = element;
|
| - } else {
|
| - previousProperty = property;
|
| - var newDesc = {};
|
| - var previousProp;
|
| - for (var prop in element) {
|
| - if (!hasOwnProperty.call(element, prop)) continue;
|
| - firstChar = prop.substring(0, 1);
|
| - if (prop === "static") {
|
| - processStatics(init.statics[property] = element[prop]);
|
| - } else if (firstChar === "+") {
|
| - mangledNames[previousProp] = prop.substring(1);
|
| - if (element[prop] == 1) element[previousProp].$reflectable = 1;
|
| - } else if (firstChar === "@" && prop !== "@") {
|
| - newDesc[prop.substring(1)]["@"] = element[prop];
|
| - } else if (firstChar === "*") {
|
| - newDesc[previousProp].$defaultValues = element[prop];
|
| - var optionalMethods = newDesc.$methodsWithOptionalArguments;
|
| - if (!optionalMethods) {
|
| - newDesc.$methodsWithOptionalArguments = optionalMethods={}
|
| - }
|
| - optionalMethods[prop] = previousProp;
|
| - } else {
|
| - newDesc[previousProp = prop] = element[prop];
|
| - }
|
| - }
|
| - $$[property] = [globalObject, newDesc];
|
| - classes.push(property);
|
| - }
|
| - }
|
| - }
|
| - processStatics(descriptor);
|
| - libraries.push([name, uri, classes, functions, metadata, fields, isRoot,
|
| - globalObject]);
|
| - }
|
| -})([
|
| -["_foreign_helper", "dart:_foreign_helper", , H, {
|
| -JS_CONST: {"": "Object;code"}}],
|
| -["_interceptors", "dart:_interceptors", , J, {
|
| -getInterceptor: function(object) {
|
| - return void 0;
|
| -},
|
| -
|
| -makeDispatchRecord: function(interceptor, proto, extension, indexability) {
|
| - return {i: interceptor, p: proto, e: extension, x: indexability};
|
| -},
|
| -
|
| -getNativeInterceptor: function(object) {
|
| - var record, proto, objectProto, interceptor;
|
| - record = object[init.dispatchPropertyName];
|
| - if (record == null)
|
| - if ($.initNativeDispatchFlag == null) {
|
| - H.initNativeDispatch();
|
| - record = object[init.dispatchPropertyName];
|
| - }
|
| - if (record != null) {
|
| - proto = record.p;
|
| - if (false === proto)
|
| - return record.i;
|
| - if (true === proto)
|
| - return object;
|
| - objectProto = Object.getPrototypeOf(object);
|
| - if (proto === objectProto)
|
| - return record.i;
|
| - if (record.e === objectProto)
|
| - throw H.wrapException(P.UnimplementedError$("Return interceptor for " + H.S(proto(object, record))));
|
| - }
|
| - interceptor = H.lookupAndCacheInterceptor(object);
|
| - if (interceptor == null)
|
| - return C.UnknownJavaScriptObject_methods;
|
| - return interceptor;
|
| -},
|
| -
|
| -Interceptor: {"": "Object;",
|
| - $eq: function(receiver, other) {
|
| - return receiver === other;
|
| - },
|
| - get$hashCode: function(receiver) {
|
| - return H.Primitives_objectHashCode(receiver);
|
| - },
|
| - 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|NavigatorUserMediaError|PositionError|SQLError"
|
| -},
|
| -
|
| -JSBool: {"": "bool/Interceptor;",
|
| - toString$0: function(receiver) {
|
| - return String(receiver);
|
| - },
|
| - get$hashCode: function(receiver) {
|
| - return receiver ? 519018 : 218159;
|
| - },
|
| - $isbool: true
|
| -},
|
| -
|
| -JSNull: {"": "Interceptor;",
|
| - $eq: function(receiver, other) {
|
| - return null == other;
|
| - },
|
| - toString$0: function(receiver) {
|
| - return "null";
|
| - },
|
| - get$hashCode: function(receiver) {
|
| - return 0;
|
| - }
|
| -},
|
| -
|
| -JavaScriptObject: {"": "Interceptor;",
|
| - get$hashCode: function(_) {
|
| - return 0;
|
| - }
|
| -},
|
| -
|
| -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 || index >= receiver.length)
|
| - throw H.ioore(receiver, index);
|
| - return receiver[index];
|
| - },
|
| - toString$0: function(receiver) {
|
| - return H.IterableMixinWorkaround_toStringIterable(receiver, "[", "]");
|
| - },
|
| - get$iterator: function(receiver) {
|
| - return new H.ListIterator(receiver, receiver.length, 0, null);
|
| - },
|
| - get$hashCode: function(receiver) {
|
| - return H.Primitives_objectHashCode(receiver);
|
| - },
|
| - get$length: function(receiver) {
|
| - return receiver.length;
|
| - },
|
| - $index: function(receiver, index) {
|
| - if (typeof index !== "number" || Math.floor(index) !== index)
|
| - throw H.wrapException(new P.ArgumentError(index));
|
| - if (index >= receiver.length || index < 0)
|
| - throw H.wrapException(P.RangeError$value(index));
|
| - return receiver[index];
|
| - },
|
| - $isList: true,
|
| - $asIterable: null,
|
| - $isEfficientLength: true,
|
| - $isIterable: true
|
| -},
|
| -
|
| -JSMutableArray: {"": "JSArray;",
|
| - $asJSArray: function() {
|
| - return [null];
|
| - },
|
| - $asIterable: function() {
|
| - return [null];
|
| - }
|
| -},
|
| -
|
| -JSFixedArray: {"": "JSMutableArray;"},
|
| -
|
| -JSExtendableArray: {"": "JSMutableArray;", $isJSExtendableArray: true},
|
| -
|
| -JSNumber: {"": "num/Interceptor;",
|
| - abs$0: function(receiver) {
|
| - return Math.abs(receiver);
|
| - },
|
| - toInt$0: function(receiver) {
|
| - var t1;
|
| - if (receiver >= -2147483648 && receiver <= 2147483647)
|
| - return receiver | 0;
|
| - if (isFinite(receiver)) {
|
| - t1 = receiver < 0 ? Math.ceil(receiver) : Math.floor(receiver);
|
| - return t1 + 0;
|
| - }
|
| - throw H.wrapException(P.UnsupportedError$('' + receiver));
|
| - },
|
| - toString$0: function(receiver) {
|
| - if (receiver === 0 && 1 / receiver < 0)
|
| - return "-0.0";
|
| - else
|
| - return "" + receiver;
|
| - },
|
| - get$hashCode: function(receiver) {
|
| - return receiver & 0x1FFFFFFF;
|
| - },
|
| - $sub: function(receiver, other) {
|
| - return receiver - other;
|
| - },
|
| - $shr: function(receiver, other) {
|
| - if (other < 0)
|
| - throw H.wrapException(new P.ArgumentError(other));
|
| - if (receiver > 0) {
|
| - if (other > 31)
|
| - return 0;
|
| - return receiver >>> other;
|
| - }
|
| - if (other > 31)
|
| - other = 31;
|
| - return receiver >> other >>> 0;
|
| - },
|
| - $lt: function(receiver, other) {
|
| - if (typeof other !== "number")
|
| - throw H.wrapException(new P.ArgumentError(other));
|
| - return receiver < other;
|
| - },
|
| - $gt: function(receiver, other) {
|
| - if (typeof other !== "number")
|
| - throw H.wrapException(new P.ArgumentError(other));
|
| - return receiver > other;
|
| - },
|
| - $ge: function(receiver, other) {
|
| - if (typeof other !== "number")
|
| - throw H.wrapException(new P.ArgumentError(other));
|
| - return receiver >= other;
|
| - },
|
| - $isnum: true,
|
| - static: {
|
| -"": "JSNumber__MIN_INT32,JSNumber__MAX_INT32",
|
| -}
|
| -
|
| -},
|
| -
|
| -JSInt: {"": "int/JSNumber;", $isnum: true, $isint: true},
|
| -
|
| -JSDouble: {"": "double/JSNumber;", $isnum: true},
|
| -
|
| -JSString: {"": "String/Interceptor;",
|
| - codeUnitAt$1: function(receiver, index) {
|
| - if (index < 0)
|
| - throw H.wrapException(P.RangeError$value(index));
|
| - if (index >= receiver.length)
|
| - throw H.wrapException(P.RangeError$value(index));
|
| - return receiver.charCodeAt(index);
|
| - },
|
| - substring$2: function(receiver, startIndex, endIndex) {
|
| - var t1;
|
| - if (typeof startIndex !== "number" || Math.floor(startIndex) !== startIndex)
|
| - H.throwExpression(new P.ArgumentError(startIndex));
|
| - if (endIndex == null)
|
| - endIndex = receiver.length;
|
| - if (typeof endIndex !== "number" || Math.floor(endIndex) !== endIndex)
|
| - H.throwExpression(new P.ArgumentError(endIndex));
|
| - t1 = J.getInterceptor$n(startIndex);
|
| - if (t1.$lt(startIndex, 0))
|
| - throw H.wrapException(P.RangeError$value(startIndex));
|
| - if (t1.$gt(startIndex, endIndex))
|
| - throw H.wrapException(P.RangeError$value(startIndex));
|
| - 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);
|
| - },
|
| - get$isEmpty: function(receiver) {
|
| - return receiver.length === 0;
|
| - },
|
| - toString$0: function(receiver) {
|
| - return receiver;
|
| - },
|
| - get$hashCode: function(receiver) {
|
| - var t1, hash, i;
|
| - for (t1 = receiver.length, hash = 0, i = 0; i < t1; ++i) {
|
| - hash = 536870911 & hash + receiver.charCodeAt(i);
|
| - hash = 536870911 & hash + ((524287 & hash) << 10 >>> 0);
|
| - hash ^= hash >> 6;
|
| - }
|
| - hash = 536870911 & hash + ((67108863 & hash) << 3 >>> 0);
|
| - hash ^= hash >> 11;
|
| - return 536870911 & hash + ((16383 & hash) << 15 >>> 0);
|
| - },
|
| - get$length: function(receiver) {
|
| - return receiver.length;
|
| - },
|
| - $index: function(receiver, index) {
|
| - throw H.wrapException(new P.ArgumentError(index));
|
| - },
|
| - $isString: true
|
| -}}],
|
| -["_js_helper", "dart:_js_helper", , H, {
|
| -isJsIndexable: function(object, record) {
|
| - var result, t1;
|
| - if (record != null) {
|
| - result = record.x;
|
| - if (result != null)
|
| - return result;
|
| - }
|
| - t1 = J.getInterceptor(object);
|
| - return typeof object === "object" && object !== null && !!t1.$isJavaScriptIndexingBehavior;
|
| -},
|
| -
|
| -S: function(value) {
|
| - var res;
|
| - if (typeof value === "string")
|
| - return value;
|
| - if (typeof value === "number") {
|
| - if (value !== 0)
|
| - return "" + value;
|
| - } else if (true === value)
|
| - return "true";
|
| - else if (false === value)
|
| - return "false";
|
| - else if (value == null)
|
| - return "null";
|
| - res = J.toString$0(value);
|
| - if (typeof res !== "string")
|
| - throw H.wrapException(new P.ArgumentError(value));
|
| - return res;
|
| -},
|
| -
|
| -Primitives_objectHashCode: function(object) {
|
| - var hash = object.$identityHash;
|
| - if (hash == null) {
|
| - hash = Math.random() * 0x3fffffff | 0;
|
| - object.$identityHash = hash;
|
| - }
|
| - return hash;
|
| -},
|
| -
|
| -Primitives_objectTypeName: function(object) {
|
| - var $name, decompiled, t1;
|
| - $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;
|
| - }
|
| - t1 = J.getInterceptor$s($name);
|
| - 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, null);
|
| -},
|
| -
|
| -Primitives_objectToString: function(object) {
|
| - return "Instance of '" + H.Primitives_objectTypeName(object) + "'";
|
| -},
|
| -
|
| -Primitives_newFixedList: function($length) {
|
| - var result = new Array($length);
|
| - result.fixed$length = true;
|
| - return result;
|
| -},
|
| -
|
| -Primitives__fromCharCodeApply: function(array) {
|
| - var end, t1, result, i, subarray, t2;
|
| - end = array.length;
|
| - for (t1 = end <= 500, result = "", i = 0; i < end; i += 500) {
|
| - if (t1)
|
| - subarray = array;
|
| - else {
|
| - t2 = i + 500;
|
| - t2 = t2 < end ? t2 : end;
|
| - subarray = array.slice(i, t2);
|
| - }
|
| - result += String.fromCharCode.apply(null, subarray);
|
| - }
|
| - return result;
|
| -},
|
| -
|
| -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)
|
| - throw H.wrapException(new P.ArgumentError(i));
|
| - if (i <= 65535)
|
| - a.push(i);
|
| - else if (i <= 1114111) {
|
| - a.push(55296 + (C.JSInt_methods.$shr(i - 65536, 10) & 1023));
|
| - a.push(56320 + (i & 1023));
|
| - } else
|
| - throw H.wrapException(new P.ArgumentError(i));
|
| - }
|
| - return H.Primitives__fromCharCodeApply(a);
|
| -},
|
| -
|
| -Primitives_stringFromCharCodes: function(charCodes) {
|
| - var t1, i;
|
| - for (t1 = new H.ListIterator(charCodes, charCodes.length, 0, null); t1.moveNext$0();) {
|
| - i = t1._current;
|
| - if (typeof i !== "number" || Math.floor(i) !== i)
|
| - throw H.wrapException(new P.ArgumentError(i));
|
| - if (i < 0)
|
| - throw H.wrapException(new P.ArgumentError(i));
|
| - if (i > 65535)
|
| - return H.Primitives_stringFromCodePoints(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_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(new P.ArgumentError(argument));
|
| -},
|
| -
|
| -ioore: function(receiver, index) {
|
| - if (receiver == null)
|
| - J.get$length$asx(receiver);
|
| - if (typeof index !== "number" || Math.floor(index) !== index)
|
| - H.iae(index);
|
| - throw H.wrapException(P.RangeError$value(index));
|
| -},
|
| -
|
| -wrapException: function(ex) {
|
| - var wrapper;
|
| - if (ex == null)
|
| - ex = new P.NullThrownError();
|
| - wrapper = new Error();
|
| - wrapper.dartException = ex;
|
| - if ("defineProperty" in Object) {
|
| - Object.defineProperty(wrapper, "message", { get: H.toStringWrapper$closure.call$0 });
|
| - wrapper.name = "";
|
| - } else
|
| - wrapper.toString = H.toStringWrapper$closure.call$0;
|
| - return wrapper;
|
| -},
|
| -
|
| -toStringWrapper: function() {
|
| - return J.toString$0(this.dartException);
|
| -},
|
| -
|
| -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);
|
| - if (ex == null)
|
| - return;
|
| - if (typeof ex !== "object")
|
| - return ex;
|
| - if ("dartException" in ex)
|
| - return t1.call$1(ex.dartException);
|
| - else if (!("message" in ex))
|
| - return ex;
|
| - message = ex.message;
|
| - if ("number" in ex && typeof ex.number == "number") {
|
| - number = ex.number;
|
| - ieErrorCode = number & 65535;
|
| - if ((C.JSInt_methods.$shr(number, 16) & 8191) === 10)
|
| - switch (ieErrorCode) {
|
| - case 438:
|
| - return t1.call$1(H.JsNoSuchMethodError$(H.S(message) + " (Error " + ieErrorCode + ")", null));
|
| - case 445:
|
| - case 5007:
|
| - t2 = H.S(message) + " (Error " + ieErrorCode + ")";
|
| - return t1.call$1(new H.NullError(t2, null));
|
| - default:
|
| - }
|
| - }
|
| - if (ex instanceof TypeError) {
|
| - t2 = $.get$TypeErrorDecoder_noSuchMethodPattern();
|
| - t3 = $.get$TypeErrorDecoder_notClosurePattern();
|
| - t4 = $.get$TypeErrorDecoder_nullCallPattern();
|
| - nullLiteralCall = $.get$TypeErrorDecoder_nullLiteralCallPattern();
|
| - t5 = $.get$TypeErrorDecoder_undefinedCallPattern();
|
| - t6 = $.get$TypeErrorDecoder_undefinedLiteralCallPattern();
|
| - t7 = $.get$TypeErrorDecoder_nullPropertyPattern();
|
| - $.get$TypeErrorDecoder_nullLiteralPropertyPattern();
|
| - t8 = $.get$TypeErrorDecoder_undefinedPropertyPattern();
|
| - t9 = $.get$TypeErrorDecoder_undefinedLiteralPropertyPattern();
|
| - match = t2.matchTypeError$1(message);
|
| - if (match != null)
|
| - return t1.call$1(H.JsNoSuchMethodError$(message, match));
|
| - else {
|
| - match = t3.matchTypeError$1(message);
|
| - if (match != null) {
|
| - match.method = "call";
|
| - return t1.call$1(H.JsNoSuchMethodError$(message, match));
|
| - } else {
|
| - match = t4.matchTypeError$1(message);
|
| - if (match == null) {
|
| - match = nullLiteralCall.matchTypeError$1(message);
|
| - if (match == null) {
|
| - match = t5.matchTypeError$1(message);
|
| - if (match == null) {
|
| - match = t6.matchTypeError$1(message);
|
| - if (match == null) {
|
| - match = t7.matchTypeError$1(message);
|
| - if (match == null) {
|
| - match = nullLiteralCall.matchTypeError$1(message);
|
| - if (match == null) {
|
| - match = t8.matchTypeError$1(message);
|
| - if (match == null) {
|
| - match = t9.matchTypeError$1(message);
|
| - t2 = match != null;
|
| - } else
|
| - t2 = true;
|
| - } else
|
| - t2 = true;
|
| - } else
|
| - t2 = true;
|
| - } else
|
| - t2 = true;
|
| - } else
|
| - t2 = true;
|
| - } else
|
| - t2 = true;
|
| - } else
|
| - t2 = true;
|
| - if (t2) {
|
| - t2 = match == null ? null : match.method;
|
| - return t1.call$1(new H.NullError(message, t2));
|
| - }
|
| - }
|
| - }
|
| - t2 = typeof message === "string" ? message : "";
|
| - return t1.call$1(new H.UnknownJsTypeError(t2));
|
| - }
|
| - if (ex instanceof RangeError) {
|
| - if (typeof message === "string" && message.indexOf("call stack") !== -1)
|
| - return new P.StackOverflowError();
|
| - return t1.call$1(new P.ArgumentError(null));
|
| - }
|
| - if (typeof InternalError == "function" && ex instanceof InternalError)
|
| - if (typeof message === "string" && message === "too much recursion")
|
| - return new P.StackOverflowError();
|
| - return ex;
|
| -},
|
| -
|
| -objectHashCode: function(object) {
|
| - if (object == null || typeof object != 'object')
|
| - return J.get$hashCode$(object);
|
| - else
|
| - return H.Primitives_objectHashCode(object);
|
| -},
|
| -
|
| -fillLiteralMap: function(keyValuePairs, result) {
|
| - var $length, index, index0, index1;
|
| - $length = keyValuePairs.length;
|
| - for (index = 0; index < $length; index = index1) {
|
| - index0 = index + 1;
|
| - index1 = index0 + 1;
|
| - result.$indexSet(result, keyValuePairs[index], keyValuePairs[index0]);
|
| - }
|
| - return result;
|
| -},
|
| -
|
| -invokeClosure: function(closure, isolate, numberOfArguments, arg1, arg2, arg3, arg4) {
|
| - var t1 = J.getInterceptor(numberOfArguments);
|
| - if (t1.$eq(numberOfArguments, 0))
|
| - return new H.invokeClosure_closure(closure).call$0();
|
| - else if (t1.$eq(numberOfArguments, 1))
|
| - return new H.invokeClosure_closure0(closure, arg1).call$0();
|
| - else if (t1.$eq(numberOfArguments, 2))
|
| - return new H.invokeClosure_closure1(closure, arg1, arg2).call$0();
|
| - else if (t1.$eq(numberOfArguments, 3))
|
| - return new H.invokeClosure_closure2(closure, arg1, arg2, arg3).call$0();
|
| - else if (t1.$eq(numberOfArguments, 4))
|
| - return new H.invokeClosure_closure3(closure, arg1, arg2, arg3, arg4).call$0();
|
| - else
|
| - throw H.wrapException(P.Exception_Exception("Unsupported number of arguments for wrapped closure"));
|
| -},
|
| -
|
| -convertDartClosureToJS: function(closure, arity) {
|
| - var $function;
|
| - if (closure == null)
|
| - return;
|
| - $function = closure.$identity;
|
| - if (!!$function)
|
| - return $function;
|
| - $function = (function(closure, arity, context, invoke) { return function(a1, a2, a3, a4) { return invoke(closure, context, arity, a1, a2, a3, a4); };})(closure,arity,$,H.invokeClosure$closure.call$7);
|
| - closure.$identity = $function;
|
| - return $function;
|
| -},
|
| -
|
| -throwCyclicInit: function(staticName) {
|
| - throw H.wrapException(P.CyclicInitializationError$("Cyclic initialization for static " + H.S(staticName)));
|
| -},
|
| -
|
| -setRuntimeTypeInfo: function(target, typeInfo) {
|
| - if (target != null)
|
| - target.$builtinTypeInfo = typeInfo;
|
| - return target;
|
| -},
|
| -
|
| -getRuntimeTypeInfo: function(target) {
|
| - if (target == null)
|
| - return;
|
| - return target.$builtinTypeInfo;
|
| -},
|
| -
|
| -getRuntimeTypeArguments: function(target, substitutionName) {
|
| - return H.substitute(target["$as" + H.S(substitutionName)], H.getRuntimeTypeInfo(target));
|
| -},
|
| -
|
| -getRuntimeTypeArgument: function(target, substitutionName, index) {
|
| - var $arguments = H.getRuntimeTypeArguments(target, substitutionName);
|
| - return $arguments == null ? null : $arguments[index];
|
| -},
|
| -
|
| -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 H.getRuntimeTypeAsString(type, onTypeVariable);
|
| - else if (typeof type == "function")
|
| - return type.builtin$cls;
|
| - else if (typeof type === "number" && Math.floor(type) === type)
|
| - return C.JSInt_methods.toString$0(type);
|
| - else
|
| - return;
|
| -},
|
| -
|
| -joinArguments: function(types, startIndex, onTypeVariable) {
|
| - var buffer, index, firstArgument, allDynamic, argument, str;
|
| - if (types == null)
|
| - return "";
|
| - buffer = P.StringBuffer$("");
|
| - for (index = startIndex, firstArgument = true, allDynamic = true; index < types.length; ++index) {
|
| - if (firstArgument)
|
| - firstArgument = false;
|
| - else
|
| - buffer._contents = buffer._contents + ", ";
|
| - argument = types[index];
|
| - if (argument != null)
|
| - allDynamic = false;
|
| - str = H.runtimeTypeToString(argument, onTypeVariable);
|
| - str = typeof str === "string" ? str : H.S(str);
|
| - buffer._contents = buffer._contents + str;
|
| - }
|
| - return allDynamic ? "" : "<" + H.S(buffer) + ">";
|
| -},
|
| -
|
| -substitute: function(substitution, $arguments) {
|
| - if (typeof substitution === "object" && substitution !== null && substitution.constructor === Array)
|
| - $arguments = substitution;
|
| - else if (typeof substitution == "function") {
|
| - substitution = H.invokeOn(substitution, null, $arguments);
|
| - if (typeof substitution === "object" && substitution !== null && substitution.constructor === Array)
|
| - $arguments = substitution;
|
| - else if (typeof substitution == "function")
|
| - $arguments = H.invokeOn(substitution, null, $arguments);
|
| - }
|
| - return $arguments;
|
| -},
|
| -
|
| -invokeOn: function($function, receiver, $arguments) {
|
| - return $function.apply(receiver, $arguments);
|
| -},
|
| -
|
| -toStringForNativeObject: function(obj) {
|
| - var t1 = $.getTagFunction;
|
| - return "Instance of " + (t1 == null ? "<Unknown>" : t1.call$1(obj));
|
| -},
|
| -
|
| -hashCodeForNativeObject: function(object) {
|
| - return H.Primitives_objectHashCode(object);
|
| -},
|
| -
|
| -defineProperty: function(obj, property, value) {
|
| - Object.defineProperty(obj, property, {value: value, enumerable: false, writable: true, configurable: true});
|
| -},
|
| -
|
| -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) {
|
| - 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;
|
| - 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) {
|
| - return J.makeDispatchRecord(interceptor, false, null, !!interceptor.$isJavaScriptIndexingBehavior);
|
| -},
|
| -
|
| -makeDefaultDispatchRecord: function(tag, interceptorClass, proto) {
|
| - var interceptor = interceptorClass.prototype;
|
| - if (init.leafTags[tag] === true)
|
| - return J.makeDispatchRecord(interceptor, false, null, !!interceptor.$isJavaScriptIndexingBehavior);
|
| - else
|
| - return J.makeDispatchRecord(interceptor, proto, null, null);
|
| -},
|
| -
|
| -initNativeDispatch: function() {
|
| - 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") {
|
| - window;
|
| - for (i = 0; i < tags.length; ++i) {
|
| - tag = tags[i];
|
| - 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
|
| -},
|
| -
|
| -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
|
| -},
|
| -
|
| -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
|
| -},
|
| -
|
| -TypeErrorDecoder: {"": "Object;_pattern,_arguments,_argumentsExpr,_expr,_method,_receiver",
|
| - matchTypeError$1: function(message) {
|
| - var match, result, t1;
|
| - match = new RegExp(this._pattern).exec(message);
|
| - if (match == null)
|
| - return;
|
| - result = {};
|
| - t1 = this._arguments;
|
| - if (t1 !== -1)
|
| - result.arguments = match[t1 + 1];
|
| - t1 = this._argumentsExpr;
|
| - if (t1 !== -1)
|
| - result.argumentsExpr = match[t1 + 1];
|
| - t1 = this._expr;
|
| - if (t1 !== -1)
|
| - result.expr = match[t1 + 1];
|
| - t1 = this._method;
|
| - if (t1 !== -1)
|
| - result.method = match[t1 + 1];
|
| - t1 = this._receiver;
|
| - if (t1 !== -1)
|
| - result.receiver = match[t1 + 1];
|
| - return result;
|
| - },
|
| - static: {
|
| -"": "TypeErrorDecoder_noSuchMethodPattern,TypeErrorDecoder_notClosurePattern,TypeErrorDecoder_nullCallPattern,TypeErrorDecoder_nullLiteralCallPattern,TypeErrorDecoder_undefinedCallPattern,TypeErrorDecoder_undefinedLiteralCallPattern,TypeErrorDecoder_nullPropertyPattern,TypeErrorDecoder_nullLiteralPropertyPattern,TypeErrorDecoder_undefinedPropertyPattern,TypeErrorDecoder_undefinedLiteralPropertyPattern",
|
| -TypeErrorDecoder_extractPattern: function(message) {
|
| - var match, $arguments, argumentsExpr, expr, method, receiver;
|
| - message = message.replace(String({}), '$receiver$').replace(new RegExp("[[\\]{}()*+?.\\\\^$|]", 'g'), '\\$&');
|
| - match = message.match(/\\\$[a-zA-Z]+\\\$/g);
|
| - if (match == null)
|
| - match = [];
|
| - $arguments = match.indexOf("\\$arguments\\$");
|
| - argumentsExpr = match.indexOf("\\$argumentsExpr\\$");
|
| - expr = match.indexOf("\\$expr\\$");
|
| - method = match.indexOf("\\$method\\$");
|
| - receiver = match.indexOf("\\$receiver\\$");
|
| - return new H.TypeErrorDecoder(message.replace('\\$arguments\\$', '((?:x|[^x])*)').replace('\\$argumentsExpr\\$', '((?:x|[^x])*)').replace('\\$expr\\$', '((?:x|[^x])*)').replace('\\$method\\$', '((?:x|[^x])*)').replace('\\$receiver\\$', '((?:x|[^x])*)'), $arguments, argumentsExpr, expr, method, receiver);
|
| -},
|
| -
|
| -TypeErrorDecoder_provokeCallErrorOn: function(expression) {
|
| - return function($expr$) {
|
| - var $argumentsExpr$ = '$arguments$'
|
| - try {
|
| - $expr$.$method$($argumentsExpr$);
|
| - } catch (e) {
|
| - return e.message;
|
| - }
|
| -}(expression);
|
| -},
|
| -
|
| -TypeErrorDecoder_provokeCallErrorOnNull: function() {
|
| - return function() {
|
| - var $argumentsExpr$ = '$arguments$'
|
| - try {
|
| - null.$method$($argumentsExpr$);
|
| - } catch (e) {
|
| - return e.message;
|
| - }
|
| -}();
|
| -},
|
| -
|
| -TypeErrorDecoder_provokeCallErrorOnUndefined: function() {
|
| - return function() {
|
| - var $argumentsExpr$ = '$arguments$'
|
| - try {
|
| - (void 0).$method$($argumentsExpr$);
|
| - } catch (e) {
|
| - return e.message;
|
| - }
|
| -}();
|
| -},
|
| -
|
| -TypeErrorDecoder_provokePropertyErrorOn: function(expression) {
|
| - return function($expr$) {
|
| - try {
|
| - $expr$.$method$;
|
| - } catch (e) {
|
| - return e.message;
|
| - }
|
| -}(expression);
|
| -},
|
| -
|
| -TypeErrorDecoder_provokePropertyErrorOnNull: function() {
|
| - return function() {
|
| - try {
|
| - null.$method$;
|
| - } catch (e) {
|
| - return e.message;
|
| - }
|
| -}();
|
| -},
|
| -
|
| -TypeErrorDecoder_provokePropertyErrorOnUndefined: function() {
|
| - return function() {
|
| - try {
|
| - (void 0).$method$;
|
| - } catch (e) {
|
| - return e.message;
|
| - }
|
| -}();
|
| -}}
|
| -
|
| -},
|
| -
|
| -NullError: {"": "Error;_message,_method",
|
| - toString$0: function(_) {
|
| - var t1 = this._method;
|
| - if (t1 == null)
|
| - return "NullError: " + H.S(this._message);
|
| - return "NullError: Cannot call \"" + H.S(t1) + "\" on null";
|
| - },
|
| - $isError: true
|
| -},
|
| -
|
| -JsNoSuchMethodError: {"": "Error;_message,_method,_receiver",
|
| - toString$0: function(_) {
|
| - var t1, t2;
|
| - t1 = this._method;
|
| - if (t1 == null)
|
| - return "NoSuchMethodError: " + H.S(this._message);
|
| - t2 = this._receiver;
|
| - if (t2 == null)
|
| - return "NoSuchMethodError: Cannot call \"" + t1 + "\" (" + H.S(this._message) + ")";
|
| - return "NoSuchMethodError: Cannot call \"" + t1 + "\" on \"" + t2 + "\" (" + H.S(this._message) + ")";
|
| - },
|
| - $isError: true,
|
| - static: {
|
| -JsNoSuchMethodError$: function(_message, match) {
|
| - var t1, t2;
|
| - t1 = match == null;
|
| - t2 = t1 ? null : match.method;
|
| - t1 = t1 ? null : match.receiver;
|
| - return new H.JsNoSuchMethodError(_message, t2, t1);
|
| -}}
|
| -
|
| -},
|
| -
|
| -UnknownJsTypeError: {"": "Error;_message",
|
| - toString$0: function(_) {
|
| - var t1 = this._message;
|
| - return C.JSString_methods.get$isEmpty(t1) ? "Error" : "Error: " + t1;
|
| - }
|
| -},
|
| -
|
| -unwrapException_saveStackTrace: {"": "Closure;ex_0",
|
| - call$1: function(error) {
|
| - var t1 = J.getInterceptor(error);
|
| - if (typeof error === "object" && error !== null && !!t1.$isError)
|
| - if (error.$thrownJsError == null)
|
| - error.$thrownJsError = this.ex_0;
|
| - return error;
|
| - },
|
| - "+call:1:0": 0,
|
| - $isFunction: true
|
| -},
|
| -
|
| -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
|
| -},
|
| -
|
| -initHooks_closure: {"": "Closure;getTag_0",
|
| - call$1: function(o) {
|
| - return this.getTag_0(o);
|
| - },
|
| - "+call:1:0": 0,
|
| - $isFunction: true
|
| -},
|
| -
|
| -initHooks_closure0: {"": "Closure;getUnknownTag_1",
|
| - call$2: function(o, tag) {
|
| - return this.getUnknownTag_1(o, tag);
|
| - },
|
| - "+call:2:0": 0,
|
| - $isFunction: true
|
| -},
|
| -
|
| -initHooks_closure1: {"": "Closure;prototypeForTag_2",
|
| - call$1: function(tag) {
|
| - return this.prototypeForTag_2(tag);
|
| - },
|
| - "+call:1:0": 0,
|
| - $isFunction: true
|
| -}}],
|
| -["dart._collection.dev", "dart:_collection-dev", , H, {
|
| -IterableMixinWorkaround_forEach: function(iterable, f) {
|
| - var t1;
|
| - for (t1 = new H.ListIterator(iterable, iterable.length, 0, null); t1.moveNext$0();)
|
| - f.call$1(t1._current);
|
| -},
|
| -
|
| -IterableMixinWorkaround_toStringIterable: function(iterable, leftDelimiter, rightDelimiter) {
|
| - var result, i, t1;
|
| - for (i = 0; i < $.get$IterableMixinWorkaround__toStringList().length; ++i) {
|
| - t1 = $.get$IterableMixinWorkaround__toStringList();
|
| - if (i >= t1.length)
|
| - throw H.ioore(t1, i);
|
| - if (t1[i] === iterable)
|
| - return H.S(leftDelimiter) + "..." + H.S(rightDelimiter);
|
| - }
|
| - result = P.StringBuffer$("");
|
| - try {
|
| - $.get$IterableMixinWorkaround__toStringList().push(iterable);
|
| - result.write$1(leftDelimiter);
|
| - result.writeAll$2(iterable, ", ");
|
| - result.write$1(rightDelimiter);
|
| - } finally {
|
| - t1 = $.get$IterableMixinWorkaround__toStringList();
|
| - if (0 >= t1.length)
|
| - throw H.ioore(t1, 0);
|
| - t1.pop();
|
| - }
|
| - return result.get$_contents();
|
| -},
|
| -
|
| -ListIterable: {"": "IterableBase;",
|
| - get$iterator: function(_) {
|
| - return new H.ListIterator(this, this.get$length(this), 0, null);
|
| - },
|
| - 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 (!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;
|
| - }
|
| - this._current = t2.elementAt$1(t1, t3);
|
| - this._index = this._index + 1;
|
| - return true;
|
| - }
|
| -},
|
| -
|
| -MappedIterable: {"": "IterableBase;_iterable,_f",
|
| - get$iterator: function(_) {
|
| - var t1 = this._iterable;
|
| - t1 = t1.get$iterator(t1);
|
| - t1 = new H.MappedIterator(null, t1, this._f);
|
| - H.setRuntimeTypeInfo(t1, [H.getRuntimeTypeArgument(this, "MappedIterable", 0), H.getRuntimeTypeArgument(this, "MappedIterable", 1)]);
|
| - return t1;
|
| - },
|
| - get$length: function(_) {
|
| - var t1 = this._iterable;
|
| - return t1.get$length(t1);
|
| - },
|
| - $asIterableBase: function($S, $T) {
|
| - return [$T];
|
| - },
|
| - $asIterable: function($S, $T) {
|
| - return [$T];
|
| - },
|
| - static: {
|
| -MappedIterable_MappedIterable: function(iterable, $function, $S, $T) {
|
| - var t1;
|
| - if (!!iterable.$isEfficientLength) {
|
| - t1 = new H.EfficientLengthMappedIterable(iterable, $function);
|
| - H.setRuntimeTypeInfo(t1, [$S, $T]);
|
| - return t1;
|
| - }
|
| - t1 = new H.MappedIterable(iterable, $function);
|
| - H.setRuntimeTypeInfo(t1, [$S, $T]);
|
| - return t1;
|
| -}}
|
| -
|
| -},
|
| -
|
| -EfficientLengthMappedIterable: {"": "MappedIterable;_iterable,_f", $asMappedIterable: null,
|
| - $asIterable: function($S, $T) {
|
| - return [$T];
|
| - },
|
| - $isEfficientLength: true
|
| -},
|
| -
|
| -MappedIterator: {"": "Iterator;_current,_iterator,_f",
|
| - _f$1: function(arg0) {
|
| - return this._f.call$1(arg0);
|
| - },
|
| - moveNext$0: function() {
|
| - var t1 = this._iterator;
|
| - if (t1.moveNext$0()) {
|
| - this._current = this._f$1(t1.get$current());
|
| - return true;
|
| - }
|
| - this._current = null;
|
| - return false;
|
| - },
|
| - get$current: function() {
|
| - return this._current;
|
| - },
|
| - $asIterator: function($S, $T) {
|
| - return [$T];
|
| - }
|
| -},
|
| -
|
| -MappedListIterable: {"": "ListIterable;_source,_f",
|
| - _f$1: function(arg0) {
|
| - return this._f.call$1(arg0);
|
| - },
|
| - get$length: function(_) {
|
| - return J.get$length$asx(this._source);
|
| - },
|
| - elementAt$1: function(_, index) {
|
| - return this._f$1(J.elementAt$1$ax(this._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.collection", "dart:collection", , P, {
|
| -_HashMap__setTableEntry: function(table, key, value) {
|
| - if (value == null)
|
| - table[key] = table;
|
| - else
|
| - table[key] = value;
|
| -},
|
| -
|
| -_HashMap__newHashTable: function() {
|
| - var table = Object.create(null);
|
| - P._HashMap__setTableEntry(table, "<non-identifier-key>", table);
|
| - delete table["<non-identifier-key>"];
|
| - return table;
|
| -},
|
| -
|
| -_defaultEquals: function(a, b) {
|
| - return J.$eq(a, b);
|
| -},
|
| -
|
| -_defaultHashCode: function(a) {
|
| - return J.get$hashCode$(a);
|
| -},
|
| -
|
| -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();
|
| - if (t1.contains$1(t1, iterable))
|
| - return "(...)";
|
| - t1 = $.get$_toStringVisiting();
|
| - t1.add$1(t1, iterable);
|
| - parts = [];
|
| - try {
|
| - P._iterablePartsToStrings(iterable, parts);
|
| - } finally {
|
| - t1 = $.get$_toStringVisiting();
|
| - t1.remove$1(t1, iterable);
|
| - }
|
| - t1 = P.StringBuffer$("(");
|
| - t1.writeAll$2(parts, ", ");
|
| - t1.write$1(")");
|
| - return t1._contents;
|
| -},
|
| -
|
| -_iterablePartsToStrings: function(iterable, parts) {
|
| - var it, $length, count, next, ultimateString, penultimateString, penultimate, ultimate, ultimate0, elision;
|
| - it = iterable.get$iterator(iterable);
|
| - $length = 0;
|
| - count = 0;
|
| - while (true) {
|
| - if (!($length < 80 || count < 3))
|
| - break;
|
| - if (!it.moveNext$0())
|
| - return;
|
| - next = H.S(it.get$current());
|
| - parts.push(next);
|
| - $length += next.length + 2;
|
| - ++count;
|
| - }
|
| - if (!it.moveNext$0()) {
|
| - if (count <= 5)
|
| - return;
|
| - if (0 >= parts.length)
|
| - throw H.ioore(parts, 0);
|
| - ultimateString = parts.pop();
|
| - if (0 >= parts.length)
|
| - throw H.ioore(parts, 0);
|
| - penultimateString = parts.pop();
|
| - } else {
|
| - penultimate = it.get$current();
|
| - ++count;
|
| - if (!it.moveNext$0()) {
|
| - if (count <= 4) {
|
| - parts.push(H.S(penultimate));
|
| - return;
|
| - }
|
| - ultimateString = H.S(penultimate);
|
| - if (0 >= parts.length)
|
| - throw H.ioore(parts, 0);
|
| - penultimateString = parts.pop();
|
| - $length += ultimateString.length + 2;
|
| - } else {
|
| - ultimate = it.get$current();
|
| - ++count;
|
| - for (; it.moveNext$0(); penultimate = ultimate, ultimate = ultimate0) {
|
| - ultimate0 = it.get$current();
|
| - ++count;
|
| - if (count > 100) {
|
| - while (true) {
|
| - if (!($length > 75 && count > 3))
|
| - break;
|
| - if (0 >= parts.length)
|
| - throw H.ioore(parts, 0);
|
| - $length -= parts.pop().length + 2;
|
| - --count;
|
| - }
|
| - parts.push("...");
|
| - return;
|
| - }
|
| - }
|
| - penultimateString = H.S(penultimate);
|
| - ultimateString = H.S(ultimate);
|
| - $length += ultimateString.length + penultimateString.length + 4;
|
| - }
|
| - }
|
| - if (count > parts.length + 2) {
|
| - $length += 5;
|
| - elision = "...";
|
| - } else
|
| - elision = null;
|
| - while (true) {
|
| - if (!($length > 80 && parts.length > 3))
|
| - break;
|
| - if (0 >= parts.length)
|
| - throw H.ioore(parts, 0);
|
| - $length -= parts.pop().length + 2;
|
| - if (elision == null) {
|
| - $length += 5;
|
| - elision = "...";
|
| - }
|
| - }
|
| - if (elision != null)
|
| - parts.push(elision);
|
| - parts.push(penultimateString);
|
| - parts.push(ultimateString);
|
| -},
|
| -
|
| -LinkedHashMap_LinkedHashMap: function(equals, hashCode, isValidKey, $K, $V) {
|
| - var t1 = new P._LinkedHashMap(0, null, null, null, null, null, 0);
|
| - H.setRuntimeTypeInfo(t1, [$K, $V]);
|
| - return t1;
|
| -},
|
| -
|
| -Maps_mapToString: function(m) {
|
| - var t1, result, i, t2;
|
| - t1 = {};
|
| - for (i = 0; i < $.get$Maps__toStringList().length; ++i) {
|
| - t2 = $.get$Maps__toStringList();
|
| - if (i >= t2.length)
|
| - throw H.ioore(t2, i);
|
| - if (t2[i] === m)
|
| - return "{...}";
|
| - }
|
| - result = P.StringBuffer$("");
|
| - try {
|
| - $.get$Maps__toStringList().push(m);
|
| - result.write$1("{");
|
| - t1.first_0 = true;
|
| - J.forEach$1$ax(m, new P.Maps_mapToString_closure(t1, result));
|
| - result.write$1("}");
|
| - } finally {
|
| - t1 = $.get$Maps__toStringList();
|
| - if (0 >= t1.length)
|
| - throw H.ioore(t1, 0);
|
| - t1.pop();
|
| - }
|
| - return result.get$_contents();
|
| -},
|
| -
|
| -_HashMap: {"": "Object;",
|
| - get$length: function(_) {
|
| - return this._collection$_length;
|
| - },
|
| - get$keys: function() {
|
| - var t1 = new P.HashMapKeyIterable(this);
|
| - H.setRuntimeTypeInfo(t1, [H.getRuntimeTypeArgument(this, "_HashMap", 0)]);
|
| - return t1;
|
| - },
|
| - 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__") {
|
| - strings = this._strings;
|
| - if (strings == null)
|
| - t1 = null;
|
| - else {
|
| - entry = strings[key];
|
| - t1 = entry === strings ? null : entry;
|
| - }
|
| - return t1;
|
| - } else if (typeof key === "number" && (key & 0x3ffffff) === key) {
|
| - nums = this._nums;
|
| - if (nums == null)
|
| - t1 = null;
|
| - else {
|
| - entry = nums[key];
|
| - t1 = entry === nums ? null : entry;
|
| - }
|
| - return t1;
|
| - } else {
|
| - rest = this._rest;
|
| - if (rest == null)
|
| - return;
|
| - bucket = rest[this._computeHashCode$1(key)];
|
| - index = this._findBucketIndex$2(bucket, key);
|
| - return index < 0 ? null : bucket[index + 1];
|
| - }
|
| - },
|
| - $indexSet: function(_, key, value) {
|
| - var strings, nums, rest, hash, bucket, index;
|
| - if (typeof key === "string" && key !== "__proto__") {
|
| - strings = this._strings;
|
| - if (strings == null) {
|
| - strings = P._HashMap__newHashTable();
|
| - this._strings = strings;
|
| - }
|
| - this._addHashTableEntry$3(strings, key, value);
|
| - } else if (typeof key === "number" && (key & 0x3ffffff) === key) {
|
| - nums = this._nums;
|
| - if (nums == null) {
|
| - nums = P._HashMap__newHashTable();
|
| - this._nums = nums;
|
| - }
|
| - this._addHashTableEntry$3(nums, key, value);
|
| - } else {
|
| - rest = this._rest;
|
| - if (rest == null) {
|
| - rest = P._HashMap__newHashTable();
|
| - this._rest = rest;
|
| - }
|
| - hash = this._computeHashCode$1(key);
|
| - bucket = rest[hash];
|
| - if (bucket == null) {
|
| - P._HashMap__setTableEntry(rest, hash, [key, value]);
|
| - this._collection$_length = this._collection$_length + 1;
|
| - this._keys = null;
|
| - } else {
|
| - index = this._findBucketIndex$2(bucket, key);
|
| - if (index >= 0)
|
| - bucket[index + 1] = value;
|
| - else {
|
| - bucket.push(key, value);
|
| - this._collection$_length = this._collection$_length + 1;
|
| - this._keys = null;
|
| - }
|
| - }
|
| - }
|
| - },
|
| - forEach$1: function(_, action) {
|
| - var keys, $length, i, key;
|
| - keys = this._computeKeys$0();
|
| - for ($length = keys.length, i = 0; i < $length; ++i) {
|
| - key = keys[i];
|
| - action.call$2(key, this.$index(this, key));
|
| - if (keys !== this._keys)
|
| - throw H.wrapException(P.ConcurrentModificationError$(this));
|
| - }
|
| - },
|
| - _computeKeys$0: function() {
|
| - var t1, result, strings, names, entries, index, i, nums, rest, bucket, $length, i0;
|
| - t1 = this._keys;
|
| - if (t1 != null)
|
| - return t1;
|
| - result = P.List_List(this._collection$_length, null);
|
| - strings = this._strings;
|
| - if (strings != null) {
|
| - names = Object.getOwnPropertyNames(strings);
|
| - entries = names.length;
|
| - for (index = 0, i = 0; i < entries; ++i) {
|
| - result[index] = names[i];
|
| - ++index;
|
| - }
|
| - } else
|
| - index = 0;
|
| - nums = this._nums;
|
| - if (nums != null) {
|
| - names = Object.getOwnPropertyNames(nums);
|
| - entries = names.length;
|
| - for (i = 0; i < entries; ++i) {
|
| - result[index] = +names[i];
|
| - ++index;
|
| - }
|
| - }
|
| - rest = this._rest;
|
| - if (rest != null) {
|
| - names = Object.getOwnPropertyNames(rest);
|
| - entries = names.length;
|
| - for (i = 0; i < entries; ++i) {
|
| - bucket = rest[names[i]];
|
| - $length = bucket.length;
|
| - for (i0 = 0; i0 < $length; i0 += 2) {
|
| - result[index] = bucket[i0];
|
| - ++index;
|
| - }
|
| - }
|
| - }
|
| - this._keys = result;
|
| - return result;
|
| - },
|
| - _addHashTableEntry$3: function(table, key, value) {
|
| - if (table[key] == null) {
|
| - this._collection$_length = this._collection$_length + 1;
|
| - this._keys = null;
|
| - }
|
| - P._HashMap__setTableEntry(table, key, value);
|
| - },
|
| - _computeHashCode$1: function(key) {
|
| - return J.get$hashCode$(key) & 0x3ffffff;
|
| - },
|
| - _findBucketIndex$2: function(bucket, key) {
|
| - var $length, i;
|
| - if (bucket == null)
|
| - return -1;
|
| - $length = bucket.length;
|
| - for (i = 0; i < $length; i += 2)
|
| - if (J.$eq(bucket[i], key))
|
| - return i;
|
| - return -1;
|
| - },
|
| - $isMap: 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$iterator: function(_) {
|
| - var t1 = this._map;
|
| - return new P.HashMapKeyIterator(t1, t1._computeKeys$0(), 0, null);
|
| - },
|
| - forEach$1: function(_, f) {
|
| - var t1, keys, $length, i;
|
| - t1 = this._map;
|
| - keys = t1._computeKeys$0();
|
| - for ($length = keys.length, i = 0; i < $length; ++i) {
|
| - f.call$1(keys[i]);
|
| - if (keys !== t1._keys)
|
| - throw H.wrapException(P.ConcurrentModificationError$(t1));
|
| - }
|
| - },
|
| - $asIterableBase: null,
|
| - $asIterable: null,
|
| - $isEfficientLength: true
|
| -},
|
| -
|
| -HashMapKeyIterator: {"": "Object;_map,_keys,_offset,_collection$_current",
|
| - get$current: function() {
|
| - return this._collection$_current;
|
| - },
|
| - moveNext$0: function() {
|
| - var keys, offset, t1;
|
| - keys = this._keys;
|
| - offset = this._offset;
|
| - t1 = this._map;
|
| - if (keys !== t1._keys)
|
| - throw H.wrapException(P.ConcurrentModificationError$(t1));
|
| - else if (offset >= keys.length) {
|
| - this._collection$_current = null;
|
| - return false;
|
| - } else {
|
| - this._collection$_current = keys[offset];
|
| - this._offset = offset + 1;
|
| - return true;
|
| - }
|
| - }
|
| -},
|
| -
|
| -_LinkedHashMap: {"": "Object;_collection$_length,_strings,_nums,_rest,_first,_last,_modifications",
|
| - get$length: function(_) {
|
| - return this._collection$_length;
|
| - },
|
| - get$isEmpty: function(_) {
|
| - return this._collection$_length === 0;
|
| - },
|
| - get$keys: function() {
|
| - var t1 = new P.LinkedHashMapKeyIterable(this);
|
| - H.setRuntimeTypeInfo(t1, [H.getRuntimeTypeArgument(this, "_LinkedHashMap", 0)]);
|
| - return t1;
|
| - },
|
| - $index: function(_, key) {
|
| - var strings, cell, nums, rest, bucket, index;
|
| - if (typeof key === "string" && key !== "__proto__") {
|
| - strings = this._strings;
|
| - if (strings == null)
|
| - return;
|
| - cell = strings[key];
|
| - return cell == null ? null : cell.get$_value();
|
| - } else if (typeof key === "number" && (key & 0x3ffffff) === key) {
|
| - nums = this._nums;
|
| - if (nums == null)
|
| - return;
|
| - cell = nums[key];
|
| - return cell == null ? null : cell.get$_value();
|
| - } else {
|
| - rest = this._rest;
|
| - if (rest == null)
|
| - return;
|
| - bucket = rest[this._computeHashCode$1(key)];
|
| - index = this._findBucketIndex$2(bucket, key);
|
| - if (index < 0)
|
| - return;
|
| - return bucket[index].get$_value();
|
| - }
|
| - },
|
| - $indexSet: function(_, key, value) {
|
| - var strings, nums, rest, hash, bucket, index;
|
| - if (typeof key === "string" && key !== "__proto__") {
|
| - strings = this._strings;
|
| - if (strings == null) {
|
| - strings = P._LinkedHashMap__newHashTable();
|
| - this._strings = strings;
|
| - }
|
| - this._addHashTableEntry$3(strings, key, value);
|
| - } else if (typeof key === "number" && (key & 0x3ffffff) === key) {
|
| - nums = this._nums;
|
| - if (nums == null) {
|
| - nums = P._LinkedHashMap__newHashTable();
|
| - this._nums = nums;
|
| - }
|
| - this._addHashTableEntry$3(nums, key, value);
|
| - } else {
|
| - rest = this._rest;
|
| - if (rest == null) {
|
| - rest = P._LinkedHashMap__newHashTable();
|
| - this._rest = rest;
|
| - }
|
| - hash = this._computeHashCode$1(key);
|
| - bucket = rest[hash];
|
| - if (bucket == null)
|
| - rest[hash] = [this._newLinkedCell$2(key, value)];
|
| - else {
|
| - index = this._findBucketIndex$2(bucket, key);
|
| - if (index >= 0)
|
| - bucket[index].set$_value(value);
|
| - else
|
| - bucket.push(this._newLinkedCell$2(key, value));
|
| - }
|
| - }
|
| - },
|
| - forEach$1: function(_, action) {
|
| - var cell, modifications;
|
| - cell = this._first;
|
| - modifications = this._modifications;
|
| - for (; cell != null;) {
|
| - action.call$2(cell._key, cell._value);
|
| - if (modifications !== this._modifications)
|
| - throw H.wrapException(P.ConcurrentModificationError$(this));
|
| - cell = cell._next;
|
| - }
|
| - },
|
| - _addHashTableEntry$3: function(table, key, value) {
|
| - var cell = table[key];
|
| - if (cell == null)
|
| - table[key] = this._newLinkedCell$2(key, value);
|
| - else
|
| - cell.set$_value(value);
|
| - },
|
| - _newLinkedCell$2: function(key, value) {
|
| - var cell, last;
|
| - cell = new P.LinkedHashMapCell(key, value, null, null);
|
| - if (this._first == null) {
|
| - this._last = cell;
|
| - this._first = cell;
|
| - } else {
|
| - last = this._last;
|
| - cell._previous = last;
|
| - last._next = cell;
|
| - this._last = cell;
|
| - }
|
| - this._collection$_length = this._collection$_length + 1;
|
| - this._modifications = this._modifications + 1 & 67108863;
|
| - return cell;
|
| - },
|
| - _computeHashCode$1: function(key) {
|
| - return J.get$hashCode$(key) & 0x3ffffff;
|
| - },
|
| - _findBucketIndex$2: function(bucket, key) {
|
| - var $length, i;
|
| - if (bucket == null)
|
| - return -1;
|
| - $length = bucket.length;
|
| - for (i = 0; i < $length; ++i)
|
| - if (J.$eq(bucket[i].get$_key(), key))
|
| - return i;
|
| - return -1;
|
| - },
|
| - toString$0: function(_) {
|
| - return P.Maps_mapToString(this);
|
| - },
|
| - $isMap: true,
|
| - static: {
|
| -_LinkedHashMap__newHashTable: function() {
|
| - var table = Object.create(null);
|
| - table["<non-identifier-key>"] = table;
|
| - delete table["<non-identifier-key>"];
|
| - return table;
|
| -}}
|
| -
|
| -},
|
| -
|
| -LinkedHashMapCell: {"": "Object;_key<,_value@,_next,_previous"},
|
| -
|
| -LinkedHashMapKeyIterable: {"": "IterableBase;_map",
|
| - get$length: function(_) {
|
| - return this._map._collection$_length;
|
| - },
|
| - get$iterator: function(_) {
|
| - var t1 = this._map;
|
| - t1 = new P.LinkedHashMapKeyIterator(t1, t1._modifications, null, null);
|
| - t1._cell = t1._map._first;
|
| - return t1;
|
| - },
|
| - forEach$1: function(_, f) {
|
| - var t1, cell, modifications;
|
| - t1 = this._map;
|
| - cell = t1._first;
|
| - modifications = t1._modifications;
|
| - for (; cell != null;) {
|
| - f.call$1(cell._key);
|
| - if (modifications !== t1._modifications)
|
| - throw H.wrapException(P.ConcurrentModificationError$(t1));
|
| - cell = cell._next;
|
| - }
|
| - },
|
| - $asIterableBase: null,
|
| - $asIterable: null,
|
| - $isEfficientLength: true
|
| -},
|
| -
|
| -LinkedHashMapKeyIterator: {"": "Object;_map,_modifications,_cell,_collection$_current",
|
| - get$current: function() {
|
| - return this._collection$_current;
|
| - },
|
| - moveNext$0: function() {
|
| - var t1 = this._map;
|
| - if (this._modifications !== t1._modifications)
|
| - throw H.wrapException(P.ConcurrentModificationError$(t1));
|
| - else {
|
| - t1 = this._cell;
|
| - if (t1 == null) {
|
| - this._collection$_current = null;
|
| - return false;
|
| - } else {
|
| - this._collection$_current = t1._key;
|
| - this._cell = this._cell._next;
|
| - return true;
|
| - }
|
| - }
|
| - }
|
| -},
|
| -
|
| -_HashSet: {"": "_HashSetBase;",
|
| - get$iterator: function(_) {
|
| - return new P.HashSetIterator(this, this._computeElements$0(), 0, null);
|
| - },
|
| - get$length: function(_) {
|
| - return this._collection$_length;
|
| - },
|
| - contains$1: function(_, object) {
|
| - var rest = this._rest;
|
| - if (rest == null)
|
| - return false;
|
| - return this._findBucketIndex$2(rest[this._computeHashCode$1(object)], object) >= 0;
|
| - },
|
| - add$1: function(_, element) {
|
| - var rest, table, hash, bucket;
|
| - rest = this._rest;
|
| - if (rest == null) {
|
| - 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];
|
| - if (bucket == null)
|
| - rest[hash] = [element];
|
| - else {
|
| - if (this._findBucketIndex$2(bucket, element) >= 0)
|
| - return false;
|
| - bucket.push(element);
|
| - }
|
| - this._collection$_length = this._collection$_length + 1;
|
| - this._elements = null;
|
| - return true;
|
| - },
|
| - remove$1: function(_, object) {
|
| - var rest, bucket, index;
|
| - rest = this._rest;
|
| - if (rest == null)
|
| - return false;
|
| - bucket = rest[this._computeHashCode$1(object)];
|
| - index = this._findBucketIndex$2(bucket, object);
|
| - if (index < 0)
|
| - return false;
|
| - this._collection$_length = this._collection$_length - 1;
|
| - this._elements = null;
|
| - bucket.splice(index, 1);
|
| - return true;
|
| - },
|
| - _computeElements$0: function() {
|
| - var t1, result, strings, names, entries, index, i, nums, rest, bucket, $length, i0;
|
| - t1 = this._elements;
|
| - if (t1 != null)
|
| - return t1;
|
| - result = P.List_List(this._collection$_length, null);
|
| - strings = this._strings;
|
| - if (strings != null) {
|
| - names = Object.getOwnPropertyNames(strings);
|
| - entries = names.length;
|
| - for (index = 0, i = 0; i < entries; ++i) {
|
| - result[index] = names[i];
|
| - ++index;
|
| - }
|
| - } else
|
| - index = 0;
|
| - nums = this._nums;
|
| - if (nums != null) {
|
| - names = Object.getOwnPropertyNames(nums);
|
| - entries = names.length;
|
| - for (i = 0; i < entries; ++i) {
|
| - result[index] = +names[i];
|
| - ++index;
|
| - }
|
| - }
|
| - rest = this._rest;
|
| - if (rest != null) {
|
| - names = Object.getOwnPropertyNames(rest);
|
| - entries = names.length;
|
| - for (i = 0; i < entries; ++i) {
|
| - bucket = rest[names[i]];
|
| - $length = bucket.length;
|
| - for (i0 = 0; i0 < $length; ++i0) {
|
| - result[index] = bucket[i0];
|
| - ++index;
|
| - }
|
| - }
|
| - }
|
| - this._elements = result;
|
| - return result;
|
| - },
|
| - _computeHashCode$1: function(element) {
|
| - return J.get$hashCode$(element) & 0x3ffffff;
|
| - },
|
| - _findBucketIndex$2: function(bucket, element) {
|
| - var $length, i;
|
| - if (bucket == null)
|
| - return -1;
|
| - $length = bucket.length;
|
| - for (i = 0; i < $length; ++i)
|
| - if (J.$eq(bucket[i], element))
|
| - return i;
|
| - return -1;
|
| - },
|
| - $as_HashSetBase: null,
|
| - $asIterable: null,
|
| - $isEfficientLength: true,
|
| - $isIterable: true
|
| -},
|
| -
|
| -_IdentityHashSet: {"": "_HashSet;_collection$_length,_strings,_nums,_rest,_elements",
|
| - _computeHashCode$1: function(key) {
|
| - return H.objectHashCode(key) & 0x3ffffff;
|
| - },
|
| - _findBucketIndex$2: function(bucket, element) {
|
| - var $length, i;
|
| - if (bucket == null)
|
| - return -1;
|
| - $length = bucket.length;
|
| - for (i = 0; i < $length; ++i)
|
| - if (bucket[i] === element)
|
| - return i;
|
| - return -1;
|
| - },
|
| - $as_HashSet: null,
|
| - $asIterable: null
|
| -},
|
| -
|
| -HashSetIterator: {"": "Object;_set,_elements,_offset,_collection$_current",
|
| - get$current: function() {
|
| - return this._collection$_current;
|
| - },
|
| - moveNext$0: function() {
|
| - var elements, offset, t1;
|
| - elements = this._elements;
|
| - offset = this._offset;
|
| - t1 = this._set;
|
| - if (elements !== t1._elements)
|
| - throw H.wrapException(P.ConcurrentModificationError$(t1));
|
| - else if (offset >= elements.length) {
|
| - this._collection$_current = null;
|
| - return false;
|
| - } else {
|
| - this._collection$_current = elements[offset];
|
| - this._offset = offset + 1;
|
| - return true;
|
| - }
|
| - }
|
| -},
|
| -
|
| -_HashSetBase: {"": "IterableBase;",
|
| - toString$0: function(_) {
|
| - return H.IterableMixinWorkaround_toStringIterable(this, "{", "}");
|
| - },
|
| - $asIterableBase: null,
|
| - $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());
|
| - },
|
| - get$length: function(_) {
|
| - var it, count;
|
| - it = this.get$iterator(this);
|
| - for (count = 0; it.moveNext$0();)
|
| - ++count;
|
| - return count;
|
| - },
|
| - elementAt$1: function(_, index) {
|
| - var t1, remaining, element;
|
| - 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)
|
| - return element;
|
| - remaining = J.$sub$n(remaining, 1);
|
| - }
|
| - throw H.wrapException(P.RangeError$value(index));
|
| - },
|
| - toString$0: function(_) {
|
| - return P._iterableToString(this);
|
| - },
|
| - $isIterable: true,
|
| - $asIterable: null
|
| -},
|
| -
|
| -ListMixin: {"": "Object;",
|
| - get$iterator: function(receiver) {
|
| - return new H.ListIterator(receiver, this.get$length(receiver), 0, null);
|
| - },
|
| - elementAt$1: function(receiver, index) {
|
| - return this.$index(receiver, index);
|
| - },
|
| - forEach$1: function(receiver, action) {
|
| - var $length, i;
|
| - $length = this.get$length(receiver);
|
| - 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));
|
| - }
|
| - },
|
| - 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;
|
| - t1 = $.get$_toStringVisiting();
|
| - if (t1.contains$1(t1, receiver))
|
| - return "[...]";
|
| - result = P.StringBuffer$("");
|
| - try {
|
| - t1 = $.get$_toStringVisiting();
|
| - t1.add$1(t1, receiver);
|
| - result.write$1("[");
|
| - result.writeAll$2(receiver, ", ");
|
| - result.write$1("]");
|
| - } finally {
|
| - t1 = $.get$_toStringVisiting();
|
| - t1.remove$1(t1, receiver);
|
| - }
|
| - return result.get$_contents();
|
| - },
|
| - $isEfficientLength: true,
|
| - $isIterable: true,
|
| - $asIterable: null
|
| -},
|
| -
|
| -Maps_mapToString_closure: {"": "Closure;box_0,result_1",
|
| - call$2: function(k, v) {
|
| - var t1 = this.box_0;
|
| - if (!t1.first_0)
|
| - this.result_1.write$1(", ");
|
| - t1.first_0 = false;
|
| - t1 = this.result_1;
|
| - t1.write$1(k);
|
| - t1.write$1(": ");
|
| - t1.write$1(v);
|
| - },
|
| - "+call:2:0": 0,
|
| - $isFunction: true
|
| -}}],
|
| -["dart.core", "dart:core", , P, {
|
| -Function__toMangledNames: function(namedArguments) {
|
| - return;
|
| -},
|
| -
|
| -Error_safeToString: function(object) {
|
| - var buffer, t1, i, codeUnit, t2, charCodes;
|
| - if (typeof object === "number" || typeof object === "boolean" || null == object)
|
| - return J.toString$0(object);
|
| - if (typeof object === "string") {
|
| - buffer = new P.StringBuffer("");
|
| - buffer._contents = "\"";
|
| - for (t1 = object.length, i = 0; i < t1; ++i) {
|
| - codeUnit = C.JSString_methods.codeUnitAt$1(object, i);
|
| - if (codeUnit <= 31)
|
| - if (codeUnit === 10)
|
| - buffer._contents = buffer._contents + "\\n";
|
| - else if (codeUnit === 13)
|
| - buffer._contents = buffer._contents + "\\r";
|
| - else if (codeUnit === 9)
|
| - buffer._contents = buffer._contents + "\\t";
|
| - else {
|
| - buffer._contents = buffer._contents + "\\x";
|
| - if (codeUnit < 16)
|
| - buffer._contents = buffer._contents + "0";
|
| - else {
|
| - buffer._contents = buffer._contents + "1";
|
| - codeUnit -= 16;
|
| - }
|
| - t2 = codeUnit < 10 ? 48 + codeUnit : 87 + codeUnit;
|
| - charCodes = P.List_List$filled(1, t2, J.JSInt);
|
| - charCodes.$builtinTypeInfo = [J.JSInt];
|
| - t2 = H.Primitives_stringFromCharCodes(charCodes);
|
| - buffer._contents = buffer._contents + t2;
|
| - }
|
| - else if (codeUnit === 92)
|
| - buffer._contents = buffer._contents + "\\\\";
|
| - else if (codeUnit === 34)
|
| - buffer._contents = buffer._contents + "\\\"";
|
| - else {
|
| - charCodes = P.List_List$filled(1, codeUnit, J.JSInt);
|
| - charCodes.$builtinTypeInfo = [J.JSInt];
|
| - t2 = H.Primitives_stringFromCharCodes(charCodes);
|
| - buffer._contents = buffer._contents + t2;
|
| - }
|
| - }
|
| - buffer._contents = buffer._contents + "\"";
|
| - return buffer._contents;
|
| - }
|
| - return "Instance of '" + H.Primitives_objectTypeName(object) + "'";
|
| -},
|
| -
|
| -Exception_Exception: function(message) {
|
| - return new P._ExceptionImplementation(message);
|
| -},
|
| -
|
| -identical: function(a, b) {
|
| - return a == null ? b == null : a === b;
|
| -},
|
| -
|
| -identityHashCode: function(object) {
|
| - return H.objectHashCode(object);
|
| -},
|
| -
|
| -List_List: function($length, $E) {
|
| - if ($length == null)
|
| - return new Array(0);
|
| - if (typeof $length !== "number" || Math.floor($length) !== $length || $length < 0)
|
| - throw H.wrapException(new P.ArgumentError("Length must be a positive integer: " + H.S($length) + "."));
|
| - return H.Primitives_newFixedList($length);
|
| -},
|
| -
|
| -List_List$filled: function($length, fill, $E) {
|
| - var result, t1, i;
|
| - if ($length < 0)
|
| - throw H.wrapException(new P.ArgumentError("Length must be a positive integer: " + $length + "."));
|
| - result = H.Primitives_newFixedList($length);
|
| - if ($length !== 0 && true)
|
| - for (t1 = result.length, i = 0; i < t1; ++i)
|
| - result[i] = fill;
|
| - return result;
|
| -},
|
| -
|
| -List_List$from: function(other, growable, $E) {
|
| - 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();)
|
| - list.push(t1.get$current());
|
| - if (growable)
|
| - return list;
|
| - $length = list.length;
|
| - fixedList = P.List_List($length, $E);
|
| - H.setRuntimeTypeInfo(fixedList, [$E]);
|
| - for (t1 = list.length, i = 0; i < $length; ++i) {
|
| - if (i >= t1)
|
| - throw H.ioore(list, i);
|
| - fixedList[i] = list[i];
|
| - }
|
| - return fixedList;
|
| -},
|
| -
|
| -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
|
| -},
|
| -
|
| -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(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
|
| -},
|
| -
|
| -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.$isDateTime)
|
| - return false;
|
| - return this.millisecondsSinceEpoch === other.millisecondsSinceEpoch && this.isUtc === other.isUtc;
|
| - },
|
| - get$hashCode: function(_) {
|
| - return this.millisecondsSinceEpoch;
|
| - },
|
| - toString$0: function(_) {
|
| - 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);
|
| - },
|
| - DateTime$fromMillisecondsSinceEpoch$2$isUtc: function(millisecondsSinceEpoch, isUtc) {
|
| - if (Math.abs(millisecondsSinceEpoch) > 8640000000000000)
|
| - throw H.wrapException(new P.ArgumentError(millisecondsSinceEpoch));
|
| - },
|
| - $isDateTime: true,
|
| - static: {
|
| -"": "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
|
| -},
|
| -
|
| -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
|
| -},
|
| -
|
| -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
|
| -},
|
| -
|
| -Error: {"": "Object;", $isError: true},
|
| -
|
| -NullThrownError: {"": "Error;",
|
| - toString$0: function(_) {
|
| - return "Throw of null.";
|
| - }
|
| -},
|
| -
|
| -ArgumentError: {"": "Error;message",
|
| - toString$0: function(_) {
|
| - var t1 = this.message;
|
| - if (t1 != null)
|
| - return "Illegal argument(s): " + H.S(t1);
|
| - return "Illegal argument(s)";
|
| - }
|
| -},
|
| -
|
| -RangeError: {"": "ArgumentError;message",
|
| - toString$0: function(_) {
|
| - return "RangeError: " + H.S(this.message);
|
| - },
|
| - static: {
|
| -RangeError$value: function(value) {
|
| - return new P.RangeError("value " + H.S(value));
|
| -},
|
| -
|
| -RangeError$range: function(value, start, end) {
|
| - return new P.RangeError("value " + H.S(value) + " not in range " + start + ".." + H.S(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;
|
| - },
|
| - static: {
|
| -UnsupportedError$: function(message) {
|
| - return new P.UnsupportedError(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);
|
| -}}
|
| -
|
| -},
|
| -
|
| -ConcurrentModificationError: {"": "Error;modifiedObject",
|
| - toString$0: function(_) {
|
| - var t1 = this.modifiedObject;
|
| - if (t1 == null)
|
| - return "Concurrent modification during iteration.";
|
| - return "Concurrent modification during iteration: " + H.S(P.Error_safeToString(t1)) + ".";
|
| - },
|
| - static: {
|
| -ConcurrentModificationError$: function(modifiedObject) {
|
| - return new P.ConcurrentModificationError(modifiedObject);
|
| -}}
|
| -
|
| -},
|
| -
|
| -StackOverflowError: {"": "Object;",
|
| - toString$0: function(_) {
|
| - return "Stack Overflow";
|
| - },
|
| - $isError: true
|
| -},
|
| -
|
| -CyclicInitializationError: {"": "Error;variableName",
|
| - toString$0: function(_) {
|
| - return "Reading static variable '" + this.variableName + "' during its initialization";
|
| - },
|
| - static: {
|
| -CyclicInitializationError$: function(variableName) {
|
| - return new P.CyclicInitializationError(variableName);
|
| -}}
|
| -
|
| -},
|
| -
|
| -_ExceptionImplementation: {"": "Object;message",
|
| - toString$0: function(_) {
|
| - return "Exception: " + this.message;
|
| - }
|
| -},
|
| -
|
| -Iterator: {"": "Object;"},
|
| -
|
| -Null: {"": "Object;",
|
| - toString$0: function(_) {
|
| - return "null";
|
| - }
|
| -},
|
| -
|
| -Object: {"": ";",
|
| - $eq: function(_, other) {
|
| - return this === other;
|
| - },
|
| - get$hashCode: function(_) {
|
| - return H.Primitives_objectHashCode(this);
|
| - },
|
| - 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));
|
| - }
|
| -},
|
| -
|
| -StringBuffer: {"": "Object;_contents<",
|
| - get$length: function(_) {
|
| - return this._contents.length;
|
| - },
|
| - write$1: function(obj) {
|
| - var str = typeof obj === "string" ? obj : H.S(obj);
|
| - this._contents = this._contents + str;
|
| - },
|
| - writeAll$2: function(objects, separator) {
|
| - var iterator, str;
|
| - iterator = J.get$iterator$ax(objects);
|
| - if (!iterator.moveNext$0())
|
| - return;
|
| - if (separator.length === 0)
|
| - do {
|
| - str = iterator.get$current();
|
| - str = typeof str === "string" ? str : H.S(str);
|
| - this._contents = this._contents + str;
|
| - } while (iterator.moveNext$0());
|
| - else {
|
| - this.write$1(iterator.get$current());
|
| - for (; iterator.moveNext$0();) {
|
| - this._contents = this._contents + separator;
|
| - str = iterator.get$current();
|
| - str = typeof str === "string" ? str : H.S(str);
|
| - this._contents = this._contents + str;
|
| - }
|
| - }
|
| - },
|
| - toString$0: function(_) {
|
| - return this._contents;
|
| - },
|
| - StringBuffer$1: function($content) {
|
| - this._contents = $content;
|
| - },
|
| - static: {
|
| -StringBuffer$: function($content) {
|
| - var t1 = new P.StringBuffer("");
|
| - t1.StringBuffer$1($content);
|
| - return t1;
|
| -}}
|
| -
|
| -},
|
| -
|
| -Symbol: {"": "Object;"}}],
|
| -["dart.dom.html", "dart:html", , W, {
|
| -HtmlElement: {"": "Element;", "%": "HTMLAppletElement|HTMLAreaElement|HTMLAudioElement|HTMLBRElement|HTMLBaseElement|HTMLBaseFontElement|HTMLBodyElement|HTMLButtonElement|HTMLCanvasElement|HTMLContentElement|HTMLDListElement|HTMLDataListElement|HTMLDetailsElement|HTMLDialogElement|HTMLDirectoryElement|HTMLDivElement|HTMLEmbedElement|HTMLFieldSetElement|HTMLFontElement|HTMLFrameElement|HTMLFrameSetElement|HTMLHRElement|HTMLHeadElement|HTMLHeadingElement|HTMLHtmlElement|HTMLIFrameElement|HTMLImageElement|HTMLKeygenElement|HTMLLIElement|HTMLLabelElement|HTMLLegendElement|HTMLLinkElement|HTMLMapElement|HTMLMarqueeElement|HTMLMediaElement|HTMLMenuElement|HTMLMetaElement|HTMLMeterElement|HTMLModElement|HTMLOListElement|HTMLObjectElement|HTMLOptGroupElement|HTMLOptionElement|HTMLOutputElement|HTMLParagraphElement|HTMLParamElement|HTMLPreElement|HTMLProgressElement|HTMLQuoteElement|HTMLScriptElement|HTMLShadowElement|HTMLSourceElement|HTMLSpanElement|HTMLStyleElement|HTMLTableCaptionElement|HTMLTableCellElement|HTMLTableColElement|HTMLTableDataCellElement|HTMLTableElement|HTMLTableHeaderCellElement|HTMLTableRowElement|HTMLTableSectionElement|HTMLTemplateElement|HTMLTextAreaElement|HTMLTitleElement|HTMLTrackElement|HTMLUListElement|HTMLUnknownElement|HTMLVideoElement;HTMLElement"},
|
| -
|
| -AnchorElement: {"": "HtmlElement;",
|
| - toString$0: function(receiver) {
|
| - return receiver.toString();
|
| - },
|
| - "%": "HTMLAnchorElement"
|
| -},
|
| -
|
| -Blob: {"": "Interceptor;", $isBlob: true, "%": "Blob|File"},
|
| -
|
| -CharacterData: {"": "Node;length=", "%": "CDATASection|CharacterData|Comment|ProcessingInstruction|Text"},
|
| -
|
| -DomException: {"": "Interceptor;",
|
| - toString$0: function(receiver) {
|
| - return receiver.toString();
|
| - },
|
| - "%": "DOMException"
|
| -},
|
| -
|
| -Element: {"": "Node;",
|
| - toString$0: function(receiver) {
|
| - return receiver.localName;
|
| - },
|
| - "%": "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"
|
| -},
|
| -
|
| -Event: {"": "Interceptor;", $isEvent: true, "%": "AudioProcessingEvent|AutocompleteErrorEvent|BeforeLoadEvent|BeforeUnloadEvent|CSSFontFaceLoadEvent|CloseEvent|CompositionEvent|CustomEvent|DeviceMotionEvent|DeviceOrientationEvent|DragEvent|ErrorEvent|Event|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|SpeechRecognitionError|SpeechRecognitionEvent|SpeechSynthesisEvent|StorageEvent|TextEvent|TouchEvent|TrackEvent|TransitionEvent|UIEvent|WebGLContextEvent|WebKitAnimationEvent|WebKitTransitionEvent|WheelEvent|XMLHttpRequestProgressEvent"},
|
| -
|
| -EventTarget: {"": "Interceptor;", "%": ";EventTarget"},
|
| -
|
| -FormElement: {"": "HtmlElement;length=", "%": "HTMLFormElement"},
|
| -
|
| -ImageData: {"": "Interceptor;", $isImageData: true, "%": "ImageData"},
|
| -
|
| -InputElement: {"": "HtmlElement;", $isNode: true, "%": "HTMLInputElement"},
|
| -
|
| -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"
|
| -},
|
| -
|
| -SelectElement: {"": "HtmlElement;length=", "%": "HTMLSelectElement"},
|
| -
|
| -Window: {"": "EventTarget;",
|
| - toString$0: function(receiver) {
|
| - return receiver.toString();
|
| - },
|
| - $isWindow: true,
|
| - "%": "DOMWindow|Window"
|
| -}}],
|
| -["dart.dom.indexed_db", "dart:indexed_db", , P, {
|
| -KeyRange: {"": "Interceptor;", $isKeyRange: true, "%": "IDBKeyRange"}}],
|
| -["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;
|
| - }
|
| - 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)));
|
| -},
|
| -
|
| -_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);
|
| - }
|
| -
|
| - 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
|
| - 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());
|
| - }
|
| - }
|
| -},
|
| -
|
| -_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]);
|
| - },
|
| - 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);
|
| - }
|
| -
|
| - },
|
| - $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) {
|
| - 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
|
| -},
|
| -
|
| -JsFunction: {"": "JsObject;_jsObject"},
|
| -
|
| -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);
|
| - },
|
| - get$length: function(_) {
|
| - return P.JsObject.prototype.$index.call(this, this, "length");
|
| - },
|
| - $asIterable: null
|
| -},
|
| -
|
| -JsObject_ListMixin: {"": "JsObject+ListMixin;", $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
|
| -},
|
| -
|
| -_convertToJS_closure0: {"": "Closure;",
|
| - call$1: function(o) {
|
| - return new DartObject(o);
|
| - },
|
| - "+call:1:0": 0,
|
| - $isFunction: true
|
| -},
|
| -
|
| -_wrapToDart_closure: {"": "Closure;",
|
| - call$1: function(o) {
|
| - return new P.JsFunction(o);
|
| - },
|
| - "+call:1:0": 0,
|
| - $isFunction: 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
|
| -},
|
| -
|
| -_wrapToDart_closure1: {"": "Closure;",
|
| - call$1: function(o) {
|
| - return new P.JsObject(o);
|
| - },
|
| - "+call:1:0": 0,
|
| - $isFunction: 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);
|
| - if (index >>> 0 != index || J.$ge$n(index, t1))
|
| - this._invalidIndex$2(receiver, index, t1);
|
| - return receiver[index];
|
| - },
|
| - $asIterable: function() {
|
| - return [J.JSDouble];
|
| - },
|
| - $isEfficientLength: true,
|
| - $isIterable: true,
|
| - $isJavaScriptIndexingBehavior: true,
|
| - "%": "Float32Array"
|
| -},
|
| -
|
| -Float64List: {"": "TypedData_ListMixin_FixedLengthListMixin0;",
|
| - 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];
|
| - },
|
| - $asIterable: function() {
|
| - return [J.JSDouble];
|
| - },
|
| - $isEfficientLength: true,
|
| - $isIterable: true,
|
| - $isJavaScriptIndexingBehavior: true,
|
| - "%": "Float64Array"
|
| -},
|
| -
|
| -Int16List: {"": "TypedData_ListMixin_FixedLengthListMixin1;",
|
| - 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];
|
| - },
|
| - $asIterable: function() {
|
| - return [J.JSInt];
|
| - },
|
| - $isEfficientLength: true,
|
| - $isIterable: true,
|
| - $isJavaScriptIndexingBehavior: true,
|
| - "%": "Int16Array"
|
| -},
|
| -
|
| -Int32List: {"": "TypedData_ListMixin_FixedLengthListMixin2;",
|
| - 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];
|
| - },
|
| - $asIterable: function() {
|
| - return [J.JSInt];
|
| - },
|
| - $isEfficientLength: true,
|
| - $isIterable: true,
|
| - $isJavaScriptIndexingBehavior: true,
|
| - "%": "Int32Array"
|
| -},
|
| -
|
| -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];
|
| - },
|
| - $asIterable: function() {
|
| - return [J.JSInt];
|
| - },
|
| - $isEfficientLength: true,
|
| - $isIterable: true,
|
| - $isJavaScriptIndexingBehavior: true,
|
| - "%": "Int8Array"
|
| -},
|
| -
|
| -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];
|
| - },
|
| - $asIterable: function() {
|
| - return [J.JSInt];
|
| - },
|
| - $isEfficientLength: true,
|
| - $isIterable: true,
|
| - $isJavaScriptIndexingBehavior: true,
|
| - "%": "Uint16Array"
|
| -},
|
| -
|
| -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];
|
| - },
|
| - $asIterable: function() {
|
| - return [J.JSInt];
|
| - },
|
| - $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];
|
| - },
|
| - $asIterable: function() {
|
| - return [J.JSInt];
|
| - },
|
| - $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];
|
| - },
|
| - $asIterable: function() {
|
| - return [J.JSInt];
|
| - },
|
| - $isEfficientLength: true,
|
| - $isIterable: true,
|
| - $isJavaScriptIndexingBehavior: true,
|
| - "%": ";Uint8Array"
|
| -},
|
| -
|
| -TypedData_ListMixin: {"": "TypedData+ListMixin;", $isEfficientLength: true, $isIterable: true, $asIterable: null},
|
| -
|
| -TypedData_ListMixin_FixedLengthListMixin: {"": "TypedData_ListMixin+FixedLengthListMixin;", $asIterable: null},
|
| -
|
| -TypedData_ListMixin0: {"": "TypedData+ListMixin;", $isEfficientLength: true, $isIterable: true, $asIterable: null},
|
| -
|
| -TypedData_ListMixin_FixedLengthListMixin0: {"": "TypedData_ListMixin0+FixedLengthListMixin;", $asIterable: null},
|
| -
|
| -TypedData_ListMixin1: {"": "TypedData+ListMixin;", $isEfficientLength: true, $isIterable: true, $asIterable: null},
|
| -
|
| -TypedData_ListMixin_FixedLengthListMixin1: {"": "TypedData_ListMixin1+FixedLengthListMixin;", $asIterable: null},
|
| -
|
| -TypedData_ListMixin2: {"": "TypedData+ListMixin;", $isEfficientLength: true, $isIterable: true, $asIterable: null},
|
| -
|
| -TypedData_ListMixin_FixedLengthListMixin2: {"": "TypedData_ListMixin2+FixedLengthListMixin;", $asIterable: null},
|
| -
|
| -TypedData_ListMixin3: {"": "TypedData+ListMixin;", $isEfficientLength: true, $isIterable: true, $asIterable: null},
|
| -
|
| -TypedData_ListMixin_FixedLengthListMixin3: {"": "TypedData_ListMixin3+FixedLengthListMixin;", $asIterable: null},
|
| -
|
| -TypedData_ListMixin4: {"": "TypedData+ListMixin;", $isEfficientLength: true, $isIterable: true, $asIterable: null},
|
| -
|
| -TypedData_ListMixin_FixedLengthListMixin4: {"": "TypedData_ListMixin4+FixedLengthListMixin;", $asIterable: null},
|
| -
|
| -TypedData_ListMixin5: {"": "TypedData+ListMixin;", $isEfficientLength: true, $isIterable: true, $asIterable: null},
|
| -
|
| -TypedData_ListMixin_FixedLengthListMixin5: {"": "TypedData_ListMixin5+FixedLengthListMixin;", $asIterable: null},
|
| -
|
| -TypedData_ListMixin6: {"": "TypedData+ListMixin;", $isEfficientLength: true, $isIterable: true, $asIterable: null},
|
| -
|
| -TypedData_ListMixin_FixedLengthListMixin6: {"": "TypedData_ListMixin6+FixedLengthListMixin;", $asIterable: null},
|
| -
|
| -TypedData_ListMixin7: {"": "TypedData+ListMixin;", $isEfficientLength: true, $isIterable: true, $asIterable: null},
|
| -
|
| -TypedData_ListMixin_FixedLengthListMixin7: {"": "TypedData_ListMixin7+FixedLengthListMixin;", $asIterable: null},
|
| -
|
| -Int64List: {"": "TypedData;", $isEfficientLength: true, $isIterable: true,
|
| - $asIterable: function() {
|
| - return [J.JSInt];
|
| - },
|
| - $isJavaScriptIndexingBehavior: true,
|
| - static: {
|
| -"": "Int64List_BYTES_PER_ELEMENT",
|
| -}
|
| -
|
| -},
|
| -
|
| -Uint64List: {"": "TypedData;", $isEfficientLength: true, $isIterable: true,
|
| - $asIterable: function() {
|
| - return [J.JSInt];
|
| - },
|
| - $isJavaScriptIndexingBehavior: true,
|
| - static: {
|
| -"": "Uint64List_BYTES_PER_ELEMENT",
|
| -}
|
| -
|
| -}}],
|
| -["google_maps", "index.dart", , Z, {
|
| -main: function() {
|
| - var google_maps, t1, mapOptions;
|
| - google_maps = J.$index$asx(J.$index$asx($.get$context(), "google"), "maps");
|
| - t1 = J.getInterceptor$asx(google_maps);
|
| - mapOptions = P.JsObject_JsObject$jsify(H.fillLiteralMap(["center", P.JsObject_JsObject(t1.$index(google_maps, "LatLng"), [-34.397, 150.644]), "zoom", 8, "mapTypeId", J.$index$asx(t1.$index(google_maps, "MapTypeId"), "ROADMAP")], P.LinkedHashMap_LinkedHashMap(null, null, null, null, null)));
|
| - P.JsObject_JsObject(t1.$index(google_maps, "Map"), [document.querySelector("#map-canvas"), mapOptions]);
|
| -}},
|
| -1],
|
| -]);
|
| -Isolate.$finishClasses($$, $, null);
|
| -$$ = null;
|
| -
|
| -// Static function getters
|
| -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._defaultEquals$closure = P._defaultEquals$closure = new P.Closure$2(P._defaultEquals, "_defaultEquals$closure");
|
| -init.globalFunctions._defaultHashCode$closure = P._defaultHashCode$closure = new P.Closure$1(P._defaultHashCode, "_defaultHashCode$closure");
|
| -init.globalFunctions.identical$closure = P.identical$closure = new P.Closure$2(P.identical, "identical$closure");
|
| -init.globalFunctions.identityHashCode$closure = P.identityHashCode$closure = new P.Closure$1(P.identityHashCode, "identityHashCode$closure");
|
| -init.globalFunctions._callDartFunction$closure = P._callDartFunction$closure = new P.Closure$4(P._callDartFunction, "_callDartFunction$closure");
|
| -init.globalFunctions._convertToJS$closure = P._convertToJS$closure = new P.Closure$1(P._convertToJS, "_convertToJS$closure");
|
| -init.globalFunctions._convertToDart$closure = P._convertToDart$closure = new P.Closure$1(P._convertToDart, "_convertToDart$closure");
|
| -// Runtime type support
|
| -// getInterceptor methods
|
| -J.getInterceptor = function(receiver) {
|
| - if (typeof receiver == "number") {
|
| - if (Math.floor(receiver) == receiver)
|
| - return J.JSInt.prototype;
|
| - return J.JSDouble.prototype;
|
| - }
|
| - if (typeof receiver == "string")
|
| - return J.JSString.prototype;
|
| - if (receiver == null)
|
| - return J.JSNull.prototype;
|
| - if (typeof receiver == "boolean")
|
| - return J.JSBool.prototype;
|
| - if (receiver.constructor == Array)
|
| - return J.JSArray.prototype;
|
| - if (typeof receiver != "object")
|
| - return receiver;
|
| - if (receiver instanceof P.Object)
|
| - return receiver;
|
| - return J.getNativeInterceptor(receiver);
|
| -};
|
| -J.getInterceptor$asx = function(receiver) {
|
| - if (typeof receiver == "string")
|
| - return J.JSString.prototype;
|
| - if (receiver == null)
|
| - return receiver;
|
| - if (receiver.constructor == Array)
|
| - return J.JSArray.prototype;
|
| - if (typeof receiver != "object")
|
| - return receiver;
|
| - if (receiver instanceof P.Object)
|
| - return receiver;
|
| - return J.getNativeInterceptor(receiver);
|
| -};
|
| -J.getInterceptor$ax = function(receiver) {
|
| - if (receiver == null)
|
| - return receiver;
|
| - if (receiver.constructor == Array)
|
| - return J.JSArray.prototype;
|
| - if (typeof receiver != "object")
|
| - return receiver;
|
| - if (receiver instanceof P.Object)
|
| - return receiver;
|
| - return J.getNativeInterceptor(receiver);
|
| -};
|
| -J.getInterceptor$n = function(receiver) {
|
| - if (typeof receiver == "number")
|
| - return J.JSNumber.prototype;
|
| - if (receiver == null)
|
| - return receiver;
|
| - if (!(receiver instanceof P.Object))
|
| - return J.UnknownJavaScriptObject.prototype;
|
| - return receiver;
|
| -};
|
| -J.getInterceptor$s = function(receiver) {
|
| - if (typeof receiver == "string")
|
| - return J.JSString.prototype;
|
| - if (receiver == null)
|
| - return receiver;
|
| - if (!(receiver instanceof P.Object))
|
| - return J.UnknownJavaScriptObject.prototype;
|
| - return receiver;
|
| -};
|
| -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.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.UnknownJavaScriptObject_methods = J.UnknownJavaScriptObject.prototype;
|
| -$.getTagFunction = null;
|
| -$.alternateTagFunction = null;
|
| -$.prototypeForTagFunction = null;
|
| -$.dispatchRecordsForInstanceTags = null;
|
| -$.interceptorsForUncacheableTags = null;
|
| -$.initNativeDispatchFlag = null;
|
| -J.$eq = function(receiver, a0) {
|
| - if (receiver == null)
|
| - return a0 == null;
|
| - if (typeof receiver != "object")
|
| - return a0 != null && receiver === a0;
|
| - return J.getInterceptor(receiver).$eq(receiver, a0);
|
| -};
|
| -J.$ge$n = function(receiver, a0) {
|
| - if (typeof receiver == "number" && typeof a0 == "number")
|
| - 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)
|
| - return receiver[a0];
|
| - return J.getInterceptor$asx(receiver).$index(receiver, a0);
|
| -};
|
| -J.$sub$n = function(receiver, a0) {
|
| - if (typeof receiver == "number" && typeof a0 == "number")
|
| - return receiver - a0;
|
| - return J.getInterceptor$n(receiver).$sub(receiver, a0);
|
| -};
|
| -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$hashCode$ = function(receiver) {
|
| - return J.getInterceptor(receiver).get$hashCode(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.map$1$ax = function(receiver, a0) {
|
| - return J.getInterceptor$ax(receiver).map$1(receiver, a0);
|
| -};
|
| -J.noSuchMethod$1 = function(receiver, a0) {
|
| - return J.getInterceptor(receiver).noSuchMethod$1(receiver, a0);
|
| -};
|
| -J.toString$0 = function(receiver) {
|
| - return J.getInterceptor(receiver).toString$0(receiver);
|
| -};
|
| -Isolate.$lazy($, "noSuchMethodPattern", "TypeErrorDecoder_noSuchMethodPattern", "get$TypeErrorDecoder_noSuchMethodPattern", function() {
|
| - return H.TypeErrorDecoder_extractPattern(H.TypeErrorDecoder_provokeCallErrorOn({ toString: function() { return "$receiver$"; } }));
|
| -});
|
| -Isolate.$lazy($, "notClosurePattern", "TypeErrorDecoder_notClosurePattern", "get$TypeErrorDecoder_notClosurePattern", function() {
|
| - return H.TypeErrorDecoder_extractPattern(H.TypeErrorDecoder_provokeCallErrorOn({ $method$: null, toString: function() { return "$receiver$"; } }));
|
| -});
|
| -Isolate.$lazy($, "nullCallPattern", "TypeErrorDecoder_nullCallPattern", "get$TypeErrorDecoder_nullCallPattern", function() {
|
| - return H.TypeErrorDecoder_extractPattern(H.TypeErrorDecoder_provokeCallErrorOn(null));
|
| -});
|
| -Isolate.$lazy($, "nullLiteralCallPattern", "TypeErrorDecoder_nullLiteralCallPattern", "get$TypeErrorDecoder_nullLiteralCallPattern", function() {
|
| - return H.TypeErrorDecoder_extractPattern(H.TypeErrorDecoder_provokeCallErrorOnNull());
|
| -});
|
| -Isolate.$lazy($, "undefinedCallPattern", "TypeErrorDecoder_undefinedCallPattern", "get$TypeErrorDecoder_undefinedCallPattern", function() {
|
| - return H.TypeErrorDecoder_extractPattern(H.TypeErrorDecoder_provokeCallErrorOn(void 0));
|
| -});
|
| -Isolate.$lazy($, "undefinedLiteralCallPattern", "TypeErrorDecoder_undefinedLiteralCallPattern", "get$TypeErrorDecoder_undefinedLiteralCallPattern", function() {
|
| - return H.TypeErrorDecoder_extractPattern(H.TypeErrorDecoder_provokeCallErrorOnUndefined());
|
| -});
|
| -Isolate.$lazy($, "nullPropertyPattern", "TypeErrorDecoder_nullPropertyPattern", "get$TypeErrorDecoder_nullPropertyPattern", function() {
|
| - return H.TypeErrorDecoder_extractPattern(H.TypeErrorDecoder_provokePropertyErrorOn(null));
|
| -});
|
| -Isolate.$lazy($, "nullLiteralPropertyPattern", "TypeErrorDecoder_nullLiteralPropertyPattern", "get$TypeErrorDecoder_nullLiteralPropertyPattern", function() {
|
| - return H.TypeErrorDecoder_extractPattern(H.TypeErrorDecoder_provokePropertyErrorOnNull());
|
| -});
|
| -Isolate.$lazy($, "undefinedPropertyPattern", "TypeErrorDecoder_undefinedPropertyPattern", "get$TypeErrorDecoder_undefinedPropertyPattern", function() {
|
| - return H.TypeErrorDecoder_extractPattern(H.TypeErrorDecoder_provokePropertyErrorOn(void 0));
|
| -});
|
| -Isolate.$lazy($, "undefinedLiteralPropertyPattern", "TypeErrorDecoder_undefinedLiteralPropertyPattern", "get$TypeErrorDecoder_undefinedLiteralPropertyPattern", function() {
|
| - return H.TypeErrorDecoder_extractPattern(H.TypeErrorDecoder_provokePropertyErrorOnUndefined());
|
| -});
|
| -Isolate.$lazy($, "_toStringList", "IterableMixinWorkaround__toStringList", "get$IterableMixinWorkaround__toStringList", function() {
|
| - return P.List_List(null, null);
|
| -});
|
| -Isolate.$lazy($, "_toStringVisiting", "_toStringVisiting", "get$_toStringVisiting", function() {
|
| - return P.HashSet_HashSet$identity(null);
|
| -});
|
| -Isolate.$lazy($, "_toStringList", "Maps__toStringList", "get$Maps__toStringList", function() {
|
| - return P.List_List(null, null);
|
| -});
|
| -Isolate.$lazy($, "context", "context", "get$context", function() {
|
| - return P._wrapToDart(function() { return this; }());
|
| -});
|
| -// Native classes
|
| -
|
| -init.functionAliases = {};
|
| -;
|
| -init.metadata = [];
|
| -$ = null;
|
| -Isolate = Isolate.$finishIsolateConstructor(Isolate);
|
| -$ = new Isolate();
|
| -function convertToFastObject(properties) {
|
| - function MyClass() {};
|
| - MyClass.prototype = properties;
|
| - new MyClass();
|
| - return properties;
|
| -}
|
| -A = convertToFastObject(A);
|
| -B = convertToFastObject(B);
|
| -C = convertToFastObject(C);
|
| -D = convertToFastObject(D);
|
| -E = convertToFastObject(E);
|
| -F = convertToFastObject(F);
|
| -G = convertToFastObject(G);
|
| -H = convertToFastObject(H);
|
| -J = convertToFastObject(J);
|
| -K = convertToFastObject(K);
|
| -L = convertToFastObject(L);
|
| -M = convertToFastObject(M);
|
| -N = convertToFastObject(N);
|
| -O = convertToFastObject(O);
|
| -P = convertToFastObject(P);
|
| -Q = convertToFastObject(Q);
|
| -R = convertToFastObject(R);
|
| -S = convertToFastObject(S);
|
| -T = convertToFastObject(T);
|
| -U = convertToFastObject(U);
|
| -V = convertToFastObject(V);
|
| -W = convertToFastObject(W);
|
| -X = convertToFastObject(X);
|
| -Y = convertToFastObject(Y);
|
| -Z = convertToFastObject(Z);
|
| -!function() {
|
| - var objectProto = Object.prototype;
|
| - for (var i = 0;; i++) {
|
| - var property = "___dart_dispatch_record_ZxYxX_0_";
|
| - if (i > 0)
|
| - property = rootProperty + "_" + i;
|
| - if (!(property in objectProto))
|
| - return init.dispatchPropertyName = property;
|
| - }
|
| -}();
|
| -// BEGIN invoke [main].
|
| -;(function (callback) {
|
| - if (typeof document === "undefined") {
|
| - callback(null);
|
| - return;
|
| - }
|
| - if (document.currentScript) {
|
| - callback(document.currentScript);
|
| - return;
|
| - }
|
| -
|
| - var scripts = document.scripts;
|
| - function onLoad(event) {
|
| - for (var i = 0; i < scripts.length; ++i) {
|
| - scripts[i].removeEventListener("load", onLoad, false);
|
| - }
|
| - callback(event.target);
|
| - }
|
| - for (var i = 0; i < scripts.length; ++i) {
|
| - scripts[i].addEventListener("load", onLoad, false);
|
| - }
|
| -})(function(currentScript) {
|
| - init.currentScript = currentScript;
|
| -
|
| - if (typeof dartMainRunner === "function") {
|
| - dartMainRunner(function() { Z.main(); });
|
| - } else {
|
| - Z.main();
|
| - }
|
| -});
|
| -// END invoke [main].
|
| -function init() {
|
| - Isolate.$isolateProperties = {};
|
| - function generateAccessor(field, accessors, cls) {
|
| - var len = field.length;
|
| - var code = field.charCodeAt(len - 1);
|
| - var reflectable = false;
|
| - if (code == 45) {
|
| - len--;
|
| - code = field.charCodeAt(len - 1);
|
| - field = field.substring(0, len);
|
| - reflectable = true;
|
| - }
|
| - code = code >= 60 && code <= 64 ? code - 59 : code >= 123 && code <= 126 ? code - 117 : code >= 37 && code <= 43 ? code - 27 : 0;
|
| - if (code) {
|
| - var getterCode = code & 3;
|
| - var setterCode = code >> 2;
|
| - var accessorName = field = field.substring(0, len - 1);
|
| - var divider = field.indexOf(":");
|
| - if (divider > 0) {
|
| - accessorName = field.substring(0, divider);
|
| - field = field.substring(divider + 1);
|
| - }
|
| - if (getterCode) {
|
| - var args = getterCode & 2 ? "receiver" : "";
|
| - var receiver = getterCode & 1 ? "this" : "receiver";
|
| - var body = "return " + receiver + "." + field;
|
| - var property = cls + ".prototype.get$" + accessorName + "=";
|
| - var fn = "function(" + args + "){" + body + "}";
|
| - if (reflectable)
|
| - accessors.push(property + "$reflectable(" + fn + ");\n");
|
| - else
|
| - accessors.push(property + fn + ";\n");
|
| - }
|
| - if (setterCode) {
|
| - var args = setterCode & 2 ? "receiver, value" : "value";
|
| - var receiver = setterCode & 1 ? "this" : "receiver";
|
| - var body = receiver + "." + field + " = value";
|
| - var property = cls + ".prototype.set$" + accessorName + "=";
|
| - var fn = "function(" + args + "){" + body + "}";
|
| - if (reflectable)
|
| - accessors.push(property + "$reflectable(" + fn + ");\n");
|
| - else
|
| - accessors.push(property + fn + ";\n");
|
| - }
|
| - }
|
| - return field;
|
| - }
|
| - Isolate.$isolateProperties.$generateAccessor = generateAccessor;
|
| - function defineClass(name, cls, fields) {
|
| - var accessors = [];
|
| - var str = "function " + cls + "(";
|
| - var body = "";
|
| - for (var i = 0; i < fields.length; i++) {
|
| - if (i != 0)
|
| - str += ", ";
|
| - var field = generateAccessor(fields[i], accessors, cls);
|
| - var parameter = "parameter_" + field;
|
| - str += parameter;
|
| - body += "this." + field + " = " + parameter + ";\n";
|
| - }
|
| - str += ") {\n" + body + "}\n";
|
| - str += cls + ".builtin$cls=\"" + name + "\";\n";
|
| - str += "$desc=$collectedClasses." + cls + ";\n";
|
| - str += "if($desc instanceof Array) $desc = $desc[1];\n";
|
| - str += cls + ".prototype = $desc;\n";
|
| - if (typeof defineClass.name != "string") {
|
| - str += cls + ".name=\"" + cls + "\";\n";
|
| - }
|
| - str += accessors.join("");
|
| - return str;
|
| - }
|
| - var inheritFrom = function() {
|
| - function tmp() {
|
| - }
|
| - var hasOwnProperty = Object.prototype.hasOwnProperty;
|
| - return function(constructor, superConstructor) {
|
| - tmp.prototype = superConstructor.prototype;
|
| - var object = new tmp();
|
| - var properties = constructor.prototype;
|
| - for (var member in properties)
|
| - if (hasOwnProperty.call(properties, member))
|
| - object[member] = properties[member];
|
| - object.constructor = constructor;
|
| - constructor.prototype = object;
|
| - return object;
|
| - };
|
| - }();
|
| - Isolate.$finishClasses = function(collectedClasses, isolateProperties, existingIsolateProperties) {
|
| - var pendingClasses = {};
|
| - if (!init.allClasses)
|
| - init.allClasses = {};
|
| - var allClasses = init.allClasses;
|
| - var hasOwnProperty = Object.prototype.hasOwnProperty;
|
| - if (typeof dart_precompiled == "function") {
|
| - var constructors = dart_precompiled(collectedClasses);
|
| - } else {
|
| - var combinedConstructorFunction = "function $reflectable(fn){fn.$reflectable=1;return fn};\n" + "var $desc;\n";
|
| - var constructorsList = [];
|
| - }
|
| - for (var cls in collectedClasses) {
|
| - if (hasOwnProperty.call(collectedClasses, cls)) {
|
| - var desc = collectedClasses[cls];
|
| - if (desc instanceof Array)
|
| - desc = desc[1];
|
| - var classData = desc[""], supr, name = cls, fields = classData;
|
| - if (typeof classData == "string") {
|
| - var split = classData.split("/");
|
| - if (split.length == 2) {
|
| - name = split[0];
|
| - fields = split[1];
|
| - }
|
| - }
|
| - var s = fields.split(";");
|
| - fields = s[1] == "" ? [] : s[1].split(",");
|
| - supr = s[0];
|
| - if (supr && supr.indexOf("+") > 0) {
|
| - s = supr.split("+");
|
| - supr = s[0];
|
| - var mixin = collectedClasses[s[1]];
|
| - if (mixin instanceof Array)
|
| - mixin = mixin[1];
|
| - for (var d in mixin) {
|
| - if (hasOwnProperty.call(mixin, d) && !hasOwnProperty.call(desc, d))
|
| - desc[d] = mixin[d];
|
| - }
|
| - }
|
| - if (typeof dart_precompiled != "function") {
|
| - combinedConstructorFunction += defineClass(name, cls, fields);
|
| - constructorsList.push(cls);
|
| - }
|
| - if (supr)
|
| - pendingClasses[cls] = supr;
|
| - }
|
| - }
|
| - if (typeof dart_precompiled != "function") {
|
| - combinedConstructorFunction += "return [\n " + constructorsList.join(",\n ") + "\n]";
|
| - var constructors = new Function("$collectedClasses", combinedConstructorFunction)(collectedClasses);
|
| - combinedConstructorFunction = null;
|
| - }
|
| - for (var i = 0; i < constructors.length; i++) {
|
| - var constructor = constructors[i];
|
| - var cls = constructor.name;
|
| - var desc = collectedClasses[cls];
|
| - var globalObject = isolateProperties;
|
| - if (desc instanceof Array) {
|
| - globalObject = desc[0] || isolateProperties;
|
| - desc = desc[1];
|
| - }
|
| - allClasses[cls] = constructor;
|
| - globalObject[cls] = constructor;
|
| - }
|
| - constructors = null;
|
| - var finishedClasses = {};
|
| - init.interceptorsByTag = Object.create(null);
|
| - init.leafTags = {};
|
| - function finishClass(cls) {
|
| - var hasOwnProperty = Object.prototype.hasOwnProperty;
|
| - if (hasOwnProperty.call(finishedClasses, cls))
|
| - return;
|
| - finishedClasses[cls] = true;
|
| - var superclass = pendingClasses[cls];
|
| - if (!superclass || typeof superclass != "string")
|
| - return;
|
| - finishClass(superclass);
|
| - var constructor = allClasses[cls];
|
| - var superConstructor = allClasses[superclass];
|
| - if (!superConstructor)
|
| - superConstructor = existingIsolateProperties[superclass];
|
| - var prototype = inheritFrom(constructor, superConstructor);
|
| - if (hasOwnProperty.call(prototype, "%")) {
|
| - var nativeSpec = prototype["%"].split(";");
|
| - if (nativeSpec[0]) {
|
| - var tags = nativeSpec[0].split("|");
|
| - for (var i = 0; i < tags.length; i++) {
|
| - init.interceptorsByTag[tags[i]] = constructor;
|
| - init.leafTags[tags[i]] = true;
|
| - }
|
| - }
|
| - if (nativeSpec[1]) {
|
| - tags = nativeSpec[1].split("|");
|
| - if (nativeSpec[2]) {
|
| - var subclasses = nativeSpec[2].split("|");
|
| - for (var i = 0; i < subclasses.length; i++) {
|
| - var subclass = allClasses[subclasses[i]];
|
| - subclass.$nativeSuperclassTag = tags[0];
|
| - }
|
| - }
|
| - for (i = 0; i < tags.length; i++) {
|
| - init.interceptorsByTag[tags[i]] = constructor;
|
| - init.leafTags[tags[i]] = false;
|
| - }
|
| - }
|
| - }
|
| - }
|
| - for (var cls in pendingClasses)
|
| - finishClass(cls);
|
| - };
|
| - Isolate.$lazy = function(prototype, staticName, fieldName, getterName, lazyValue) {
|
| - var sentinelUndefined = {};
|
| - var sentinelInProgress = {};
|
| - prototype[fieldName] = sentinelUndefined;
|
| - prototype[getterName] = function() {
|
| - var result = $[fieldName];
|
| - try {
|
| - if (result === sentinelUndefined) {
|
| - $[fieldName] = sentinelInProgress;
|
| - try {
|
| - result = $[fieldName] = lazyValue();
|
| - } finally {
|
| - if (result === sentinelUndefined) {
|
| - if ($[fieldName] === sentinelInProgress) {
|
| - $[fieldName] = null;
|
| - }
|
| - }
|
| - }
|
| - } else {
|
| - if (result === sentinelInProgress)
|
| - H.throwCyclicInit(staticName);
|
| - }
|
| - return result;
|
| - } finally {
|
| - $[getterName] = function() {
|
| - return this[fieldName];
|
| - };
|
| - }
|
| - };
|
| - };
|
| - Isolate.$finishIsolateConstructor = function(oldIsolate) {
|
| - var isolateProperties = oldIsolate.$isolateProperties;
|
| - function Isolate() {
|
| - var hasOwnProperty = Object.prototype.hasOwnProperty;
|
| - for (var staticName in isolateProperties)
|
| - if (hasOwnProperty.call(isolateProperties, staticName))
|
| - this[staticName] = isolateProperties[staticName];
|
| - function ForceEfficientMap() {
|
| - }
|
| - ForceEfficientMap.prototype = this;
|
| - new ForceEfficientMap();
|
| - }
|
| - Isolate.prototype = oldIsolate.prototype;
|
| - Isolate.prototype.constructor = Isolate;
|
| - Isolate.$isolateProperties = isolateProperties;
|
| - Isolate.$finishClasses = oldIsolate.$finishClasses;
|
| - Isolate.makeConstantList = oldIsolate.makeConstantList;
|
| - return Isolate;
|
| - };
|
| -}
|
| -})()
|
| -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;
|
| - 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;
|
| - function Event() {
|
| - }
|
| - Event.builtin$cls = "Event";
|
| - if (!"name" in Event)
|
| - Event.name = "Event";
|
| - $desc = $collectedClasses.Event;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - Event.prototype = $desc;
|
| - function EventTarget() {
|
| - }
|
| - EventTarget.builtin$cls = "EventTarget";
|
| - if (!"name" in EventTarget)
|
| - EventTarget.name = "EventTarget";
|
| - $desc = $collectedClasses.EventTarget;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - EventTarget.prototype = $desc;
|
| - function FieldSetElement() {
|
| - }
|
| - FieldSetElement.builtin$cls = "FieldSetElement";
|
| - if (!"name" in FieldSetElement)
|
| - FieldSetElement.name = "FieldSetElement";
|
| - $desc = $collectedClasses.FieldSetElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - FieldSetElement.prototype = $desc;
|
| - function File() {
|
| - }
|
| - File.builtin$cls = "File";
|
| - if (!"name" in File)
|
| - File.name = "File";
|
| - $desc = $collectedClasses.File;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - File.prototype = $desc;
|
| - function FileError() {
|
| - }
|
| - FileError.builtin$cls = "FileError";
|
| - if (!"name" in FileError)
|
| - FileError.name = "FileError";
|
| - $desc = $collectedClasses.FileError;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - FileError.prototype = $desc;
|
| - function FocusEvent() {
|
| - }
|
| - FocusEvent.builtin$cls = "FocusEvent";
|
| - if (!"name" in FocusEvent)
|
| - FocusEvent.name = "FocusEvent";
|
| - $desc = $collectedClasses.FocusEvent;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - FocusEvent.prototype = $desc;
|
| - function FormElement() {
|
| - }
|
| - FormElement.builtin$cls = "FormElement";
|
| - if (!"name" in FormElement)
|
| - FormElement.name = "FormElement";
|
| - $desc = $collectedClasses.FormElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - FormElement.prototype = $desc;
|
| - FormElement.prototype.get$length = function(receiver) {
|
| - return receiver.length;
|
| - };
|
| - function HRElement() {
|
| - }
|
| - HRElement.builtin$cls = "HRElement";
|
| - if (!"name" in HRElement)
|
| - HRElement.name = "HRElement";
|
| - $desc = $collectedClasses.HRElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - HRElement.prototype = $desc;
|
| - function HashChangeEvent() {
|
| - }
|
| - HashChangeEvent.builtin$cls = "HashChangeEvent";
|
| - if (!"name" in HashChangeEvent)
|
| - HashChangeEvent.name = "HashChangeEvent";
|
| - $desc = $collectedClasses.HashChangeEvent;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - HashChangeEvent.prototype = $desc;
|
| - function HeadElement() {
|
| - }
|
| - HeadElement.builtin$cls = "HeadElement";
|
| - if (!"name" in HeadElement)
|
| - HeadElement.name = "HeadElement";
|
| - $desc = $collectedClasses.HeadElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - HeadElement.prototype = $desc;
|
| - function HeadingElement() {
|
| - }
|
| - HeadingElement.builtin$cls = "HeadingElement";
|
| - if (!"name" in HeadingElement)
|
| - HeadingElement.name = "HeadingElement";
|
| - $desc = $collectedClasses.HeadingElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - HeadingElement.prototype = $desc;
|
| - function HtmlDocument() {
|
| - }
|
| - HtmlDocument.builtin$cls = "HtmlDocument";
|
| - if (!"name" in HtmlDocument)
|
| - HtmlDocument.name = "HtmlDocument";
|
| - $desc = $collectedClasses.HtmlDocument;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - HtmlDocument.prototype = $desc;
|
| - function HtmlHtmlElement() {
|
| - }
|
| - HtmlHtmlElement.builtin$cls = "HtmlHtmlElement";
|
| - if (!"name" in HtmlHtmlElement)
|
| - HtmlHtmlElement.name = "HtmlHtmlElement";
|
| - $desc = $collectedClasses.HtmlHtmlElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - HtmlHtmlElement.prototype = $desc;
|
| - function IFrameElement() {
|
| - }
|
| - IFrameElement.builtin$cls = "IFrameElement";
|
| - if (!"name" in IFrameElement)
|
| - IFrameElement.name = "IFrameElement";
|
| - $desc = $collectedClasses.IFrameElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - IFrameElement.prototype = $desc;
|
| - function ImageData() {
|
| - }
|
| - ImageData.builtin$cls = "ImageData";
|
| - if (!"name" in ImageData)
|
| - ImageData.name = "ImageData";
|
| - $desc = $collectedClasses.ImageData;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - ImageData.prototype = $desc;
|
| - function ImageElement() {
|
| - }
|
| - ImageElement.builtin$cls = "ImageElement";
|
| - if (!"name" in ImageElement)
|
| - ImageElement.name = "ImageElement";
|
| - $desc = $collectedClasses.ImageElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - ImageElement.prototype = $desc;
|
| - function InputElement() {
|
| - }
|
| - InputElement.builtin$cls = "InputElement";
|
| - if (!"name" in InputElement)
|
| - InputElement.name = "InputElement";
|
| - $desc = $collectedClasses.InputElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - InputElement.prototype = $desc;
|
| - function KeyboardEvent() {
|
| - }
|
| - KeyboardEvent.builtin$cls = "KeyboardEvent";
|
| - if (!"name" in KeyboardEvent)
|
| - KeyboardEvent.name = "KeyboardEvent";
|
| - $desc = $collectedClasses.KeyboardEvent;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - KeyboardEvent.prototype = $desc;
|
| - function KeygenElement() {
|
| - }
|
| - KeygenElement.builtin$cls = "KeygenElement";
|
| - if (!"name" in KeygenElement)
|
| - KeygenElement.name = "KeygenElement";
|
| - $desc = $collectedClasses.KeygenElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - KeygenElement.prototype = $desc;
|
| - function LIElement() {
|
| - }
|
| - LIElement.builtin$cls = "LIElement";
|
| - if (!"name" in LIElement)
|
| - LIElement.name = "LIElement";
|
| - $desc = $collectedClasses.LIElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - LIElement.prototype = $desc;
|
| - function LabelElement() {
|
| - }
|
| - LabelElement.builtin$cls = "LabelElement";
|
| - if (!"name" in LabelElement)
|
| - LabelElement.name = "LabelElement";
|
| - $desc = $collectedClasses.LabelElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - LabelElement.prototype = $desc;
|
| - function LegendElement() {
|
| - }
|
| - LegendElement.builtin$cls = "LegendElement";
|
| - if (!"name" in LegendElement)
|
| - LegendElement.name = "LegendElement";
|
| - $desc = $collectedClasses.LegendElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - LegendElement.prototype = $desc;
|
| - function LinkElement() {
|
| - }
|
| - LinkElement.builtin$cls = "LinkElement";
|
| - if (!"name" in LinkElement)
|
| - LinkElement.name = "LinkElement";
|
| - $desc = $collectedClasses.LinkElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - LinkElement.prototype = $desc;
|
| - function MapElement() {
|
| - }
|
| - MapElement.builtin$cls = "MapElement";
|
| - if (!"name" in MapElement)
|
| - MapElement.name = "MapElement";
|
| - $desc = $collectedClasses.MapElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - MapElement.prototype = $desc;
|
| - function MediaElement() {
|
| - }
|
| - MediaElement.builtin$cls = "MediaElement";
|
| - if (!"name" in MediaElement)
|
| - MediaElement.name = "MediaElement";
|
| - $desc = $collectedClasses.MediaElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - MediaElement.prototype = $desc;
|
| - function MediaError() {
|
| - }
|
| - MediaError.builtin$cls = "MediaError";
|
| - if (!"name" in MediaError)
|
| - MediaError.name = "MediaError";
|
| - $desc = $collectedClasses.MediaError;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - MediaError.prototype = $desc;
|
| - function MediaKeyError() {
|
| - }
|
| - MediaKeyError.builtin$cls = "MediaKeyError";
|
| - if (!"name" in MediaKeyError)
|
| - MediaKeyError.name = "MediaKeyError";
|
| - $desc = $collectedClasses.MediaKeyError;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - MediaKeyError.prototype = $desc;
|
| - function MediaKeyEvent() {
|
| - }
|
| - MediaKeyEvent.builtin$cls = "MediaKeyEvent";
|
| - if (!"name" in MediaKeyEvent)
|
| - MediaKeyEvent.name = "MediaKeyEvent";
|
| - $desc = $collectedClasses.MediaKeyEvent;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - MediaKeyEvent.prototype = $desc;
|
| - function MediaKeyMessageEvent() {
|
| - }
|
| - MediaKeyMessageEvent.builtin$cls = "MediaKeyMessageEvent";
|
| - if (!"name" in MediaKeyMessageEvent)
|
| - MediaKeyMessageEvent.name = "MediaKeyMessageEvent";
|
| - $desc = $collectedClasses.MediaKeyMessageEvent;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - MediaKeyMessageEvent.prototype = $desc;
|
| - function MediaKeyNeededEvent() {
|
| - }
|
| - MediaKeyNeededEvent.builtin$cls = "MediaKeyNeededEvent";
|
| - if (!"name" in MediaKeyNeededEvent)
|
| - MediaKeyNeededEvent.name = "MediaKeyNeededEvent";
|
| - $desc = $collectedClasses.MediaKeyNeededEvent;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - MediaKeyNeededEvent.prototype = $desc;
|
| - function MediaStreamEvent() {
|
| - }
|
| - MediaStreamEvent.builtin$cls = "MediaStreamEvent";
|
| - if (!"name" in MediaStreamEvent)
|
| - MediaStreamEvent.name = "MediaStreamEvent";
|
| - $desc = $collectedClasses.MediaStreamEvent;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - MediaStreamEvent.prototype = $desc;
|
| - function MediaStreamTrackEvent() {
|
| - }
|
| - MediaStreamTrackEvent.builtin$cls = "MediaStreamTrackEvent";
|
| - if (!"name" in MediaStreamTrackEvent)
|
| - MediaStreamTrackEvent.name = "MediaStreamTrackEvent";
|
| - $desc = $collectedClasses.MediaStreamTrackEvent;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - MediaStreamTrackEvent.prototype = $desc;
|
| - function MenuElement() {
|
| - }
|
| - 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];
|
| - MessageEvent.prototype = $desc;
|
| - function MetaElement() {
|
| - }
|
| - MetaElement.builtin$cls = "MetaElement";
|
| - if (!"name" in MetaElement)
|
| - MetaElement.name = "MetaElement";
|
| - $desc = $collectedClasses.MetaElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - MetaElement.prototype = $desc;
|
| - function MeterElement() {
|
| - }
|
| - MeterElement.builtin$cls = "MeterElement";
|
| - if (!"name" in MeterElement)
|
| - MeterElement.name = "MeterElement";
|
| - $desc = $collectedClasses.MeterElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - MeterElement.prototype = $desc;
|
| - function MidiConnectionEvent() {
|
| - }
|
| - MidiConnectionEvent.builtin$cls = "MidiConnectionEvent";
|
| - if (!"name" in MidiConnectionEvent)
|
| - MidiConnectionEvent.name = "MidiConnectionEvent";
|
| - $desc = $collectedClasses.MidiConnectionEvent;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - MidiConnectionEvent.prototype = $desc;
|
| - function MidiMessageEvent() {
|
| - }
|
| - MidiMessageEvent.builtin$cls = "MidiMessageEvent";
|
| - if (!"name" in MidiMessageEvent)
|
| - MidiMessageEvent.name = "MidiMessageEvent";
|
| - $desc = $collectedClasses.MidiMessageEvent;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - MidiMessageEvent.prototype = $desc;
|
| - function ModElement() {
|
| - }
|
| - ModElement.builtin$cls = "ModElement";
|
| - if (!"name" in ModElement)
|
| - ModElement.name = "ModElement";
|
| - $desc = $collectedClasses.ModElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - ModElement.prototype = $desc;
|
| - function MouseEvent() {
|
| - }
|
| - MouseEvent.builtin$cls = "MouseEvent";
|
| - if (!"name" in MouseEvent)
|
| - MouseEvent.name = "MouseEvent";
|
| - $desc = $collectedClasses.MouseEvent;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - MouseEvent.prototype = $desc;
|
| - function NavigatorUserMediaError() {
|
| - }
|
| - NavigatorUserMediaError.builtin$cls = "NavigatorUserMediaError";
|
| - if (!"name" in NavigatorUserMediaError)
|
| - NavigatorUserMediaError.name = "NavigatorUserMediaError";
|
| - $desc = $collectedClasses.NavigatorUserMediaError;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - NavigatorUserMediaError.prototype = $desc;
|
| - function Node() {
|
| - }
|
| - Node.builtin$cls = "Node";
|
| - if (!"name" in Node)
|
| - Node.name = "Node";
|
| - $desc = $collectedClasses.Node;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - Node.prototype = $desc;
|
| - function OListElement() {
|
| - }
|
| - OListElement.builtin$cls = "OListElement";
|
| - if (!"name" in OListElement)
|
| - OListElement.name = "OListElement";
|
| - $desc = $collectedClasses.OListElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - OListElement.prototype = $desc;
|
| - function ObjectElement() {
|
| - }
|
| - ObjectElement.builtin$cls = "ObjectElement";
|
| - if (!"name" in ObjectElement)
|
| - ObjectElement.name = "ObjectElement";
|
| - $desc = $collectedClasses.ObjectElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - ObjectElement.prototype = $desc;
|
| - function OptGroupElement() {
|
| - }
|
| - OptGroupElement.builtin$cls = "OptGroupElement";
|
| - if (!"name" in OptGroupElement)
|
| - OptGroupElement.name = "OptGroupElement";
|
| - $desc = $collectedClasses.OptGroupElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - OptGroupElement.prototype = $desc;
|
| - function OptionElement() {
|
| - }
|
| - OptionElement.builtin$cls = "OptionElement";
|
| - if (!"name" in OptionElement)
|
| - OptionElement.name = "OptionElement";
|
| - $desc = $collectedClasses.OptionElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - OptionElement.prototype = $desc;
|
| - function OutputElement() {
|
| - }
|
| - OutputElement.builtin$cls = "OutputElement";
|
| - if (!"name" in OutputElement)
|
| - OutputElement.name = "OutputElement";
|
| - $desc = $collectedClasses.OutputElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - OutputElement.prototype = $desc;
|
| - function OverflowEvent() {
|
| - }
|
| - OverflowEvent.builtin$cls = "OverflowEvent";
|
| - if (!"name" in OverflowEvent)
|
| - OverflowEvent.name = "OverflowEvent";
|
| - $desc = $collectedClasses.OverflowEvent;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - OverflowEvent.prototype = $desc;
|
| - function PageTransitionEvent() {
|
| - }
|
| - PageTransitionEvent.builtin$cls = "PageTransitionEvent";
|
| - if (!"name" in PageTransitionEvent)
|
| - PageTransitionEvent.name = "PageTransitionEvent";
|
| - $desc = $collectedClasses.PageTransitionEvent;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - PageTransitionEvent.prototype = $desc;
|
| - function ParagraphElement() {
|
| - }
|
| - ParagraphElement.builtin$cls = "ParagraphElement";
|
| - if (!"name" in ParagraphElement)
|
| - ParagraphElement.name = "ParagraphElement";
|
| - $desc = $collectedClasses.ParagraphElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - ParagraphElement.prototype = $desc;
|
| - function ParamElement() {
|
| - }
|
| - ParamElement.builtin$cls = "ParamElement";
|
| - if (!"name" in ParamElement)
|
| - ParamElement.name = "ParamElement";
|
| - $desc = $collectedClasses.ParamElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - ParamElement.prototype = $desc;
|
| - function PopStateEvent() {
|
| - }
|
| - PopStateEvent.builtin$cls = "PopStateEvent";
|
| - if (!"name" in PopStateEvent)
|
| - PopStateEvent.name = "PopStateEvent";
|
| - $desc = $collectedClasses.PopStateEvent;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - PopStateEvent.prototype = $desc;
|
| - function PositionError() {
|
| - }
|
| - PositionError.builtin$cls = "PositionError";
|
| - if (!"name" in PositionError)
|
| - PositionError.name = "PositionError";
|
| - $desc = $collectedClasses.PositionError;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - PositionError.prototype = $desc;
|
| - function PreElement() {
|
| - }
|
| - PreElement.builtin$cls = "PreElement";
|
| - if (!"name" in PreElement)
|
| - PreElement.name = "PreElement";
|
| - $desc = $collectedClasses.PreElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - PreElement.prototype = $desc;
|
| - function ProcessingInstruction() {
|
| - }
|
| - ProcessingInstruction.builtin$cls = "ProcessingInstruction";
|
| - if (!"name" in ProcessingInstruction)
|
| - ProcessingInstruction.name = "ProcessingInstruction";
|
| - $desc = $collectedClasses.ProcessingInstruction;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - ProcessingInstruction.prototype = $desc;
|
| - function ProgressElement() {
|
| - }
|
| - ProgressElement.builtin$cls = "ProgressElement";
|
| - if (!"name" in ProgressElement)
|
| - ProgressElement.name = "ProgressElement";
|
| - $desc = $collectedClasses.ProgressElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - ProgressElement.prototype = $desc;
|
| - function ProgressEvent() {
|
| - }
|
| - ProgressEvent.builtin$cls = "ProgressEvent";
|
| - if (!"name" in ProgressEvent)
|
| - ProgressEvent.name = "ProgressEvent";
|
| - $desc = $collectedClasses.ProgressEvent;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - ProgressEvent.prototype = $desc;
|
| - function QuoteElement() {
|
| - }
|
| - QuoteElement.builtin$cls = "QuoteElement";
|
| - if (!"name" in QuoteElement)
|
| - QuoteElement.name = "QuoteElement";
|
| - $desc = $collectedClasses.QuoteElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - QuoteElement.prototype = $desc;
|
| - function ResourceProgressEvent() {
|
| - }
|
| - ResourceProgressEvent.builtin$cls = "ResourceProgressEvent";
|
| - if (!"name" in ResourceProgressEvent)
|
| - ResourceProgressEvent.name = "ResourceProgressEvent";
|
| - $desc = $collectedClasses.ResourceProgressEvent;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - ResourceProgressEvent.prototype = $desc;
|
| - function RtcDataChannelEvent() {
|
| - }
|
| - RtcDataChannelEvent.builtin$cls = "RtcDataChannelEvent";
|
| - if (!"name" in RtcDataChannelEvent)
|
| - RtcDataChannelEvent.name = "RtcDataChannelEvent";
|
| - $desc = $collectedClasses.RtcDataChannelEvent;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - RtcDataChannelEvent.prototype = $desc;
|
| - function RtcDtmfToneChangeEvent() {
|
| - }
|
| - RtcDtmfToneChangeEvent.builtin$cls = "RtcDtmfToneChangeEvent";
|
| - if (!"name" in RtcDtmfToneChangeEvent)
|
| - RtcDtmfToneChangeEvent.name = "RtcDtmfToneChangeEvent";
|
| - $desc = $collectedClasses.RtcDtmfToneChangeEvent;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - RtcDtmfToneChangeEvent.prototype = $desc;
|
| - function RtcIceCandidateEvent() {
|
| - }
|
| - RtcIceCandidateEvent.builtin$cls = "RtcIceCandidateEvent";
|
| - if (!"name" in RtcIceCandidateEvent)
|
| - RtcIceCandidateEvent.name = "RtcIceCandidateEvent";
|
| - $desc = $collectedClasses.RtcIceCandidateEvent;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - RtcIceCandidateEvent.prototype = $desc;
|
| - function ScriptElement() {
|
| - }
|
| - ScriptElement.builtin$cls = "ScriptElement";
|
| - if (!"name" in ScriptElement)
|
| - ScriptElement.name = "ScriptElement";
|
| - $desc = $collectedClasses.ScriptElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - ScriptElement.prototype = $desc;
|
| - function SecurityPolicyViolationEvent() {
|
| - }
|
| - SecurityPolicyViolationEvent.builtin$cls = "SecurityPolicyViolationEvent";
|
| - if (!"name" in SecurityPolicyViolationEvent)
|
| - SecurityPolicyViolationEvent.name = "SecurityPolicyViolationEvent";
|
| - $desc = $collectedClasses.SecurityPolicyViolationEvent;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - SecurityPolicyViolationEvent.prototype = $desc;
|
| - function SelectElement() {
|
| - }
|
| - SelectElement.builtin$cls = "SelectElement";
|
| - if (!"name" in SelectElement)
|
| - SelectElement.name = "SelectElement";
|
| - $desc = $collectedClasses.SelectElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - SelectElement.prototype = $desc;
|
| - SelectElement.prototype.get$length = function(receiver) {
|
| - return receiver.length;
|
| - };
|
| - function ShadowElement() {
|
| - }
|
| - ShadowElement.builtin$cls = "ShadowElement";
|
| - if (!"name" in ShadowElement)
|
| - ShadowElement.name = "ShadowElement";
|
| - $desc = $collectedClasses.ShadowElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - ShadowElement.prototype = $desc;
|
| - function ShadowRoot() {
|
| - }
|
| - ShadowRoot.builtin$cls = "ShadowRoot";
|
| - if (!"name" in ShadowRoot)
|
| - ShadowRoot.name = "ShadowRoot";
|
| - $desc = $collectedClasses.ShadowRoot;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - ShadowRoot.prototype = $desc;
|
| - function SourceElement() {
|
| - }
|
| - SourceElement.builtin$cls = "SourceElement";
|
| - if (!"name" in SourceElement)
|
| - SourceElement.name = "SourceElement";
|
| - $desc = $collectedClasses.SourceElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - SourceElement.prototype = $desc;
|
| - function SpanElement() {
|
| - }
|
| - SpanElement.builtin$cls = "SpanElement";
|
| - if (!"name" in SpanElement)
|
| - SpanElement.name = "SpanElement";
|
| - $desc = $collectedClasses.SpanElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - SpanElement.prototype = $desc;
|
| - function SpeechInputEvent() {
|
| - }
|
| - 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];
|
| - SpeechRecognitionError.prototype = $desc;
|
| - function SpeechRecognitionEvent() {
|
| - }
|
| - SpeechRecognitionEvent.builtin$cls = "SpeechRecognitionEvent";
|
| - if (!"name" in SpeechRecognitionEvent)
|
| - SpeechRecognitionEvent.name = "SpeechRecognitionEvent";
|
| - $desc = $collectedClasses.SpeechRecognitionEvent;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - SpeechRecognitionEvent.prototype = $desc;
|
| - function SpeechSynthesisEvent() {
|
| - }
|
| - SpeechSynthesisEvent.builtin$cls = "SpeechSynthesisEvent";
|
| - if (!"name" in SpeechSynthesisEvent)
|
| - SpeechSynthesisEvent.name = "SpeechSynthesisEvent";
|
| - $desc = $collectedClasses.SpeechSynthesisEvent;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - SpeechSynthesisEvent.prototype = $desc;
|
| - function StorageEvent() {
|
| - }
|
| - StorageEvent.builtin$cls = "StorageEvent";
|
| - if (!"name" in StorageEvent)
|
| - StorageEvent.name = "StorageEvent";
|
| - $desc = $collectedClasses.StorageEvent;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - StorageEvent.prototype = $desc;
|
| - function StyleElement() {
|
| - }
|
| - StyleElement.builtin$cls = "StyleElement";
|
| - if (!"name" in StyleElement)
|
| - StyleElement.name = "StyleElement";
|
| - $desc = $collectedClasses.StyleElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - StyleElement.prototype = $desc;
|
| - function TableCaptionElement() {
|
| - }
|
| - TableCaptionElement.builtin$cls = "TableCaptionElement";
|
| - if (!"name" in TableCaptionElement)
|
| - TableCaptionElement.name = "TableCaptionElement";
|
| - $desc = $collectedClasses.TableCaptionElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - TableCaptionElement.prototype = $desc;
|
| - function TableCellElement() {
|
| - }
|
| - TableCellElement.builtin$cls = "TableCellElement";
|
| - if (!"name" in TableCellElement)
|
| - TableCellElement.name = "TableCellElement";
|
| - $desc = $collectedClasses.TableCellElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - TableCellElement.prototype = $desc;
|
| - function TableColElement() {
|
| - }
|
| - TableColElement.builtin$cls = "TableColElement";
|
| - if (!"name" in TableColElement)
|
| - TableColElement.name = "TableColElement";
|
| - $desc = $collectedClasses.TableColElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - TableColElement.prototype = $desc;
|
| - function TableElement() {
|
| - }
|
| - TableElement.builtin$cls = "TableElement";
|
| - if (!"name" in TableElement)
|
| - TableElement.name = "TableElement";
|
| - $desc = $collectedClasses.TableElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - TableElement.prototype = $desc;
|
| - function TableRowElement() {
|
| - }
|
| - TableRowElement.builtin$cls = "TableRowElement";
|
| - if (!"name" in TableRowElement)
|
| - TableRowElement.name = "TableRowElement";
|
| - $desc = $collectedClasses.TableRowElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - TableRowElement.prototype = $desc;
|
| - function TableSectionElement() {
|
| - }
|
| - TableSectionElement.builtin$cls = "TableSectionElement";
|
| - if (!"name" in TableSectionElement)
|
| - TableSectionElement.name = "TableSectionElement";
|
| - $desc = $collectedClasses.TableSectionElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - TableSectionElement.prototype = $desc;
|
| - function TemplateElement() {
|
| - }
|
| - TemplateElement.builtin$cls = "TemplateElement";
|
| - if (!"name" in TemplateElement)
|
| - TemplateElement.name = "TemplateElement";
|
| - $desc = $collectedClasses.TemplateElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - TemplateElement.prototype = $desc;
|
| - function Text() {
|
| - }
|
| - Text.builtin$cls = "Text";
|
| - if (!"name" in Text)
|
| - Text.name = "Text";
|
| - $desc = $collectedClasses.Text;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - Text.prototype = $desc;
|
| - function TextAreaElement() {
|
| - }
|
| - TextAreaElement.builtin$cls = "TextAreaElement";
|
| - if (!"name" in TextAreaElement)
|
| - TextAreaElement.name = "TextAreaElement";
|
| - $desc = $collectedClasses.TextAreaElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - TextAreaElement.prototype = $desc;
|
| - function TextEvent() {
|
| - }
|
| - TextEvent.builtin$cls = "TextEvent";
|
| - if (!"name" in TextEvent)
|
| - TextEvent.name = "TextEvent";
|
| - $desc = $collectedClasses.TextEvent;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - TextEvent.prototype = $desc;
|
| - function TitleElement() {
|
| - }
|
| - TitleElement.builtin$cls = "TitleElement";
|
| - if (!"name" in TitleElement)
|
| - TitleElement.name = "TitleElement";
|
| - $desc = $collectedClasses.TitleElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - TitleElement.prototype = $desc;
|
| - function TouchEvent() {
|
| - }
|
| - TouchEvent.builtin$cls = "TouchEvent";
|
| - if (!"name" in TouchEvent)
|
| - TouchEvent.name = "TouchEvent";
|
| - $desc = $collectedClasses.TouchEvent;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - TouchEvent.prototype = $desc;
|
| - function TrackElement() {
|
| - }
|
| - TrackElement.builtin$cls = "TrackElement";
|
| - if (!"name" in TrackElement)
|
| - TrackElement.name = "TrackElement";
|
| - $desc = $collectedClasses.TrackElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - TrackElement.prototype = $desc;
|
| - function TrackEvent() {
|
| - }
|
| - TrackEvent.builtin$cls = "TrackEvent";
|
| - if (!"name" in TrackEvent)
|
| - TrackEvent.name = "TrackEvent";
|
| - $desc = $collectedClasses.TrackEvent;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - TrackEvent.prototype = $desc;
|
| - function TransitionEvent() {
|
| - }
|
| - TransitionEvent.builtin$cls = "TransitionEvent";
|
| - if (!"name" in TransitionEvent)
|
| - TransitionEvent.name = "TransitionEvent";
|
| - $desc = $collectedClasses.TransitionEvent;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - TransitionEvent.prototype = $desc;
|
| - function UIEvent() {
|
| - }
|
| - UIEvent.builtin$cls = "UIEvent";
|
| - if (!"name" in UIEvent)
|
| - UIEvent.name = "UIEvent";
|
| - $desc = $collectedClasses.UIEvent;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - UIEvent.prototype = $desc;
|
| - function UListElement() {
|
| - }
|
| - UListElement.builtin$cls = "UListElement";
|
| - if (!"name" in UListElement)
|
| - UListElement.name = "UListElement";
|
| - $desc = $collectedClasses.UListElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - UListElement.prototype = $desc;
|
| - function UnknownElement() {
|
| - }
|
| - UnknownElement.builtin$cls = "UnknownElement";
|
| - if (!"name" in UnknownElement)
|
| - UnknownElement.name = "UnknownElement";
|
| - $desc = $collectedClasses.UnknownElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - UnknownElement.prototype = $desc;
|
| - function VideoElement() {
|
| - }
|
| - VideoElement.builtin$cls = "VideoElement";
|
| - if (!"name" in VideoElement)
|
| - VideoElement.name = "VideoElement";
|
| - $desc = $collectedClasses.VideoElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - VideoElement.prototype = $desc;
|
| - function WheelEvent() {
|
| - }
|
| - WheelEvent.builtin$cls = "WheelEvent";
|
| - if (!"name" in WheelEvent)
|
| - WheelEvent.name = "WheelEvent";
|
| - $desc = $collectedClasses.WheelEvent;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - WheelEvent.prototype = $desc;
|
| - function Window() {
|
| - }
|
| - Window.builtin$cls = "Window";
|
| - if (!"name" in Window)
|
| - Window.name = "Window";
|
| - $desc = $collectedClasses.Window;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - Window.prototype = $desc;
|
| - function _Attr() {
|
| - }
|
| - _Attr.builtin$cls = "_Attr";
|
| - if (!"name" in _Attr)
|
| - _Attr.name = "_Attr";
|
| - $desc = $collectedClasses._Attr;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - _Attr.prototype = $desc;
|
| - function _Entity() {
|
| - }
|
| - _Entity.builtin$cls = "_Entity";
|
| - if (!"name" in _Entity)
|
| - _Entity.name = "_Entity";
|
| - $desc = $collectedClasses._Entity;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - _Entity.prototype = $desc;
|
| - function _HTMLAppletElement() {
|
| - }
|
| - _HTMLAppletElement.builtin$cls = "_HTMLAppletElement";
|
| - if (!"name" in _HTMLAppletElement)
|
| - _HTMLAppletElement.name = "_HTMLAppletElement";
|
| - $desc = $collectedClasses._HTMLAppletElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - _HTMLAppletElement.prototype = $desc;
|
| - function _HTMLBaseFontElement() {
|
| - }
|
| - _HTMLBaseFontElement.builtin$cls = "_HTMLBaseFontElement";
|
| - if (!"name" in _HTMLBaseFontElement)
|
| - _HTMLBaseFontElement.name = "_HTMLBaseFontElement";
|
| - $desc = $collectedClasses._HTMLBaseFontElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - _HTMLBaseFontElement.prototype = $desc;
|
| - function _HTMLDirectoryElement() {
|
| - }
|
| - _HTMLDirectoryElement.builtin$cls = "_HTMLDirectoryElement";
|
| - if (!"name" in _HTMLDirectoryElement)
|
| - _HTMLDirectoryElement.name = "_HTMLDirectoryElement";
|
| - $desc = $collectedClasses._HTMLDirectoryElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - _HTMLDirectoryElement.prototype = $desc;
|
| - function _HTMLFontElement() {
|
| - }
|
| - _HTMLFontElement.builtin$cls = "_HTMLFontElement";
|
| - if (!"name" in _HTMLFontElement)
|
| - _HTMLFontElement.name = "_HTMLFontElement";
|
| - $desc = $collectedClasses._HTMLFontElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - _HTMLFontElement.prototype = $desc;
|
| - function _HTMLFrameElement() {
|
| - }
|
| - _HTMLFrameElement.builtin$cls = "_HTMLFrameElement";
|
| - if (!"name" in _HTMLFrameElement)
|
| - _HTMLFrameElement.name = "_HTMLFrameElement";
|
| - $desc = $collectedClasses._HTMLFrameElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - _HTMLFrameElement.prototype = $desc;
|
| - function _HTMLFrameSetElement() {
|
| - }
|
| - _HTMLFrameSetElement.builtin$cls = "_HTMLFrameSetElement";
|
| - if (!"name" in _HTMLFrameSetElement)
|
| - _HTMLFrameSetElement.name = "_HTMLFrameSetElement";
|
| - $desc = $collectedClasses._HTMLFrameSetElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - _HTMLFrameSetElement.prototype = $desc;
|
| - function _HTMLMarqueeElement() {
|
| - }
|
| - _HTMLMarqueeElement.builtin$cls = "_HTMLMarqueeElement";
|
| - if (!"name" in _HTMLMarqueeElement)
|
| - _HTMLMarqueeElement.name = "_HTMLMarqueeElement";
|
| - $desc = $collectedClasses._HTMLMarqueeElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - _HTMLMarqueeElement.prototype = $desc;
|
| - function _MutationEvent() {
|
| - }
|
| - _MutationEvent.builtin$cls = "_MutationEvent";
|
| - if (!"name" in _MutationEvent)
|
| - _MutationEvent.name = "_MutationEvent";
|
| - $desc = $collectedClasses._MutationEvent;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - _MutationEvent.prototype = $desc;
|
| - function _Notation() {
|
| - }
|
| - _Notation.builtin$cls = "_Notation";
|
| - if (!"name" in _Notation)
|
| - _Notation.name = "_Notation";
|
| - $desc = $collectedClasses._Notation;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - _Notation.prototype = $desc;
|
| - function _XMLHttpRequestProgressEvent() {
|
| - }
|
| - _XMLHttpRequestProgressEvent.builtin$cls = "_XMLHttpRequestProgressEvent";
|
| - if (!"name" in _XMLHttpRequestProgressEvent)
|
| - _XMLHttpRequestProgressEvent.name = "_XMLHttpRequestProgressEvent";
|
| - $desc = $collectedClasses._XMLHttpRequestProgressEvent;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - _XMLHttpRequestProgressEvent.prototype = $desc;
|
| - function KeyRange() {
|
| - }
|
| - KeyRange.builtin$cls = "KeyRange";
|
| - if (!"name" in KeyRange)
|
| - KeyRange.name = "KeyRange";
|
| - $desc = $collectedClasses.KeyRange;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - KeyRange.prototype = $desc;
|
| - function VersionChangeEvent() {
|
| - }
|
| - VersionChangeEvent.builtin$cls = "VersionChangeEvent";
|
| - if (!"name" in VersionChangeEvent)
|
| - VersionChangeEvent.name = "VersionChangeEvent";
|
| - $desc = $collectedClasses.VersionChangeEvent;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - VersionChangeEvent.prototype = $desc;
|
| - function AElement() {
|
| - }
|
| - AElement.builtin$cls = "AElement";
|
| - if (!"name" in AElement)
|
| - AElement.name = "AElement";
|
| - $desc = $collectedClasses.AElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - AElement.prototype = $desc;
|
| - function AltGlyphElement() {
|
| - }
|
| - AltGlyphElement.builtin$cls = "AltGlyphElement";
|
| - if (!"name" in AltGlyphElement)
|
| - AltGlyphElement.name = "AltGlyphElement";
|
| - $desc = $collectedClasses.AltGlyphElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - AltGlyphElement.prototype = $desc;
|
| - function AnimateElement() {
|
| - }
|
| - AnimateElement.builtin$cls = "AnimateElement";
|
| - if (!"name" in AnimateElement)
|
| - AnimateElement.name = "AnimateElement";
|
| - $desc = $collectedClasses.AnimateElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - AnimateElement.prototype = $desc;
|
| - function AnimateMotionElement() {
|
| - }
|
| - AnimateMotionElement.builtin$cls = "AnimateMotionElement";
|
| - if (!"name" in AnimateMotionElement)
|
| - AnimateMotionElement.name = "AnimateMotionElement";
|
| - $desc = $collectedClasses.AnimateMotionElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - AnimateMotionElement.prototype = $desc;
|
| - function AnimateTransformElement() {
|
| - }
|
| - AnimateTransformElement.builtin$cls = "AnimateTransformElement";
|
| - if (!"name" in AnimateTransformElement)
|
| - AnimateTransformElement.name = "AnimateTransformElement";
|
| - $desc = $collectedClasses.AnimateTransformElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - AnimateTransformElement.prototype = $desc;
|
| - function AnimationElement() {
|
| - }
|
| - AnimationElement.builtin$cls = "AnimationElement";
|
| - if (!"name" in AnimationElement)
|
| - AnimationElement.name = "AnimationElement";
|
| - $desc = $collectedClasses.AnimationElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - AnimationElement.prototype = $desc;
|
| - function CircleElement() {
|
| - }
|
| - CircleElement.builtin$cls = "CircleElement";
|
| - if (!"name" in CircleElement)
|
| - CircleElement.name = "CircleElement";
|
| - $desc = $collectedClasses.CircleElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - CircleElement.prototype = $desc;
|
| - function ClipPathElement() {
|
| - }
|
| - ClipPathElement.builtin$cls = "ClipPathElement";
|
| - if (!"name" in ClipPathElement)
|
| - ClipPathElement.name = "ClipPathElement";
|
| - $desc = $collectedClasses.ClipPathElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - ClipPathElement.prototype = $desc;
|
| - function DefsElement() {
|
| - }
|
| - DefsElement.builtin$cls = "DefsElement";
|
| - if (!"name" in DefsElement)
|
| - DefsElement.name = "DefsElement";
|
| - $desc = $collectedClasses.DefsElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - DefsElement.prototype = $desc;
|
| - function DescElement() {
|
| - }
|
| - DescElement.builtin$cls = "DescElement";
|
| - if (!"name" in DescElement)
|
| - DescElement.name = "DescElement";
|
| - $desc = $collectedClasses.DescElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - DescElement.prototype = $desc;
|
| - function EllipseElement() {
|
| - }
|
| - EllipseElement.builtin$cls = "EllipseElement";
|
| - if (!"name" in EllipseElement)
|
| - EllipseElement.name = "EllipseElement";
|
| - $desc = $collectedClasses.EllipseElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - EllipseElement.prototype = $desc;
|
| - function FEBlendElement() {
|
| - }
|
| - FEBlendElement.builtin$cls = "FEBlendElement";
|
| - if (!"name" in FEBlendElement)
|
| - FEBlendElement.name = "FEBlendElement";
|
| - $desc = $collectedClasses.FEBlendElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - FEBlendElement.prototype = $desc;
|
| - function FEColorMatrixElement() {
|
| - }
|
| - 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];
|
| - FEComponentTransferElement.prototype = $desc;
|
| - function FECompositeElement() {
|
| - }
|
| - FECompositeElement.builtin$cls = "FECompositeElement";
|
| - if (!"name" in FECompositeElement)
|
| - FECompositeElement.name = "FECompositeElement";
|
| - $desc = $collectedClasses.FECompositeElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - FECompositeElement.prototype = $desc;
|
| - function FEConvolveMatrixElement() {
|
| - }
|
| - FEConvolveMatrixElement.builtin$cls = "FEConvolveMatrixElement";
|
| - if (!"name" in FEConvolveMatrixElement)
|
| - FEConvolveMatrixElement.name = "FEConvolveMatrixElement";
|
| - $desc = $collectedClasses.FEConvolveMatrixElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - FEConvolveMatrixElement.prototype = $desc;
|
| - function FEDiffuseLightingElement() {
|
| - }
|
| - FEDiffuseLightingElement.builtin$cls = "FEDiffuseLightingElement";
|
| - if (!"name" in FEDiffuseLightingElement)
|
| - FEDiffuseLightingElement.name = "FEDiffuseLightingElement";
|
| - $desc = $collectedClasses.FEDiffuseLightingElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - FEDiffuseLightingElement.prototype = $desc;
|
| - function FEDisplacementMapElement() {
|
| - }
|
| - FEDisplacementMapElement.builtin$cls = "FEDisplacementMapElement";
|
| - if (!"name" in FEDisplacementMapElement)
|
| - FEDisplacementMapElement.name = "FEDisplacementMapElement";
|
| - $desc = $collectedClasses.FEDisplacementMapElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - FEDisplacementMapElement.prototype = $desc;
|
| - function FEDistantLightElement() {
|
| - }
|
| - FEDistantLightElement.builtin$cls = "FEDistantLightElement";
|
| - if (!"name" in FEDistantLightElement)
|
| - FEDistantLightElement.name = "FEDistantLightElement";
|
| - $desc = $collectedClasses.FEDistantLightElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - FEDistantLightElement.prototype = $desc;
|
| - function FEFloodElement() {
|
| - }
|
| - FEFloodElement.builtin$cls = "FEFloodElement";
|
| - if (!"name" in FEFloodElement)
|
| - FEFloodElement.name = "FEFloodElement";
|
| - $desc = $collectedClasses.FEFloodElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - FEFloodElement.prototype = $desc;
|
| - function FEFuncAElement() {
|
| - }
|
| - FEFuncAElement.builtin$cls = "FEFuncAElement";
|
| - if (!"name" in FEFuncAElement)
|
| - FEFuncAElement.name = "FEFuncAElement";
|
| - $desc = $collectedClasses.FEFuncAElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - FEFuncAElement.prototype = $desc;
|
| - function FEFuncBElement() {
|
| - }
|
| - FEFuncBElement.builtin$cls = "FEFuncBElement";
|
| - if (!"name" in FEFuncBElement)
|
| - FEFuncBElement.name = "FEFuncBElement";
|
| - $desc = $collectedClasses.FEFuncBElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - FEFuncBElement.prototype = $desc;
|
| - function FEFuncGElement() {
|
| - }
|
| - FEFuncGElement.builtin$cls = "FEFuncGElement";
|
| - if (!"name" in FEFuncGElement)
|
| - FEFuncGElement.name = "FEFuncGElement";
|
| - $desc = $collectedClasses.FEFuncGElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - FEFuncGElement.prototype = $desc;
|
| - function FEFuncRElement() {
|
| - }
|
| - FEFuncRElement.builtin$cls = "FEFuncRElement";
|
| - if (!"name" in FEFuncRElement)
|
| - FEFuncRElement.name = "FEFuncRElement";
|
| - $desc = $collectedClasses.FEFuncRElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - FEFuncRElement.prototype = $desc;
|
| - function FEGaussianBlurElement() {
|
| - }
|
| - FEGaussianBlurElement.builtin$cls = "FEGaussianBlurElement";
|
| - if (!"name" in FEGaussianBlurElement)
|
| - FEGaussianBlurElement.name = "FEGaussianBlurElement";
|
| - $desc = $collectedClasses.FEGaussianBlurElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - FEGaussianBlurElement.prototype = $desc;
|
| - function FEImageElement() {
|
| - }
|
| - FEImageElement.builtin$cls = "FEImageElement";
|
| - if (!"name" in FEImageElement)
|
| - FEImageElement.name = "FEImageElement";
|
| - $desc = $collectedClasses.FEImageElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - FEImageElement.prototype = $desc;
|
| - function FEMergeElement() {
|
| - }
|
| - FEMergeElement.builtin$cls = "FEMergeElement";
|
| - if (!"name" in FEMergeElement)
|
| - FEMergeElement.name = "FEMergeElement";
|
| - $desc = $collectedClasses.FEMergeElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - FEMergeElement.prototype = $desc;
|
| - function FEMergeNodeElement() {
|
| - }
|
| - FEMergeNodeElement.builtin$cls = "FEMergeNodeElement";
|
| - if (!"name" in FEMergeNodeElement)
|
| - FEMergeNodeElement.name = "FEMergeNodeElement";
|
| - $desc = $collectedClasses.FEMergeNodeElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - FEMergeNodeElement.prototype = $desc;
|
| - function FEMorphologyElement() {
|
| - }
|
| - FEMorphologyElement.builtin$cls = "FEMorphologyElement";
|
| - if (!"name" in FEMorphologyElement)
|
| - FEMorphologyElement.name = "FEMorphologyElement";
|
| - $desc = $collectedClasses.FEMorphologyElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - FEMorphologyElement.prototype = $desc;
|
| - function FEOffsetElement() {
|
| - }
|
| - FEOffsetElement.builtin$cls = "FEOffsetElement";
|
| - if (!"name" in FEOffsetElement)
|
| - FEOffsetElement.name = "FEOffsetElement";
|
| - $desc = $collectedClasses.FEOffsetElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - FEOffsetElement.prototype = $desc;
|
| - function FEPointLightElement() {
|
| - }
|
| - FEPointLightElement.builtin$cls = "FEPointLightElement";
|
| - if (!"name" in FEPointLightElement)
|
| - FEPointLightElement.name = "FEPointLightElement";
|
| - $desc = $collectedClasses.FEPointLightElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - FEPointLightElement.prototype = $desc;
|
| - function FESpecularLightingElement() {
|
| - }
|
| - FESpecularLightingElement.builtin$cls = "FESpecularLightingElement";
|
| - if (!"name" in FESpecularLightingElement)
|
| - FESpecularLightingElement.name = "FESpecularLightingElement";
|
| - $desc = $collectedClasses.FESpecularLightingElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - FESpecularLightingElement.prototype = $desc;
|
| - function FESpotLightElement() {
|
| - }
|
| - FESpotLightElement.builtin$cls = "FESpotLightElement";
|
| - if (!"name" in FESpotLightElement)
|
| - FESpotLightElement.name = "FESpotLightElement";
|
| - $desc = $collectedClasses.FESpotLightElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - FESpotLightElement.prototype = $desc;
|
| - function FETileElement() {
|
| - }
|
| - FETileElement.builtin$cls = "FETileElement";
|
| - if (!"name" in FETileElement)
|
| - FETileElement.name = "FETileElement";
|
| - $desc = $collectedClasses.FETileElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - FETileElement.prototype = $desc;
|
| - function FETurbulenceElement() {
|
| - }
|
| - FETurbulenceElement.builtin$cls = "FETurbulenceElement";
|
| - if (!"name" in FETurbulenceElement)
|
| - FETurbulenceElement.name = "FETurbulenceElement";
|
| - $desc = $collectedClasses.FETurbulenceElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - FETurbulenceElement.prototype = $desc;
|
| - function FilterElement() {
|
| - }
|
| - FilterElement.builtin$cls = "FilterElement";
|
| - if (!"name" in FilterElement)
|
| - FilterElement.name = "FilterElement";
|
| - $desc = $collectedClasses.FilterElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - FilterElement.prototype = $desc;
|
| - function ForeignObjectElement() {
|
| - }
|
| - ForeignObjectElement.builtin$cls = "ForeignObjectElement";
|
| - if (!"name" in ForeignObjectElement)
|
| - ForeignObjectElement.name = "ForeignObjectElement";
|
| - $desc = $collectedClasses.ForeignObjectElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - ForeignObjectElement.prototype = $desc;
|
| - function GElement() {
|
| - }
|
| - GElement.builtin$cls = "GElement";
|
| - if (!"name" in GElement)
|
| - GElement.name = "GElement";
|
| - $desc = $collectedClasses.GElement;
|
| - 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;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - GraphicsElement.prototype = $desc;
|
| - function ImageElement0() {
|
| - }
|
| - ImageElement0.builtin$cls = "ImageElement0";
|
| - if (!"name" in ImageElement0)
|
| - ImageElement0.name = "ImageElement0";
|
| - $desc = $collectedClasses.ImageElement0;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - ImageElement0.prototype = $desc;
|
| - function LineElement() {
|
| - }
|
| - LineElement.builtin$cls = "LineElement";
|
| - if (!"name" in LineElement)
|
| - LineElement.name = "LineElement";
|
| - $desc = $collectedClasses.LineElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - LineElement.prototype = $desc;
|
| - function LinearGradientElement() {
|
| - }
|
| - LinearGradientElement.builtin$cls = "LinearGradientElement";
|
| - if (!"name" in LinearGradientElement)
|
| - LinearGradientElement.name = "LinearGradientElement";
|
| - $desc = $collectedClasses.LinearGradientElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - LinearGradientElement.prototype = $desc;
|
| - function MarkerElement() {
|
| - }
|
| - MarkerElement.builtin$cls = "MarkerElement";
|
| - if (!"name" in MarkerElement)
|
| - MarkerElement.name = "MarkerElement";
|
| - $desc = $collectedClasses.MarkerElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - MarkerElement.prototype = $desc;
|
| - function MaskElement() {
|
| - }
|
| - MaskElement.builtin$cls = "MaskElement";
|
| - if (!"name" in MaskElement)
|
| - MaskElement.name = "MaskElement";
|
| - $desc = $collectedClasses.MaskElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - MaskElement.prototype = $desc;
|
| - function MetadataElement() {
|
| - }
|
| - MetadataElement.builtin$cls = "MetadataElement";
|
| - if (!"name" in MetadataElement)
|
| - MetadataElement.name = "MetadataElement";
|
| - $desc = $collectedClasses.MetadataElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - MetadataElement.prototype = $desc;
|
| - function PathElement() {
|
| - }
|
| - PathElement.builtin$cls = "PathElement";
|
| - if (!"name" in PathElement)
|
| - PathElement.name = "PathElement";
|
| - $desc = $collectedClasses.PathElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - PathElement.prototype = $desc;
|
| - function PatternElement() {
|
| - }
|
| - PatternElement.builtin$cls = "PatternElement";
|
| - if (!"name" in PatternElement)
|
| - PatternElement.name = "PatternElement";
|
| - $desc = $collectedClasses.PatternElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - PatternElement.prototype = $desc;
|
| - function PolygonElement() {
|
| - }
|
| - PolygonElement.builtin$cls = "PolygonElement";
|
| - if (!"name" in PolygonElement)
|
| - PolygonElement.name = "PolygonElement";
|
| - $desc = $collectedClasses.PolygonElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - PolygonElement.prototype = $desc;
|
| - function PolylineElement() {
|
| - }
|
| - PolylineElement.builtin$cls = "PolylineElement";
|
| - if (!"name" in PolylineElement)
|
| - PolylineElement.name = "PolylineElement";
|
| - $desc = $collectedClasses.PolylineElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - PolylineElement.prototype = $desc;
|
| - function RadialGradientElement() {
|
| - }
|
| - RadialGradientElement.builtin$cls = "RadialGradientElement";
|
| - if (!"name" in RadialGradientElement)
|
| - RadialGradientElement.name = "RadialGradientElement";
|
| - $desc = $collectedClasses.RadialGradientElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - RadialGradientElement.prototype = $desc;
|
| - function RectElement() {
|
| - }
|
| - RectElement.builtin$cls = "RectElement";
|
| - if (!"name" in RectElement)
|
| - RectElement.name = "RectElement";
|
| - $desc = $collectedClasses.RectElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - RectElement.prototype = $desc;
|
| - function ScriptElement0() {
|
| - }
|
| - ScriptElement0.builtin$cls = "ScriptElement0";
|
| - if (!"name" in ScriptElement0)
|
| - ScriptElement0.name = "ScriptElement0";
|
| - $desc = $collectedClasses.ScriptElement0;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - ScriptElement0.prototype = $desc;
|
| - function SetElement() {
|
| - }
|
| - SetElement.builtin$cls = "SetElement";
|
| - if (!"name" in SetElement)
|
| - SetElement.name = "SetElement";
|
| - $desc = $collectedClasses.SetElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - SetElement.prototype = $desc;
|
| - function StopElement() {
|
| - }
|
| - StopElement.builtin$cls = "StopElement";
|
| - if (!"name" in StopElement)
|
| - StopElement.name = "StopElement";
|
| - $desc = $collectedClasses.StopElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - StopElement.prototype = $desc;
|
| - function StyleElement0() {
|
| - }
|
| - StyleElement0.builtin$cls = "StyleElement0";
|
| - if (!"name" in StyleElement0)
|
| - StyleElement0.name = "StyleElement0";
|
| - $desc = $collectedClasses.StyleElement0;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - StyleElement0.prototype = $desc;
|
| - function SvgDocument() {
|
| - }
|
| - SvgDocument.builtin$cls = "SvgDocument";
|
| - if (!"name" in SvgDocument)
|
| - SvgDocument.name = "SvgDocument";
|
| - $desc = $collectedClasses.SvgDocument;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - SvgDocument.prototype = $desc;
|
| - function SvgElement() {
|
| - }
|
| - SvgElement.builtin$cls = "SvgElement";
|
| - if (!"name" in SvgElement)
|
| - SvgElement.name = "SvgElement";
|
| - $desc = $collectedClasses.SvgElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - SvgElement.prototype = $desc;
|
| - function SvgSvgElement() {
|
| - }
|
| - SvgSvgElement.builtin$cls = "SvgSvgElement";
|
| - if (!"name" in SvgSvgElement)
|
| - SvgSvgElement.name = "SvgSvgElement";
|
| - $desc = $collectedClasses.SvgSvgElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - SvgSvgElement.prototype = $desc;
|
| - function SwitchElement() {
|
| - }
|
| - SwitchElement.builtin$cls = "SwitchElement";
|
| - if (!"name" in SwitchElement)
|
| - SwitchElement.name = "SwitchElement";
|
| - $desc = $collectedClasses.SwitchElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - SwitchElement.prototype = $desc;
|
| - function SymbolElement() {
|
| - }
|
| - SymbolElement.builtin$cls = "SymbolElement";
|
| - if (!"name" in SymbolElement)
|
| - SymbolElement.name = "SymbolElement";
|
| - $desc = $collectedClasses.SymbolElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - SymbolElement.prototype = $desc;
|
| - function TSpanElement() {
|
| - }
|
| - TSpanElement.builtin$cls = "TSpanElement";
|
| - if (!"name" in TSpanElement)
|
| - TSpanElement.name = "TSpanElement";
|
| - $desc = $collectedClasses.TSpanElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - TSpanElement.prototype = $desc;
|
| - function TextContentElement() {
|
| - }
|
| - TextContentElement.builtin$cls = "TextContentElement";
|
| - if (!"name" in TextContentElement)
|
| - TextContentElement.name = "TextContentElement";
|
| - $desc = $collectedClasses.TextContentElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - TextContentElement.prototype = $desc;
|
| - function TextElement() {
|
| - }
|
| - TextElement.builtin$cls = "TextElement";
|
| - if (!"name" in TextElement)
|
| - TextElement.name = "TextElement";
|
| - $desc = $collectedClasses.TextElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - TextElement.prototype = $desc;
|
| - function TextPathElement() {
|
| - }
|
| - TextPathElement.builtin$cls = "TextPathElement";
|
| - if (!"name" in TextPathElement)
|
| - TextPathElement.name = "TextPathElement";
|
| - $desc = $collectedClasses.TextPathElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - TextPathElement.prototype = $desc;
|
| - function TextPositioningElement() {
|
| - }
|
| - TextPositioningElement.builtin$cls = "TextPositioningElement";
|
| - if (!"name" in TextPositioningElement)
|
| - TextPositioningElement.name = "TextPositioningElement";
|
| - $desc = $collectedClasses.TextPositioningElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - TextPositioningElement.prototype = $desc;
|
| - function TitleElement0() {
|
| - }
|
| - TitleElement0.builtin$cls = "TitleElement0";
|
| - if (!"name" in TitleElement0)
|
| - TitleElement0.name = "TitleElement0";
|
| - $desc = $collectedClasses.TitleElement0;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - TitleElement0.prototype = $desc;
|
| - function UseElement() {
|
| - }
|
| - UseElement.builtin$cls = "UseElement";
|
| - if (!"name" in UseElement)
|
| - UseElement.name = "UseElement";
|
| - $desc = $collectedClasses.UseElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - UseElement.prototype = $desc;
|
| - function ViewElement() {
|
| - }
|
| - ViewElement.builtin$cls = "ViewElement";
|
| - if (!"name" in ViewElement)
|
| - ViewElement.name = "ViewElement";
|
| - $desc = $collectedClasses.ViewElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - ViewElement.prototype = $desc;
|
| - function ZoomEvent() {
|
| - }
|
| - ZoomEvent.builtin$cls = "ZoomEvent";
|
| - if (!"name" in ZoomEvent)
|
| - ZoomEvent.name = "ZoomEvent";
|
| - $desc = $collectedClasses.ZoomEvent;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - ZoomEvent.prototype = $desc;
|
| - function _GradientElement() {
|
| - }
|
| - _GradientElement.builtin$cls = "_GradientElement";
|
| - if (!"name" in _GradientElement)
|
| - _GradientElement.name = "_GradientElement";
|
| - $desc = $collectedClasses._GradientElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - _GradientElement.prototype = $desc;
|
| - function _SVGAltGlyphDefElement() {
|
| - }
|
| - _SVGAltGlyphDefElement.builtin$cls = "_SVGAltGlyphDefElement";
|
| - if (!"name" in _SVGAltGlyphDefElement)
|
| - _SVGAltGlyphDefElement.name = "_SVGAltGlyphDefElement";
|
| - $desc = $collectedClasses._SVGAltGlyphDefElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - _SVGAltGlyphDefElement.prototype = $desc;
|
| - function _SVGAltGlyphItemElement() {
|
| - }
|
| - _SVGAltGlyphItemElement.builtin$cls = "_SVGAltGlyphItemElement";
|
| - if (!"name" in _SVGAltGlyphItemElement)
|
| - _SVGAltGlyphItemElement.name = "_SVGAltGlyphItemElement";
|
| - $desc = $collectedClasses._SVGAltGlyphItemElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - _SVGAltGlyphItemElement.prototype = $desc;
|
| - function _SVGAnimateColorElement() {
|
| - }
|
| - _SVGAnimateColorElement.builtin$cls = "_SVGAnimateColorElement";
|
| - if (!"name" in _SVGAnimateColorElement)
|
| - _SVGAnimateColorElement.name = "_SVGAnimateColorElement";
|
| - $desc = $collectedClasses._SVGAnimateColorElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - _SVGAnimateColorElement.prototype = $desc;
|
| - function _SVGComponentTransferFunctionElement() {
|
| - }
|
| - _SVGComponentTransferFunctionElement.builtin$cls = "_SVGComponentTransferFunctionElement";
|
| - if (!"name" in _SVGComponentTransferFunctionElement)
|
| - _SVGComponentTransferFunctionElement.name = "_SVGComponentTransferFunctionElement";
|
| - $desc = $collectedClasses._SVGComponentTransferFunctionElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - _SVGComponentTransferFunctionElement.prototype = $desc;
|
| - function _SVGCursorElement() {
|
| - }
|
| - _SVGCursorElement.builtin$cls = "_SVGCursorElement";
|
| - if (!"name" in _SVGCursorElement)
|
| - _SVGCursorElement.name = "_SVGCursorElement";
|
| - $desc = $collectedClasses._SVGCursorElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - _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() {
|
| - }
|
| - _SVGFontElement.builtin$cls = "_SVGFontElement";
|
| - if (!"name" in _SVGFontElement)
|
| - _SVGFontElement.name = "_SVGFontElement";
|
| - $desc = $collectedClasses._SVGFontElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - _SVGFontElement.prototype = $desc;
|
| - function _SVGFontFaceElement() {
|
| - }
|
| - _SVGFontFaceElement.builtin$cls = "_SVGFontFaceElement";
|
| - if (!"name" in _SVGFontFaceElement)
|
| - _SVGFontFaceElement.name = "_SVGFontFaceElement";
|
| - $desc = $collectedClasses._SVGFontFaceElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - _SVGFontFaceElement.prototype = $desc;
|
| - function _SVGFontFaceFormatElement() {
|
| - }
|
| - _SVGFontFaceFormatElement.builtin$cls = "_SVGFontFaceFormatElement";
|
| - if (!"name" in _SVGFontFaceFormatElement)
|
| - _SVGFontFaceFormatElement.name = "_SVGFontFaceFormatElement";
|
| - $desc = $collectedClasses._SVGFontFaceFormatElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - _SVGFontFaceFormatElement.prototype = $desc;
|
| - function _SVGFontFaceNameElement() {
|
| - }
|
| - _SVGFontFaceNameElement.builtin$cls = "_SVGFontFaceNameElement";
|
| - if (!"name" in _SVGFontFaceNameElement)
|
| - _SVGFontFaceNameElement.name = "_SVGFontFaceNameElement";
|
| - $desc = $collectedClasses._SVGFontFaceNameElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - _SVGFontFaceNameElement.prototype = $desc;
|
| - function _SVGFontFaceSrcElement() {
|
| - }
|
| - _SVGFontFaceSrcElement.builtin$cls = "_SVGFontFaceSrcElement";
|
| - if (!"name" in _SVGFontFaceSrcElement)
|
| - _SVGFontFaceSrcElement.name = "_SVGFontFaceSrcElement";
|
| - $desc = $collectedClasses._SVGFontFaceSrcElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - _SVGFontFaceSrcElement.prototype = $desc;
|
| - function _SVGFontFaceUriElement() {
|
| - }
|
| - _SVGFontFaceUriElement.builtin$cls = "_SVGFontFaceUriElement";
|
| - if (!"name" in _SVGFontFaceUriElement)
|
| - _SVGFontFaceUriElement.name = "_SVGFontFaceUriElement";
|
| - $desc = $collectedClasses._SVGFontFaceUriElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - _SVGFontFaceUriElement.prototype = $desc;
|
| - function _SVGGlyphElement() {
|
| - }
|
| - _SVGGlyphElement.builtin$cls = "_SVGGlyphElement";
|
| - if (!"name" in _SVGGlyphElement)
|
| - _SVGGlyphElement.name = "_SVGGlyphElement";
|
| - $desc = $collectedClasses._SVGGlyphElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - _SVGGlyphElement.prototype = $desc;
|
| - function _SVGGlyphRefElement() {
|
| - }
|
| - _SVGGlyphRefElement.builtin$cls = "_SVGGlyphRefElement";
|
| - if (!"name" in _SVGGlyphRefElement)
|
| - _SVGGlyphRefElement.name = "_SVGGlyphRefElement";
|
| - $desc = $collectedClasses._SVGGlyphRefElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - _SVGGlyphRefElement.prototype = $desc;
|
| - function _SVGHKernElement() {
|
| - }
|
| - _SVGHKernElement.builtin$cls = "_SVGHKernElement";
|
| - if (!"name" in _SVGHKernElement)
|
| - _SVGHKernElement.name = "_SVGHKernElement";
|
| - $desc = $collectedClasses._SVGHKernElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - _SVGHKernElement.prototype = $desc;
|
| - function _SVGMPathElement() {
|
| - }
|
| - _SVGMPathElement.builtin$cls = "_SVGMPathElement";
|
| - if (!"name" in _SVGMPathElement)
|
| - _SVGMPathElement.name = "_SVGMPathElement";
|
| - $desc = $collectedClasses._SVGMPathElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - _SVGMPathElement.prototype = $desc;
|
| - function _SVGMissingGlyphElement() {
|
| - }
|
| - _SVGMissingGlyphElement.builtin$cls = "_SVGMissingGlyphElement";
|
| - if (!"name" in _SVGMissingGlyphElement)
|
| - _SVGMissingGlyphElement.name = "_SVGMissingGlyphElement";
|
| - $desc = $collectedClasses._SVGMissingGlyphElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - _SVGMissingGlyphElement.prototype = $desc;
|
| - function _SVGVKernElement() {
|
| - }
|
| - _SVGVKernElement.builtin$cls = "_SVGVKernElement";
|
| - if (!"name" in _SVGVKernElement)
|
| - _SVGVKernElement.name = "_SVGVKernElement";
|
| - $desc = $collectedClasses._SVGVKernElement;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - _SVGVKernElement.prototype = $desc;
|
| - function AudioProcessingEvent() {
|
| - }
|
| - AudioProcessingEvent.builtin$cls = "AudioProcessingEvent";
|
| - if (!"name" in AudioProcessingEvent)
|
| - AudioProcessingEvent.name = "AudioProcessingEvent";
|
| - $desc = $collectedClasses.AudioProcessingEvent;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - AudioProcessingEvent.prototype = $desc;
|
| - function OfflineAudioCompletionEvent() {
|
| - }
|
| - OfflineAudioCompletionEvent.builtin$cls = "OfflineAudioCompletionEvent";
|
| - if (!"name" in OfflineAudioCompletionEvent)
|
| - OfflineAudioCompletionEvent.name = "OfflineAudioCompletionEvent";
|
| - $desc = $collectedClasses.OfflineAudioCompletionEvent;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - OfflineAudioCompletionEvent.prototype = $desc;
|
| - function ContextEvent() {
|
| - }
|
| - ContextEvent.builtin$cls = "ContextEvent";
|
| - if (!"name" in ContextEvent)
|
| - ContextEvent.name = "ContextEvent";
|
| - $desc = $collectedClasses.ContextEvent;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - ContextEvent.prototype = $desc;
|
| - function SqlError() {
|
| - }
|
| - SqlError.builtin$cls = "SqlError";
|
| - if (!"name" in SqlError)
|
| - SqlError.name = "SqlError";
|
| - $desc = $collectedClasses.SqlError;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - SqlError.prototype = $desc;
|
| - function TypedData() {
|
| - }
|
| - TypedData.builtin$cls = "TypedData";
|
| - if (!"name" in TypedData)
|
| - TypedData.name = "TypedData";
|
| - $desc = $collectedClasses.TypedData;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - TypedData.prototype = $desc;
|
| - function ByteData() {
|
| - }
|
| - ByteData.builtin$cls = "ByteData";
|
| - if (!"name" in ByteData)
|
| - ByteData.name = "ByteData";
|
| - $desc = $collectedClasses.ByteData;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - ByteData.prototype = $desc;
|
| - function Float32List() {
|
| - }
|
| - Float32List.builtin$cls = "Float32List";
|
| - if (!"name" in Float32List)
|
| - Float32List.name = "Float32List";
|
| - $desc = $collectedClasses.Float32List;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - Float32List.prototype = $desc;
|
| - function Float64List() {
|
| - }
|
| - Float64List.builtin$cls = "Float64List";
|
| - if (!"name" in Float64List)
|
| - Float64List.name = "Float64List";
|
| - $desc = $collectedClasses.Float64List;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - Float64List.prototype = $desc;
|
| - function Int16List() {
|
| - }
|
| - Int16List.builtin$cls = "Int16List";
|
| - if (!"name" in Int16List)
|
| - Int16List.name = "Int16List";
|
| - $desc = $collectedClasses.Int16List;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - Int16List.prototype = $desc;
|
| - function Int32List() {
|
| - }
|
| - Int32List.builtin$cls = "Int32List";
|
| - if (!"name" in Int32List)
|
| - Int32List.name = "Int32List";
|
| - $desc = $collectedClasses.Int32List;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - Int32List.prototype = $desc;
|
| - function Int8List() {
|
| - }
|
| - Int8List.builtin$cls = "Int8List";
|
| - if (!"name" in Int8List)
|
| - Int8List.name = "Int8List";
|
| - $desc = $collectedClasses.Int8List;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - Int8List.prototype = $desc;
|
| - function Uint16List() {
|
| - }
|
| - Uint16List.builtin$cls = "Uint16List";
|
| - if (!"name" in Uint16List)
|
| - Uint16List.name = "Uint16List";
|
| - $desc = $collectedClasses.Uint16List;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - Uint16List.prototype = $desc;
|
| - function Uint32List() {
|
| - }
|
| - Uint32List.builtin$cls = "Uint32List";
|
| - if (!"name" in Uint32List)
|
| - Uint32List.name = "Uint32List";
|
| - $desc = $collectedClasses.Uint32List;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - Uint32List.prototype = $desc;
|
| - function Uint8ClampedList() {
|
| - }
|
| - Uint8ClampedList.builtin$cls = "Uint8ClampedList";
|
| - if (!"name" in Uint8ClampedList)
|
| - Uint8ClampedList.name = "Uint8ClampedList";
|
| - $desc = $collectedClasses.Uint8ClampedList;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - Uint8ClampedList.prototype = $desc;
|
| - function Uint8List() {
|
| - }
|
| - Uint8List.builtin$cls = "Uint8List";
|
| - if (!"name" in Uint8List)
|
| - Uint8List.name = "Uint8List";
|
| - $desc = $collectedClasses.Uint8List;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - Uint8List.prototype = $desc;
|
| - function JS_CONST(code) {
|
| - this.code = code;
|
| - }
|
| - 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];
|
| - JS_CONST.prototype = $desc;
|
| - function Interceptor() {
|
| - }
|
| - Interceptor.builtin$cls = "Interceptor";
|
| - if (!"name" in Interceptor)
|
| - Interceptor.name = "Interceptor";
|
| - $desc = $collectedClasses.Interceptor;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - Interceptor.prototype = $desc;
|
| - function JSBool() {
|
| - }
|
| - JSBool.builtin$cls = "bool";
|
| - if (!"name" in JSBool)
|
| - JSBool.name = "JSBool";
|
| - $desc = $collectedClasses.JSBool;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - JSBool.prototype = $desc;
|
| - function JSNull() {
|
| - }
|
| - JSNull.builtin$cls = "JSNull";
|
| - if (!"name" in JSNull)
|
| - JSNull.name = "JSNull";
|
| - $desc = $collectedClasses.JSNull;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - JSNull.prototype = $desc;
|
| - function JavaScriptObject() {
|
| - }
|
| - JavaScriptObject.builtin$cls = "JavaScriptObject";
|
| - if (!"name" in JavaScriptObject)
|
| - JavaScriptObject.name = "JavaScriptObject";
|
| - $desc = $collectedClasses.JavaScriptObject;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - JavaScriptObject.prototype = $desc;
|
| - function PlainJavaScriptObject() {
|
| - }
|
| - PlainJavaScriptObject.builtin$cls = "PlainJavaScriptObject";
|
| - if (!"name" in PlainJavaScriptObject)
|
| - PlainJavaScriptObject.name = "PlainJavaScriptObject";
|
| - $desc = $collectedClasses.PlainJavaScriptObject;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - PlainJavaScriptObject.prototype = $desc;
|
| - function UnknownJavaScriptObject() {
|
| - }
|
| - UnknownJavaScriptObject.builtin$cls = "UnknownJavaScriptObject";
|
| - if (!"name" in UnknownJavaScriptObject)
|
| - UnknownJavaScriptObject.name = "UnknownJavaScriptObject";
|
| - $desc = $collectedClasses.UnknownJavaScriptObject;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - UnknownJavaScriptObject.prototype = $desc;
|
| - function JSArray() {
|
| - }
|
| - JSArray.builtin$cls = "List";
|
| - if (!"name" in JSArray)
|
| - JSArray.name = "JSArray";
|
| - $desc = $collectedClasses.JSArray;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - JSArray.prototype = $desc;
|
| - function JSMutableArray() {
|
| - }
|
| - JSMutableArray.builtin$cls = "JSMutableArray";
|
| - if (!"name" in JSMutableArray)
|
| - JSMutableArray.name = "JSMutableArray";
|
| - $desc = $collectedClasses.JSMutableArray;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - JSMutableArray.prototype = $desc;
|
| - function JSFixedArray() {
|
| - }
|
| - JSFixedArray.builtin$cls = "JSFixedArray";
|
| - if (!"name" in JSFixedArray)
|
| - JSFixedArray.name = "JSFixedArray";
|
| - $desc = $collectedClasses.JSFixedArray;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - JSFixedArray.prototype = $desc;
|
| - function JSExtendableArray() {
|
| - }
|
| - JSExtendableArray.builtin$cls = "JSExtendableArray";
|
| - if (!"name" in JSExtendableArray)
|
| - JSExtendableArray.name = "JSExtendableArray";
|
| - $desc = $collectedClasses.JSExtendableArray;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - JSExtendableArray.prototype = $desc;
|
| - function JSNumber() {
|
| - }
|
| - JSNumber.builtin$cls = "num";
|
| - if (!"name" in JSNumber)
|
| - JSNumber.name = "JSNumber";
|
| - $desc = $collectedClasses.JSNumber;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - JSNumber.prototype = $desc;
|
| - function JSInt() {
|
| - }
|
| - JSInt.builtin$cls = "int";
|
| - if (!"name" in JSInt)
|
| - JSInt.name = "JSInt";
|
| - $desc = $collectedClasses.JSInt;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - JSInt.prototype = $desc;
|
| - function JSDouble() {
|
| - }
|
| - JSDouble.builtin$cls = "double";
|
| - if (!"name" in JSDouble)
|
| - JSDouble.name = "JSDouble";
|
| - $desc = $collectedClasses.JSDouble;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - JSDouble.prototype = $desc;
|
| - function JSString() {
|
| - }
|
| - JSString.builtin$cls = "String";
|
| - if (!"name" in JSString)
|
| - JSString.name = "JSString";
|
| - $desc = $collectedClasses.JSString;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - JSString.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;
|
| - }
|
| - JSInvocationMirror.builtin$cls = "JSInvocationMirror";
|
| - if (!"name" in JSInvocationMirror)
|
| - JSInvocationMirror.name = "JSInvocationMirror";
|
| - $desc = $collectedClasses.JSInvocationMirror;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - JSInvocationMirror.prototype = $desc;
|
| - function Primitives_applyFunction_closure(allNamedArguments_1) {
|
| - this.allNamedArguments_1 = allNamedArguments_1;
|
| - }
|
| - 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];
|
| - 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;
|
| - }
|
| - 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];
|
| - 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;
|
| - }
|
| - 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];
|
| - 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;
|
| - }
|
| - TypeErrorDecoder.builtin$cls = "TypeErrorDecoder";
|
| - if (!"name" in TypeErrorDecoder)
|
| - TypeErrorDecoder.name = "TypeErrorDecoder";
|
| - $desc = $collectedClasses.TypeErrorDecoder;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - TypeErrorDecoder.prototype = $desc;
|
| - function NullError(_message, _method) {
|
| - this._message = _message;
|
| - this._method = _method;
|
| - }
|
| - NullError.builtin$cls = "NullError";
|
| - if (!"name" in NullError)
|
| - NullError.name = "NullError";
|
| - $desc = $collectedClasses.NullError;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - NullError.prototype = $desc;
|
| - function JsNoSuchMethodError(_message, _method, _receiver) {
|
| - this._message = _message;
|
| - this._method = _method;
|
| - this._receiver = _receiver;
|
| - }
|
| - JsNoSuchMethodError.builtin$cls = "JsNoSuchMethodError";
|
| - if (!"name" in JsNoSuchMethodError)
|
| - JsNoSuchMethodError.name = "JsNoSuchMethodError";
|
| - $desc = $collectedClasses.JsNoSuchMethodError;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - JsNoSuchMethodError.prototype = $desc;
|
| - function UnknownJsTypeError(_message) {
|
| - this._message = _message;
|
| - }
|
| - UnknownJsTypeError.builtin$cls = "UnknownJsTypeError";
|
| - if (!"name" in UnknownJsTypeError)
|
| - UnknownJsTypeError.name = "UnknownJsTypeError";
|
| - $desc = $collectedClasses.UnknownJsTypeError;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - UnknownJsTypeError.prototype = $desc;
|
| - function unwrapException_saveStackTrace(ex_0) {
|
| - this.ex_0 = ex_0;
|
| - }
|
| - 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];
|
| - unwrapException_saveStackTrace.prototype = $desc;
|
| - function invokeClosure_closure(closure_0) {
|
| - this.closure_0 = closure_0;
|
| - }
|
| - 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];
|
| - invokeClosure_closure.prototype = $desc;
|
| - function invokeClosure_closure0(closure_1, arg1_2) {
|
| - this.closure_1 = closure_1;
|
| - this.arg1_2 = arg1_2;
|
| - }
|
| - 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];
|
| - 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;
|
| - }
|
| - 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];
|
| - 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;
|
| - }
|
| - 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];
|
| - 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;
|
| - }
|
| - 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];
|
| - invokeClosure_closure3.prototype = $desc;
|
| - function Closure() {
|
| - }
|
| - Closure.builtin$cls = "Closure";
|
| - if (!"name" in Closure)
|
| - Closure.name = "Closure";
|
| - $desc = $collectedClasses.Closure;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - Closure.prototype = $desc;
|
| - function initHooks_closure(getTag_0) {
|
| - this.getTag_0 = getTag_0;
|
| - }
|
| - 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];
|
| - initHooks_closure.prototype = $desc;
|
| - function initHooks_closure0(getUnknownTag_1) {
|
| - this.getUnknownTag_1 = getUnknownTag_1;
|
| - }
|
| - 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];
|
| - initHooks_closure0.prototype = $desc;
|
| - function initHooks_closure1(prototypeForTag_2) {
|
| - this.prototypeForTag_2 = prototypeForTag_2;
|
| - }
|
| - 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];
|
| - initHooks_closure1.prototype = $desc;
|
| - function ListIterable() {
|
| - }
|
| - ListIterable.builtin$cls = "ListIterable";
|
| - if (!"name" in ListIterable)
|
| - ListIterable.name = "ListIterable";
|
| - $desc = $collectedClasses.ListIterable;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - ListIterable.prototype = $desc;
|
| - function ListIterator(_iterable, _length, _index, _current) {
|
| - this._iterable = _iterable;
|
| - this._length = _length;
|
| - this._index = _index;
|
| - this._current = _current;
|
| - }
|
| - ListIterator.builtin$cls = "ListIterator";
|
| - if (!"name" in ListIterator)
|
| - ListIterator.name = "ListIterator";
|
| - $desc = $collectedClasses.ListIterator;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - ListIterator.prototype = $desc;
|
| - function MappedIterable(_iterable, _f) {
|
| - this._iterable = _iterable;
|
| - this._f = _f;
|
| - }
|
| - MappedIterable.builtin$cls = "MappedIterable";
|
| - if (!"name" in MappedIterable)
|
| - MappedIterable.name = "MappedIterable";
|
| - $desc = $collectedClasses.MappedIterable;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - MappedIterable.prototype = $desc;
|
| - function EfficientLengthMappedIterable(_iterable, _f) {
|
| - this._iterable = _iterable;
|
| - this._f = _f;
|
| - }
|
| - EfficientLengthMappedIterable.builtin$cls = "EfficientLengthMappedIterable";
|
| - if (!"name" in EfficientLengthMappedIterable)
|
| - EfficientLengthMappedIterable.name = "EfficientLengthMappedIterable";
|
| - $desc = $collectedClasses.EfficientLengthMappedIterable;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - EfficientLengthMappedIterable.prototype = $desc;
|
| - function MappedIterator(_current, _iterator, _f) {
|
| - this._current = _current;
|
| - this._iterator = _iterator;
|
| - this._f = _f;
|
| - }
|
| - MappedIterator.builtin$cls = "MappedIterator";
|
| - if (!"name" in MappedIterator)
|
| - MappedIterator.name = "MappedIterator";
|
| - $desc = $collectedClasses.MappedIterator;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - MappedIterator.prototype = $desc;
|
| - function MappedListIterable(_source, _f) {
|
| - this._source = _source;
|
| - this._f = _f;
|
| - }
|
| - MappedListIterable.builtin$cls = "MappedListIterable";
|
| - if (!"name" in MappedListIterable)
|
| - MappedListIterable.name = "MappedListIterable";
|
| - $desc = $collectedClasses.MappedListIterable;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - MappedListIterable.prototype = $desc;
|
| - function FixedLengthListMixin() {
|
| - }
|
| - FixedLengthListMixin.builtin$cls = "FixedLengthListMixin";
|
| - if (!"name" in FixedLengthListMixin)
|
| - FixedLengthListMixin.name = "FixedLengthListMixin";
|
| - $desc = $collectedClasses.FixedLengthListMixin;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - FixedLengthListMixin.prototype = $desc;
|
| - function Symbol0(_name) {
|
| - this._name = _name;
|
| - }
|
| - Symbol0.builtin$cls = "Symbol0";
|
| - if (!"name" in Symbol0)
|
| - Symbol0.name = "Symbol0";
|
| - $desc = $collectedClasses.Symbol0;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - Symbol0.prototype = $desc;
|
| - Symbol0.prototype.get$_name = function() {
|
| - return this._name;
|
| - };
|
| - function _HashMap() {
|
| - }
|
| - _HashMap.builtin$cls = "_HashMap";
|
| - if (!"name" in _HashMap)
|
| - _HashMap.name = "_HashMap";
|
| - $desc = $collectedClasses._HashMap;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - _HashMap.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;
|
| - }
|
| - _IdentityHashMap.builtin$cls = "_IdentityHashMap";
|
| - if (!"name" in _IdentityHashMap)
|
| - _IdentityHashMap.name = "_IdentityHashMap";
|
| - $desc = $collectedClasses._IdentityHashMap;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - _IdentityHashMap.prototype = $desc;
|
| - function HashMapKeyIterable(_map) {
|
| - this._map = _map;
|
| - }
|
| - HashMapKeyIterable.builtin$cls = "HashMapKeyIterable";
|
| - if (!"name" in HashMapKeyIterable)
|
| - HashMapKeyIterable.name = "HashMapKeyIterable";
|
| - $desc = $collectedClasses.HashMapKeyIterable;
|
| - 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;
|
| - }
|
| - HashMapKeyIterator.builtin$cls = "HashMapKeyIterator";
|
| - if (!"name" in HashMapKeyIterator)
|
| - HashMapKeyIterator.name = "HashMapKeyIterator";
|
| - $desc = $collectedClasses.HashMapKeyIterator;
|
| - 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;
|
| - }
|
| - _LinkedHashMap.builtin$cls = "_LinkedHashMap";
|
| - if (!"name" in _LinkedHashMap)
|
| - _LinkedHashMap.name = "_LinkedHashMap";
|
| - $desc = $collectedClasses._LinkedHashMap;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - _LinkedHashMap.prototype = $desc;
|
| - function LinkedHashMapCell(_key, _value, _next, _previous) {
|
| - this._key = _key;
|
| - this._value = _value;
|
| - this._next = _next;
|
| - this._previous = _previous;
|
| - }
|
| - LinkedHashMapCell.builtin$cls = "LinkedHashMapCell";
|
| - if (!"name" in LinkedHashMapCell)
|
| - LinkedHashMapCell.name = "LinkedHashMapCell";
|
| - $desc = $collectedClasses.LinkedHashMapCell;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - LinkedHashMapCell.prototype = $desc;
|
| - LinkedHashMapCell.prototype.get$_key = function() {
|
| - return this._key;
|
| - };
|
| - LinkedHashMapCell.prototype.get$_value = function() {
|
| - return this._value;
|
| - };
|
| - LinkedHashMapCell.prototype.set$_value = function(v) {
|
| - return this._value = v;
|
| - };
|
| - function LinkedHashMapKeyIterable(_map) {
|
| - this._map = _map;
|
| - }
|
| - LinkedHashMapKeyIterable.builtin$cls = "LinkedHashMapKeyIterable";
|
| - if (!"name" in LinkedHashMapKeyIterable)
|
| - LinkedHashMapKeyIterable.name = "LinkedHashMapKeyIterable";
|
| - $desc = $collectedClasses.LinkedHashMapKeyIterable;
|
| - 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;
|
| - }
|
| - LinkedHashMapKeyIterator.builtin$cls = "LinkedHashMapKeyIterator";
|
| - if (!"name" in LinkedHashMapKeyIterator)
|
| - LinkedHashMapKeyIterator.name = "LinkedHashMapKeyIterator";
|
| - $desc = $collectedClasses.LinkedHashMapKeyIterator;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - LinkedHashMapKeyIterator.prototype = $desc;
|
| - function _HashSet() {
|
| - }
|
| - _HashSet.builtin$cls = "_HashSet";
|
| - if (!"name" in _HashSet)
|
| - _HashSet.name = "_HashSet";
|
| - $desc = $collectedClasses._HashSet;
|
| - 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;
|
| - }
|
| - _IdentityHashSet.builtin$cls = "_IdentityHashSet";
|
| - if (!"name" in _IdentityHashSet)
|
| - _IdentityHashSet.name = "_IdentityHashSet";
|
| - $desc = $collectedClasses._IdentityHashSet;
|
| - 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;
|
| - }
|
| - HashSetIterator.builtin$cls = "HashSetIterator";
|
| - if (!"name" in HashSetIterator)
|
| - HashSetIterator.name = "HashSetIterator";
|
| - $desc = $collectedClasses.HashSetIterator;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - HashSetIterator.prototype = $desc;
|
| - function _HashSetBase() {
|
| - }
|
| - _HashSetBase.builtin$cls = "_HashSetBase";
|
| - if (!"name" in _HashSetBase)
|
| - _HashSetBase.name = "_HashSetBase";
|
| - $desc = $collectedClasses._HashSetBase;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - _HashSetBase.prototype = $desc;
|
| - function IterableBase() {
|
| - }
|
| - IterableBase.builtin$cls = "IterableBase";
|
| - if (!"name" in IterableBase)
|
| - IterableBase.name = "IterableBase";
|
| - $desc = $collectedClasses.IterableBase;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - IterableBase.prototype = $desc;
|
| - function ListMixin() {
|
| - }
|
| - ListMixin.builtin$cls = "ListMixin";
|
| - if (!"name" in ListMixin)
|
| - ListMixin.name = "ListMixin";
|
| - $desc = $collectedClasses.ListMixin;
|
| - 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;
|
| - }
|
| - 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];
|
| - Maps_mapToString_closure.prototype = $desc;
|
| - function Function__toMangledNames_closure(result_0) {
|
| - this.result_0 = result_0;
|
| - }
|
| - 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];
|
| - Function__toMangledNames_closure.prototype = $desc;
|
| - function NoSuchMethodError_toString_closure(box_0) {
|
| - this.box_0 = box_0;
|
| - }
|
| - 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];
|
| - NoSuchMethodError_toString_closure.prototype = $desc;
|
| - function DateTime(millisecondsSinceEpoch, isUtc) {
|
| - this.millisecondsSinceEpoch = millisecondsSinceEpoch;
|
| - this.isUtc = isUtc;
|
| - }
|
| - DateTime.builtin$cls = "DateTime";
|
| - if (!"name" in DateTime)
|
| - DateTime.name = "DateTime";
|
| - $desc = $collectedClasses.DateTime;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - DateTime.prototype = $desc;
|
| - function DateTime_toString_fourDigits() {
|
| - }
|
| - 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];
|
| - DateTime_toString_fourDigits.prototype = $desc;
|
| - function DateTime_toString_threeDigits() {
|
| - }
|
| - 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];
|
| - DateTime_toString_threeDigits.prototype = $desc;
|
| - function DateTime_toString_twoDigits() {
|
| - }
|
| - 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];
|
| - DateTime_toString_twoDigits.prototype = $desc;
|
| - function Error() {
|
| - }
|
| - Error.builtin$cls = "Error";
|
| - if (!"name" in Error)
|
| - Error.name = "Error";
|
| - $desc = $collectedClasses.Error;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - Error.prototype = $desc;
|
| - function NullThrownError() {
|
| - }
|
| - NullThrownError.builtin$cls = "NullThrownError";
|
| - if (!"name" in NullThrownError)
|
| - NullThrownError.name = "NullThrownError";
|
| - $desc = $collectedClasses.NullThrownError;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - NullThrownError.prototype = $desc;
|
| - function ArgumentError(message) {
|
| - this.message = message;
|
| - }
|
| - ArgumentError.builtin$cls = "ArgumentError";
|
| - if (!"name" in ArgumentError)
|
| - ArgumentError.name = "ArgumentError";
|
| - $desc = $collectedClasses.ArgumentError;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - 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];
|
| - 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;
|
| - }
|
| - NoSuchMethodError.builtin$cls = "NoSuchMethodError";
|
| - if (!"name" in NoSuchMethodError)
|
| - NoSuchMethodError.name = "NoSuchMethodError";
|
| - $desc = $collectedClasses.NoSuchMethodError;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - NoSuchMethodError.prototype = $desc;
|
| - function UnsupportedError(message) {
|
| - this.message = message;
|
| - }
|
| - UnsupportedError.builtin$cls = "UnsupportedError";
|
| - if (!"name" in UnsupportedError)
|
| - UnsupportedError.name = "UnsupportedError";
|
| - $desc = $collectedClasses.UnsupportedError;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - UnsupportedError.prototype = $desc;
|
| - function UnimplementedError(message) {
|
| - this.message = message;
|
| - }
|
| - UnimplementedError.builtin$cls = "UnimplementedError";
|
| - if (!"name" in UnimplementedError)
|
| - UnimplementedError.name = "UnimplementedError";
|
| - $desc = $collectedClasses.UnimplementedError;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - UnimplementedError.prototype = $desc;
|
| - function ConcurrentModificationError(modifiedObject) {
|
| - this.modifiedObject = modifiedObject;
|
| - }
|
| - ConcurrentModificationError.builtin$cls = "ConcurrentModificationError";
|
| - if (!"name" in ConcurrentModificationError)
|
| - ConcurrentModificationError.name = "ConcurrentModificationError";
|
| - $desc = $collectedClasses.ConcurrentModificationError;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - ConcurrentModificationError.prototype = $desc;
|
| - function StackOverflowError() {
|
| - }
|
| - StackOverflowError.builtin$cls = "StackOverflowError";
|
| - if (!"name" in StackOverflowError)
|
| - StackOverflowError.name = "StackOverflowError";
|
| - $desc = $collectedClasses.StackOverflowError;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - StackOverflowError.prototype = $desc;
|
| - function CyclicInitializationError(variableName) {
|
| - this.variableName = variableName;
|
| - }
|
| - CyclicInitializationError.builtin$cls = "CyclicInitializationError";
|
| - if (!"name" in CyclicInitializationError)
|
| - CyclicInitializationError.name = "CyclicInitializationError";
|
| - $desc = $collectedClasses.CyclicInitializationError;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - CyclicInitializationError.prototype = $desc;
|
| - function _ExceptionImplementation(message) {
|
| - this.message = message;
|
| - }
|
| - _ExceptionImplementation.builtin$cls = "_ExceptionImplementation";
|
| - if (!"name" in _ExceptionImplementation)
|
| - _ExceptionImplementation.name = "_ExceptionImplementation";
|
| - $desc = $collectedClasses._ExceptionImplementation;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - _ExceptionImplementation.prototype = $desc;
|
| - function Iterator() {
|
| - }
|
| - Iterator.builtin$cls = "Iterator";
|
| - if (!"name" in Iterator)
|
| - Iterator.name = "Iterator";
|
| - $desc = $collectedClasses.Iterator;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - Iterator.prototype = $desc;
|
| - function Null() {
|
| - }
|
| - Null.builtin$cls = "Null";
|
| - if (!"name" in Null)
|
| - Null.name = "Null";
|
| - $desc = $collectedClasses.Null;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - Null.prototype = $desc;
|
| - function Object() {
|
| - }
|
| - Object.builtin$cls = "Object";
|
| - if (!"name" in Object)
|
| - Object.name = "Object";
|
| - $desc = $collectedClasses.Object;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - Object.prototype = $desc;
|
| - function StringBuffer(_contents) {
|
| - this._contents = _contents;
|
| - }
|
| - StringBuffer.builtin$cls = "StringBuffer";
|
| - if (!"name" in StringBuffer)
|
| - StringBuffer.name = "StringBuffer";
|
| - $desc = $collectedClasses.StringBuffer;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - StringBuffer.prototype = $desc;
|
| - StringBuffer.prototype.get$_contents = function() {
|
| - return this._contents;
|
| - };
|
| - function Symbol() {
|
| - }
|
| - Symbol.builtin$cls = "Symbol";
|
| - if (!"name" in Symbol)
|
| - Symbol.name = "Symbol";
|
| - $desc = $collectedClasses.Symbol;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - Symbol.prototype = $desc;
|
| - function JsObject(_jsObject) {
|
| - this._jsObject = _jsObject;
|
| - }
|
| - JsObject.builtin$cls = "JsObject";
|
| - if (!"name" in JsObject)
|
| - JsObject.name = "JsObject";
|
| - $desc = $collectedClasses.JsObject;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - JsObject.prototype = $desc;
|
| - function JsObject__convertDataTree__convert(_convertedObjects_0) {
|
| - this._convertedObjects_0 = _convertedObjects_0;
|
| - }
|
| - 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];
|
| - JsObject__convertDataTree__convert.prototype = $desc;
|
| - function JsFunction(_jsObject) {
|
| - this._jsObject = _jsObject;
|
| - }
|
| - JsFunction.builtin$cls = "JsFunction";
|
| - if (!"name" in JsFunction)
|
| - JsFunction.name = "JsFunction";
|
| - $desc = $collectedClasses.JsFunction;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - JsFunction.prototype = $desc;
|
| - function JsArray(_jsObject) {
|
| - this._jsObject = _jsObject;
|
| - }
|
| - JsArray.builtin$cls = "JsArray";
|
| - if (!"name" in JsArray)
|
| - JsArray.name = "JsArray";
|
| - $desc = $collectedClasses.JsArray;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - JsArray.prototype = $desc;
|
| - function JsObject_ListMixin() {
|
| - }
|
| - 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];
|
| - JsObject_ListMixin.prototype = $desc;
|
| - function _convertToJS_closure() {
|
| - }
|
| - _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];
|
| - _convertToJS_closure.prototype = $desc;
|
| - function _convertToJS_closure0() {
|
| - }
|
| - _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];
|
| - _convertToJS_closure0.prototype = $desc;
|
| - function _wrapToDart_closure() {
|
| - }
|
| - _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];
|
| - _wrapToDart_closure.prototype = $desc;
|
| - function _wrapToDart_closure0() {
|
| - }
|
| - _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];
|
| - _wrapToDart_closure0.prototype = $desc;
|
| - function _wrapToDart_closure1() {
|
| - }
|
| - _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];
|
| - _wrapToDart_closure1.prototype = $desc;
|
| - function TypedData_ListMixin() {
|
| - }
|
| - 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];
|
| - TypedData_ListMixin.prototype = $desc;
|
| - function TypedData_ListMixin_FixedLengthListMixin() {
|
| - }
|
| - 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];
|
| - TypedData_ListMixin_FixedLengthListMixin.prototype = $desc;
|
| - function TypedData_ListMixin0() {
|
| - }
|
| - 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];
|
| - TypedData_ListMixin0.prototype = $desc;
|
| - function TypedData_ListMixin_FixedLengthListMixin0() {
|
| - }
|
| - 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];
|
| - TypedData_ListMixin_FixedLengthListMixin0.prototype = $desc;
|
| - function TypedData_ListMixin1() {
|
| - }
|
| - 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];
|
| - TypedData_ListMixin1.prototype = $desc;
|
| - function TypedData_ListMixin_FixedLengthListMixin1() {
|
| - }
|
| - 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];
|
| - TypedData_ListMixin_FixedLengthListMixin1.prototype = $desc;
|
| - function TypedData_ListMixin2() {
|
| - }
|
| - 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];
|
| - TypedData_ListMixin2.prototype = $desc;
|
| - function TypedData_ListMixin_FixedLengthListMixin2() {
|
| - }
|
| - 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];
|
| - TypedData_ListMixin_FixedLengthListMixin2.prototype = $desc;
|
| - function TypedData_ListMixin3() {
|
| - }
|
| - 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];
|
| - TypedData_ListMixin3.prototype = $desc;
|
| - function TypedData_ListMixin_FixedLengthListMixin3() {
|
| - }
|
| - 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];
|
| - TypedData_ListMixin_FixedLengthListMixin3.prototype = $desc;
|
| - function TypedData_ListMixin4() {
|
| - }
|
| - 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];
|
| - TypedData_ListMixin4.prototype = $desc;
|
| - function TypedData_ListMixin_FixedLengthListMixin4() {
|
| - }
|
| - 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];
|
| - TypedData_ListMixin_FixedLengthListMixin4.prototype = $desc;
|
| - function TypedData_ListMixin5() {
|
| - }
|
| - 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];
|
| - TypedData_ListMixin5.prototype = $desc;
|
| - function TypedData_ListMixin_FixedLengthListMixin5() {
|
| - }
|
| - 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];
|
| - TypedData_ListMixin_FixedLengthListMixin5.prototype = $desc;
|
| - function TypedData_ListMixin6() {
|
| - }
|
| - 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];
|
| - TypedData_ListMixin6.prototype = $desc;
|
| - function TypedData_ListMixin_FixedLengthListMixin6() {
|
| - }
|
| - 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];
|
| - TypedData_ListMixin_FixedLengthListMixin6.prototype = $desc;
|
| - function TypedData_ListMixin7() {
|
| - }
|
| - 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];
|
| - TypedData_ListMixin7.prototype = $desc;
|
| - function TypedData_ListMixin_FixedLengthListMixin7() {
|
| - }
|
| - 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];
|
| - TypedData_ListMixin_FixedLengthListMixin7.prototype = $desc;
|
| - function Int64List() {
|
| - }
|
| - Int64List.builtin$cls = "Int64List";
|
| - if (!"name" in Int64List)
|
| - Int64List.name = "Int64List";
|
| - $desc = $collectedClasses.Int64List;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - Int64List.prototype = $desc;
|
| - function Uint64List() {
|
| - }
|
| - Uint64List.builtin$cls = "Uint64List";
|
| - if (!"name" in Uint64List)
|
| - Uint64List.name = "Uint64List";
|
| - $desc = $collectedClasses.Uint64List;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - Uint64List.prototype = $desc;
|
| - function Closure$0(call$0, $name) {
|
| - this.call$0 = call$0;
|
| - this.$name = $name;
|
| - }
|
| - Closure$0.builtin$cls = "Closure$0";
|
| - $desc = $collectedClasses.Closure$0;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - Closure$0.prototype = $desc;
|
| - function Closure$7(call$7, $name) {
|
| - this.call$7 = call$7;
|
| - this.$name = $name;
|
| - }
|
| - Closure$7.builtin$cls = "Closure$7";
|
| - $desc = $collectedClasses.Closure$7;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - Closure$7.prototype = $desc;
|
| - function Closure$2(call$2, $name) {
|
| - this.call$2 = call$2;
|
| - this.$name = $name;
|
| - }
|
| - Closure$2.builtin$cls = "Closure$2";
|
| - $desc = $collectedClasses.Closure$2;
|
| - 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$4(call$4, $name) {
|
| - this.call$4 = call$4;
|
| - this.$name = $name;
|
| - }
|
| - Closure$4.builtin$cls = "Closure$4";
|
| - $desc = $collectedClasses.Closure$4;
|
| - if ($desc instanceof Array)
|
| - $desc = $desc[1];
|
| - 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, MediaStreamEvent, MediaStreamTrackEvent, MenuElement, MessageEvent, MetaElement, MeterElement, MidiConnectionEvent, MidiMessageEvent, ModElement, MouseEvent, 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, 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, JSInvocationMirror, Primitives_applyFunction_closure, Primitives_applyFunction_closure0, Primitives_applyFunction_closure1, TypeErrorDecoder, NullError, JsNoSuchMethodError, UnknownJsTypeError, unwrapException_saveStackTrace, invokeClosure_closure, invokeClosure_closure0, invokeClosure_closure1, invokeClosure_closure2, invokeClosure_closure3, Closure, initHooks_closure, initHooks_closure0, initHooks_closure1, ListIterable, ListIterator, MappedIterable, EfficientLengthMappedIterable, MappedIterator, MappedListIterable, FixedLengthListMixin, Symbol0, _HashMap, _IdentityHashMap, HashMapKeyIterable, HashMapKeyIterator, _LinkedHashMap, LinkedHashMapCell, LinkedHashMapKeyIterable, LinkedHashMapKeyIterator, _HashSet, _IdentityHashSet, HashSetIterator, _HashSetBase, IterableBase, ListMixin, Maps_mapToString_closure, Function__toMangledNames_closure, NoSuchMethodError_toString_closure, DateTime, DateTime_toString_fourDigits, DateTime_toString_threeDigits, DateTime_toString_twoDigits, Error, NullThrownError, ArgumentError, RangeError, NoSuchMethodError, UnsupportedError, UnimplementedError, ConcurrentModificationError, StackOverflowError, CyclicInitializationError, _ExceptionImplementation, Iterator, Null, Object, StringBuffer, Symbol, 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, Closure$0, Closure$7, Closure$2, Closure$1, Closure$4];
|
| -}
|
|
|