@supraio/client-daemon-js 0.0.1-master.8 → 0.0.1-master.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Binary file
@@ -25008,8 +25008,8 @@ $packages["time"] = (function() {
25008
25008
  return [nhi, nlo];
25009
25009
  };
25010
25010
  Date = function(year, month, day, hour, min, sec, nsec, loc) {
25011
- var _r, _r$1, _r$2, _tuple, _tuple$1, _tuple$2, _tuple$3, _tuple$4, _tuple$5, _tuple$6, _tuple$7, abs, d, day, end, hour, loc, m, min, month, nsec, offset, sec, start, t, unix, utc, x$1, x$2, x$3, x$4, x$5, x$6, x$7, x$8, year, $s, $r;
25012
- /* */ $s = 0; var $f, $c = false; if (this !== undefined && this.$blk !== undefined) { $f = this; $c = true; _r = $f._r; _r$1 = $f._r$1; _r$2 = $f._r$2; _tuple = $f._tuple; _tuple$1 = $f._tuple$1; _tuple$2 = $f._tuple$2; _tuple$3 = $f._tuple$3; _tuple$4 = $f._tuple$4; _tuple$5 = $f._tuple$5; _tuple$6 = $f._tuple$6; _tuple$7 = $f._tuple$7; abs = $f.abs; d = $f.d; day = $f.day; end = $f.end; hour = $f.hour; loc = $f.loc; m = $f.m; min = $f.min; month = $f.month; nsec = $f.nsec; offset = $f.offset; sec = $f.sec; start = $f.start; t = $f.t; unix = $f.unix; utc = $f.utc; x$1 = $f.x$1; x$2 = $f.x$2; x$3 = $f.x$3; x$4 = $f.x$4; x$5 = $f.x$5; x$6 = $f.x$6; x$7 = $f.x$7; x$8 = $f.x$8; year = $f.year; $s = $f.$s; $r = $f.$r; } s: while (true) { switch ($s) { case 0:
25011
+ var _r, _r$1, _tuple, _tuple$1, _tuple$2, _tuple$3, _tuple$4, _tuple$5, _tuple$6, abs, d, day, end, hour, loc, m, min, month, nsec, offset, sec, start, t, unix, utc, x$1, x$2, x$3, x$4, x$5, x$6, x$7, x$8, year, $s, $r;
25012
+ /* */ $s = 0; var $f, $c = false; if (this !== undefined && this.$blk !== undefined) { $f = this; $c = true; _r = $f._r; _r$1 = $f._r$1; _tuple = $f._tuple; _tuple$1 = $f._tuple$1; _tuple$2 = $f._tuple$2; _tuple$3 = $f._tuple$3; _tuple$4 = $f._tuple$4; _tuple$5 = $f._tuple$5; _tuple$6 = $f._tuple$6; abs = $f.abs; d = $f.d; day = $f.day; end = $f.end; hour = $f.hour; loc = $f.loc; m = $f.m; min = $f.min; month = $f.month; nsec = $f.nsec; offset = $f.offset; sec = $f.sec; start = $f.start; t = $f.t; unix = $f.unix; utc = $f.utc; x$1 = $f.x$1; x$2 = $f.x$2; x$3 = $f.x$3; x$4 = $f.x$4; x$5 = $f.x$5; x$6 = $f.x$6; x$7 = $f.x$7; x$8 = $f.x$8; year = $f.year; $s = $f.$s; $r = $f.$r; } s: while (true) { switch ($s) { case 0:
25013
25013
  if (loc === ptrType$2.nil) {
25014
25014
  $panic(new $String("time: missing Location in call to Date"));
25015
25015
  }
@@ -25047,27 +25047,20 @@ $packages["time"] = (function() {
25047
25047
  /* */ if (!((offset === 0))) { $s = 2; continue; }
25048
25048
  /* */ $s = 3; continue;
25049
25049
  /* if (!((offset === 0))) { */ case 2:
25050
- utc = (x$7 = (new $Int64(0, offset)), new $Int64(unix.$high - x$7.$high, unix.$low - x$7.$low));
25051
- /* */ if ((utc.$high < start.$high || (utc.$high === start.$high && utc.$low < start.$low))) { $s = 5; continue; }
25052
- /* */ if ((utc.$high > end.$high || (utc.$high === end.$high && utc.$low >= end.$low))) { $s = 6; continue; }
25053
- /* */ $s = 7; continue;
25054
- /* if ((utc.$high < start.$high || (utc.$high === start.$high && utc.$low < start.$low))) { */ case 5:
25055
- _r$1 = loc.lookup(new $Int64(start.$high - 0, start.$low - 1)); /* */ $s = 8; case 8: if($c) { $c = false; _r$1 = _r$1.$blk(); } if (_r$1 && _r$1.$blk !== undefined) { break s; }
25056
- _tuple$6 = _r$1;
25057
- offset = _tuple$6[1];
25058
- $s = 7; continue;
25059
- /* } else if ((utc.$high > end.$high || (utc.$high === end.$high && utc.$low >= end.$low))) { */ case 6:
25060
- _r$2 = loc.lookup(end); /* */ $s = 9; case 9: if($c) { $c = false; _r$2 = _r$2.$blk(); } if (_r$2 && _r$2.$blk !== undefined) { break s; }
25061
- _tuple$7 = _r$2;
25062
- offset = _tuple$7[1];
25063
- /* } */ case 7:
25064
- case 4:
25050
+ utc = (x$7 = (new $Int64(0, offset)), new $Int64(unix.$high - x$7.$high, unix.$low - x$7.$low));
25051
+ /* */ if ((utc.$high < start.$high || (utc.$high === start.$high && utc.$low < start.$low)) || (utc.$high > end.$high || (utc.$high === end.$high && utc.$low >= end.$low))) { $s = 4; continue; }
25052
+ /* */ $s = 5; continue;
25053
+ /* if ((utc.$high < start.$high || (utc.$high === start.$high && utc.$low < start.$low)) || (utc.$high > end.$high || (utc.$high === end.$high && utc.$low >= end.$low))) { */ case 4:
25054
+ _r$1 = loc.lookup(utc); /* */ $s = 6; case 6: if($c) { $c = false; _r$1 = _r$1.$blk(); } if (_r$1 && _r$1.$blk !== undefined) { break s; }
25055
+ _tuple$6 = _r$1;
25056
+ offset = _tuple$6[1];
25057
+ /* } */ case 5:
25065
25058
  unix = (x$8 = (new $Int64(0, offset)), new $Int64(unix.$high - x$8.$high, unix.$low - x$8.$low));
25066
25059
  /* } */ case 3:
25067
25060
  t = $clone(unixTime(unix, ((nsec >> 0))), Time);
25068
25061
  t.setLoc(loc);
25069
25062
  $s = -1; return t;
25070
- /* */ } return; } if ($f === undefined) { $f = { $blk: Date }; } $f._r = _r; $f._r$1 = _r$1; $f._r$2 = _r$2; $f._tuple = _tuple; $f._tuple$1 = _tuple$1; $f._tuple$2 = _tuple$2; $f._tuple$3 = _tuple$3; $f._tuple$4 = _tuple$4; $f._tuple$5 = _tuple$5; $f._tuple$6 = _tuple$6; $f._tuple$7 = _tuple$7; $f.abs = abs; $f.d = d; $f.day = day; $f.end = end; $f.hour = hour; $f.loc = loc; $f.m = m; $f.min = min; $f.month = month; $f.nsec = nsec; $f.offset = offset; $f.sec = sec; $f.start = start; $f.t = t; $f.unix = unix; $f.utc = utc; $f.x$1 = x$1; $f.x$2 = x$2; $f.x$3 = x$3; $f.x$4 = x$4; $f.x$5 = x$5; $f.x$6 = x$6; $f.x$7 = x$7; $f.x$8 = x$8; $f.year = year; $f.$s = $s; $f.$r = $r; return $f;
25063
+ /* */ } return; } if ($f === undefined) { $f = { $blk: Date }; } $f._r = _r; $f._r$1 = _r$1; $f._tuple = _tuple; $f._tuple$1 = _tuple$1; $f._tuple$2 = _tuple$2; $f._tuple$3 = _tuple$3; $f._tuple$4 = _tuple$4; $f._tuple$5 = _tuple$5; $f._tuple$6 = _tuple$6; $f.abs = abs; $f.d = d; $f.day = day; $f.end = end; $f.hour = hour; $f.loc = loc; $f.m = m; $f.min = min; $f.month = month; $f.nsec = nsec; $f.offset = offset; $f.sec = sec; $f.start = start; $f.t = t; $f.unix = unix; $f.utc = utc; $f.x$1 = x$1; $f.x$2 = x$2; $f.x$3 = x$3; $f.x$4 = x$4; $f.x$5 = x$5; $f.x$6 = x$6; $f.x$7 = x$7; $f.x$8 = x$8; $f.year = year; $f.$s = $s; $f.$r = $r; return $f;
25071
25064
  };
25072
25065
  $pkg.Date = Date;
25073
25066
  Time.ptr.prototype.Truncate = function(d) {
@@ -120355,7 +120348,9 @@ $packages["net/http"] = (function() {
120355
120348
  }
120356
120349
  _r$2 = CanonicalHeaderKey(v); /* */ $s = 3; case 3: if($c) { $c = false; _r$2 = _r$2.$blk(); } if (_r$2 && _r$2.$blk !== undefined) { break s; }
120357
120350
  cv = _r$2;
120358
- _key = v; (sc.canonHeader || $throwRuntimeError("assignment to entry in nil map"))[$String.keyFor(_key)] = { k: _key, v: cv };
120351
+ if ($keys(sc.canonHeader).length < 32) {
120352
+ _key = v; (sc.canonHeader || $throwRuntimeError("assignment to entry in nil map"))[$String.keyFor(_key)] = { k: _key, v: cv };
120353
+ }
120359
120354
  $s = -1; return cv;
120360
120355
  /* */ } return; } if ($f === undefined) { $f = { $blk: http2serverConn.ptr.prototype.canonicalHeader }; } $f._entry = _entry; $f._entry$1 = _entry$1; $f._key = _key; $f._r$2 = _r$2; $f._tuple = _tuple; $f._tuple$1 = _tuple$1; $f.cv = cv; $f.ok = ok; $f.sc = sc; $f.v = v; $f.$s = $s; $f.$r = $r; return $f;
120361
120356
  };
@@ -126941,27 +126936,25 @@ $packages["net/http"] = (function() {
126941
126936
  $r = delHeader("Content-Length"); /* */ $s = 42; case 42: if($c) { $c = false; $r = $r.$blk(); } if ($r && $r.$blk !== undefined) { break s; }
126942
126937
  hasCL = false;
126943
126938
  /* } */ case 40:
126944
- /* */ if (w.req.Method === "HEAD" || !bodyAllowedForStatus(code)) { $s = 43; continue; }
126945
- /* */ if (code === 204) { $s = 44; continue; }
126946
- /* */ if (hasCL) { $s = 45; continue; }
126947
- /* */ if (w.req.ProtoAtLeast(1, 1)) { $s = 46; continue; }
126948
- /* */ $s = 47; continue;
126949
- /* if (w.req.Method === "HEAD" || !bodyAllowedForStatus(code)) { */ case 43:
126950
- $s = 48; continue;
126951
- /* } else if (code === 204) { */ case 44:
126939
+ /* */ if (w.req.Method === "HEAD" || !bodyAllowedForStatus(code) || (code === 204)) { $s = 43; continue; }
126940
+ /* */ if (hasCL) { $s = 44; continue; }
126941
+ /* */ if (w.req.ProtoAtLeast(1, 1)) { $s = 45; continue; }
126942
+ /* */ $s = 46; continue;
126943
+ /* if (w.req.Method === "HEAD" || !bodyAllowedForStatus(code) || (code === 204)) { */ case 43:
126944
+ $r = delHeader("Transfer-Encoding"); /* */ $s = 48; case 48: if($c) { $c = false; $r = $r.$blk(); } if ($r && $r.$blk !== undefined) { break s; }
126945
+ $s = 47; continue;
126946
+ /* } else if (hasCL) { */ case 44:
126952
126947
  $r = delHeader("Transfer-Encoding"); /* */ $s = 49; case 49: if($c) { $c = false; $r = $r.$blk(); } if ($r && $r.$blk !== undefined) { break s; }
126953
- $s = 48; continue;
126954
- /* } else if (hasCL) { */ case 45:
126955
- $r = delHeader("Transfer-Encoding"); /* */ $s = 50; case 50: if($c) { $c = false; $r = $r.$blk(); } if ($r && $r.$blk !== undefined) { break s; }
126956
- $s = 48; continue;
126957
- /* } else if (w.req.ProtoAtLeast(1, 1)) { */ case 46:
126958
- /* */ if (hasTE && te === "identity") { $s = 51; continue; }
126959
- /* */ $s = 52; continue;
126960
- /* if (hasTE && te === "identity") { */ case 51:
126948
+ $s = 47; continue;
126949
+ /* } else if (w.req.ProtoAtLeast(1, 1)) { */ case 45:
126950
+ /* */ if (hasTE && te === "identity") { $s = 50; continue; }
126951
+ /* */ $s = 51; continue;
126952
+ /* if (hasTE && te === "identity") { */ case 50:
126961
126953
  cw.chunking = false;
126962
126954
  w.closeAfterReply = true;
126963
- $s = 53; continue;
126964
- /* } else { */ case 52:
126955
+ $r = delHeader("Transfer-Encoding"); /* */ $s = 53; case 53: if($c) { $c = false; $r = $r.$blk(); } if ($r && $r.$blk !== undefined) { break s; }
126956
+ $s = 52; continue;
126957
+ /* } else { */ case 51:
126965
126958
  cw.chunking = true;
126966
126959
  setHeader.transferEncoding = "chunked";
126967
126960
  /* */ if (hasTE && te === "chunked") { $s = 54; continue; }
@@ -126969,12 +126962,12 @@ $packages["net/http"] = (function() {
126969
126962
  /* if (hasTE && te === "chunked") { */ case 54:
126970
126963
  $r = delHeader("Transfer-Encoding"); /* */ $s = 56; case 56: if($c) { $c = false; $r = $r.$blk(); } if ($r && $r.$blk !== undefined) { break s; }
126971
126964
  /* } */ case 55:
126972
- /* } */ case 53:
126973
- $s = 48; continue;
126974
- /* } else { */ case 47:
126965
+ /* } */ case 52:
126966
+ $s = 47; continue;
126967
+ /* } else { */ case 46:
126975
126968
  w.closeAfterReply = true;
126976
126969
  $r = delHeader("Transfer-Encoding"); /* */ $s = 57; case 57: if($c) { $c = false; $r = $r.$blk(); } if ($r && $r.$blk !== undefined) { break s; }
126977
- /* } */ case 48:
126970
+ /* } */ case 47:
126978
126971
  /* */ if (cw.chunking) { $s = 58; continue; }
126979
126972
  /* */ $s = 59; continue;
126980
126973
  /* if (cw.chunking) { */ case 58:
@@ -136170,24 +136163,24 @@ $packages["github.com/nuberu/webgl"] = (function() {
136170
136163
  /* */ if ($assertType(_ref, sliceType$9, true)[1]) { $s = 10; continue; }
136171
136164
  /* */ $s = 11; continue;
136172
136165
  /* if ($assertType(_ref, sliceType, true)[1]) { */ case 1:
136173
- s$5[0] = _ref.$val;
136174
- h = ($pointerOfStructConversion(((s$5.$ptr || (s$5.$ptr = new ptrType$1(function() { return this.$target[0]; }, function($v) { this.$target[0] = $v; }, s$5)))), ptrType));
136166
+ s$9[0] = _ref.$val;
136167
+ h = ($pointerOfStructConversion(((s$9.$ptr || (s$9.$ptr = new ptrType$1(function() { return this.$target[0]; }, function($v) { this.$target[0] = $v; }, s$9)))), ptrType));
136175
136168
  $s = -1; return ((h)).$get();
136176
136169
  /* } else if ($assertType(_ref, sliceType$1, true)[1]) { */ case 2:
136177
- s$1[0] = _ref.$val;
136178
- h$1 = ($pointerOfStructConversion(((s$1.$ptr || (s$1.$ptr = new ptrType$2(function() { return this.$target[0]; }, function($v) { this.$target[0] = $v; }, s$1)))), ptrType));
136170
+ s$4[0] = _ref.$val;
136171
+ h$1 = ($pointerOfStructConversion(((s$4.$ptr || (s$4.$ptr = new ptrType$2(function() { return this.$target[0]; }, function($v) { this.$target[0] = $v; }, s$4)))), ptrType));
136179
136172
  h$1.Len = $imul(h$1.Len, (2));
136180
136173
  h$1.Cap = $imul(h$1.Cap, (2));
136181
136174
  $s = -1; return ((h$1)).$get();
136182
136175
  /* } else if ($assertType(_ref, sliceType$2, true)[1]) { */ case 3:
136183
- s$2[0] = _ref.$val;
136184
- h$2 = ($pointerOfStructConversion(((s$2.$ptr || (s$2.$ptr = new ptrType$3(function() { return this.$target[0]; }, function($v) { this.$target[0] = $v; }, s$2)))), ptrType));
136176
+ s$1[0] = _ref.$val;
136177
+ h$2 = ($pointerOfStructConversion(((s$1.$ptr || (s$1.$ptr = new ptrType$3(function() { return this.$target[0]; }, function($v) { this.$target[0] = $v; }, s$1)))), ptrType));
136185
136178
  h$2.Len = $imul(h$2.Len, (4));
136186
136179
  h$2.Cap = $imul(h$2.Cap, (4));
136187
136180
  $s = -1; return ((h$2)).$get();
136188
136181
  /* } else if ($assertType(_ref, sliceType$3, true)[1]) { */ case 4:
136189
- s$3[0] = _ref.$val;
136190
- h$3 = ($pointerOfStructConversion(((s$3.$ptr || (s$3.$ptr = new ptrType$4(function() { return this.$target[0]; }, function($v) { this.$target[0] = $v; }, s$3)))), ptrType));
136182
+ s$2[0] = _ref.$val;
136183
+ h$3 = ($pointerOfStructConversion(((s$2.$ptr || (s$2.$ptr = new ptrType$4(function() { return this.$target[0]; }, function($v) { this.$target[0] = $v; }, s$2)))), ptrType));
136191
136184
  h$3.Len = $imul(h$3.Len, (8));
136192
136185
  h$3.Cap = $imul(h$3.Cap, (8));
136193
136186
  $s = -1; return ((h$3)).$get();
@@ -136195,32 +136188,32 @@ $packages["github.com/nuberu/webgl"] = (function() {
136195
136188
  s$10 = _ref.$val;
136196
136189
  $s = -1; return s$10;
136197
136190
  /* } else if ($assertType(_ref, sliceType$5, true)[1]) { */ case 6:
136198
- s$4[0] = _ref.$val;
136199
- h$4 = ($pointerOfStructConversion(((s$4.$ptr || (s$4.$ptr = new ptrType$5(function() { return this.$target[0]; }, function($v) { this.$target[0] = $v; }, s$4)))), ptrType));
136191
+ s$5[0] = _ref.$val;
136192
+ h$4 = ($pointerOfStructConversion(((s$5.$ptr || (s$5.$ptr = new ptrType$5(function() { return this.$target[0]; }, function($v) { this.$target[0] = $v; }, s$5)))), ptrType));
136200
136193
  h$4.Len = $imul(h$4.Len, (2));
136201
136194
  h$4.Cap = $imul(h$4.Cap, (2));
136202
136195
  $s = -1; return ((h$4)).$get();
136203
136196
  /* } else if ($assertType(_ref, sliceType$6, true)[1]) { */ case 7:
136204
- s$6[0] = _ref.$val;
136205
- h$5 = ($pointerOfStructConversion(((s$6.$ptr || (s$6.$ptr = new ptrType$6(function() { return this.$target[0]; }, function($v) { this.$target[0] = $v; }, s$6)))), ptrType));
136197
+ s$3[0] = _ref.$val;
136198
+ h$5 = ($pointerOfStructConversion(((s$3.$ptr || (s$3.$ptr = new ptrType$6(function() { return this.$target[0]; }, function($v) { this.$target[0] = $v; }, s$3)))), ptrType));
136206
136199
  h$5.Len = $imul(h$5.Len, (4));
136207
136200
  h$5.Cap = $imul(h$5.Cap, (4));
136208
136201
  $s = -1; return ((h$5)).$get();
136209
136202
  /* } else if ($assertType(_ref, sliceType$7, true)[1]) { */ case 8:
136210
- s$7[0] = _ref.$val;
136211
- h$6 = ($pointerOfStructConversion(((s$7.$ptr || (s$7.$ptr = new ptrType$7(function() { return this.$target[0]; }, function($v) { this.$target[0] = $v; }, s$7)))), ptrType));
136203
+ s$6[0] = _ref.$val;
136204
+ h$6 = ($pointerOfStructConversion(((s$6.$ptr || (s$6.$ptr = new ptrType$7(function() { return this.$target[0]; }, function($v) { this.$target[0] = $v; }, s$6)))), ptrType));
136212
136205
  h$6.Len = $imul(h$6.Len, (8));
136213
136206
  h$6.Cap = $imul(h$6.Cap, (8));
136214
136207
  $s = -1; return ((h$6)).$get();
136215
136208
  /* } else if ($assertType(_ref, sliceType$8, true)[1]) { */ case 9:
136216
- s$8[0] = _ref.$val;
136217
- h$7 = ($pointerOfStructConversion(((s$8.$ptr || (s$8.$ptr = new ptrType$8(function() { return this.$target[0]; }, function($v) { this.$target[0] = $v; }, s$8)))), ptrType));
136209
+ s$7[0] = _ref.$val;
136210
+ h$7 = ($pointerOfStructConversion(((s$7.$ptr || (s$7.$ptr = new ptrType$8(function() { return this.$target[0]; }, function($v) { this.$target[0] = $v; }, s$7)))), ptrType));
136218
136211
  h$7.Len = $imul(h$7.Len, (4));
136219
136212
  h$7.Cap = $imul(h$7.Cap, (4));
136220
136213
  $s = -1; return ((h$7)).$get();
136221
136214
  /* } else if ($assertType(_ref, sliceType$9, true)[1]) { */ case 10:
136222
- s$9[0] = _ref.$val;
136223
- h$8 = ($pointerOfStructConversion(((s$9.$ptr || (s$9.$ptr = new ptrType$9(function() { return this.$target[0]; }, function($v) { this.$target[0] = $v; }, s$9)))), ptrType));
136215
+ s$8[0] = _ref.$val;
136216
+ h$8 = ($pointerOfStructConversion(((s$8.$ptr || (s$8.$ptr = new ptrType$9(function() { return this.$target[0]; }, function($v) { this.$target[0] = $v; }, s$8)))), ptrType));
136224
136217
  h$8.Len = $imul(h$8.Len, (8));
136225
136218
  h$8.Cap = $imul(h$8.Cap, (8));
136226
136219
  $s = -1; return ((h$8)).$get();
@@ -141157,14 +141150,14 @@ $packages["image/draw"] = (function() {
141157
141150
  /* */ if ($assertType(_ref$1, ptrType$5, true)[1]) { $s = 8; continue; }
141158
141151
  /* */ $s = 9; continue;
141159
141152
  /* if ($assertType(_ref$1, ptrType$1, true)[1]) { */ case 6:
141160
- src0$1[0] = _ref$1.$val;
141153
+ src0$2[0] = _ref$1.$val;
141161
141154
  pxRGBA = (function(out, src, src0, src0$1, src0$2) { return function(x$1, y) {
141162
141155
  var _tuple$2, a$1, b$1, g$1, r$2, x$1, y;
141163
141156
  r$2 = 0;
141164
141157
  g$1 = 0;
141165
141158
  b$1 = 0;
141166
141159
  a$1 = 0;
141167
- _tuple$2 = $clone(src0$1[0].RGBAAt(x$1, y), color.RGBA).RGBA();
141160
+ _tuple$2 = $clone(src0$2[0].RGBAAt(x$1, y), color.RGBA).RGBA();
141168
141161
  r$2 = _tuple$2[0];
141169
141162
  g$1 = _tuple$2[1];
141170
141163
  b$1 = _tuple$2[2];
@@ -141173,14 +141166,14 @@ $packages["image/draw"] = (function() {
141173
141166
  }; })(out, src, src0, src0$1, src0$2);
141174
141167
  $s = 9; continue;
141175
141168
  /* } else if ($assertType(_ref$1, ptrType$4, true)[1]) { */ case 7:
141176
- src0$2[0] = _ref$1.$val;
141169
+ src0[0] = _ref$1.$val;
141177
141170
  pxRGBA = (function(out, src, src0, src0$1, src0$2) { return function(x$1, y) {
141178
141171
  var _tuple$2, a$1, b$1, g$1, r$2, x$1, y;
141179
141172
  r$2 = 0;
141180
141173
  g$1 = 0;
141181
141174
  b$1 = 0;
141182
141175
  a$1 = 0;
141183
- _tuple$2 = $clone(src0$2[0].NRGBAAt(x$1, y), color.NRGBA).RGBA();
141176
+ _tuple$2 = $clone(src0[0].NRGBAAt(x$1, y), color.NRGBA).RGBA();
141184
141177
  r$2 = _tuple$2[0];
141185
141178
  g$1 = _tuple$2[1];
141186
141179
  b$1 = _tuple$2[2];
@@ -141189,14 +141182,14 @@ $packages["image/draw"] = (function() {
141189
141182
  }; })(out, src, src0, src0$1, src0$2);
141190
141183
  $s = 9; continue;
141191
141184
  /* } else if ($assertType(_ref$1, ptrType$5, true)[1]) { */ case 8:
141192
- src0[0] = _ref$1.$val;
141185
+ src0$1[0] = _ref$1.$val;
141193
141186
  pxRGBA = (function(out, src, src0, src0$1, src0$2) { return function(x$1, y) {
141194
141187
  var _tuple$2, a$1, b$1, g$1, r$2, x$1, y;
141195
141188
  r$2 = 0;
141196
141189
  g$1 = 0;
141197
141190
  b$1 = 0;
141198
141191
  a$1 = 0;
141199
- _tuple$2 = $clone(src0[0].YCbCrAt(x$1, y), color.YCbCr).RGBA();
141192
+ _tuple$2 = $clone(src0$1[0].YCbCrAt(x$1, y), color.YCbCr).RGBA();
141200
141193
  r$2 = _tuple$2[0];
141201
141194
  g$1 = _tuple$2[1];
141202
141195
  b$1 = _tuple$2[2];