boom! k(a) -> to_string(a) and more

This commit is contained in:
shenjack 2024-03-04 12:29:26 +08:00
parent 966c90c4e1
commit b3d4be0660
Signed by: shenjack
GPG Key ID: 7B1134A979775551
5 changed files with 3089 additions and 98 deletions

196
md5.js
View File

@ -403,7 +403,7 @@
n: function n() { } n: function n() { }
}, },
H = { H = {
m8: function m8() { }, js_const: function m8() { },
ls(a, b, c) { ls(a, b, c) {
if (a == null) throw H.throw_error(new H.dO(b, c.i("dO<0>"))) if (a == null) throw H.throw_error(new H.dO(b, c.i("dO<0>")))
return a return a
@ -3044,7 +3044,7 @@
return J.jF.prototype return J.jF.prototype
} }
if (typeof a == "string") return J.bD.prototype if (typeof a == "string") return J.bD.prototype
if (a == null) return J.cs.prototype if (a == null) return J.js_null.prototype
if (typeof a == "boolean") return J.fw.prototype if (typeof a == "boolean") return J.fw.prototype
if (a.constructor == Array) return J.E.prototype if (a.constructor == Array) return J.E.prototype
if (typeof a != "object") { if (typeof a != "object") {
@ -3089,7 +3089,7 @@
return a return a
}, },
uR(a) { uR(a) {
if (a == null) return J.cs.prototype if (a == null) return J.js_null.prototype
if (!(a instanceof P.Object_)) return J.bs.prototype if (!(a instanceof P.Object_)) return J.bs.prototype
return a return a
}, },
@ -3225,7 +3225,7 @@
}, },
af: function af() { }, af: function af() { },
fw: function fw() { }, fw: function fw() { },
cs: function cs() { }, js_null: function cs() { },
bE: function bE() { }, bE: function bE() { },
fO: function fO() { }, fO: function fO() { },
bs: function bs() { }, bs: function bs() { },
@ -3273,7 +3273,7 @@
main_program() { main_program() {
var s = 0, var s = 0,
r = P.am(t.z) r = P.am(t.z)
var $async$mB = P.an(function (a, b) { var async_mb = P.async_caller(function (a, b) {
if (a === 1) return P.ai(b, r) if (a === 1) return P.ai(b, r)
while (true) switch (s) { while (true) switch (s) {
case 0: case 0:
@ -3281,7 +3281,7 @@
return P.aj(null, r) return P.aj(null, r)
} }
}) })
return P.ak($async$mB, r) return P.ak(async_mb, r)
} }
}, },
O = { O = {
@ -3410,7 +3410,7 @@
} }
} }
}, },
an(a) { async_caller(a) {
var s = function (b, c) { var s = function (b, c) {
return function (d, e) { return function (d, e) {
while (true) try { while (true) try {
@ -4268,10 +4268,10 @@
}, },
ft(a, b, c, d, e) { ft(a, b, c, d, e) {
var s = e == null ? J.aw(b) : e var s = e == null ? J.aw(b) : e
return new P.fs(s, true, a, c, "Index out of range") return new P.IndexError(s, true, a, c, "Index out of range")
}, },
S(a) { S(a) {
return new P.hW(a) return new P.UnsupportedError(a)
}, },
hT(a) { hT(a) {
return new P.hS(a) return new P.hS(a)
@ -4294,7 +4294,7 @@
}, },
jc: function jc() { }, jc: function jc() { },
jd: function jd() { }, jd: function jd() { },
O: function O() { }, Error: function O() { },
f2: function f2(a) { f2: function f2(a) {
this.a = a this.a = a
}, },
@ -4316,7 +4316,7 @@
_.c = e _.c = e
_.d = f _.d = f
}, },
fs: function fs(a, b, c, d, e) { IndexError: function fs(a, b, c, d, e) {
var _ = this var _ = this
_.f = a _.f = a
_.a = b _.a = b
@ -4324,7 +4324,7 @@
_.c = d _.c = d
_.d = e _.d = e
}, },
hW: function hW(a) { UnsupportedError: function hW(a) {
this.a = a this.a = a
}, },
hS: function hS(a) { hS: function hS(a) {
@ -4438,7 +4438,7 @@
q, p = 2, q, p = 2,
o, n = [], o, n = [],
m, l, k, j, i, h, g, f, e, d, c, b, a, a0, a1, a2, a3, a4, a5, a6, a7, a8, a9, b0 m, l, k, j, i, h, g, f, e, d, c, b, a, a0, a1, a2, a3, a4, a5, a6, a7, a8, a9, b0
var $async$iE = P.an(function (b1, b2) { var $async$iE = P.async_caller(function (b1, b2) {
if (b1 === 1) { if (b1 === 1) {
o = b2 o = b2
s = p s = p
@ -5726,7 +5726,7 @@
var s = 0, var s = 0,
r = P.am(t.eF), r = P.am(t.eF),
q, p, o, n, m, l, k, j, i, h q, p, o, n, m, l, k, j, i, h
var $async$c2 = P.an(function (b, c) { var $async$c2 = P.async_caller(function (b, c) {
if (b === 1) return P.ai(c, r) if (b === 1) return P.ai(c, r)
while (true) switch (s) { while (true) switch (s) {
case 0: case 0:
@ -7917,7 +7917,7 @@
var s = 0, var s = 0,
r = P.am(t.z), r = P.am(t.z),
q, p q, p
var $async$jv = P.an(function (a, b) { var $async$jv = P.async_caller(function (a, b) {
if (a === 1) return P.ai(b, r) if (a === 1) return P.ai(b, r)
while (true) switch (s) { while (true) switch (s) {
case 0: case 0:
@ -8222,7 +8222,7 @@
} }
var w = [A, C, F, H, J, L, M, O, P, Q, S, T, V, W, X, Y, Z] var w = [A, C, F, H, J, L, M, O, P, Q, S, T, V, W, X, Y, Z]
var $ = {} var $ = {}
H.m8.prototype = {} H.js_const.prototype = {}
J.af.prototype = { J.af.prototype = {
aW(a, b) { aW(a, b) {
return a === b return a === b
@ -8230,12 +8230,12 @@
gak(a) { gak(a) {
return H.dU(a) return H.dU(a)
}, },
k(a) { to_string(a) {
return "Instance of '" + H.e(H.jZ(a)) + "'" return "Instance of '" + H.e(H.jZ(a)) + "'"
} }
} }
J.fw.prototype = { J.fw.prototype = {
k(a) { to_string(a) {
return String(a) return String(a)
}, },
gak(a) { gak(a) {
@ -8243,11 +8243,11 @@
}, },
$iac: 1 $iac: 1
} }
J.cs.prototype = { J.js_null.prototype = {
aW(a, b) { aW(a, b) {
return null == b return null == b
}, },
k(a) { to_string(a) {
return "null" return "null"
}, },
gak(a) { gak(a) {
@ -8262,7 +8262,7 @@
gak(a) { gak(a) {
return 0 return 0
}, },
k(a) { to_string(a) {
return String(a) return String(a)
}, },
$inM: 1 $inM: 1
@ -8270,7 +8270,7 @@
J.fO.prototype = {} J.fO.prototype = {}
J.bs.prototype = {} J.bs.prototype = {}
J.bn.prototype = { J.bn.prototype = {
k(a) { to_string(a) {
var s = a[$.oR()] var s = a[$.oR()]
if (s == null) return this.dQ(a) if (s == null) return this.dQ(a)
return "JavaScript function for " + H.e(J.b4(s)) return "JavaScript function for " + H.e(J.b4(s))
@ -8399,7 +8399,7 @@
if (J.Y(a[s], b)) return true if (J.Y(a[s], b)) return true
return false return false
}, },
k(a) { to_string(a) {
return P.m6(a, "[", "]") return P.m6(a, "[", "]")
}, },
ga0(a) { ga0(a) {
@ -8502,7 +8502,7 @@
} else if (a > -1 / 0) return 0 - Math.round(0 - a) } else if (a > -1 / 0) return 0 - Math.round(0 - a)
throw H.throw_error(P.S("" + a + ".round()")) throw H.throw_error(P.S("" + a + ".round()"))
}, },
k(a) { to_string(a) {
if (a === 0 && 1 / a < 0) return "-0.0" if (a === 0 && 1 / a < 0) return "-0.0"
else return "" + a else return "" + a
}, },
@ -8707,7 +8707,7 @@
else s = a < b ? -1 : 1 else s = a < b ? -1 : 1
return s return s
}, },
k(a) { to_string(a) {
return a return a
}, },
gak(a) { gak(a) {
@ -8728,7 +8728,7 @@
$im: 1 $im: 1
} }
H.fz.prototype = { H.fz.prototype = {
k(a) { to_string(a) {
var s = "LateInitializationError: " + this.a var s = "LateInitializationError: " + this.a
return s return s
} }
@ -8742,7 +8742,7 @@
} }
} }
H.dO.prototype = { H.dO.prototype = {
k(a) { to_string(a) {
return "Null is not a valid value for the parameter '" + this.a + "' of type '" + H.mz(this.$ti.c).k(0) + "'" return "Null is not a valid value for the parameter '" + this.a + "' of type '" + H.mz(this.$ti.c).k(0) + "'"
}, },
$ibc: 1 $ibc: 1
@ -8899,14 +8899,14 @@
} }
} }
H.dP.prototype = { H.dP.prototype = {
k(a) { to_string(a) {
var s = this.b var s = this.b
if (s == null) return "NoSuchMethodError: " + H.e(this.a) if (s == null) return "NoSuchMethodError: " + H.e(this.a)
return "NoSuchMethodError: method not found: '" + s + "' on null" return "NoSuchMethodError: method not found: '" + s + "' on null"
} }
} }
H.fx.prototype = { H.fx.prototype = {
k(a) { to_string(a) {
var s, r = this, var s, r = this,
q = "NoSuchMethodError: method not found: '", q = "NoSuchMethodError: method not found: '",
p = r.b p = r.b
@ -8917,19 +8917,19 @@
} }
} }
H.hU.prototype = { H.hU.prototype = {
k(a) { to_string(a) {
var s = this.a var s = this.a
return s.length === 0 ? "Error" : "Error: " + s return s.length === 0 ? "Error" : "Error: " + s
} }
} }
H.jR.prototype = { H.jR.prototype = {
k(a) { to_string(a) {
return "Throw of null ('" + (this.a === null ? "null" : "undefined") + "' from JavaScript)" return "Throw of null ('" + (this.a === null ? "null" : "undefined") + "' from JavaScript)"
} }
} }
H.dt.prototype = {} H.dt.prototype = {}
H.eE.prototype = { H.eE.prototype = {
k(a) { to_string(a) {
var s, r = this.b var s, r = this.b
if (r != null) return r if (r != null) return r
r = this.a r = this.a
@ -8939,7 +8939,7 @@
$iba: 1 $iba: 1
} }
H.c_.prototype = { H.c_.prototype = {
k(a) { to_string(a) {
var s = this.constructor, var s = this.constructor,
r = s == null ? null : s.name r = s == null ? null : s.name
return "Closure '" + H.oP(r == null ? "unknown" : r) + "'" return "Closure '" + H.oP(r == null ? "unknown" : r) + "'"
@ -8961,7 +8961,7 @@
} }
H.kg.prototype = {} H.kg.prototype = {}
H.kc.prototype = { H.kc.prototype = {
k(a) { to_string(a) {
var s = this.$static_name var s = this.$static_name
if (s == null) return "Closure of unknown static method" if (s == null) return "Closure of unknown static method"
return "Closure '" + H.oP(s) + "'" return "Closure '" + H.oP(s) + "'"
@ -8977,12 +8977,12 @@
gak(a) { gak(a) {
return (H.vd(this.a) ^ H.dU(this.$_target)) >>> 0 return (H.vd(this.a) ^ H.dU(this.$_target)) >>> 0
}, },
k(a) { to_string(a) {
return "Closure '" + H.e(this.$_name) + "' of " + ("Instance of '" + H.e(H.jZ(this.a)) + "'") return "Closure '" + H.e(this.$_name) + "' of " + ("Instance of '" + H.e(H.jZ(this.a)) + "'")
} }
} }
H.h3.prototype = { H.h3.prototype = {
k(a) { to_string(a) {
return "RuntimeError: " + this.a return "RuntimeError: " + this.a
} }
} }
@ -9158,7 +9158,7 @@
if (J.Y(a[r].a, b)) return r if (J.Y(a[r].a, b)) return r
return -1 return -1
}, },
k(a) { to_string(a) {
return P.nR(this) return P.nR(this)
}, },
bp(a, b) { bp(a, b) {
@ -9242,7 +9242,7 @@
$S: 58 $S: 58
} }
H.ct.prototype = { H.ct.prototype = {
k(a) { to_string(a) {
return "RegExp/" + this.a + "/" + this.b.flags return "RegExp/" + this.a + "/" + this.b.flags
}, },
geq() { geq() {
@ -9482,12 +9482,12 @@
} }
H.ib.prototype = {} H.ib.prototype = {}
H.iu.prototype = { H.iu.prototype = {
k(a) { to_string(a) {
return H.aH(this.a, null) return H.aH(this.a, null)
} }
} }
H.i9.prototype = { H.i9.prototype = {
k(a) { to_string(a) {
return this.a return this.a
} }
} }
@ -9574,7 +9574,7 @@
$S: 61 $S: 61
} }
P.f3.prototype = { P.f3.prototype = {
k(a) { to_string(a) {
return H.e(this.a) return H.e(this.a)
}, },
$iO: 1, $iO: 1,
@ -10333,7 +10333,7 @@
ai(a, b) { ai(a, b) {
return this.h(a, b) return this.h(a, b)
}, },
k(a) { to_string(a) {
return P.m6(a, "[", "]") return P.m6(a, "[", "]")
} }
} }
@ -10361,7 +10361,7 @@
gp(a) { gp(a) {
return J.aw(this.gad(a)) return J.aw(this.gad(a))
}, },
k(a) { to_string(a) {
return P.nR(a) return P.nR(a)
}, },
$ibo: 1 $ibo: 1
@ -10371,7 +10371,7 @@
var s var s
for (s = J.by(b); s.u();) this.j(0, s.gC()) for (s = J.by(b); s.u();) this.j(0, s.gC())
}, },
k(a) { to_string(a) {
return P.m6(this, "{", "}") return P.m6(this, "{", "}")
} }
} }
@ -10488,7 +10488,7 @@
P.fi.prototype = {} P.fi.prototype = {}
P.jg.prototype = {} P.jg.prototype = {}
P.js.prototype = { P.js.prototype = {
k(a) { to_string(a) {
return "unknown" return "unknown"
} }
} }
@ -10766,7 +10766,7 @@
var s = this.a var s = this.a
return (s ^ C.c.am(s, 30)) & 1073741823 return (s ^ C.c.am(s, 30)) & 1073741823
}, },
k(a) { to_string(a) {
var s = this, var s = this,
r = P.rN(H.tj(s)), r = P.rN(H.tj(s)),
q = P.fk(H.th(s)), q = P.fk(H.th(s)),
@ -10790,7 +10790,7 @@
bg(a, b) { bg(a, b) {
return C.c.bg(this.a, b.a) return C.c.bg(this.a, b.a)
}, },
k(a) { to_string(a) {
var s, r, q, p = new P.jd(), var s, r, q, p = new P.jd(),
o = this.a o = this.a
if (o < 0) return "-" + new P.c1(0 - o).k(0) if (o < 0) return "-" + new P.c1(0 - o).k(0)
@ -10818,13 +10818,13 @@
}, },
$S: 12 $S: 12
} }
P.O.prototype = { P.Error.prototype = {
gbz() { gbz() {
return H.bf(this.$thrownJsError) return H.bf(this.$thrownJsError)
} }
} }
P.f2.prototype = { P.f2.prototype = {
k(a) { to_string(a) {
var s = this.a var s = this.a
if (s != null) return "Assertion failed: " + P.jh(s) if (s != null) return "Assertion failed: " + P.jh(s)
return "Assertion failed" return "Assertion failed"
@ -10832,7 +10832,7 @@
} }
P.bc.prototype = {} P.bc.prototype = {}
P.fL.prototype = { P.fL.prototype = {
k(a) { to_string(a) {
return "Throw of null." return "Throw of null."
} }
} }
@ -10843,7 +10843,7 @@
gc6() { gc6() {
return "" return ""
}, },
k(a) { to_string(a) {
var s, r, q = this, var s, r, q = this,
p = q.c, p = q.c,
o = p == null ? "" : " (" + p + ")", o = p == null ? "" : " (" + p + ")",
@ -10870,7 +10870,7 @@
return s return s
} }
} }
P.fs.prototype = { P.IndexError.prototype = {
gc7() { gc7() {
return "RangeError" return "RangeError"
}, },
@ -10884,31 +10884,31 @@
return this.f return this.f
} }
} }
P.hW.prototype = { P.UnsupportedError.prototype = {
k(a) { to_string(a) {
return "Unsupported operation: " + this.a return "Unsupported operation: " + this.a
} }
} }
P.hS.prototype = { P.hS.prototype = {
k(a) { to_string(a) {
var s = this.a var s = this.a
return s != null ? "UnimplementedError: " + s : "UnimplementedError" return s != null ? "UnimplementedError: " + s : "UnimplementedError"
} }
} }
P.bJ.prototype = { P.bJ.prototype = {
k(a) { to_string(a) {
return "Bad state: " + this.a return "Bad state: " + this.a
} }
} }
P.fh.prototype = { P.fh.prototype = {
k(a) { to_string(a) {
var s = this.a var s = this.a
if (s == null) return "Concurrent modification during iteration." if (s == null) return "Concurrent modification during iteration."
return "Concurrent modification during iteration: " + P.jh(s) + "." return "Concurrent modification during iteration: " + P.jh(s) + "."
} }
} }
P.fM.prototype = { P.fM.prototype = {
k(a) { to_string(a) {
return "Out of Memory" return "Out of Memory"
}, },
gbz() { gbz() {
@ -10917,7 +10917,7 @@
$iO: 1 $iO: 1
} }
P.el.prototype = { P.el.prototype = {
k(a) { to_string(a) {
return "Stack Overflow" return "Stack Overflow"
}, },
gbz() { gbz() {
@ -10926,18 +10926,18 @@
$iO: 1 $iO: 1
} }
P.fj.prototype = { P.fj.prototype = {
k(a) { to_string(a) {
var s = this.a var s = this.a
return s == null ? "Reading static variable during its initialization" : "Reading static variable '" + s + "' during its initialization" return s == null ? "Reading static variable during its initialization" : "Reading static variable '" + s + "' during its initialization"
} }
} }
P.kG.prototype = { P.kG.prototype = {
k(a) { to_string(a) {
return "Exception: " + this.a return "Exception: " + this.a
} }
} }
P.jm.prototype = { P.jm.prototype = {
k(a) { to_string(a) {
var s, r, q, p, o, n, m, l, k, j, i, h, g = this.a, var s, r, q, p, o, n, m, l, k, j, i, h, g = this.a,
f = g != null && "" !== g ? "FormatException: " + H.e(g) : "FormatException", f = g != null && "" !== g ? "FormatException: " + H.e(g) : "FormatException",
e = this.c, e = this.c,
@ -11028,7 +11028,7 @@
} }
throw H.throw_error(P.ft(b, this, "index", null, r)) throw H.throw_error(P.ft(b, this, "index", null, r))
}, },
k(a) { to_string(a) {
return P.rX(this, "(", ")") return P.rX(this, "(", ")")
} }
} }
@ -11037,7 +11037,7 @@
gak(a) { gak(a) {
return P.Object_.prototype.gak.call(this, this) return P.Object_.prototype.gak.call(this, this)
}, },
k(a) { to_string(a) {
return "null" return "null"
} }
} }
@ -11061,7 +11061,7 @@
} }
} }
P.iq.prototype = { P.iq.prototype = {
k(a) { to_string(a) {
return "" return ""
}, },
$iba: 1 $iba: 1
@ -11070,19 +11070,19 @@
gp(a) { gp(a) {
return this.a.length return this.a.length
}, },
k(a) { to_string(a) {
var s = this.a var s = this.a
return s.charCodeAt(0) == 0 ? s : s return s.charCodeAt(0) == 0 ? s : s
} }
} }
W.r.prototype = {} W.r.prototype = {}
W.f0.prototype = { W.f0.prototype = {
k(a) { to_string(a) {
return String(a) return String(a)
} }
} }
W.f1.prototype = { W.f1.prototype = {
k(a) { to_string(a) {
return String(a) return String(a)
} }
} }
@ -11160,7 +11160,7 @@
$ic0: 1 $ic0: 1
} }
W.ja.prototype = { W.ja.prototype = {
k(a) { to_string(a) {
return String(a) return String(a)
} }
} }
@ -11173,7 +11173,7 @@
geH(a) { geH(a) {
return new W.i8(a) return new W.i8(a)
}, },
k(a) { to_string(a) {
return a.localName return a.localName
}, },
bk(a, b, c, d, e) { bk(a, b, c, d, e) {
@ -11311,7 +11311,7 @@
$ic4: 1 $ic4: 1
} }
W.jL.prototype = { W.jL.prototype = {
k(a) { to_string(a) {
return String(a) return String(a)
} }
} }
@ -11368,7 +11368,7 @@
var s = a.parentNode var s = a.parentNode
if (s != null) s.removeChild(a) if (s != null) s.removeChild(a)
}, },
k(a) { to_string(a) {
var s = a.nodeValue var s = a.nodeValue
return s == null ? this.dO(a) : s return s == null ? this.dO(a) : s
}, },
@ -12051,7 +12051,7 @@
} }
} }
P.jQ.prototype = { P.jQ.prototype = {
k(a) { to_string(a) {
return "Promise was rejected with a value of `" + (this.a ? "undefined" : "null") + "`." return "Promise was rejected with a value of `" + (this.a ? "undefined" : "null") + "`."
} }
} }
@ -12197,7 +12197,7 @@
r = P.am(t.d), r = P.am(t.d),
q, p = this, q, p = this,
o, n, m, l, k, j, i, h, g, f, e, d o, n, m, l, k, j, i, h, g, f, e, d
var $async$O = P.an(function (a, b) { var $async$O = P.async_caller(function (a, b) {
if (a === 1) return P.ai(b, r) if (a === 1) return P.ai(b, r)
while (true) switch (s) { while (true) switch (s) {
case 0: case 0:
@ -12278,7 +12278,7 @@
r = P.am(t.z), r = P.am(t.z),
q = this, q = this,
p, o, n, m, l p, o, n, m, l
var $async$ae = P.an(function (c, d) { var $async$ae = P.async_caller(function (c, d) {
if (c === 1) return P.ai(d, r) if (c === 1) return P.ai(d, r)
while (true) switch (s) { while (true) switch (s) {
case 0: case 0:
@ -12391,7 +12391,7 @@
r = P.am(t.d), r = P.am(t.d),
q, p = this, q, p = this,
o, n, m, l, k, j, i, h, g, f, e, d, c, b, a, a0, a1, a2, a3, a4 o, n, m, l, k, j, i, h, g, f, e, d, c, b, a, a0, a1, a2, a3, a4
var $async$O = P.an(function (a5, a6) { var $async$O = P.async_caller(function (a5, a6) {
if (a5 === 1) return P.ai(a6, r) if (a5 === 1) return P.ai(a6, r)
while (true) switch (s) { while (true) switch (s) {
case 0: case 0:
@ -12497,7 +12497,7 @@
r = P.am(t.z), r = P.am(t.z),
q = this, q = this,
p, o, n, m, l p, o, n, m, l
var $async$ae = P.an(function (c, d) { var $async$ae = P.async_caller(function (c, d) {
if (c === 1) return P.ai(d, r) if (c === 1) return P.ai(d, r)
while (true) switch (s) { while (true) switch (s) {
case 0: case 0:
@ -12591,7 +12591,7 @@
r = P.am(t.d), r = P.am(t.d),
q, p = this, q, p = this,
o, n, m, l, k, j, i, h, g, f, e, d o, n, m, l, k, j, i, h, g, f, e, d
var $async$O = P.an(function (a, b) { var $async$O = P.async_caller(function (a, b) {
if (a === 1) return P.ai(b, r) if (a === 1) return P.ai(b, r)
while (true) switch (s) { while (true) switch (s) {
case 0: case 0:
@ -12715,7 +12715,7 @@
r = P.am(t.z), r = P.am(t.z),
q = this, q = this,
p, o, n, m p, o, n, m
var $async$ae = P.an(function (c, d) { var $async$ae = P.async_caller(function (c, d) {
if (c === 1) return P.ai(d, r) if (c === 1) return P.ai(d, r)
while (true) switch (s) { while (true) switch (s) {
case 0: case 0:
@ -12893,7 +12893,7 @@
r = P.am(t.z), r = P.am(t.z),
q, p = this, q, p = this,
o o
var $async$b4 = P.an(function (a, b) { var $async$b4 = P.async_caller(function (a, b) {
if (a === 1) return P.ai(b, r) if (a === 1) return P.ai(b, r)
while (true) switch (s) { while (true) switch (s) {
case 0: case 0:
@ -13146,7 +13146,7 @@
r = P.am(t.P), r = P.am(t.P),
q = this, q = this,
p, o, n p, o, n
var $async$$0 = P.an(function (a, b) { var $async$$0 = P.async_caller(function (a, b) {
if (a === 1) return P.ai(b, r) if (a === 1) return P.ai(b, r)
while (true) switch (s) { while (true) switch (s) {
case 0: case 0:
@ -15982,7 +15982,7 @@
r = P.am(t.z), r = P.am(t.z),
q, p = this, q, p = this,
o, n, m, l, k, j, i, h, g, f, e, d, c, b, a, a0, a1, a2, a3, a4, a5, a6, a7, a8, a9, b0, b1, b2, b3 o, n, m, l, k, j, i, h, g, f, e, d, c, b, a, a0, a1, a2, a3, a4, a5, a6, a7, a8, a9, b0, b1, b2, b3
var $async$bD = P.an(function (b4, b5) { var $async$bD = P.async_caller(function (b4, b5) {
if (b4 === 1) return P.ai(b5, r) if (b4 === 1) return P.ai(b5, r)
while (true) switch (s) { while (true) switch (s) {
case 0: case 0:
@ -16125,7 +16125,7 @@
bE() { bE() {
var s = 0, var s = 0,
r = P.am(t.z) r = P.am(t.z)
var $async$bE = P.an(function (a, b) { var $async$bE = P.async_caller(function (a, b) {
if (a === 1) return P.ai(b, r) if (a === 1) return P.ai(b, r)
while (true) switch (s) { while (true) switch (s) {
case 0: case 0:
@ -16157,7 +16157,7 @@
q, p = [], q, p = [],
o = this, o = this,
n, m, l, k, j, i, h, g, f n, m, l, k, j, i, h, g, f
var $async$O = P.an(function (a, b) { var $async$O = P.async_caller(function (a, b) {
if (a === 1) return P.ai(b, r) if (a === 1) return P.ai(b, r)
while (true) $async$outer: switch (s) { while (true) $async$outer: switch (s) {
case 0: case 0:
@ -16221,7 +16221,7 @@
r = P.am(t.z), r = P.am(t.z),
q = this, q = this,
p, o, n, m, l, k, j p, o, n, m, l, k, j
var $async$ae = P.an(function (c, d) { var $async$ae = P.async_caller(function (c, d) {
if (c === 1) return P.ai(d, r) if (c === 1) return P.ai(d, r)
while (true) switch (s) { while (true) switch (s) {
case 0: case 0:
@ -16258,7 +16258,7 @@
r = P.am(t.z), r = P.am(t.z),
q = this, q = this,
p, o, n p, o, n
var $async$cq = P.an(function (c, d) { var $async$cq = P.async_caller(function (c, d) {
if (c === 1) return P.ai(d, r) if (c === 1) return P.ai(d, r)
while (true) switch (s) { while (true) switch (s) {
case 0: case 0:
@ -16341,12 +16341,12 @@
} }
} }
}, },
k(a) { to_string(a) {
return "[" + H.e(this.c[$.a()].r) + "]" return "[" + H.e(this.c[$.a()].r) + "]"
} }
} }
T.fr.prototype = { T.fr.prototype = {
k(a) { to_string(a) {
return this.a return this.a
}, },
gb2() { gb2() {
@ -16364,12 +16364,12 @@
} }
T.dp.prototype = {} T.dp.prototype = {}
T.bB.prototype = { T.bB.prototype = {
k(a) { to_string(a) {
return J.b4(this.a) return J.b4(this.a)
} }
} }
T.bm.prototype = { T.bm.prototype = {
k(a) { to_string(a) {
return J.b4(this.a) return J.b4(this.a)
} }
} }
@ -16405,7 +16405,7 @@
} }
} }
}, },
k(a) { to_string(a) {
var s = this, var s = this,
r = s.d, r = s.d,
q = s.e q = s.e
@ -16432,7 +16432,7 @@
T.h2.prototype = {} T.h2.prototype = {}
T.dX.prototype = {} T.dX.prototype = {}
T.aq.prototype = { T.aq.prototype = {
k(a) { to_string(a) {
return H.e(this.a) return H.e(this.a)
} }
} }
@ -16569,7 +16569,7 @@
var s = 0, var s = 0,
r = P.am(t.z), r = P.am(t.z),
q = this q = this
var $async$cg = P.an(function (a, b) { var $async$cg = P.async_caller(function (a, b) {
if (a === 1) return P.ai(b, r) if (a === 1) return P.ai(b, r)
while (true) switch (s) { while (true) switch (s) {
case 0: case 0:
@ -16959,7 +16959,7 @@
for (s = this.S, s = new F.a_(s, s.b, s.$ti.i("a_<1*>")); s.u();) for (s = this.S, s = new F.a_(s, s.b, s.$ti.i("a_<1*>")); s.u();)
if (s.b.bS(a, b, c)) break if (s.b.bS(a, b, c)) break
}, },
k(a) { to_string(a) {
return "[" + H.e(this.r) + "]" return "[" + H.e(this.r) + "]"
}, },
fK() { fK() {
@ -18451,12 +18451,12 @@
inherit = hunkHelpers.inherit, inherit = hunkHelpers.inherit,
inheritMany = hunkHelpers.inheritMany inheritMany = hunkHelpers.inheritMany
inherit(P.Object_, null) inherit(P.Object_, null)
inheritMany(P.Object_, [H.m8, J.af, J.db, P.O, P.ev, P.L, H.cv, P.fv, H.du, H.hV, H.kh, H.jR, H.dt, H.eE, H.c_, P.aU, H.jK, H.fA, H.ct, H.ew, H.kz, H.bK, H.l3, H.Rti, H.ib, H.iu, P.l8, P.i_, P.f3, P.i4, P.cN, P.U, P.i0, P.em, P.hO, P.hP, P.im, P.i1, P.i3, P.i7, P.ii, P.io, P.lf, P.eM, P.kV, P.ie, P.z, P.dY, P.fg, P.js, P.lc, P.lb, P.dq, P.c1, P.fM, P.el, P.kG, P.jm, P.N, P.iq, P.cH, W.j8, W.m5, W.cP, W.cr, W.dN, W.eD, W.is, W.dv, W.kE, W.l_, W.ix, P.l4, P.kw, P.eJ, P.jQ, P.kT, Y.dW, L.iR, V.iV, X.iW, S.fK, Z.fq, Z.jT, Z.ax, F.a_, F.n, T.x, T.u, T.dk, T.fo, T.b7, T.fr, T.bB, T.bm, T.aX, T.aq, T.bG, T.bL, T.fl]) inheritMany(P.Object_, [H.js_const, J.af, J.db, P.Error, P.ev, P.L, H.cv, P.fv, H.du, H.hV, H.kh, H.jR, H.dt, H.eE, H.c_, P.aU, H.jK, H.fA, H.ct, H.ew, H.kz, H.bK, H.l3, H.Rti, H.ib, H.iu, P.l8, P.i_, P.f3, P.i4, P.cN, P.U, P.i0, P.em, P.hO, P.hP, P.im, P.i1, P.i3, P.i7, P.ii, P.io, P.lf, P.eM, P.kV, P.ie, P.z, P.dY, P.fg, P.js, P.lc, P.lb, P.dq, P.c1, P.fM, P.el, P.kG, P.jm, P.N, P.iq, P.cH, W.j8, W.m5, W.cP, W.cr, W.dN, W.eD, W.is, W.dv, W.kE, W.l_, W.ix, P.l4, P.kw, P.eJ, P.jQ, P.kT, Y.dW, L.iR, V.iV, X.iW, S.fK, Z.fq, Z.jT, Z.ax, F.a_, F.n, T.x, T.u, T.dk, T.fo, T.b7, T.fr, T.bB, T.bm, T.aX, T.aq, T.bG, T.bL, T.fl])
inheritMany(J.af, [J.fw, J.cs, J.bE, J.E, J.dA, J.bD, H.dJ, H.ab, W.fn, W.bX, W.fe, W.i6, W.bb, W.ja, W.jb, W.o, W.c4, W.jL, W.ig, W.il, W.iy, W.iA]) inheritMany(J.af, [J.fw, J.js_null, J.bE, J.E, J.dA, J.bD, H.dJ, H.ab, W.fn, W.bX, W.fe, W.i6, W.bb, W.ja, W.jb, W.o, W.c4, W.jL, W.ig, W.il, W.iy, W.iA])
inheritMany(J.bE, [J.fO, J.bs, J.bn]) inheritMany(J.bE, [J.fO, J.bs, J.bn])
inherit(J.jG, J.E) inherit(J.jG, J.E)
inheritMany(J.dA, [J.dz, J.jF]) inheritMany(J.dA, [J.dz, J.jF])
inheritMany(P.O, [H.fz, H.dO, P.bc, H.fx, H.hU, H.h3, H.i9, P.f2, P.fL, P.aS, P.hW, P.hS, P.bJ, P.fh, P.fj]) inheritMany(P.Error, [H.fz, H.dO, P.bc, H.fx, H.hU, H.h3, H.i9, P.f2, P.fL, P.aS, P.UnsupportedError, P.hS, P.bJ, P.fh, P.fj])
inherit(P.dE, P.ev) inherit(P.dE, P.ev)
inheritMany(P.dE, [H.cJ, W.az]) inheritMany(P.dE, [H.cJ, W.az])
inherit(H.ff, H.cJ) inherit(H.ff, H.cJ)
@ -18495,7 +18495,7 @@
inheritMany(P.fg, [P.jg, P.jI]) inheritMany(P.fg, [P.jg, P.jI])
inheritMany(P.fi, [P.jr, P.jJ, P.kn, P.kk]) inheritMany(P.fi, [P.jr, P.jJ, P.kn, P.kk])
inherit(P.kj, P.jg) inherit(P.kj, P.jg)
inheritMany(P.aS, [P.cD, P.fs]) inheritMany(P.aS, [P.cD, P.IndexError])
inheritMany(W.fn, [W.v, W.dH, W.eq]) inheritMany(W.fn, [W.v, W.dH, W.eq])
inheritMany(W.v, [W.Q, W.b6, W.cL]) inheritMany(W.v, [W.Q, W.b6, W.cL])
inheritMany(W.Q, [W.r, P.svg_func]) inheritMany(W.Q, [W.r, P.svg_func])

2752
out.js Normal file

File diff suppressed because it is too large Load Diff

211
out.js.deps Normal file
View File

@ -0,0 +1,211 @@
file:///V:/apps/dart-sdk/lib/_internal/dart2js_platform.dill
file:///V:/apps/dart-sdk/lib/libraries.json
file:///V:/githubs/namerena/revers-name/test.dart
org-dartlang-sdk:///lib/_http/crypto.dart
org-dartlang-sdk:///lib/_http/embedder_config.dart
org-dartlang-sdk:///lib/_http/http.dart
org-dartlang-sdk:///lib/_http/http_date.dart
org-dartlang-sdk:///lib/_http/http_headers.dart
org-dartlang-sdk:///lib/_http/http_impl.dart
org-dartlang-sdk:///lib/_http/http_parser.dart
org-dartlang-sdk:///lib/_http/http_session.dart
org-dartlang-sdk:///lib/_http/http_testing.dart
org-dartlang-sdk:///lib/_http/overrides.dart
org-dartlang-sdk:///lib/_http/websocket.dart
org-dartlang-sdk:///lib/_http/websocket_impl.dart
org-dartlang-sdk:///lib/_internal/js_runtime/lib/annotations.dart
org-dartlang-sdk:///lib/_internal/js_runtime/lib/async_patch.dart
org-dartlang-sdk:///lib/_internal/js_runtime/lib/bigint_patch.dart
org-dartlang-sdk:///lib/_internal/js_runtime/lib/collection_patch.dart
org-dartlang-sdk:///lib/_internal/js_runtime/lib/constant_map.dart
org-dartlang-sdk:///lib/_internal/js_runtime/lib/convert_patch.dart
org-dartlang-sdk:///lib/_internal/js_runtime/lib/core_patch.dart
org-dartlang-sdk:///lib/_internal/js_runtime/lib/dart2js_runtime_metrics.dart
org-dartlang-sdk:///lib/_internal/js_runtime/lib/developer_patch.dart
org-dartlang-sdk:///lib/_internal/js_runtime/lib/foreign_helper.dart
org-dartlang-sdk:///lib/_internal/js_runtime/lib/instantiation.dart
org-dartlang-sdk:///lib/_internal/js_runtime/lib/interceptors.dart
org-dartlang-sdk:///lib/_internal/js_runtime/lib/internal_patch.dart
org-dartlang-sdk:///lib/_internal/js_runtime/lib/io_patch.dart
org-dartlang-sdk:///lib/_internal/js_runtime/lib/isolate_patch.dart
org-dartlang-sdk:///lib/_internal/js_runtime/lib/js_allow_interop_patch.dart
org-dartlang-sdk:///lib/_internal/js_runtime/lib/js_array.dart
org-dartlang-sdk:///lib/_internal/js_runtime/lib/js_helper.dart
org-dartlang-sdk:///lib/_internal/js_runtime/lib/js_names.dart
org-dartlang-sdk:///lib/_internal/js_runtime/lib/js_number.dart
org-dartlang-sdk:///lib/_internal/js_runtime/lib/js_patch.dart
org-dartlang-sdk:///lib/_internal/js_runtime/lib/js_primitives.dart
org-dartlang-sdk:///lib/_internal/js_runtime/lib/js_string.dart
org-dartlang-sdk:///lib/_internal/js_runtime/lib/late_helper.dart
org-dartlang-sdk:///lib/_internal/js_runtime/lib/linked_hash_map.dart
org-dartlang-sdk:///lib/_internal/js_runtime/lib/math_patch.dart
org-dartlang-sdk:///lib/_internal/js_runtime/lib/native_helper.dart
org-dartlang-sdk:///lib/_internal/js_runtime/lib/native_typed_data.dart
org-dartlang-sdk:///lib/_internal/js_runtime/lib/records.dart
org-dartlang-sdk:///lib/_internal/js_runtime/lib/regexp_helper.dart
org-dartlang-sdk:///lib/_internal/js_runtime/lib/string_helper.dart
org-dartlang-sdk:///lib/_internal/js_runtime/lib/synced/async_status_codes.dart
org-dartlang-sdk:///lib/_internal/js_runtime/lib/synced/embedded_names.dart
org-dartlang-sdk:///lib/_internal/js_runtime/lib/synced/load_library_priority.dart
org-dartlang-sdk:///lib/_internal/js_runtime/lib/typed_data_patch.dart
org-dartlang-sdk:///lib/_internal/js_shared/lib/convert_utf_patch.dart
org-dartlang-sdk:///lib/_internal/js_shared/lib/js_interop_patch.dart
org-dartlang-sdk:///lib/_internal/js_shared/lib/js_interop_unsafe_patch.dart
org-dartlang-sdk:///lib/_internal/js_shared/lib/js_types.dart
org-dartlang-sdk:///lib/_internal/js_shared/lib/js_util_patch.dart
org-dartlang-sdk:///lib/_internal/js_shared/lib/rti.dart
org-dartlang-sdk:///lib/_internal/js_shared/lib/synced/embedded_names.dart
org-dartlang-sdk:///lib/_internal/js_shared/lib/synced/recipe_syntax.dart
org-dartlang-sdk:///lib/async/async.dart
org-dartlang-sdk:///lib/async/async_error.dart
org-dartlang-sdk:///lib/async/broadcast_stream_controller.dart
org-dartlang-sdk:///lib/async/deferred_load.dart
org-dartlang-sdk:///lib/async/future.dart
org-dartlang-sdk:///lib/async/future_extensions.dart
org-dartlang-sdk:///lib/async/future_impl.dart
org-dartlang-sdk:///lib/async/schedule_microtask.dart
org-dartlang-sdk:///lib/async/stream.dart
org-dartlang-sdk:///lib/async/stream_controller.dart
org-dartlang-sdk:///lib/async/stream_impl.dart
org-dartlang-sdk:///lib/async/stream_pipe.dart
org-dartlang-sdk:///lib/async/stream_transformers.dart
org-dartlang-sdk:///lib/async/timer.dart
org-dartlang-sdk:///lib/async/zone.dart
org-dartlang-sdk:///lib/collection/collection.dart
org-dartlang-sdk:///lib/collection/collections.dart
org-dartlang-sdk:///lib/collection/hash_map.dart
org-dartlang-sdk:///lib/collection/hash_set.dart
org-dartlang-sdk:///lib/collection/iterable.dart
org-dartlang-sdk:///lib/collection/iterator.dart
org-dartlang-sdk:///lib/collection/linked_hash_map.dart
org-dartlang-sdk:///lib/collection/linked_hash_set.dart
org-dartlang-sdk:///lib/collection/linked_list.dart
org-dartlang-sdk:///lib/collection/list.dart
org-dartlang-sdk:///lib/collection/maps.dart
org-dartlang-sdk:///lib/collection/queue.dart
org-dartlang-sdk:///lib/collection/set.dart
org-dartlang-sdk:///lib/collection/splay_tree.dart
org-dartlang-sdk:///lib/convert/ascii.dart
org-dartlang-sdk:///lib/convert/base64.dart
org-dartlang-sdk:///lib/convert/byte_conversion.dart
org-dartlang-sdk:///lib/convert/chunked_conversion.dart
org-dartlang-sdk:///lib/convert/codec.dart
org-dartlang-sdk:///lib/convert/convert.dart
org-dartlang-sdk:///lib/convert/converter.dart
org-dartlang-sdk:///lib/convert/encoding.dart
org-dartlang-sdk:///lib/convert/html_escape.dart
org-dartlang-sdk:///lib/convert/json.dart
org-dartlang-sdk:///lib/convert/latin1.dart
org-dartlang-sdk:///lib/convert/line_splitter.dart
org-dartlang-sdk:///lib/convert/string_conversion.dart
org-dartlang-sdk:///lib/convert/utf.dart
org-dartlang-sdk:///lib/core/annotations.dart
org-dartlang-sdk:///lib/core/bigint.dart
org-dartlang-sdk:///lib/core/bool.dart
org-dartlang-sdk:///lib/core/comparable.dart
org-dartlang-sdk:///lib/core/core.dart
org-dartlang-sdk:///lib/core/date_time.dart
org-dartlang-sdk:///lib/core/double.dart
org-dartlang-sdk:///lib/core/duration.dart
org-dartlang-sdk:///lib/core/enum.dart
org-dartlang-sdk:///lib/core/errors.dart
org-dartlang-sdk:///lib/core/exceptions.dart
org-dartlang-sdk:///lib/core/function.dart
org-dartlang-sdk:///lib/core/identical.dart
org-dartlang-sdk:///lib/core/int.dart
org-dartlang-sdk:///lib/core/invocation.dart
org-dartlang-sdk:///lib/core/iterable.dart
org-dartlang-sdk:///lib/core/iterator.dart
org-dartlang-sdk:///lib/core/list.dart
org-dartlang-sdk:///lib/core/map.dart
org-dartlang-sdk:///lib/core/null.dart
org-dartlang-sdk:///lib/core/num.dart
org-dartlang-sdk:///lib/core/object.dart
org-dartlang-sdk:///lib/core/pattern.dart
org-dartlang-sdk:///lib/core/print.dart
org-dartlang-sdk:///lib/core/record.dart
org-dartlang-sdk:///lib/core/regexp.dart
org-dartlang-sdk:///lib/core/set.dart
org-dartlang-sdk:///lib/core/sink.dart
org-dartlang-sdk:///lib/core/stacktrace.dart
org-dartlang-sdk:///lib/core/stopwatch.dart
org-dartlang-sdk:///lib/core/string.dart
org-dartlang-sdk:///lib/core/string_buffer.dart
org-dartlang-sdk:///lib/core/string_sink.dart
org-dartlang-sdk:///lib/core/symbol.dart
org-dartlang-sdk:///lib/core/type.dart
org-dartlang-sdk:///lib/core/uri.dart
org-dartlang-sdk:///lib/core/weak.dart
org-dartlang-sdk:///lib/developer/developer.dart
org-dartlang-sdk:///lib/developer/extension.dart
org-dartlang-sdk:///lib/developer/profiler.dart
org-dartlang-sdk:///lib/developer/service.dart
org-dartlang-sdk:///lib/developer/timeline.dart
org-dartlang-sdk:///lib/html/dart2js/html_dart2js.dart
org-dartlang-sdk:///lib/html/html_common/conversions.dart
org-dartlang-sdk:///lib/html/html_common/conversions_dart2js.dart
org-dartlang-sdk:///lib/html/html_common/css_class_set.dart
org-dartlang-sdk:///lib/html/html_common/device.dart
org-dartlang-sdk:///lib/html/html_common/filtered_element_list.dart
org-dartlang-sdk:///lib/html/html_common/html_common_dart2js.dart
org-dartlang-sdk:///lib/html/html_common/lists.dart
org-dartlang-sdk:///lib/html/html_common/metadata.dart
org-dartlang-sdk:///lib/indexed_db/dart2js/indexed_db_dart2js.dart
org-dartlang-sdk:///lib/internal/async_cast.dart
org-dartlang-sdk:///lib/internal/bytes_builder.dart
org-dartlang-sdk:///lib/internal/cast.dart
org-dartlang-sdk:///lib/internal/errors.dart
org-dartlang-sdk:///lib/internal/internal.dart
org-dartlang-sdk:///lib/internal/iterable.dart
org-dartlang-sdk:///lib/internal/linked_list.dart
org-dartlang-sdk:///lib/internal/list.dart
org-dartlang-sdk:///lib/internal/patch.dart
org-dartlang-sdk:///lib/internal/print.dart
org-dartlang-sdk:///lib/internal/sort.dart
org-dartlang-sdk:///lib/internal/symbol.dart
org-dartlang-sdk:///lib/io/common.dart
org-dartlang-sdk:///lib/io/data_transformer.dart
org-dartlang-sdk:///lib/io/directory.dart
org-dartlang-sdk:///lib/io/directory_impl.dart
org-dartlang-sdk:///lib/io/embedder_config.dart
org-dartlang-sdk:///lib/io/eventhandler.dart
org-dartlang-sdk:///lib/io/file.dart
org-dartlang-sdk:///lib/io/file_impl.dart
org-dartlang-sdk:///lib/io/file_system_entity.dart
org-dartlang-sdk:///lib/io/io.dart
org-dartlang-sdk:///lib/io/io_resource_info.dart
org-dartlang-sdk:///lib/io/io_service.dart
org-dartlang-sdk:///lib/io/io_sink.dart
org-dartlang-sdk:///lib/io/link.dart
org-dartlang-sdk:///lib/io/namespace_impl.dart
org-dartlang-sdk:///lib/io/network_profiling.dart
org-dartlang-sdk:///lib/io/overrides.dart
org-dartlang-sdk:///lib/io/platform.dart
org-dartlang-sdk:///lib/io/platform_impl.dart
org-dartlang-sdk:///lib/io/process.dart
org-dartlang-sdk:///lib/io/secure_server_socket.dart
org-dartlang-sdk:///lib/io/secure_socket.dart
org-dartlang-sdk:///lib/io/security_context.dart
org-dartlang-sdk:///lib/io/service_object.dart
org-dartlang-sdk:///lib/io/socket.dart
org-dartlang-sdk:///lib/io/stdio.dart
org-dartlang-sdk:///lib/io/string_transformer.dart
org-dartlang-sdk:///lib/io/sync_socket.dart
org-dartlang-sdk:///lib/isolate/capability.dart
org-dartlang-sdk:///lib/isolate/isolate.dart
org-dartlang-sdk:///lib/js/_js.dart
org-dartlang-sdk:///lib/js/_js_annotations.dart
org-dartlang-sdk:///lib/js/_js_client.dart
org-dartlang-sdk:///lib/js/js.dart
org-dartlang-sdk:///lib/js_interop/js_interop.dart
org-dartlang-sdk:///lib/js_interop_unsafe/js_interop_unsafe.dart
org-dartlang-sdk:///lib/js_util/js_util.dart
org-dartlang-sdk:///lib/math/math.dart
org-dartlang-sdk:///lib/math/point.dart
org-dartlang-sdk:///lib/math/random.dart
org-dartlang-sdk:///lib/math/rectangle.dart
org-dartlang-sdk:///lib/svg/dart2js/svg_dart2js.dart
org-dartlang-sdk:///lib/typed_data/typed_data.dart
org-dartlang-sdk:///lib/typed_data/unmodifiable_typed_data.dart
org-dartlang-sdk:///lib/web_audio/dart2js/web_audio_dart2js.dart
org-dartlang-sdk:///lib/web_gl/dart2js/web_gl_dart2js.dart

16
out.js.map Normal file

File diff suppressed because one or more lines are too long

12
test.dart Normal file
View File

@ -0,0 +1,12 @@
void main() {
print("Hello, World!");
var a = "Hello, World!";
for (var i = 0; i < 10; i++) {
a += " " + i.toString();
}
var b = 12242424242424;
for (var i = 0; i < 10; i++) {
b += b*i;
}
print(a);
}