@stryke/capnp 0.5.0 → 0.6.1

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.
@@ -44,15 +44,15 @@
44
44
 
45
45
 
46
46
 
47
- var _chunkC6LZ6PNUcjs = require('./chunk-C6LZ6PNU.cjs');
47
+ var _chunkIVTBYMMNcjs = require('./chunk-IVTBYMMN.cjs');
48
48
 
49
49
  // ../path/src/exists.ts
50
50
  var _fs = require('fs');
51
51
  var _promises = require('fs/promises');
52
- var existsSync = /* @__PURE__ */ _chunkC6LZ6PNUcjs.__name.call(void 0, (filePath) => {
52
+ var existsSync = /* @__PURE__ */ _chunkIVTBYMMNcjs.__name.call(void 0, (filePath) => {
53
53
  return _fs.existsSync.call(void 0, filePath);
54
54
  }, "existsSync");
55
- var exists = /* @__PURE__ */ _chunkC6LZ6PNUcjs.__name.call(void 0, async (filePath) => {
55
+ var exists = /* @__PURE__ */ _chunkIVTBYMMNcjs.__name.call(void 0, async (filePath) => {
56
56
  return _promises.access.call(void 0, filePath, _promises.constants.F_OK).then(() => true).catch(() => false);
57
57
  }, "exists");
58
58
 
@@ -68,13 +68,13 @@ async function createDirectory(path) {
68
68
  recursive: true
69
69
  });
70
70
  }
71
- _chunkC6LZ6PNUcjs.__name.call(void 0, createDirectory, "createDirectory");
71
+ _chunkIVTBYMMNcjs.__name.call(void 0, createDirectory, "createDirectory");
72
72
 
73
73
  // ../fs/src/write-file.ts
74
74
  var _jtoml = require('@ltd/j-toml');
75
75
 
76
76
  // ../type-checks/src/get-object-tag.ts
77
- var getObjectTag = /* @__PURE__ */ _chunkC6LZ6PNUcjs.__name.call(void 0, (value) => {
77
+ var getObjectTag = /* @__PURE__ */ _chunkIVTBYMMNcjs.__name.call(void 0, (value) => {
78
78
  if (value == null) {
79
79
  return value === void 0 ? "[object Undefined]" : "[object Null]";
80
80
  }
@@ -82,10 +82,10 @@ var getObjectTag = /* @__PURE__ */ _chunkC6LZ6PNUcjs.__name.call(void 0, (value)
82
82
  }, "getObjectTag");
83
83
 
84
84
  // ../type-checks/src/is-plain-object.ts
85
- var isObjectLike = /* @__PURE__ */ _chunkC6LZ6PNUcjs.__name.call(void 0, (obj) => {
85
+ var isObjectLike = /* @__PURE__ */ _chunkIVTBYMMNcjs.__name.call(void 0, (obj) => {
86
86
  return typeof obj === "object" && obj !== null;
87
87
  }, "isObjectLike");
88
- var isPlainObject = /* @__PURE__ */ _chunkC6LZ6PNUcjs.__name.call(void 0, (obj) => {
88
+ var isPlainObject = /* @__PURE__ */ _chunkIVTBYMMNcjs.__name.call(void 0, (obj) => {
89
89
  if (!isObjectLike(obj) || getObjectTag(obj) !== "[object Object]") {
90
90
  return false;
91
91
  }
@@ -100,7 +100,7 @@ var isPlainObject = /* @__PURE__ */ _chunkC6LZ6PNUcjs.__name.call(void 0, (obj)
100
100
  }, "isPlainObject");
101
101
 
102
102
  // ../type-checks/src/is-object.ts
103
- var isObject = /* @__PURE__ */ _chunkC6LZ6PNUcjs.__name.call(void 0, (value) => {
103
+ var isObject = /* @__PURE__ */ _chunkIVTBYMMNcjs.__name.call(void 0, (value) => {
104
104
  try {
105
105
  return typeof value === "object" || Boolean(value) && _optionalChain([value, 'optionalAccess', _2 => _2.constructor]) === Object || isPlainObject(value);
106
106
  } catch (e) {
@@ -109,7 +109,7 @@ var isObject = /* @__PURE__ */ _chunkC6LZ6PNUcjs.__name.call(void 0, (value) =>
109
109
  }, "isObject");
110
110
 
111
111
  // ../type-checks/src/is-string.ts
112
- var isString = /* @__PURE__ */ _chunkC6LZ6PNUcjs.__name.call(void 0, (value) => {
112
+ var isString = /* @__PURE__ */ _chunkIVTBYMMNcjs.__name.call(void 0, (value) => {
113
113
  try {
114
114
  return typeof value === "string";
115
115
  } catch (e2) {
@@ -132,11 +132,11 @@ var multiComment = Symbol("multiComment");
132
132
  function stripWithoutWhitespace() {
133
133
  return "";
134
134
  }
135
- _chunkC6LZ6PNUcjs.__name.call(void 0, stripWithoutWhitespace, "stripWithoutWhitespace");
135
+ _chunkIVTBYMMNcjs.__name.call(void 0, stripWithoutWhitespace, "stripWithoutWhitespace");
136
136
  function stripWithWhitespace(value, start, end) {
137
137
  return value.slice(start, end).replace(/\S/g, " ");
138
138
  }
139
- _chunkC6LZ6PNUcjs.__name.call(void 0, stripWithWhitespace, "stripWithWhitespace");
139
+ _chunkIVTBYMMNcjs.__name.call(void 0, stripWithWhitespace, "stripWithWhitespace");
140
140
  function isEscaped(value, quotePosition) {
141
141
  let index = quotePosition - 1;
142
142
  let backslashCount = 0;
@@ -146,7 +146,7 @@ function isEscaped(value, quotePosition) {
146
146
  }
147
147
  return Boolean(backslashCount % 2);
148
148
  }
149
- _chunkC6LZ6PNUcjs.__name.call(void 0, isEscaped, "isEscaped");
149
+ _chunkIVTBYMMNcjs.__name.call(void 0, isEscaped, "isEscaped");
150
150
  function stripComments(value, { whitespace = true, trailingCommas = false } = {}) {
151
151
  if (typeof value !== "string") {
152
152
  throw new TypeError(`Expected argument \`jsonString\` to be a \`string\`, got \`${typeof value}\``);
@@ -217,7 +217,7 @@ function stripComments(value, { whitespace = true, trailingCommas = false } = {}
217
217
  }
218
218
  return result + buffer + (isInsideComment ? strip(value.slice(offset)) : value.slice(offset));
219
219
  }
220
- _chunkC6LZ6PNUcjs.__name.call(void 0, stripComments, "stripComments");
220
+ _chunkIVTBYMMNcjs.__name.call(void 0, stripComments, "stripComments");
221
221
 
222
222
  // ../json/src/utils/parse.ts
223
223
  var suspectProtoRx = /"(?:_|\\u0{2}5[Ff]){2}(?:p|\\u0{2}70)(?:r|\\u0{2}72)(?:o|\\u0{2}6[Ff])(?:t|\\u0{2}74)(?:o|\\u0{2}6[Ff])(?:_|\\u0{2}5[Ff]){2}"\s*:/;
@@ -230,7 +230,7 @@ function jsonParseTransform(key, value) {
230
230
  }
231
231
  return value;
232
232
  }
233
- _chunkC6LZ6PNUcjs.__name.call(void 0, jsonParseTransform, "jsonParseTransform");
233
+ _chunkIVTBYMMNcjs.__name.call(void 0, jsonParseTransform, "jsonParseTransform");
234
234
  function parse(value, options = {}) {
235
235
  if (typeof value !== "string") {
236
236
  return value;
@@ -286,7 +286,7 @@ function parse(value, options = {}) {
286
286
  return value;
287
287
  }
288
288
  }
289
- _chunkC6LZ6PNUcjs.__name.call(void 0, parse, "parse");
289
+ _chunkIVTBYMMNcjs.__name.call(void 0, parse, "parse");
290
290
 
291
291
  // ../json/src/utils/parse-error.ts
292
292
 
@@ -360,7 +360,7 @@ function getMarkerLines(loc, source, opts = {}) {
360
360
  markerLines
361
361
  };
362
362
  }
363
- _chunkC6LZ6PNUcjs.__name.call(void 0, getMarkerLines, "getMarkerLines");
363
+ _chunkIVTBYMMNcjs.__name.call(void 0, getMarkerLines, "getMarkerLines");
364
364
  function codeFrameColumns(rawLines, loc, opts = {}) {
365
365
  const lines = rawLines.split(NEWLINE);
366
366
  const { start, end, markerLines } = getMarkerLines(loc, lines, opts);
@@ -394,7 +394,7 @@ function codeFrameColumns(rawLines, loc, opts = {}) {
394
394
  }).join("\n");
395
395
  return frame;
396
396
  }
397
- _chunkC6LZ6PNUcjs.__name.call(void 0, codeFrameColumns, "codeFrameColumns");
397
+ _chunkIVTBYMMNcjs.__name.call(void 0, codeFrameColumns, "codeFrameColumns");
398
398
 
399
399
  // ../json/src/utils/parse-error.ts
400
400
  function formatParseError(input, parseError) {
@@ -417,10 +417,10 @@ ${codeFrameColumns(input, {
417
417
  })}
418
418
  `;
419
419
  }
420
- _chunkC6LZ6PNUcjs.__name.call(void 0, formatParseError, "formatParseError");
420
+ _chunkIVTBYMMNcjs.__name.call(void 0, formatParseError, "formatParseError");
421
421
 
422
422
  // ../type-checks/src/is-number.ts
423
- var isNumber = /* @__PURE__ */ _chunkC6LZ6PNUcjs.__name.call(void 0, (value) => {
423
+ var isNumber = /* @__PURE__ */ _chunkIVTBYMMNcjs.__name.call(void 0, (value) => {
424
424
  try {
425
425
  return value instanceof Number || typeof value === "number" || Number(value) === value;
426
426
  } catch (e3) {
@@ -429,7 +429,7 @@ var isNumber = /* @__PURE__ */ _chunkC6LZ6PNUcjs.__name.call(void 0, (value) =>
429
429
  }, "isNumber");
430
430
 
431
431
  // ../type-checks/src/is-undefined.ts
432
- var isUndefined = /* @__PURE__ */ _chunkC6LZ6PNUcjs.__name.call(void 0, (value) => {
432
+ var isUndefined = /* @__PURE__ */ _chunkIVTBYMMNcjs.__name.call(void 0, (value) => {
433
433
  return value === void 0;
434
434
  }, "isUndefined");
435
435
 
@@ -468,7 +468,7 @@ var invalidKeyChars = [
468
468
  "<",
469
469
  ">"
470
470
  ];
471
- var stringify = /* @__PURE__ */ _chunkC6LZ6PNUcjs.__name.call(void 0, (value, spacing = 2) => {
471
+ var stringify = /* @__PURE__ */ _chunkIVTBYMMNcjs.__name.call(void 0, (value, spacing = 2) => {
472
472
  const space = isNumber(spacing) ? " ".repeat(spacing) : spacing;
473
473
  switch (value) {
474
474
  case null: {
@@ -515,7 +515,7 @@ var stringify = /* @__PURE__ */ _chunkC6LZ6PNUcjs.__name.call(void 0, (value, sp
515
515
  // ../json/src/storm-json.ts
516
516
  var StormJSON = class _StormJSON extends _superjson2.default {
517
517
  static {
518
- _chunkC6LZ6PNUcjs.__name.call(void 0, this, "StormJSON");
518
+ _chunkIVTBYMMNcjs.__name.call(void 0, this, "StormJSON");
519
519
  }
520
520
  static #instance;
521
521
  static get instance() {
@@ -622,9 +622,9 @@ var StormJSON = class _StormJSON extends _superjson2.default {
622
622
  }
623
623
  };
624
624
  StormJSON.instance.registerCustom({
625
- isApplicable: /* @__PURE__ */ _chunkC6LZ6PNUcjs.__name.call(void 0, (v) => _buffer.Buffer.isBuffer(v), "isApplicable"),
626
- serialize: /* @__PURE__ */ _chunkC6LZ6PNUcjs.__name.call(void 0, (v) => v.toString("base64"), "serialize"),
627
- deserialize: /* @__PURE__ */ _chunkC6LZ6PNUcjs.__name.call(void 0, (v) => _buffer.Buffer.from(v, "base64"), "deserialize")
625
+ isApplicable: /* @__PURE__ */ _chunkIVTBYMMNcjs.__name.call(void 0, (v) => _buffer.Buffer.isBuffer(v), "isApplicable"),
626
+ serialize: /* @__PURE__ */ _chunkIVTBYMMNcjs.__name.call(void 0, (v) => v.toString("base64"), "serialize"),
627
+ deserialize: /* @__PURE__ */ _chunkIVTBYMMNcjs.__name.call(void 0, (v) => _buffer.Buffer.from(v, "base64"), "deserialize")
628
628
  }, "Bytes");
629
629
 
630
630
  // ../path/src/is-file.ts
@@ -638,14 +638,14 @@ function normalizeWindowsPath(input = "") {
638
638
  }
639
639
  return input.replace(/\\/g, "/").replace(_DRIVE_LETTER_START_RE, (r) => r.toUpperCase());
640
640
  }
641
- _chunkC6LZ6PNUcjs.__name.call(void 0, normalizeWindowsPath, "normalizeWindowsPath");
641
+ _chunkIVTBYMMNcjs.__name.call(void 0, normalizeWindowsPath, "normalizeWindowsPath");
642
642
  var _UNC_REGEX = /^[/\\]{2}/;
643
643
  var _IS_ABSOLUTE_RE = /^[/\\](?![/\\])|^[/\\]{2}(?!\.)|^[A-Z]:[/\\]/i;
644
644
  var _DRIVE_LETTER_RE = /^[A-Z]:$/i;
645
- var isAbsolute = /* @__PURE__ */ _chunkC6LZ6PNUcjs.__name.call(void 0, function(p) {
645
+ var isAbsolute = /* @__PURE__ */ _chunkIVTBYMMNcjs.__name.call(void 0, function(p) {
646
646
  return _IS_ABSOLUTE_RE.test(p);
647
647
  }, "isAbsolute");
648
- var correctPaths = /* @__PURE__ */ _chunkC6LZ6PNUcjs.__name.call(void 0, function(path) {
648
+ var correctPaths = /* @__PURE__ */ _chunkIVTBYMMNcjs.__name.call(void 0, function(path) {
649
649
  if (!path || path.length === 0) {
650
650
  return ".";
651
651
  }
@@ -674,7 +674,7 @@ var correctPaths = /* @__PURE__ */ _chunkC6LZ6PNUcjs.__name.call(void 0, functio
674
674
  }
675
675
  return isPathAbsolute && !isAbsolute(path) ? `/${path}` : path;
676
676
  }, "correctPaths");
677
- var joinPaths = /* @__PURE__ */ _chunkC6LZ6PNUcjs.__name.call(void 0, function(...segments) {
677
+ var joinPaths = /* @__PURE__ */ _chunkIVTBYMMNcjs.__name.call(void 0, function(...segments) {
678
678
  let path = "";
679
679
  for (const seg of segments) {
680
680
  if (!seg) {
@@ -755,7 +755,7 @@ function normalizeString(path, allowAboveRoot) {
755
755
  }
756
756
  return res;
757
757
  }
758
- _chunkC6LZ6PNUcjs.__name.call(void 0, normalizeString, "normalizeString");
758
+ _chunkIVTBYMMNcjs.__name.call(void 0, normalizeString, "normalizeString");
759
759
 
760
760
  // ../path/src/regex.ts
761
761
  var DRIVE_LETTER_START_REGEX = /^[A-Z]:\//i;
@@ -770,13 +770,13 @@ function slash(path) {
770
770
  }
771
771
  return path.replace(/\\/g, "/");
772
772
  }
773
- _chunkC6LZ6PNUcjs.__name.call(void 0, slash, "slash");
773
+ _chunkIVTBYMMNcjs.__name.call(void 0, slash, "slash");
774
774
 
775
775
  // ../path/src/is-file.ts
776
776
  function isAbsolutePath(path) {
777
777
  return ABSOLUTE_PATH_REGEX.test(slash(path));
778
778
  }
779
- _chunkC6LZ6PNUcjs.__name.call(void 0, isAbsolutePath, "isAbsolutePath");
779
+ _chunkIVTBYMMNcjs.__name.call(void 0, isAbsolutePath, "isAbsolutePath");
780
780
 
781
781
  // ../path/src/correct-path.ts
782
782
  function normalizeWindowsPath2(input = "") {
@@ -785,7 +785,7 @@ function normalizeWindowsPath2(input = "") {
785
785
  }
786
786
  return slash(input).replace(DRIVE_LETTER_START_REGEX, (r) => r.toUpperCase());
787
787
  }
788
- _chunkC6LZ6PNUcjs.__name.call(void 0, normalizeWindowsPath2, "normalizeWindowsPath");
788
+ _chunkIVTBYMMNcjs.__name.call(void 0, normalizeWindowsPath2, "normalizeWindowsPath");
789
789
  function correctPath(path) {
790
790
  if (!path || path.length === 0) {
791
791
  return ".";
@@ -815,7 +815,7 @@ function correctPath(path) {
815
815
  }
816
816
  return !path.startsWith("/") && isPathAbsolute && !DRIVE_LETTER_REGEX.test(path) ? `/${path}` : path;
817
817
  }
818
- _chunkC6LZ6PNUcjs.__name.call(void 0, correctPath, "correctPath");
818
+ _chunkIVTBYMMNcjs.__name.call(void 0, correctPath, "correctPath");
819
819
  function normalizeString2(path, allowAboveRoot) {
820
820
  let res = "";
821
821
  let lastSegmentLength = 0;
@@ -876,7 +876,7 @@ function normalizeString2(path, allowAboveRoot) {
876
876
  }
877
877
  return res;
878
878
  }
879
- _chunkC6LZ6PNUcjs.__name.call(void 0, normalizeString2, "normalizeString");
879
+ _chunkIVTBYMMNcjs.__name.call(void 0, normalizeString2, "normalizeString");
880
880
 
881
881
  // ../path/src/file-path-fns.ts
882
882
  var _path = require('path');
@@ -896,7 +896,7 @@ function findFileName(filePath, options = {}) {
896
896
  }
897
897
  return result;
898
898
  }
899
- _chunkC6LZ6PNUcjs.__name.call(void 0, findFileName, "findFileName");
899
+ _chunkIVTBYMMNcjs.__name.call(void 0, findFileName, "findFileName");
900
900
  function findFilePath(filePath) {
901
901
  const normalizedPath = normalizeWindowsPath2(filePath);
902
902
  const result = normalizedPath.replace(findFileName(normalizedPath, {
@@ -904,13 +904,13 @@ function findFilePath(filePath) {
904
904
  }), "");
905
905
  return result === "/" ? result : result.replace(/\/$/, "");
906
906
  }
907
- _chunkC6LZ6PNUcjs.__name.call(void 0, findFilePath, "findFilePath");
907
+ _chunkIVTBYMMNcjs.__name.call(void 0, findFilePath, "findFilePath");
908
908
 
909
909
  // ../fs/src/write-file.ts
910
910
  var _defu = require('defu'); var _defu2 = _interopRequireDefault(_defu);
911
911
 
912
912
 
913
- var writeFile = /* @__PURE__ */ _chunkC6LZ6PNUcjs.__name.call(void 0, async (filePath, content = "", options = {}) => {
913
+ var writeFile = /* @__PURE__ */ _chunkIVTBYMMNcjs.__name.call(void 0, async (filePath, content = "", options = {}) => {
914
914
  if (!filePath) {
915
915
  throw new Error("No file path provided to read data");
916
916
  }
@@ -930,33 +930,33 @@ var _typescript = require('typescript'); var _typescript2 = _interopRequireDefau
930
930
 
931
931
  // ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=53996ae63a1465953815fff49405f2224c85d26eeeff469d2b1f87e1c2af451d_typescript@5.8.3/node_modules/capnp-es/dist/capnp/schema.mjs
932
932
  var _capnpFileId = BigInt("0xa93fc509624c72d9");
933
- var Node_Parameter = (_class = class extends _chunkC6LZ6PNUcjs.Struct {
933
+ var Node_Parameter = (_class = class extends _chunkIVTBYMMNcjs.Struct {
934
934
  static {
935
- _chunkC6LZ6PNUcjs.__name.call(void 0, this, "Node_Parameter");
935
+ _chunkIVTBYMMNcjs.__name.call(void 0, this, "Node_Parameter");
936
936
  }
937
937
  static __initStatic() {this._capnp = {
938
938
  displayName: "Parameter",
939
939
  id: "b9521bccf10fa3b1",
940
- size: new (0, _chunkC6LZ6PNUcjs.ObjectSize)(0, 1)
940
+ size: new (0, _chunkIVTBYMMNcjs.ObjectSize)(0, 1)
941
941
  }}
942
942
  get name() {
943
- return _chunkC6LZ6PNUcjs.getText.call(void 0, 0, this);
943
+ return _chunkIVTBYMMNcjs.getText.call(void 0, 0, this);
944
944
  }
945
945
  set name(value) {
946
- _chunkC6LZ6PNUcjs.setText.call(void 0, 0, value, this);
946
+ _chunkIVTBYMMNcjs.setText.call(void 0, 0, value, this);
947
947
  }
948
948
  toString() {
949
949
  return "Node_Parameter_" + super.toString();
950
950
  }
951
951
  }, _class.__initStatic(), _class);
952
- var Node_NestedNode = (_class2 = class extends _chunkC6LZ6PNUcjs.Struct {
952
+ var Node_NestedNode = (_class2 = class extends _chunkIVTBYMMNcjs.Struct {
953
953
  static {
954
- _chunkC6LZ6PNUcjs.__name.call(void 0, this, "Node_NestedNode");
954
+ _chunkIVTBYMMNcjs.__name.call(void 0, this, "Node_NestedNode");
955
955
  }
956
956
  static __initStatic2() {this._capnp = {
957
957
  displayName: "NestedNode",
958
958
  id: "debf55bbfa0fc242",
959
- size: new (0, _chunkC6LZ6PNUcjs.ObjectSize)(8, 1)
959
+ size: new (0, _chunkIVTBYMMNcjs.ObjectSize)(8, 1)
960
960
  }}
961
961
  /**
962
962
  * Unqualified symbol name. Unlike Node.displayName, this *can* be used programmatically.
@@ -965,10 +965,10 @@ var Node_NestedNode = (_class2 = class extends _chunkC6LZ6PNUcjs.Struct {
965
965
  *
966
966
  */
967
967
  get name() {
968
- return _chunkC6LZ6PNUcjs.getText.call(void 0, 0, this);
968
+ return _chunkIVTBYMMNcjs.getText.call(void 0, 0, this);
969
969
  }
970
970
  set name(value) {
971
- _chunkC6LZ6PNUcjs.setText.call(void 0, 0, value, this);
971
+ _chunkIVTBYMMNcjs.setText.call(void 0, 0, value, this);
972
972
  }
973
973
  /**
974
974
  * ID of the nested node. Typically, the target node's scopeId points back to this node, but
@@ -976,47 +976,47 @@ var Node_NestedNode = (_class2 = class extends _chunkC6LZ6PNUcjs.Struct {
976
976
  *
977
977
  */
978
978
  get id() {
979
- return _chunkC6LZ6PNUcjs.getUint64.call(void 0, 0, this);
979
+ return _chunkIVTBYMMNcjs.getUint64.call(void 0, 0, this);
980
980
  }
981
981
  set id(value) {
982
- _chunkC6LZ6PNUcjs.setUint64.call(void 0, 0, value, this);
982
+ _chunkIVTBYMMNcjs.setUint64.call(void 0, 0, value, this);
983
983
  }
984
984
  toString() {
985
985
  return "Node_NestedNode_" + super.toString();
986
986
  }
987
987
  }, _class2.__initStatic2(), _class2);
988
- var Node_SourceInfo_Member = (_class3 = class extends _chunkC6LZ6PNUcjs.Struct {
988
+ var Node_SourceInfo_Member = (_class3 = class extends _chunkIVTBYMMNcjs.Struct {
989
989
  static {
990
- _chunkC6LZ6PNUcjs.__name.call(void 0, this, "Node_SourceInfo_Member");
990
+ _chunkIVTBYMMNcjs.__name.call(void 0, this, "Node_SourceInfo_Member");
991
991
  }
992
992
  static __initStatic3() {this._capnp = {
993
993
  displayName: "Member",
994
994
  id: "c2ba9038898e1fa2",
995
- size: new (0, _chunkC6LZ6PNUcjs.ObjectSize)(0, 1)
995
+ size: new (0, _chunkIVTBYMMNcjs.ObjectSize)(0, 1)
996
996
  }}
997
997
  /**
998
998
  * Doc comment on the member.
999
999
  *
1000
1000
  */
1001
1001
  get docComment() {
1002
- return _chunkC6LZ6PNUcjs.getText.call(void 0, 0, this);
1002
+ return _chunkIVTBYMMNcjs.getText.call(void 0, 0, this);
1003
1003
  }
1004
1004
  set docComment(value) {
1005
- _chunkC6LZ6PNUcjs.setText.call(void 0, 0, value, this);
1005
+ _chunkIVTBYMMNcjs.setText.call(void 0, 0, value, this);
1006
1006
  }
1007
1007
  toString() {
1008
1008
  return "Node_SourceInfo_Member_" + super.toString();
1009
1009
  }
1010
1010
  }, _class3.__initStatic3(), _class3);
1011
- var Node_SourceInfo = (_class4 = class _Node_SourceInfo extends _chunkC6LZ6PNUcjs.Struct {
1011
+ var Node_SourceInfo = (_class4 = class _Node_SourceInfo extends _chunkIVTBYMMNcjs.Struct {
1012
1012
  static {
1013
- _chunkC6LZ6PNUcjs.__name.call(void 0, this, "Node_SourceInfo");
1013
+ _chunkIVTBYMMNcjs.__name.call(void 0, this, "Node_SourceInfo");
1014
1014
  }
1015
1015
  static __initStatic4() {this.Member = Node_SourceInfo_Member}
1016
1016
  static __initStatic5() {this._capnp = {
1017
1017
  displayName: "SourceInfo",
1018
1018
  id: "f38e1de3041357ae",
1019
- size: new (0, _chunkC6LZ6PNUcjs.ObjectSize)(8, 2)
1019
+ size: new (0, _chunkIVTBYMMNcjs.ObjectSize)(8, 2)
1020
1020
  }}
1021
1021
 
1022
1022
  /**
@@ -1024,26 +1024,26 @@ var Node_SourceInfo = (_class4 = class _Node_SourceInfo extends _chunkC6LZ6PNUcj
1024
1024
  *
1025
1025
  */
1026
1026
  get id() {
1027
- return _chunkC6LZ6PNUcjs.getUint64.call(void 0, 0, this);
1027
+ return _chunkIVTBYMMNcjs.getUint64.call(void 0, 0, this);
1028
1028
  }
1029
1029
  set id(value) {
1030
- _chunkC6LZ6PNUcjs.setUint64.call(void 0, 0, value, this);
1030
+ _chunkIVTBYMMNcjs.setUint64.call(void 0, 0, value, this);
1031
1031
  }
1032
1032
  /**
1033
1033
  * The top-level doc comment for the Node.
1034
1034
  *
1035
1035
  */
1036
1036
  get docComment() {
1037
- return _chunkC6LZ6PNUcjs.getText.call(void 0, 0, this);
1037
+ return _chunkIVTBYMMNcjs.getText.call(void 0, 0, this);
1038
1038
  }
1039
1039
  set docComment(value) {
1040
- _chunkC6LZ6PNUcjs.setText.call(void 0, 0, value, this);
1040
+ _chunkIVTBYMMNcjs.setText.call(void 0, 0, value, this);
1041
1041
  }
1042
1042
  _adoptMembers(value) {
1043
- _chunkC6LZ6PNUcjs.adopt.call(void 0, value, _chunkC6LZ6PNUcjs.getPointer.call(void 0, 1, this));
1043
+ _chunkIVTBYMMNcjs.adopt.call(void 0, value, _chunkIVTBYMMNcjs.getPointer.call(void 0, 1, this));
1044
1044
  }
1045
1045
  _disownMembers() {
1046
- return _chunkC6LZ6PNUcjs.disown.call(void 0, this.members);
1046
+ return _chunkIVTBYMMNcjs.disown.call(void 0, this.members);
1047
1047
  }
1048
1048
  /**
1049
1049
  * Information about each member -- i.e. fields (for structs), enumerants (for enums), or
@@ -1054,29 +1054,29 @@ var Node_SourceInfo = (_class4 = class _Node_SourceInfo extends _chunkC6LZ6PNUcj
1054
1054
  *
1055
1055
  */
1056
1056
  get members() {
1057
- return _chunkC6LZ6PNUcjs.getList.call(void 0, 1, _Node_SourceInfo._Members, this);
1057
+ return _chunkIVTBYMMNcjs.getList.call(void 0, 1, _Node_SourceInfo._Members, this);
1058
1058
  }
1059
1059
  _hasMembers() {
1060
- return !_chunkC6LZ6PNUcjs.isNull.call(void 0, _chunkC6LZ6PNUcjs.getPointer.call(void 0, 1, this));
1060
+ return !_chunkIVTBYMMNcjs.isNull.call(void 0, _chunkIVTBYMMNcjs.getPointer.call(void 0, 1, this));
1061
1061
  }
1062
1062
  _initMembers(length) {
1063
- return _chunkC6LZ6PNUcjs.initList.call(void 0, 1, _Node_SourceInfo._Members, length, this);
1063
+ return _chunkIVTBYMMNcjs.initList.call(void 0, 1, _Node_SourceInfo._Members, length, this);
1064
1064
  }
1065
1065
  set members(value) {
1066
- _chunkC6LZ6PNUcjs.copyFrom.call(void 0, value, _chunkC6LZ6PNUcjs.getPointer.call(void 0, 1, this));
1066
+ _chunkIVTBYMMNcjs.copyFrom.call(void 0, value, _chunkIVTBYMMNcjs.getPointer.call(void 0, 1, this));
1067
1067
  }
1068
1068
  toString() {
1069
1069
  return "Node_SourceInfo_" + super.toString();
1070
1070
  }
1071
1071
  }, _class4.__initStatic4(), _class4.__initStatic5(), _class4);
1072
- var Node_Struct = (_class5 = class _Node_Struct extends _chunkC6LZ6PNUcjs.Struct {
1072
+ var Node_Struct = (_class5 = class _Node_Struct extends _chunkIVTBYMMNcjs.Struct {
1073
1073
  static {
1074
- _chunkC6LZ6PNUcjs.__name.call(void 0, this, "Node_Struct");
1074
+ _chunkIVTBYMMNcjs.__name.call(void 0, this, "Node_Struct");
1075
1075
  }
1076
1076
  static __initStatic6() {this._capnp = {
1077
1077
  displayName: "struct",
1078
1078
  id: "9ea0b19b37fb4435",
1079
- size: new (0, _chunkC6LZ6PNUcjs.ObjectSize)(40, 6)
1079
+ size: new (0, _chunkIVTBYMMNcjs.ObjectSize)(40, 6)
1080
1080
  }}
1081
1081
 
1082
1082
  /**
@@ -1084,20 +1084,20 @@ var Node_Struct = (_class5 = class _Node_Struct extends _chunkC6LZ6PNUcjs.Struct
1084
1084
  *
1085
1085
  */
1086
1086
  get dataWordCount() {
1087
- return _chunkC6LZ6PNUcjs.getUint16.call(void 0, 14, this);
1087
+ return _chunkIVTBYMMNcjs.getUint16.call(void 0, 14, this);
1088
1088
  }
1089
1089
  set dataWordCount(value) {
1090
- _chunkC6LZ6PNUcjs.setUint16.call(void 0, 14, value, this);
1090
+ _chunkIVTBYMMNcjs.setUint16.call(void 0, 14, value, this);
1091
1091
  }
1092
1092
  /**
1093
1093
  * Size of the pointer section, in pointers (which are one word each).
1094
1094
  *
1095
1095
  */
1096
1096
  get pointerCount() {
1097
- return _chunkC6LZ6PNUcjs.getUint16.call(void 0, 24, this);
1097
+ return _chunkIVTBYMMNcjs.getUint16.call(void 0, 24, this);
1098
1098
  }
1099
1099
  set pointerCount(value) {
1100
- _chunkC6LZ6PNUcjs.setUint16.call(void 0, 24, value, this);
1100
+ _chunkIVTBYMMNcjs.setUint16.call(void 0, 24, value, this);
1101
1101
  }
1102
1102
  /**
1103
1103
  * The preferred element size to use when encoding a list of this struct. If this is anything
@@ -1106,10 +1106,10 @@ var Node_Struct = (_class5 = class _Node_Struct extends _chunkC6LZ6PNUcjs.Struct
1106
1106
  *
1107
1107
  */
1108
1108
  get preferredListEncoding() {
1109
- return _chunkC6LZ6PNUcjs.getUint16.call(void 0, 26, this);
1109
+ return _chunkIVTBYMMNcjs.getUint16.call(void 0, 26, this);
1110
1110
  }
1111
1111
  set preferredListEncoding(value) {
1112
- _chunkC6LZ6PNUcjs.setUint16.call(void 0, 26, value, this);
1112
+ _chunkIVTBYMMNcjs.setUint16.call(void 0, 26, value, this);
1113
1113
  }
1114
1114
  /**
1115
1115
  * If true, then this "struct" node is actually not an independent node, but merely represents
@@ -1125,10 +1125,10 @@ var Node_Struct = (_class5 = class _Node_Struct extends _chunkC6LZ6PNUcjs.Struct
1125
1125
  *
1126
1126
  */
1127
1127
  get isGroup() {
1128
- return _chunkC6LZ6PNUcjs.getBit.call(void 0, 224, this);
1128
+ return _chunkIVTBYMMNcjs.getBit.call(void 0, 224, this);
1129
1129
  }
1130
1130
  set isGroup(value) {
1131
- _chunkC6LZ6PNUcjs.setBit.call(void 0, 224, value, this);
1131
+ _chunkIVTBYMMNcjs.setBit.call(void 0, 224, value, this);
1132
1132
  }
1133
1133
  /**
1134
1134
  * Number of fields in this struct which are members of an anonymous union, and thus may
@@ -1144,10 +1144,10 @@ var Node_Struct = (_class5 = class _Node_Struct extends _chunkC6LZ6PNUcjs.Struct
1144
1144
  *
1145
1145
  */
1146
1146
  get discriminantCount() {
1147
- return _chunkC6LZ6PNUcjs.getUint16.call(void 0, 30, this);
1147
+ return _chunkIVTBYMMNcjs.getUint16.call(void 0, 30, this);
1148
1148
  }
1149
1149
  set discriminantCount(value) {
1150
- _chunkC6LZ6PNUcjs.setUint16.call(void 0, 30, value, this);
1150
+ _chunkIVTBYMMNcjs.setUint16.call(void 0, 30, value, this);
1151
1151
  }
1152
1152
  /**
1153
1153
  * If `discriminantCount` is non-zero, this is the offset of the union discriminant, in
@@ -1155,16 +1155,16 @@ var Node_Struct = (_class5 = class _Node_Struct extends _chunkC6LZ6PNUcjs.Struct
1155
1155
  *
1156
1156
  */
1157
1157
  get discriminantOffset() {
1158
- return _chunkC6LZ6PNUcjs.getUint32.call(void 0, 32, this);
1158
+ return _chunkIVTBYMMNcjs.getUint32.call(void 0, 32, this);
1159
1159
  }
1160
1160
  set discriminantOffset(value) {
1161
- _chunkC6LZ6PNUcjs.setUint32.call(void 0, 32, value, this);
1161
+ _chunkIVTBYMMNcjs.setUint32.call(void 0, 32, value, this);
1162
1162
  }
1163
1163
  _adoptFields(value) {
1164
- _chunkC6LZ6PNUcjs.adopt.call(void 0, value, _chunkC6LZ6PNUcjs.getPointer.call(void 0, 3, this));
1164
+ _chunkIVTBYMMNcjs.adopt.call(void 0, value, _chunkIVTBYMMNcjs.getPointer.call(void 0, 3, this));
1165
1165
  }
1166
1166
  _disownFields() {
1167
- return _chunkC6LZ6PNUcjs.disown.call(void 0, this.fields);
1167
+ return _chunkIVTBYMMNcjs.disown.call(void 0, this.fields);
1168
1168
  }
1169
1169
  /**
1170
1170
  * Fields defined within this scope (either the struct's top-level fields, or the fields of
@@ -1179,263 +1179,263 @@ var Node_Struct = (_class5 = class _Node_Struct extends _chunkC6LZ6PNUcjs.Struct
1179
1179
  *
1180
1180
  */
1181
1181
  get fields() {
1182
- return _chunkC6LZ6PNUcjs.getList.call(void 0, 3, _Node_Struct._Fields, this);
1182
+ return _chunkIVTBYMMNcjs.getList.call(void 0, 3, _Node_Struct._Fields, this);
1183
1183
  }
1184
1184
  _hasFields() {
1185
- return !_chunkC6LZ6PNUcjs.isNull.call(void 0, _chunkC6LZ6PNUcjs.getPointer.call(void 0, 3, this));
1185
+ return !_chunkIVTBYMMNcjs.isNull.call(void 0, _chunkIVTBYMMNcjs.getPointer.call(void 0, 3, this));
1186
1186
  }
1187
1187
  _initFields(length) {
1188
- return _chunkC6LZ6PNUcjs.initList.call(void 0, 3, _Node_Struct._Fields, length, this);
1188
+ return _chunkIVTBYMMNcjs.initList.call(void 0, 3, _Node_Struct._Fields, length, this);
1189
1189
  }
1190
1190
  set fields(value) {
1191
- _chunkC6LZ6PNUcjs.copyFrom.call(void 0, value, _chunkC6LZ6PNUcjs.getPointer.call(void 0, 3, this));
1191
+ _chunkIVTBYMMNcjs.copyFrom.call(void 0, value, _chunkIVTBYMMNcjs.getPointer.call(void 0, 3, this));
1192
1192
  }
1193
1193
  toString() {
1194
1194
  return "Node_Struct_" + super.toString();
1195
1195
  }
1196
1196
  }, _class5.__initStatic6(), _class5);
1197
- var Node_Enum = (_class6 = class _Node_Enum extends _chunkC6LZ6PNUcjs.Struct {
1197
+ var Node_Enum = (_class6 = class _Node_Enum extends _chunkIVTBYMMNcjs.Struct {
1198
1198
  static {
1199
- _chunkC6LZ6PNUcjs.__name.call(void 0, this, "Node_Enum");
1199
+ _chunkIVTBYMMNcjs.__name.call(void 0, this, "Node_Enum");
1200
1200
  }
1201
1201
  static __initStatic7() {this._capnp = {
1202
1202
  displayName: "enum",
1203
1203
  id: "b54ab3364333f598",
1204
- size: new (0, _chunkC6LZ6PNUcjs.ObjectSize)(40, 6)
1204
+ size: new (0, _chunkIVTBYMMNcjs.ObjectSize)(40, 6)
1205
1205
  }}
1206
1206
 
1207
1207
  _adoptEnumerants(value) {
1208
- _chunkC6LZ6PNUcjs.adopt.call(void 0, value, _chunkC6LZ6PNUcjs.getPointer.call(void 0, 3, this));
1208
+ _chunkIVTBYMMNcjs.adopt.call(void 0, value, _chunkIVTBYMMNcjs.getPointer.call(void 0, 3, this));
1209
1209
  }
1210
1210
  _disownEnumerants() {
1211
- return _chunkC6LZ6PNUcjs.disown.call(void 0, this.enumerants);
1211
+ return _chunkIVTBYMMNcjs.disown.call(void 0, this.enumerants);
1212
1212
  }
1213
1213
  /**
1214
1214
  * Enumerants ordered by numeric value (ordinal).
1215
1215
  *
1216
1216
  */
1217
1217
  get enumerants() {
1218
- return _chunkC6LZ6PNUcjs.getList.call(void 0, 3, _Node_Enum._Enumerants, this);
1218
+ return _chunkIVTBYMMNcjs.getList.call(void 0, 3, _Node_Enum._Enumerants, this);
1219
1219
  }
1220
1220
  _hasEnumerants() {
1221
- return !_chunkC6LZ6PNUcjs.isNull.call(void 0, _chunkC6LZ6PNUcjs.getPointer.call(void 0, 3, this));
1221
+ return !_chunkIVTBYMMNcjs.isNull.call(void 0, _chunkIVTBYMMNcjs.getPointer.call(void 0, 3, this));
1222
1222
  }
1223
1223
  _initEnumerants(length) {
1224
- return _chunkC6LZ6PNUcjs.initList.call(void 0, 3, _Node_Enum._Enumerants, length, this);
1224
+ return _chunkIVTBYMMNcjs.initList.call(void 0, 3, _Node_Enum._Enumerants, length, this);
1225
1225
  }
1226
1226
  set enumerants(value) {
1227
- _chunkC6LZ6PNUcjs.copyFrom.call(void 0, value, _chunkC6LZ6PNUcjs.getPointer.call(void 0, 3, this));
1227
+ _chunkIVTBYMMNcjs.copyFrom.call(void 0, value, _chunkIVTBYMMNcjs.getPointer.call(void 0, 3, this));
1228
1228
  }
1229
1229
  toString() {
1230
1230
  return "Node_Enum_" + super.toString();
1231
1231
  }
1232
1232
  }, _class6.__initStatic7(), _class6);
1233
- var Node_Interface = (_class7 = class _Node_Interface extends _chunkC6LZ6PNUcjs.Struct {
1233
+ var Node_Interface = (_class7 = class _Node_Interface extends _chunkIVTBYMMNcjs.Struct {
1234
1234
  static {
1235
- _chunkC6LZ6PNUcjs.__name.call(void 0, this, "Node_Interface");
1235
+ _chunkIVTBYMMNcjs.__name.call(void 0, this, "Node_Interface");
1236
1236
  }
1237
1237
  static __initStatic8() {this._capnp = {
1238
1238
  displayName: "interface",
1239
1239
  id: "e82753cff0c2218f",
1240
- size: new (0, _chunkC6LZ6PNUcjs.ObjectSize)(40, 6)
1240
+ size: new (0, _chunkIVTBYMMNcjs.ObjectSize)(40, 6)
1241
1241
  }}
1242
1242
 
1243
1243
 
1244
1244
  _adoptMethods(value) {
1245
- _chunkC6LZ6PNUcjs.adopt.call(void 0, value, _chunkC6LZ6PNUcjs.getPointer.call(void 0, 3, this));
1245
+ _chunkIVTBYMMNcjs.adopt.call(void 0, value, _chunkIVTBYMMNcjs.getPointer.call(void 0, 3, this));
1246
1246
  }
1247
1247
  _disownMethods() {
1248
- return _chunkC6LZ6PNUcjs.disown.call(void 0, this.methods);
1248
+ return _chunkIVTBYMMNcjs.disown.call(void 0, this.methods);
1249
1249
  }
1250
1250
  /**
1251
1251
  * Methods ordered by ordinal.
1252
1252
  *
1253
1253
  */
1254
1254
  get methods() {
1255
- return _chunkC6LZ6PNUcjs.getList.call(void 0, 3, _Node_Interface._Methods, this);
1255
+ return _chunkIVTBYMMNcjs.getList.call(void 0, 3, _Node_Interface._Methods, this);
1256
1256
  }
1257
1257
  _hasMethods() {
1258
- return !_chunkC6LZ6PNUcjs.isNull.call(void 0, _chunkC6LZ6PNUcjs.getPointer.call(void 0, 3, this));
1258
+ return !_chunkIVTBYMMNcjs.isNull.call(void 0, _chunkIVTBYMMNcjs.getPointer.call(void 0, 3, this));
1259
1259
  }
1260
1260
  _initMethods(length) {
1261
- return _chunkC6LZ6PNUcjs.initList.call(void 0, 3, _Node_Interface._Methods, length, this);
1261
+ return _chunkIVTBYMMNcjs.initList.call(void 0, 3, _Node_Interface._Methods, length, this);
1262
1262
  }
1263
1263
  set methods(value) {
1264
- _chunkC6LZ6PNUcjs.copyFrom.call(void 0, value, _chunkC6LZ6PNUcjs.getPointer.call(void 0, 3, this));
1264
+ _chunkIVTBYMMNcjs.copyFrom.call(void 0, value, _chunkIVTBYMMNcjs.getPointer.call(void 0, 3, this));
1265
1265
  }
1266
1266
  _adoptSuperclasses(value) {
1267
- _chunkC6LZ6PNUcjs.adopt.call(void 0, value, _chunkC6LZ6PNUcjs.getPointer.call(void 0, 4, this));
1267
+ _chunkIVTBYMMNcjs.adopt.call(void 0, value, _chunkIVTBYMMNcjs.getPointer.call(void 0, 4, this));
1268
1268
  }
1269
1269
  _disownSuperclasses() {
1270
- return _chunkC6LZ6PNUcjs.disown.call(void 0, this.superclasses);
1270
+ return _chunkIVTBYMMNcjs.disown.call(void 0, this.superclasses);
1271
1271
  }
1272
1272
  /**
1273
1273
  * Superclasses of this interface.
1274
1274
  *
1275
1275
  */
1276
1276
  get superclasses() {
1277
- return _chunkC6LZ6PNUcjs.getList.call(void 0, 4, _Node_Interface._Superclasses, this);
1277
+ return _chunkIVTBYMMNcjs.getList.call(void 0, 4, _Node_Interface._Superclasses, this);
1278
1278
  }
1279
1279
  _hasSuperclasses() {
1280
- return !_chunkC6LZ6PNUcjs.isNull.call(void 0, _chunkC6LZ6PNUcjs.getPointer.call(void 0, 4, this));
1280
+ return !_chunkIVTBYMMNcjs.isNull.call(void 0, _chunkIVTBYMMNcjs.getPointer.call(void 0, 4, this));
1281
1281
  }
1282
1282
  _initSuperclasses(length) {
1283
- return _chunkC6LZ6PNUcjs.initList.call(void 0, 4, _Node_Interface._Superclasses, length, this);
1283
+ return _chunkIVTBYMMNcjs.initList.call(void 0, 4, _Node_Interface._Superclasses, length, this);
1284
1284
  }
1285
1285
  set superclasses(value) {
1286
- _chunkC6LZ6PNUcjs.copyFrom.call(void 0, value, _chunkC6LZ6PNUcjs.getPointer.call(void 0, 4, this));
1286
+ _chunkIVTBYMMNcjs.copyFrom.call(void 0, value, _chunkIVTBYMMNcjs.getPointer.call(void 0, 4, this));
1287
1287
  }
1288
1288
  toString() {
1289
1289
  return "Node_Interface_" + super.toString();
1290
1290
  }
1291
1291
  }, _class7.__initStatic8(), _class7);
1292
- var Node_Const = (_class8 = class extends _chunkC6LZ6PNUcjs.Struct {
1292
+ var Node_Const = (_class8 = class extends _chunkIVTBYMMNcjs.Struct {
1293
1293
  static {
1294
- _chunkC6LZ6PNUcjs.__name.call(void 0, this, "Node_Const");
1294
+ _chunkIVTBYMMNcjs.__name.call(void 0, this, "Node_Const");
1295
1295
  }
1296
1296
  static __initStatic9() {this._capnp = {
1297
1297
  displayName: "const",
1298
1298
  id: "b18aa5ac7a0d9420",
1299
- size: new (0, _chunkC6LZ6PNUcjs.ObjectSize)(40, 6)
1299
+ size: new (0, _chunkIVTBYMMNcjs.ObjectSize)(40, 6)
1300
1300
  }}
1301
1301
  _adoptType(value) {
1302
- _chunkC6LZ6PNUcjs.adopt.call(void 0, value, _chunkC6LZ6PNUcjs.getPointer.call(void 0, 3, this));
1302
+ _chunkIVTBYMMNcjs.adopt.call(void 0, value, _chunkIVTBYMMNcjs.getPointer.call(void 0, 3, this));
1303
1303
  }
1304
1304
  _disownType() {
1305
- return _chunkC6LZ6PNUcjs.disown.call(void 0, this.type);
1305
+ return _chunkIVTBYMMNcjs.disown.call(void 0, this.type);
1306
1306
  }
1307
1307
  get type() {
1308
- return _chunkC6LZ6PNUcjs.getStruct.call(void 0, 3, Type, this);
1308
+ return _chunkIVTBYMMNcjs.getStruct.call(void 0, 3, Type, this);
1309
1309
  }
1310
1310
  _hasType() {
1311
- return !_chunkC6LZ6PNUcjs.isNull.call(void 0, _chunkC6LZ6PNUcjs.getPointer.call(void 0, 3, this));
1311
+ return !_chunkIVTBYMMNcjs.isNull.call(void 0, _chunkIVTBYMMNcjs.getPointer.call(void 0, 3, this));
1312
1312
  }
1313
1313
  _initType() {
1314
- return _chunkC6LZ6PNUcjs.initStructAt.call(void 0, 3, Type, this);
1314
+ return _chunkIVTBYMMNcjs.initStructAt.call(void 0, 3, Type, this);
1315
1315
  }
1316
1316
  set type(value) {
1317
- _chunkC6LZ6PNUcjs.copyFrom.call(void 0, value, _chunkC6LZ6PNUcjs.getPointer.call(void 0, 3, this));
1317
+ _chunkIVTBYMMNcjs.copyFrom.call(void 0, value, _chunkIVTBYMMNcjs.getPointer.call(void 0, 3, this));
1318
1318
  }
1319
1319
  _adoptValue(value) {
1320
- _chunkC6LZ6PNUcjs.adopt.call(void 0, value, _chunkC6LZ6PNUcjs.getPointer.call(void 0, 4, this));
1320
+ _chunkIVTBYMMNcjs.adopt.call(void 0, value, _chunkIVTBYMMNcjs.getPointer.call(void 0, 4, this));
1321
1321
  }
1322
1322
  _disownValue() {
1323
- return _chunkC6LZ6PNUcjs.disown.call(void 0, this.value);
1323
+ return _chunkIVTBYMMNcjs.disown.call(void 0, this.value);
1324
1324
  }
1325
1325
  get value() {
1326
- return _chunkC6LZ6PNUcjs.getStruct.call(void 0, 4, Value, this);
1326
+ return _chunkIVTBYMMNcjs.getStruct.call(void 0, 4, Value, this);
1327
1327
  }
1328
1328
  _hasValue() {
1329
- return !_chunkC6LZ6PNUcjs.isNull.call(void 0, _chunkC6LZ6PNUcjs.getPointer.call(void 0, 4, this));
1329
+ return !_chunkIVTBYMMNcjs.isNull.call(void 0, _chunkIVTBYMMNcjs.getPointer.call(void 0, 4, this));
1330
1330
  }
1331
1331
  _initValue() {
1332
- return _chunkC6LZ6PNUcjs.initStructAt.call(void 0, 4, Value, this);
1332
+ return _chunkIVTBYMMNcjs.initStructAt.call(void 0, 4, Value, this);
1333
1333
  }
1334
1334
  set value(value) {
1335
- _chunkC6LZ6PNUcjs.copyFrom.call(void 0, value, _chunkC6LZ6PNUcjs.getPointer.call(void 0, 4, this));
1335
+ _chunkIVTBYMMNcjs.copyFrom.call(void 0, value, _chunkIVTBYMMNcjs.getPointer.call(void 0, 4, this));
1336
1336
  }
1337
1337
  toString() {
1338
1338
  return "Node_Const_" + super.toString();
1339
1339
  }
1340
1340
  }, _class8.__initStatic9(), _class8);
1341
- var Node_Annotation = (_class9 = class extends _chunkC6LZ6PNUcjs.Struct {
1341
+ var Node_Annotation = (_class9 = class extends _chunkIVTBYMMNcjs.Struct {
1342
1342
  static {
1343
- _chunkC6LZ6PNUcjs.__name.call(void 0, this, "Node_Annotation");
1343
+ _chunkIVTBYMMNcjs.__name.call(void 0, this, "Node_Annotation");
1344
1344
  }
1345
1345
  static __initStatic10() {this._capnp = {
1346
1346
  displayName: "annotation",
1347
1347
  id: "ec1619d4400a0290",
1348
- size: new (0, _chunkC6LZ6PNUcjs.ObjectSize)(40, 6)
1348
+ size: new (0, _chunkIVTBYMMNcjs.ObjectSize)(40, 6)
1349
1349
  }}
1350
1350
  _adoptType(value) {
1351
- _chunkC6LZ6PNUcjs.adopt.call(void 0, value, _chunkC6LZ6PNUcjs.getPointer.call(void 0, 3, this));
1351
+ _chunkIVTBYMMNcjs.adopt.call(void 0, value, _chunkIVTBYMMNcjs.getPointer.call(void 0, 3, this));
1352
1352
  }
1353
1353
  _disownType() {
1354
- return _chunkC6LZ6PNUcjs.disown.call(void 0, this.type);
1354
+ return _chunkIVTBYMMNcjs.disown.call(void 0, this.type);
1355
1355
  }
1356
1356
  get type() {
1357
- return _chunkC6LZ6PNUcjs.getStruct.call(void 0, 3, Type, this);
1357
+ return _chunkIVTBYMMNcjs.getStruct.call(void 0, 3, Type, this);
1358
1358
  }
1359
1359
  _hasType() {
1360
- return !_chunkC6LZ6PNUcjs.isNull.call(void 0, _chunkC6LZ6PNUcjs.getPointer.call(void 0, 3, this));
1360
+ return !_chunkIVTBYMMNcjs.isNull.call(void 0, _chunkIVTBYMMNcjs.getPointer.call(void 0, 3, this));
1361
1361
  }
1362
1362
  _initType() {
1363
- return _chunkC6LZ6PNUcjs.initStructAt.call(void 0, 3, Type, this);
1363
+ return _chunkIVTBYMMNcjs.initStructAt.call(void 0, 3, Type, this);
1364
1364
  }
1365
1365
  set type(value) {
1366
- _chunkC6LZ6PNUcjs.copyFrom.call(void 0, value, _chunkC6LZ6PNUcjs.getPointer.call(void 0, 3, this));
1366
+ _chunkIVTBYMMNcjs.copyFrom.call(void 0, value, _chunkIVTBYMMNcjs.getPointer.call(void 0, 3, this));
1367
1367
  }
1368
1368
  get targetsFile() {
1369
- return _chunkC6LZ6PNUcjs.getBit.call(void 0, 112, this);
1369
+ return _chunkIVTBYMMNcjs.getBit.call(void 0, 112, this);
1370
1370
  }
1371
1371
  set targetsFile(value) {
1372
- _chunkC6LZ6PNUcjs.setBit.call(void 0, 112, value, this);
1372
+ _chunkIVTBYMMNcjs.setBit.call(void 0, 112, value, this);
1373
1373
  }
1374
1374
  get targetsConst() {
1375
- return _chunkC6LZ6PNUcjs.getBit.call(void 0, 113, this);
1375
+ return _chunkIVTBYMMNcjs.getBit.call(void 0, 113, this);
1376
1376
  }
1377
1377
  set targetsConst(value) {
1378
- _chunkC6LZ6PNUcjs.setBit.call(void 0, 113, value, this);
1378
+ _chunkIVTBYMMNcjs.setBit.call(void 0, 113, value, this);
1379
1379
  }
1380
1380
  get targetsEnum() {
1381
- return _chunkC6LZ6PNUcjs.getBit.call(void 0, 114, this);
1381
+ return _chunkIVTBYMMNcjs.getBit.call(void 0, 114, this);
1382
1382
  }
1383
1383
  set targetsEnum(value) {
1384
- _chunkC6LZ6PNUcjs.setBit.call(void 0, 114, value, this);
1384
+ _chunkIVTBYMMNcjs.setBit.call(void 0, 114, value, this);
1385
1385
  }
1386
1386
  get targetsEnumerant() {
1387
- return _chunkC6LZ6PNUcjs.getBit.call(void 0, 115, this);
1387
+ return _chunkIVTBYMMNcjs.getBit.call(void 0, 115, this);
1388
1388
  }
1389
1389
  set targetsEnumerant(value) {
1390
- _chunkC6LZ6PNUcjs.setBit.call(void 0, 115, value, this);
1390
+ _chunkIVTBYMMNcjs.setBit.call(void 0, 115, value, this);
1391
1391
  }
1392
1392
  get targetsStruct() {
1393
- return _chunkC6LZ6PNUcjs.getBit.call(void 0, 116, this);
1393
+ return _chunkIVTBYMMNcjs.getBit.call(void 0, 116, this);
1394
1394
  }
1395
1395
  set targetsStruct(value) {
1396
- _chunkC6LZ6PNUcjs.setBit.call(void 0, 116, value, this);
1396
+ _chunkIVTBYMMNcjs.setBit.call(void 0, 116, value, this);
1397
1397
  }
1398
1398
  get targetsField() {
1399
- return _chunkC6LZ6PNUcjs.getBit.call(void 0, 117, this);
1399
+ return _chunkIVTBYMMNcjs.getBit.call(void 0, 117, this);
1400
1400
  }
1401
1401
  set targetsField(value) {
1402
- _chunkC6LZ6PNUcjs.setBit.call(void 0, 117, value, this);
1402
+ _chunkIVTBYMMNcjs.setBit.call(void 0, 117, value, this);
1403
1403
  }
1404
1404
  get targetsUnion() {
1405
- return _chunkC6LZ6PNUcjs.getBit.call(void 0, 118, this);
1405
+ return _chunkIVTBYMMNcjs.getBit.call(void 0, 118, this);
1406
1406
  }
1407
1407
  set targetsUnion(value) {
1408
- _chunkC6LZ6PNUcjs.setBit.call(void 0, 118, value, this);
1408
+ _chunkIVTBYMMNcjs.setBit.call(void 0, 118, value, this);
1409
1409
  }
1410
1410
  get targetsGroup() {
1411
- return _chunkC6LZ6PNUcjs.getBit.call(void 0, 119, this);
1411
+ return _chunkIVTBYMMNcjs.getBit.call(void 0, 119, this);
1412
1412
  }
1413
1413
  set targetsGroup(value) {
1414
- _chunkC6LZ6PNUcjs.setBit.call(void 0, 119, value, this);
1414
+ _chunkIVTBYMMNcjs.setBit.call(void 0, 119, value, this);
1415
1415
  }
1416
1416
  get targetsInterface() {
1417
- return _chunkC6LZ6PNUcjs.getBit.call(void 0, 120, this);
1417
+ return _chunkIVTBYMMNcjs.getBit.call(void 0, 120, this);
1418
1418
  }
1419
1419
  set targetsInterface(value) {
1420
- _chunkC6LZ6PNUcjs.setBit.call(void 0, 120, value, this);
1420
+ _chunkIVTBYMMNcjs.setBit.call(void 0, 120, value, this);
1421
1421
  }
1422
1422
  get targetsMethod() {
1423
- return _chunkC6LZ6PNUcjs.getBit.call(void 0, 121, this);
1423
+ return _chunkIVTBYMMNcjs.getBit.call(void 0, 121, this);
1424
1424
  }
1425
1425
  set targetsMethod(value) {
1426
- _chunkC6LZ6PNUcjs.setBit.call(void 0, 121, value, this);
1426
+ _chunkIVTBYMMNcjs.setBit.call(void 0, 121, value, this);
1427
1427
  }
1428
1428
  get targetsParam() {
1429
- return _chunkC6LZ6PNUcjs.getBit.call(void 0, 122, this);
1429
+ return _chunkIVTBYMMNcjs.getBit.call(void 0, 122, this);
1430
1430
  }
1431
1431
  set targetsParam(value) {
1432
- _chunkC6LZ6PNUcjs.setBit.call(void 0, 122, value, this);
1432
+ _chunkIVTBYMMNcjs.setBit.call(void 0, 122, value, this);
1433
1433
  }
1434
1434
  get targetsAnnotation() {
1435
- return _chunkC6LZ6PNUcjs.getBit.call(void 0, 123, this);
1435
+ return _chunkIVTBYMMNcjs.getBit.call(void 0, 123, this);
1436
1436
  }
1437
1437
  set targetsAnnotation(value) {
1438
- _chunkC6LZ6PNUcjs.setBit.call(void 0, 123, value, this);
1438
+ _chunkIVTBYMMNcjs.setBit.call(void 0, 123, value, this);
1439
1439
  }
1440
1440
  toString() {
1441
1441
  return "Node_Annotation_" + super.toString();
@@ -1477,9 +1477,9 @@ var Node_Which = {
1477
1477
  */
1478
1478
  ANNOTATION: 5
1479
1479
  };
1480
- var Node = (_class10 = class _Node extends _chunkC6LZ6PNUcjs.Struct {
1480
+ var Node = (_class10 = class _Node extends _chunkIVTBYMMNcjs.Struct {
1481
1481
  static {
1482
- _chunkC6LZ6PNUcjs.__name.call(void 0, this, "Node");
1482
+ _chunkIVTBYMMNcjs.__name.call(void 0, this, "Node");
1483
1483
  }
1484
1484
  static __initStatic11() {this.FILE = Node_Which.FILE}
1485
1485
  static __initStatic12() {this.STRUCT = Node_Which.STRUCT}
@@ -1493,16 +1493,16 @@ var Node = (_class10 = class _Node extends _chunkC6LZ6PNUcjs.Struct {
1493
1493
  static __initStatic20() {this._capnp = {
1494
1494
  displayName: "Node",
1495
1495
  id: "e682ab4cf923a417",
1496
- size: new (0, _chunkC6LZ6PNUcjs.ObjectSize)(40, 6)
1496
+ size: new (0, _chunkIVTBYMMNcjs.ObjectSize)(40, 6)
1497
1497
  }}
1498
1498
 
1499
1499
 
1500
1500
 
1501
1501
  get id() {
1502
- return _chunkC6LZ6PNUcjs.getUint64.call(void 0, 0, this);
1502
+ return _chunkIVTBYMMNcjs.getUint64.call(void 0, 0, this);
1503
1503
  }
1504
1504
  set id(value) {
1505
- _chunkC6LZ6PNUcjs.setUint64.call(void 0, 0, value, this);
1505
+ _chunkIVTBYMMNcjs.setUint64.call(void 0, 0, value, this);
1506
1506
  }
1507
1507
  /**
1508
1508
  * Name to present to humans to identify this Node. You should not attempt to parse this. Its
@@ -1512,10 +1512,10 @@ var Node = (_class10 = class _Node extends _chunkC6LZ6PNUcjs.Struct {
1512
1512
  *
1513
1513
  */
1514
1514
  get displayName() {
1515
- return _chunkC6LZ6PNUcjs.getText.call(void 0, 0, this);
1515
+ return _chunkIVTBYMMNcjs.getText.call(void 0, 0, this);
1516
1516
  }
1517
1517
  set displayName(value) {
1518
- _chunkC6LZ6PNUcjs.setText.call(void 0, 0, value, this);
1518
+ _chunkIVTBYMMNcjs.setText.call(void 0, 0, value, this);
1519
1519
  }
1520
1520
  /**
1521
1521
  * If you want a shorter version of `displayName` (just naming this node, without its surrounding
@@ -1523,10 +1523,10 @@ var Node = (_class10 = class _Node extends _chunkC6LZ6PNUcjs.Struct {
1523
1523
  *
1524
1524
  */
1525
1525
  get displayNamePrefixLength() {
1526
- return _chunkC6LZ6PNUcjs.getUint32.call(void 0, 8, this);
1526
+ return _chunkIVTBYMMNcjs.getUint32.call(void 0, 8, this);
1527
1527
  }
1528
1528
  set displayNamePrefixLength(value) {
1529
- _chunkC6LZ6PNUcjs.setUint32.call(void 0, 8, value, this);
1529
+ _chunkIVTBYMMNcjs.setUint32.call(void 0, 8, value, this);
1530
1530
  }
1531
1531
  /**
1532
1532
  * ID of the lexical parent node. Typically, the scope node will have a NestedNode pointing back
@@ -1537,32 +1537,32 @@ var Node = (_class10 = class _Node extends _chunkC6LZ6PNUcjs.Struct {
1537
1537
  *
1538
1538
  */
1539
1539
  get scopeId() {
1540
- return _chunkC6LZ6PNUcjs.getUint64.call(void 0, 16, this);
1540
+ return _chunkIVTBYMMNcjs.getUint64.call(void 0, 16, this);
1541
1541
  }
1542
1542
  set scopeId(value) {
1543
- _chunkC6LZ6PNUcjs.setUint64.call(void 0, 16, value, this);
1543
+ _chunkIVTBYMMNcjs.setUint64.call(void 0, 16, value, this);
1544
1544
  }
1545
1545
  _adoptParameters(value) {
1546
- _chunkC6LZ6PNUcjs.adopt.call(void 0, value, _chunkC6LZ6PNUcjs.getPointer.call(void 0, 5, this));
1546
+ _chunkIVTBYMMNcjs.adopt.call(void 0, value, _chunkIVTBYMMNcjs.getPointer.call(void 0, 5, this));
1547
1547
  }
1548
1548
  _disownParameters() {
1549
- return _chunkC6LZ6PNUcjs.disown.call(void 0, this.parameters);
1549
+ return _chunkIVTBYMMNcjs.disown.call(void 0, this.parameters);
1550
1550
  }
1551
1551
  /**
1552
1552
  * If this node is parameterized (generic), the list of parameters. Empty for non-generic types.
1553
1553
  *
1554
1554
  */
1555
1555
  get parameters() {
1556
- return _chunkC6LZ6PNUcjs.getList.call(void 0, 5, _Node._Parameters, this);
1556
+ return _chunkIVTBYMMNcjs.getList.call(void 0, 5, _Node._Parameters, this);
1557
1557
  }
1558
1558
  _hasParameters() {
1559
- return !_chunkC6LZ6PNUcjs.isNull.call(void 0, _chunkC6LZ6PNUcjs.getPointer.call(void 0, 5, this));
1559
+ return !_chunkIVTBYMMNcjs.isNull.call(void 0, _chunkIVTBYMMNcjs.getPointer.call(void 0, 5, this));
1560
1560
  }
1561
1561
  _initParameters(length) {
1562
- return _chunkC6LZ6PNUcjs.initList.call(void 0, 5, _Node._Parameters, length, this);
1562
+ return _chunkIVTBYMMNcjs.initList.call(void 0, 5, _Node._Parameters, length, this);
1563
1563
  }
1564
1564
  set parameters(value) {
1565
- _chunkC6LZ6PNUcjs.copyFrom.call(void 0, value, _chunkC6LZ6PNUcjs.getPointer.call(void 0, 5, this));
1565
+ _chunkIVTBYMMNcjs.copyFrom.call(void 0, value, _chunkIVTBYMMNcjs.getPointer.call(void 0, 5, this));
1566
1566
  }
1567
1567
  /**
1568
1568
  * True if this node is generic, meaning that it or one of its parent scopes has a non-empty
@@ -1570,146 +1570,146 @@ var Node = (_class10 = class _Node extends _chunkC6LZ6PNUcjs.Struct {
1570
1570
  *
1571
1571
  */
1572
1572
  get isGeneric() {
1573
- return _chunkC6LZ6PNUcjs.getBit.call(void 0, 288, this);
1573
+ return _chunkIVTBYMMNcjs.getBit.call(void 0, 288, this);
1574
1574
  }
1575
1575
  set isGeneric(value) {
1576
- _chunkC6LZ6PNUcjs.setBit.call(void 0, 288, value, this);
1576
+ _chunkIVTBYMMNcjs.setBit.call(void 0, 288, value, this);
1577
1577
  }
1578
1578
  _adoptNestedNodes(value) {
1579
- _chunkC6LZ6PNUcjs.adopt.call(void 0, value, _chunkC6LZ6PNUcjs.getPointer.call(void 0, 1, this));
1579
+ _chunkIVTBYMMNcjs.adopt.call(void 0, value, _chunkIVTBYMMNcjs.getPointer.call(void 0, 1, this));
1580
1580
  }
1581
1581
  _disownNestedNodes() {
1582
- return _chunkC6LZ6PNUcjs.disown.call(void 0, this.nestedNodes);
1582
+ return _chunkIVTBYMMNcjs.disown.call(void 0, this.nestedNodes);
1583
1583
  }
1584
1584
  /**
1585
1585
  * List of nodes nested within this node, along with the names under which they were declared.
1586
1586
  *
1587
1587
  */
1588
1588
  get nestedNodes() {
1589
- return _chunkC6LZ6PNUcjs.getList.call(void 0, 1, _Node._NestedNodes, this);
1589
+ return _chunkIVTBYMMNcjs.getList.call(void 0, 1, _Node._NestedNodes, this);
1590
1590
  }
1591
1591
  _hasNestedNodes() {
1592
- return !_chunkC6LZ6PNUcjs.isNull.call(void 0, _chunkC6LZ6PNUcjs.getPointer.call(void 0, 1, this));
1592
+ return !_chunkIVTBYMMNcjs.isNull.call(void 0, _chunkIVTBYMMNcjs.getPointer.call(void 0, 1, this));
1593
1593
  }
1594
1594
  _initNestedNodes(length) {
1595
- return _chunkC6LZ6PNUcjs.initList.call(void 0, 1, _Node._NestedNodes, length, this);
1595
+ return _chunkIVTBYMMNcjs.initList.call(void 0, 1, _Node._NestedNodes, length, this);
1596
1596
  }
1597
1597
  set nestedNodes(value) {
1598
- _chunkC6LZ6PNUcjs.copyFrom.call(void 0, value, _chunkC6LZ6PNUcjs.getPointer.call(void 0, 1, this));
1598
+ _chunkIVTBYMMNcjs.copyFrom.call(void 0, value, _chunkIVTBYMMNcjs.getPointer.call(void 0, 1, this));
1599
1599
  }
1600
1600
  _adoptAnnotations(value) {
1601
- _chunkC6LZ6PNUcjs.adopt.call(void 0, value, _chunkC6LZ6PNUcjs.getPointer.call(void 0, 2, this));
1601
+ _chunkIVTBYMMNcjs.adopt.call(void 0, value, _chunkIVTBYMMNcjs.getPointer.call(void 0, 2, this));
1602
1602
  }
1603
1603
  _disownAnnotations() {
1604
- return _chunkC6LZ6PNUcjs.disown.call(void 0, this.annotations);
1604
+ return _chunkIVTBYMMNcjs.disown.call(void 0, this.annotations);
1605
1605
  }
1606
1606
  /**
1607
1607
  * Annotations applied to this node.
1608
1608
  *
1609
1609
  */
1610
1610
  get annotations() {
1611
- return _chunkC6LZ6PNUcjs.getList.call(void 0, 2, _Node._Annotations, this);
1611
+ return _chunkIVTBYMMNcjs.getList.call(void 0, 2, _Node._Annotations, this);
1612
1612
  }
1613
1613
  _hasAnnotations() {
1614
- return !_chunkC6LZ6PNUcjs.isNull.call(void 0, _chunkC6LZ6PNUcjs.getPointer.call(void 0, 2, this));
1614
+ return !_chunkIVTBYMMNcjs.isNull.call(void 0, _chunkIVTBYMMNcjs.getPointer.call(void 0, 2, this));
1615
1615
  }
1616
1616
  _initAnnotations(length) {
1617
- return _chunkC6LZ6PNUcjs.initList.call(void 0, 2, _Node._Annotations, length, this);
1617
+ return _chunkIVTBYMMNcjs.initList.call(void 0, 2, _Node._Annotations, length, this);
1618
1618
  }
1619
1619
  set annotations(value) {
1620
- _chunkC6LZ6PNUcjs.copyFrom.call(void 0, value, _chunkC6LZ6PNUcjs.getPointer.call(void 0, 2, this));
1620
+ _chunkIVTBYMMNcjs.copyFrom.call(void 0, value, _chunkIVTBYMMNcjs.getPointer.call(void 0, 2, this));
1621
1621
  }
1622
1622
  get _isFile() {
1623
- return _chunkC6LZ6PNUcjs.getUint16.call(void 0, 12, this) === 0;
1623
+ return _chunkIVTBYMMNcjs.getUint16.call(void 0, 12, this) === 0;
1624
1624
  }
1625
1625
  set file(_) {
1626
- _chunkC6LZ6PNUcjs.setUint16.call(void 0, 12, 0, this);
1626
+ _chunkIVTBYMMNcjs.setUint16.call(void 0, 12, 0, this);
1627
1627
  }
1628
1628
  get struct() {
1629
- _chunkC6LZ6PNUcjs.testWhich.call(void 0, "struct", _chunkC6LZ6PNUcjs.getUint16.call(void 0, 12, this), 1, this);
1630
- return _chunkC6LZ6PNUcjs.getAs.call(void 0, Node_Struct, this);
1629
+ _chunkIVTBYMMNcjs.testWhich.call(void 0, "struct", _chunkIVTBYMMNcjs.getUint16.call(void 0, 12, this), 1, this);
1630
+ return _chunkIVTBYMMNcjs.getAs.call(void 0, Node_Struct, this);
1631
1631
  }
1632
1632
  _initStruct() {
1633
- _chunkC6LZ6PNUcjs.setUint16.call(void 0, 12, 1, this);
1634
- return _chunkC6LZ6PNUcjs.getAs.call(void 0, Node_Struct, this);
1633
+ _chunkIVTBYMMNcjs.setUint16.call(void 0, 12, 1, this);
1634
+ return _chunkIVTBYMMNcjs.getAs.call(void 0, Node_Struct, this);
1635
1635
  }
1636
1636
  get _isStruct() {
1637
- return _chunkC6LZ6PNUcjs.getUint16.call(void 0, 12, this) === 1;
1637
+ return _chunkIVTBYMMNcjs.getUint16.call(void 0, 12, this) === 1;
1638
1638
  }
1639
1639
  set struct(_) {
1640
- _chunkC6LZ6PNUcjs.setUint16.call(void 0, 12, 1, this);
1640
+ _chunkIVTBYMMNcjs.setUint16.call(void 0, 12, 1, this);
1641
1641
  }
1642
1642
  get enum() {
1643
- _chunkC6LZ6PNUcjs.testWhich.call(void 0, "enum", _chunkC6LZ6PNUcjs.getUint16.call(void 0, 12, this), 2, this);
1644
- return _chunkC6LZ6PNUcjs.getAs.call(void 0, Node_Enum, this);
1643
+ _chunkIVTBYMMNcjs.testWhich.call(void 0, "enum", _chunkIVTBYMMNcjs.getUint16.call(void 0, 12, this), 2, this);
1644
+ return _chunkIVTBYMMNcjs.getAs.call(void 0, Node_Enum, this);
1645
1645
  }
1646
1646
  _initEnum() {
1647
- _chunkC6LZ6PNUcjs.setUint16.call(void 0, 12, 2, this);
1648
- return _chunkC6LZ6PNUcjs.getAs.call(void 0, Node_Enum, this);
1647
+ _chunkIVTBYMMNcjs.setUint16.call(void 0, 12, 2, this);
1648
+ return _chunkIVTBYMMNcjs.getAs.call(void 0, Node_Enum, this);
1649
1649
  }
1650
1650
  get _isEnum() {
1651
- return _chunkC6LZ6PNUcjs.getUint16.call(void 0, 12, this) === 2;
1651
+ return _chunkIVTBYMMNcjs.getUint16.call(void 0, 12, this) === 2;
1652
1652
  }
1653
1653
  set enum(_) {
1654
- _chunkC6LZ6PNUcjs.setUint16.call(void 0, 12, 2, this);
1654
+ _chunkIVTBYMMNcjs.setUint16.call(void 0, 12, 2, this);
1655
1655
  }
1656
1656
  get interface() {
1657
- _chunkC6LZ6PNUcjs.testWhich.call(void 0, "interface", _chunkC6LZ6PNUcjs.getUint16.call(void 0, 12, this), 3, this);
1658
- return _chunkC6LZ6PNUcjs.getAs.call(void 0, Node_Interface, this);
1657
+ _chunkIVTBYMMNcjs.testWhich.call(void 0, "interface", _chunkIVTBYMMNcjs.getUint16.call(void 0, 12, this), 3, this);
1658
+ return _chunkIVTBYMMNcjs.getAs.call(void 0, Node_Interface, this);
1659
1659
  }
1660
1660
  _initInterface() {
1661
- _chunkC6LZ6PNUcjs.setUint16.call(void 0, 12, 3, this);
1662
- return _chunkC6LZ6PNUcjs.getAs.call(void 0, Node_Interface, this);
1661
+ _chunkIVTBYMMNcjs.setUint16.call(void 0, 12, 3, this);
1662
+ return _chunkIVTBYMMNcjs.getAs.call(void 0, Node_Interface, this);
1663
1663
  }
1664
1664
  get _isInterface() {
1665
- return _chunkC6LZ6PNUcjs.getUint16.call(void 0, 12, this) === 3;
1665
+ return _chunkIVTBYMMNcjs.getUint16.call(void 0, 12, this) === 3;
1666
1666
  }
1667
1667
  set interface(_) {
1668
- _chunkC6LZ6PNUcjs.setUint16.call(void 0, 12, 3, this);
1668
+ _chunkIVTBYMMNcjs.setUint16.call(void 0, 12, 3, this);
1669
1669
  }
1670
1670
  get const() {
1671
- _chunkC6LZ6PNUcjs.testWhich.call(void 0, "const", _chunkC6LZ6PNUcjs.getUint16.call(void 0, 12, this), 4, this);
1672
- return _chunkC6LZ6PNUcjs.getAs.call(void 0, Node_Const, this);
1671
+ _chunkIVTBYMMNcjs.testWhich.call(void 0, "const", _chunkIVTBYMMNcjs.getUint16.call(void 0, 12, this), 4, this);
1672
+ return _chunkIVTBYMMNcjs.getAs.call(void 0, Node_Const, this);
1673
1673
  }
1674
1674
  _initConst() {
1675
- _chunkC6LZ6PNUcjs.setUint16.call(void 0, 12, 4, this);
1676
- return _chunkC6LZ6PNUcjs.getAs.call(void 0, Node_Const, this);
1675
+ _chunkIVTBYMMNcjs.setUint16.call(void 0, 12, 4, this);
1676
+ return _chunkIVTBYMMNcjs.getAs.call(void 0, Node_Const, this);
1677
1677
  }
1678
1678
  get _isConst() {
1679
- return _chunkC6LZ6PNUcjs.getUint16.call(void 0, 12, this) === 4;
1679
+ return _chunkIVTBYMMNcjs.getUint16.call(void 0, 12, this) === 4;
1680
1680
  }
1681
1681
  set const(_) {
1682
- _chunkC6LZ6PNUcjs.setUint16.call(void 0, 12, 4, this);
1682
+ _chunkIVTBYMMNcjs.setUint16.call(void 0, 12, 4, this);
1683
1683
  }
1684
1684
  get annotation() {
1685
- _chunkC6LZ6PNUcjs.testWhich.call(void 0, "annotation", _chunkC6LZ6PNUcjs.getUint16.call(void 0, 12, this), 5, this);
1686
- return _chunkC6LZ6PNUcjs.getAs.call(void 0, Node_Annotation, this);
1685
+ _chunkIVTBYMMNcjs.testWhich.call(void 0, "annotation", _chunkIVTBYMMNcjs.getUint16.call(void 0, 12, this), 5, this);
1686
+ return _chunkIVTBYMMNcjs.getAs.call(void 0, Node_Annotation, this);
1687
1687
  }
1688
1688
  _initAnnotation() {
1689
- _chunkC6LZ6PNUcjs.setUint16.call(void 0, 12, 5, this);
1690
- return _chunkC6LZ6PNUcjs.getAs.call(void 0, Node_Annotation, this);
1689
+ _chunkIVTBYMMNcjs.setUint16.call(void 0, 12, 5, this);
1690
+ return _chunkIVTBYMMNcjs.getAs.call(void 0, Node_Annotation, this);
1691
1691
  }
1692
1692
  get _isAnnotation() {
1693
- return _chunkC6LZ6PNUcjs.getUint16.call(void 0, 12, this) === 5;
1693
+ return _chunkIVTBYMMNcjs.getUint16.call(void 0, 12, this) === 5;
1694
1694
  }
1695
1695
  set annotation(_) {
1696
- _chunkC6LZ6PNUcjs.setUint16.call(void 0, 12, 5, this);
1696
+ _chunkIVTBYMMNcjs.setUint16.call(void 0, 12, 5, this);
1697
1697
  }
1698
1698
  toString() {
1699
1699
  return "Node_" + super.toString();
1700
1700
  }
1701
1701
  which() {
1702
- return _chunkC6LZ6PNUcjs.getUint16.call(void 0, 12, this);
1702
+ return _chunkIVTBYMMNcjs.getUint16.call(void 0, 12, this);
1703
1703
  }
1704
1704
  }, _class10.__initStatic11(), _class10.__initStatic12(), _class10.__initStatic13(), _class10.__initStatic14(), _class10.__initStatic15(), _class10.__initStatic16(), _class10.__initStatic17(), _class10.__initStatic18(), _class10.__initStatic19(), _class10.__initStatic20(), _class10);
1705
- var Field_Slot = (_class11 = class extends _chunkC6LZ6PNUcjs.Struct {
1705
+ var Field_Slot = (_class11 = class extends _chunkIVTBYMMNcjs.Struct {
1706
1706
  static {
1707
- _chunkC6LZ6PNUcjs.__name.call(void 0, this, "Field_Slot");
1707
+ _chunkIVTBYMMNcjs.__name.call(void 0, this, "Field_Slot");
1708
1708
  }
1709
1709
  static __initStatic21() {this._capnp = {
1710
1710
  displayName: "slot",
1711
1711
  id: "c42305476bb4746f",
1712
- size: new (0, _chunkC6LZ6PNUcjs.ObjectSize)(24, 4)
1712
+ size: new (0, _chunkIVTBYMMNcjs.ObjectSize)(24, 4)
1713
1713
  }}
1714
1714
  /**
1715
1715
  * Offset, in units of the field's size, from the beginning of the section in which the field
@@ -1718,46 +1718,46 @@ var Field_Slot = (_class11 = class extends _chunkC6LZ6PNUcjs.Struct {
1718
1718
  *
1719
1719
  */
1720
1720
  get offset() {
1721
- return _chunkC6LZ6PNUcjs.getUint32.call(void 0, 4, this);
1721
+ return _chunkIVTBYMMNcjs.getUint32.call(void 0, 4, this);
1722
1722
  }
1723
1723
  set offset(value) {
1724
- _chunkC6LZ6PNUcjs.setUint32.call(void 0, 4, value, this);
1724
+ _chunkIVTBYMMNcjs.setUint32.call(void 0, 4, value, this);
1725
1725
  }
1726
1726
  _adoptType(value) {
1727
- _chunkC6LZ6PNUcjs.adopt.call(void 0, value, _chunkC6LZ6PNUcjs.getPointer.call(void 0, 2, this));
1727
+ _chunkIVTBYMMNcjs.adopt.call(void 0, value, _chunkIVTBYMMNcjs.getPointer.call(void 0, 2, this));
1728
1728
  }
1729
1729
  _disownType() {
1730
- return _chunkC6LZ6PNUcjs.disown.call(void 0, this.type);
1730
+ return _chunkIVTBYMMNcjs.disown.call(void 0, this.type);
1731
1731
  }
1732
1732
  get type() {
1733
- return _chunkC6LZ6PNUcjs.getStruct.call(void 0, 2, Type, this);
1733
+ return _chunkIVTBYMMNcjs.getStruct.call(void 0, 2, Type, this);
1734
1734
  }
1735
1735
  _hasType() {
1736
- return !_chunkC6LZ6PNUcjs.isNull.call(void 0, _chunkC6LZ6PNUcjs.getPointer.call(void 0, 2, this));
1736
+ return !_chunkIVTBYMMNcjs.isNull.call(void 0, _chunkIVTBYMMNcjs.getPointer.call(void 0, 2, this));
1737
1737
  }
1738
1738
  _initType() {
1739
- return _chunkC6LZ6PNUcjs.initStructAt.call(void 0, 2, Type, this);
1739
+ return _chunkIVTBYMMNcjs.initStructAt.call(void 0, 2, Type, this);
1740
1740
  }
1741
1741
  set type(value) {
1742
- _chunkC6LZ6PNUcjs.copyFrom.call(void 0, value, _chunkC6LZ6PNUcjs.getPointer.call(void 0, 2, this));
1742
+ _chunkIVTBYMMNcjs.copyFrom.call(void 0, value, _chunkIVTBYMMNcjs.getPointer.call(void 0, 2, this));
1743
1743
  }
1744
1744
  _adoptDefaultValue(value) {
1745
- _chunkC6LZ6PNUcjs.adopt.call(void 0, value, _chunkC6LZ6PNUcjs.getPointer.call(void 0, 3, this));
1745
+ _chunkIVTBYMMNcjs.adopt.call(void 0, value, _chunkIVTBYMMNcjs.getPointer.call(void 0, 3, this));
1746
1746
  }
1747
1747
  _disownDefaultValue() {
1748
- return _chunkC6LZ6PNUcjs.disown.call(void 0, this.defaultValue);
1748
+ return _chunkIVTBYMMNcjs.disown.call(void 0, this.defaultValue);
1749
1749
  }
1750
1750
  get defaultValue() {
1751
- return _chunkC6LZ6PNUcjs.getStruct.call(void 0, 3, Value, this);
1751
+ return _chunkIVTBYMMNcjs.getStruct.call(void 0, 3, Value, this);
1752
1752
  }
1753
1753
  _hasDefaultValue() {
1754
- return !_chunkC6LZ6PNUcjs.isNull.call(void 0, _chunkC6LZ6PNUcjs.getPointer.call(void 0, 3, this));
1754
+ return !_chunkIVTBYMMNcjs.isNull.call(void 0, _chunkIVTBYMMNcjs.getPointer.call(void 0, 3, this));
1755
1755
  }
1756
1756
  _initDefaultValue() {
1757
- return _chunkC6LZ6PNUcjs.initStructAt.call(void 0, 3, Value, this);
1757
+ return _chunkIVTBYMMNcjs.initStructAt.call(void 0, 3, Value, this);
1758
1758
  }
1759
1759
  set defaultValue(value) {
1760
- _chunkC6LZ6PNUcjs.copyFrom.call(void 0, value, _chunkC6LZ6PNUcjs.getPointer.call(void 0, 3, this));
1760
+ _chunkIVTBYMMNcjs.copyFrom.call(void 0, value, _chunkIVTBYMMNcjs.getPointer.call(void 0, 3, this));
1761
1761
  }
1762
1762
  /**
1763
1763
  * Whether the default value was specified explicitly. Non-explicit default values are always
@@ -1767,33 +1767,33 @@ var Field_Slot = (_class11 = class extends _chunkC6LZ6PNUcjs.Struct {
1767
1767
  *
1768
1768
  */
1769
1769
  get hadExplicitDefault() {
1770
- return _chunkC6LZ6PNUcjs.getBit.call(void 0, 128, this);
1770
+ return _chunkIVTBYMMNcjs.getBit.call(void 0, 128, this);
1771
1771
  }
1772
1772
  set hadExplicitDefault(value) {
1773
- _chunkC6LZ6PNUcjs.setBit.call(void 0, 128, value, this);
1773
+ _chunkIVTBYMMNcjs.setBit.call(void 0, 128, value, this);
1774
1774
  }
1775
1775
  toString() {
1776
1776
  return "Field_Slot_" + super.toString();
1777
1777
  }
1778
1778
  }, _class11.__initStatic21(), _class11);
1779
- var Field_Group = (_class12 = class extends _chunkC6LZ6PNUcjs.Struct {
1779
+ var Field_Group = (_class12 = class extends _chunkIVTBYMMNcjs.Struct {
1780
1780
  static {
1781
- _chunkC6LZ6PNUcjs.__name.call(void 0, this, "Field_Group");
1781
+ _chunkIVTBYMMNcjs.__name.call(void 0, this, "Field_Group");
1782
1782
  }
1783
1783
  static __initStatic22() {this._capnp = {
1784
1784
  displayName: "group",
1785
1785
  id: "cafccddb68db1d11",
1786
- size: new (0, _chunkC6LZ6PNUcjs.ObjectSize)(24, 4)
1786
+ size: new (0, _chunkIVTBYMMNcjs.ObjectSize)(24, 4)
1787
1787
  }}
1788
1788
  /**
1789
1789
  * The ID of the group's node.
1790
1790
  *
1791
1791
  */
1792
1792
  get typeId() {
1793
- return _chunkC6LZ6PNUcjs.getUint64.call(void 0, 16, this);
1793
+ return _chunkIVTBYMMNcjs.getUint64.call(void 0, 16, this);
1794
1794
  }
1795
1795
  set typeId(value) {
1796
- _chunkC6LZ6PNUcjs.setUint64.call(void 0, 16, value, this);
1796
+ _chunkIVTBYMMNcjs.setUint64.call(void 0, 16, value, this);
1797
1797
  }
1798
1798
  toString() {
1799
1799
  return "Field_Group_" + super.toString();
@@ -1810,22 +1810,22 @@ var Field_Ordinal_Which = {
1810
1810
  */
1811
1811
  EXPLICIT: 1
1812
1812
  };
1813
- var Field_Ordinal = (_class13 = class extends _chunkC6LZ6PNUcjs.Struct {
1813
+ var Field_Ordinal = (_class13 = class extends _chunkIVTBYMMNcjs.Struct {
1814
1814
  static {
1815
- _chunkC6LZ6PNUcjs.__name.call(void 0, this, "Field_Ordinal");
1815
+ _chunkIVTBYMMNcjs.__name.call(void 0, this, "Field_Ordinal");
1816
1816
  }
1817
1817
  static __initStatic23() {this.IMPLICIT = Field_Ordinal_Which.IMPLICIT}
1818
1818
  static __initStatic24() {this.EXPLICIT = Field_Ordinal_Which.EXPLICIT}
1819
1819
  static __initStatic25() {this._capnp = {
1820
1820
  displayName: "ordinal",
1821
1821
  id: "bb90d5c287870be6",
1822
- size: new (0, _chunkC6LZ6PNUcjs.ObjectSize)(24, 4)
1822
+ size: new (0, _chunkIVTBYMMNcjs.ObjectSize)(24, 4)
1823
1823
  }}
1824
1824
  get _isImplicit() {
1825
- return _chunkC6LZ6PNUcjs.getUint16.call(void 0, 10, this) === 0;
1825
+ return _chunkIVTBYMMNcjs.getUint16.call(void 0, 10, this) === 0;
1826
1826
  }
1827
1827
  set implicit(_) {
1828
- _chunkC6LZ6PNUcjs.setUint16.call(void 0, 10, 0, this);
1828
+ _chunkIVTBYMMNcjs.setUint16.call(void 0, 10, 0, this);
1829
1829
  }
1830
1830
  /**
1831
1831
  * The original ordinal number given to the field. You probably should NOT use this; if you need
@@ -1835,21 +1835,21 @@ var Field_Ordinal = (_class13 = class extends _chunkC6LZ6PNUcjs.Struct {
1835
1835
  *
1836
1836
  */
1837
1837
  get explicit() {
1838
- _chunkC6LZ6PNUcjs.testWhich.call(void 0, "explicit", _chunkC6LZ6PNUcjs.getUint16.call(void 0, 10, this), 1, this);
1839
- return _chunkC6LZ6PNUcjs.getUint16.call(void 0, 12, this);
1838
+ _chunkIVTBYMMNcjs.testWhich.call(void 0, "explicit", _chunkIVTBYMMNcjs.getUint16.call(void 0, 10, this), 1, this);
1839
+ return _chunkIVTBYMMNcjs.getUint16.call(void 0, 12, this);
1840
1840
  }
1841
1841
  get _isExplicit() {
1842
- return _chunkC6LZ6PNUcjs.getUint16.call(void 0, 10, this) === 1;
1842
+ return _chunkIVTBYMMNcjs.getUint16.call(void 0, 10, this) === 1;
1843
1843
  }
1844
1844
  set explicit(value) {
1845
- _chunkC6LZ6PNUcjs.setUint16.call(void 0, 10, 1, this);
1846
- _chunkC6LZ6PNUcjs.setUint16.call(void 0, 12, value, this);
1845
+ _chunkIVTBYMMNcjs.setUint16.call(void 0, 10, 1, this);
1846
+ _chunkIVTBYMMNcjs.setUint16.call(void 0, 12, value, this);
1847
1847
  }
1848
1848
  toString() {
1849
1849
  return "Field_Ordinal_" + super.toString();
1850
1850
  }
1851
1851
  which() {
1852
- return _chunkC6LZ6PNUcjs.getUint16.call(void 0, 10, this);
1852
+ return _chunkIVTBYMMNcjs.getUint16.call(void 0, 10, this);
1853
1853
  }
1854
1854
  }, _class13.__initStatic23(), _class13.__initStatic24(), _class13.__initStatic25(), _class13);
1855
1855
  var Field_Which = {
@@ -1865,9 +1865,9 @@ var Field_Which = {
1865
1865
  */
1866
1866
  GROUP: 1
1867
1867
  };
1868
- var Field = (_class14 = class _Field extends _chunkC6LZ6PNUcjs.Struct {
1868
+ var Field = (_class14 = class _Field extends _chunkIVTBYMMNcjs.Struct {
1869
1869
  static {
1870
- _chunkC6LZ6PNUcjs.__name.call(void 0, this, "Field");
1870
+ _chunkIVTBYMMNcjs.__name.call(void 0, this, "Field");
1871
1871
  }
1872
1872
  static __initStatic26() {this.NO_DISCRIMINANT = 65535}
1873
1873
  static __initStatic27() {this.SLOT = Field_Which.SLOT}
@@ -1875,15 +1875,15 @@ var Field = (_class14 = class _Field extends _chunkC6LZ6PNUcjs.Struct {
1875
1875
  static __initStatic29() {this._capnp = {
1876
1876
  displayName: "Field",
1877
1877
  id: "9aad50a41f4af45f",
1878
- size: new (0, _chunkC6LZ6PNUcjs.ObjectSize)(24, 4),
1879
- defaultDiscriminantValue: _chunkC6LZ6PNUcjs.getUint16Mask.call(void 0, 65535)
1878
+ size: new (0, _chunkIVTBYMMNcjs.ObjectSize)(24, 4),
1879
+ defaultDiscriminantValue: _chunkIVTBYMMNcjs.getUint16Mask.call(void 0, 65535)
1880
1880
  }}
1881
1881
 
1882
1882
  get name() {
1883
- return _chunkC6LZ6PNUcjs.getText.call(void 0, 0, this);
1883
+ return _chunkIVTBYMMNcjs.getText.call(void 0, 0, this);
1884
1884
  }
1885
1885
  set name(value) {
1886
- _chunkC6LZ6PNUcjs.setText.call(void 0, 0, value, this);
1886
+ _chunkIVTBYMMNcjs.setText.call(void 0, 0, value, this);
1887
1887
  }
1888
1888
  /**
1889
1889
  * Indicates where this member appeared in the code, relative to other members.
@@ -1895,28 +1895,28 @@ var Field = (_class14 = class _Field extends _chunkC6LZ6PNUcjs.Struct {
1895
1895
  *
1896
1896
  */
1897
1897
  get codeOrder() {
1898
- return _chunkC6LZ6PNUcjs.getUint16.call(void 0, 0, this);
1898
+ return _chunkIVTBYMMNcjs.getUint16.call(void 0, 0, this);
1899
1899
  }
1900
1900
  set codeOrder(value) {
1901
- _chunkC6LZ6PNUcjs.setUint16.call(void 0, 0, value, this);
1901
+ _chunkIVTBYMMNcjs.setUint16.call(void 0, 0, value, this);
1902
1902
  }
1903
1903
  _adoptAnnotations(value) {
1904
- _chunkC6LZ6PNUcjs.adopt.call(void 0, value, _chunkC6LZ6PNUcjs.getPointer.call(void 0, 1, this));
1904
+ _chunkIVTBYMMNcjs.adopt.call(void 0, value, _chunkIVTBYMMNcjs.getPointer.call(void 0, 1, this));
1905
1905
  }
1906
1906
  _disownAnnotations() {
1907
- return _chunkC6LZ6PNUcjs.disown.call(void 0, this.annotations);
1907
+ return _chunkIVTBYMMNcjs.disown.call(void 0, this.annotations);
1908
1908
  }
1909
1909
  get annotations() {
1910
- return _chunkC6LZ6PNUcjs.getList.call(void 0, 1, _Field._Annotations, this);
1910
+ return _chunkIVTBYMMNcjs.getList.call(void 0, 1, _Field._Annotations, this);
1911
1911
  }
1912
1912
  _hasAnnotations() {
1913
- return !_chunkC6LZ6PNUcjs.isNull.call(void 0, _chunkC6LZ6PNUcjs.getPointer.call(void 0, 1, this));
1913
+ return !_chunkIVTBYMMNcjs.isNull.call(void 0, _chunkIVTBYMMNcjs.getPointer.call(void 0, 1, this));
1914
1914
  }
1915
1915
  _initAnnotations(length) {
1916
- return _chunkC6LZ6PNUcjs.initList.call(void 0, 1, _Field._Annotations, length, this);
1916
+ return _chunkIVTBYMMNcjs.initList.call(void 0, 1, _Field._Annotations, length, this);
1917
1917
  }
1918
1918
  set annotations(value) {
1919
- _chunkC6LZ6PNUcjs.copyFrom.call(void 0, value, _chunkC6LZ6PNUcjs.getPointer.call(void 0, 1, this));
1919
+ _chunkIVTBYMMNcjs.copyFrom.call(void 0, value, _chunkIVTBYMMNcjs.getPointer.call(void 0, 1, this));
1920
1920
  }
1921
1921
  /**
1922
1922
  * If the field is in a union, this is the value which the union's discriminant should take when
@@ -1924,75 +1924,75 @@ var Field = (_class14 = class _Field extends _chunkC6LZ6PNUcjs.Struct {
1924
1924
  *
1925
1925
  */
1926
1926
  get discriminantValue() {
1927
- return _chunkC6LZ6PNUcjs.getUint16.call(void 0, 2, this, _Field._capnp.defaultDiscriminantValue);
1927
+ return _chunkIVTBYMMNcjs.getUint16.call(void 0, 2, this, _Field._capnp.defaultDiscriminantValue);
1928
1928
  }
1929
1929
  set discriminantValue(value) {
1930
- _chunkC6LZ6PNUcjs.setUint16.call(void 0, 2, value, this, _Field._capnp.defaultDiscriminantValue);
1930
+ _chunkIVTBYMMNcjs.setUint16.call(void 0, 2, value, this, _Field._capnp.defaultDiscriminantValue);
1931
1931
  }
1932
1932
  /**
1933
1933
  * A regular, non-group, non-fixed-list field.
1934
1934
  *
1935
1935
  */
1936
1936
  get slot() {
1937
- _chunkC6LZ6PNUcjs.testWhich.call(void 0, "slot", _chunkC6LZ6PNUcjs.getUint16.call(void 0, 8, this), 0, this);
1938
- return _chunkC6LZ6PNUcjs.getAs.call(void 0, Field_Slot, this);
1937
+ _chunkIVTBYMMNcjs.testWhich.call(void 0, "slot", _chunkIVTBYMMNcjs.getUint16.call(void 0, 8, this), 0, this);
1938
+ return _chunkIVTBYMMNcjs.getAs.call(void 0, Field_Slot, this);
1939
1939
  }
1940
1940
  _initSlot() {
1941
- _chunkC6LZ6PNUcjs.setUint16.call(void 0, 8, 0, this);
1942
- return _chunkC6LZ6PNUcjs.getAs.call(void 0, Field_Slot, this);
1941
+ _chunkIVTBYMMNcjs.setUint16.call(void 0, 8, 0, this);
1942
+ return _chunkIVTBYMMNcjs.getAs.call(void 0, Field_Slot, this);
1943
1943
  }
1944
1944
  get _isSlot() {
1945
- return _chunkC6LZ6PNUcjs.getUint16.call(void 0, 8, this) === 0;
1945
+ return _chunkIVTBYMMNcjs.getUint16.call(void 0, 8, this) === 0;
1946
1946
  }
1947
1947
  set slot(_) {
1948
- _chunkC6LZ6PNUcjs.setUint16.call(void 0, 8, 0, this);
1948
+ _chunkIVTBYMMNcjs.setUint16.call(void 0, 8, 0, this);
1949
1949
  }
1950
1950
  /**
1951
1951
  * A group.
1952
1952
  *
1953
1953
  */
1954
1954
  get group() {
1955
- _chunkC6LZ6PNUcjs.testWhich.call(void 0, "group", _chunkC6LZ6PNUcjs.getUint16.call(void 0, 8, this), 1, this);
1956
- return _chunkC6LZ6PNUcjs.getAs.call(void 0, Field_Group, this);
1955
+ _chunkIVTBYMMNcjs.testWhich.call(void 0, "group", _chunkIVTBYMMNcjs.getUint16.call(void 0, 8, this), 1, this);
1956
+ return _chunkIVTBYMMNcjs.getAs.call(void 0, Field_Group, this);
1957
1957
  }
1958
1958
  _initGroup() {
1959
- _chunkC6LZ6PNUcjs.setUint16.call(void 0, 8, 1, this);
1960
- return _chunkC6LZ6PNUcjs.getAs.call(void 0, Field_Group, this);
1959
+ _chunkIVTBYMMNcjs.setUint16.call(void 0, 8, 1, this);
1960
+ return _chunkIVTBYMMNcjs.getAs.call(void 0, Field_Group, this);
1961
1961
  }
1962
1962
  get _isGroup() {
1963
- return _chunkC6LZ6PNUcjs.getUint16.call(void 0, 8, this) === 1;
1963
+ return _chunkIVTBYMMNcjs.getUint16.call(void 0, 8, this) === 1;
1964
1964
  }
1965
1965
  set group(_) {
1966
- _chunkC6LZ6PNUcjs.setUint16.call(void 0, 8, 1, this);
1966
+ _chunkIVTBYMMNcjs.setUint16.call(void 0, 8, 1, this);
1967
1967
  }
1968
1968
  get ordinal() {
1969
- return _chunkC6LZ6PNUcjs.getAs.call(void 0, Field_Ordinal, this);
1969
+ return _chunkIVTBYMMNcjs.getAs.call(void 0, Field_Ordinal, this);
1970
1970
  }
1971
1971
  _initOrdinal() {
1972
- return _chunkC6LZ6PNUcjs.getAs.call(void 0, Field_Ordinal, this);
1972
+ return _chunkIVTBYMMNcjs.getAs.call(void 0, Field_Ordinal, this);
1973
1973
  }
1974
1974
  toString() {
1975
1975
  return "Field_" + super.toString();
1976
1976
  }
1977
1977
  which() {
1978
- return _chunkC6LZ6PNUcjs.getUint16.call(void 0, 8, this);
1978
+ return _chunkIVTBYMMNcjs.getUint16.call(void 0, 8, this);
1979
1979
  }
1980
1980
  }, _class14.__initStatic26(), _class14.__initStatic27(), _class14.__initStatic28(), _class14.__initStatic29(), _class14);
1981
- var Enumerant = (_class15 = class _Enumerant extends _chunkC6LZ6PNUcjs.Struct {
1981
+ var Enumerant = (_class15 = class _Enumerant extends _chunkIVTBYMMNcjs.Struct {
1982
1982
  static {
1983
- _chunkC6LZ6PNUcjs.__name.call(void 0, this, "Enumerant");
1983
+ _chunkIVTBYMMNcjs.__name.call(void 0, this, "Enumerant");
1984
1984
  }
1985
1985
  static __initStatic30() {this._capnp = {
1986
1986
  displayName: "Enumerant",
1987
1987
  id: "978a7cebdc549a4d",
1988
- size: new (0, _chunkC6LZ6PNUcjs.ObjectSize)(8, 2)
1988
+ size: new (0, _chunkIVTBYMMNcjs.ObjectSize)(8, 2)
1989
1989
  }}
1990
1990
 
1991
1991
  get name() {
1992
- return _chunkC6LZ6PNUcjs.getText.call(void 0, 0, this);
1992
+ return _chunkIVTBYMMNcjs.getText.call(void 0, 0, this);
1993
1993
  }
1994
1994
  set name(value) {
1995
- _chunkC6LZ6PNUcjs.setText.call(void 0, 0, value, this);
1995
+ _chunkIVTBYMMNcjs.setText.call(void 0, 0, value, this);
1996
1996
  }
1997
1997
  /**
1998
1998
  * Specifies order in which the enumerants were declared in the code.
@@ -2000,86 +2000,86 @@ var Enumerant = (_class15 = class _Enumerant extends _chunkC6LZ6PNUcjs.Struct {
2000
2000
  *
2001
2001
  */
2002
2002
  get codeOrder() {
2003
- return _chunkC6LZ6PNUcjs.getUint16.call(void 0, 0, this);
2003
+ return _chunkIVTBYMMNcjs.getUint16.call(void 0, 0, this);
2004
2004
  }
2005
2005
  set codeOrder(value) {
2006
- _chunkC6LZ6PNUcjs.setUint16.call(void 0, 0, value, this);
2006
+ _chunkIVTBYMMNcjs.setUint16.call(void 0, 0, value, this);
2007
2007
  }
2008
2008
  _adoptAnnotations(value) {
2009
- _chunkC6LZ6PNUcjs.adopt.call(void 0, value, _chunkC6LZ6PNUcjs.getPointer.call(void 0, 1, this));
2009
+ _chunkIVTBYMMNcjs.adopt.call(void 0, value, _chunkIVTBYMMNcjs.getPointer.call(void 0, 1, this));
2010
2010
  }
2011
2011
  _disownAnnotations() {
2012
- return _chunkC6LZ6PNUcjs.disown.call(void 0, this.annotations);
2012
+ return _chunkIVTBYMMNcjs.disown.call(void 0, this.annotations);
2013
2013
  }
2014
2014
  get annotations() {
2015
- return _chunkC6LZ6PNUcjs.getList.call(void 0, 1, _Enumerant._Annotations, this);
2015
+ return _chunkIVTBYMMNcjs.getList.call(void 0, 1, _Enumerant._Annotations, this);
2016
2016
  }
2017
2017
  _hasAnnotations() {
2018
- return !_chunkC6LZ6PNUcjs.isNull.call(void 0, _chunkC6LZ6PNUcjs.getPointer.call(void 0, 1, this));
2018
+ return !_chunkIVTBYMMNcjs.isNull.call(void 0, _chunkIVTBYMMNcjs.getPointer.call(void 0, 1, this));
2019
2019
  }
2020
2020
  _initAnnotations(length) {
2021
- return _chunkC6LZ6PNUcjs.initList.call(void 0, 1, _Enumerant._Annotations, length, this);
2021
+ return _chunkIVTBYMMNcjs.initList.call(void 0, 1, _Enumerant._Annotations, length, this);
2022
2022
  }
2023
2023
  set annotations(value) {
2024
- _chunkC6LZ6PNUcjs.copyFrom.call(void 0, value, _chunkC6LZ6PNUcjs.getPointer.call(void 0, 1, this));
2024
+ _chunkIVTBYMMNcjs.copyFrom.call(void 0, value, _chunkIVTBYMMNcjs.getPointer.call(void 0, 1, this));
2025
2025
  }
2026
2026
  toString() {
2027
2027
  return "Enumerant_" + super.toString();
2028
2028
  }
2029
2029
  }, _class15.__initStatic30(), _class15);
2030
- var Superclass = (_class16 = class extends _chunkC6LZ6PNUcjs.Struct {
2030
+ var Superclass = (_class16 = class extends _chunkIVTBYMMNcjs.Struct {
2031
2031
  static {
2032
- _chunkC6LZ6PNUcjs.__name.call(void 0, this, "Superclass");
2032
+ _chunkIVTBYMMNcjs.__name.call(void 0, this, "Superclass");
2033
2033
  }
2034
2034
  static __initStatic31() {this._capnp = {
2035
2035
  displayName: "Superclass",
2036
2036
  id: "a9962a9ed0a4d7f8",
2037
- size: new (0, _chunkC6LZ6PNUcjs.ObjectSize)(8, 1)
2037
+ size: new (0, _chunkIVTBYMMNcjs.ObjectSize)(8, 1)
2038
2038
  }}
2039
2039
  get id() {
2040
- return _chunkC6LZ6PNUcjs.getUint64.call(void 0, 0, this);
2040
+ return _chunkIVTBYMMNcjs.getUint64.call(void 0, 0, this);
2041
2041
  }
2042
2042
  set id(value) {
2043
- _chunkC6LZ6PNUcjs.setUint64.call(void 0, 0, value, this);
2043
+ _chunkIVTBYMMNcjs.setUint64.call(void 0, 0, value, this);
2044
2044
  }
2045
2045
  _adoptBrand(value) {
2046
- _chunkC6LZ6PNUcjs.adopt.call(void 0, value, _chunkC6LZ6PNUcjs.getPointer.call(void 0, 0, this));
2046
+ _chunkIVTBYMMNcjs.adopt.call(void 0, value, _chunkIVTBYMMNcjs.getPointer.call(void 0, 0, this));
2047
2047
  }
2048
2048
  _disownBrand() {
2049
- return _chunkC6LZ6PNUcjs.disown.call(void 0, this.brand);
2049
+ return _chunkIVTBYMMNcjs.disown.call(void 0, this.brand);
2050
2050
  }
2051
2051
  get brand() {
2052
- return _chunkC6LZ6PNUcjs.getStruct.call(void 0, 0, Brand, this);
2052
+ return _chunkIVTBYMMNcjs.getStruct.call(void 0, 0, Brand, this);
2053
2053
  }
2054
2054
  _hasBrand() {
2055
- return !_chunkC6LZ6PNUcjs.isNull.call(void 0, _chunkC6LZ6PNUcjs.getPointer.call(void 0, 0, this));
2055
+ return !_chunkIVTBYMMNcjs.isNull.call(void 0, _chunkIVTBYMMNcjs.getPointer.call(void 0, 0, this));
2056
2056
  }
2057
2057
  _initBrand() {
2058
- return _chunkC6LZ6PNUcjs.initStructAt.call(void 0, 0, Brand, this);
2058
+ return _chunkIVTBYMMNcjs.initStructAt.call(void 0, 0, Brand, this);
2059
2059
  }
2060
2060
  set brand(value) {
2061
- _chunkC6LZ6PNUcjs.copyFrom.call(void 0, value, _chunkC6LZ6PNUcjs.getPointer.call(void 0, 0, this));
2061
+ _chunkIVTBYMMNcjs.copyFrom.call(void 0, value, _chunkIVTBYMMNcjs.getPointer.call(void 0, 0, this));
2062
2062
  }
2063
2063
  toString() {
2064
2064
  return "Superclass_" + super.toString();
2065
2065
  }
2066
2066
  }, _class16.__initStatic31(), _class16);
2067
- var Method = (_class17 = class _Method extends _chunkC6LZ6PNUcjs.Struct {
2067
+ var Method = (_class17 = class _Method extends _chunkIVTBYMMNcjs.Struct {
2068
2068
  static {
2069
- _chunkC6LZ6PNUcjs.__name.call(void 0, this, "Method");
2069
+ _chunkIVTBYMMNcjs.__name.call(void 0, this, "Method");
2070
2070
  }
2071
2071
  static __initStatic32() {this._capnp = {
2072
2072
  displayName: "Method",
2073
2073
  id: "9500cce23b334d80",
2074
- size: new (0, _chunkC6LZ6PNUcjs.ObjectSize)(24, 5)
2074
+ size: new (0, _chunkIVTBYMMNcjs.ObjectSize)(24, 5)
2075
2075
  }}
2076
2076
 
2077
2077
 
2078
2078
  get name() {
2079
- return _chunkC6LZ6PNUcjs.getText.call(void 0, 0, this);
2079
+ return _chunkIVTBYMMNcjs.getText.call(void 0, 0, this);
2080
2080
  }
2081
2081
  set name(value) {
2082
- _chunkC6LZ6PNUcjs.setText.call(void 0, 0, value, this);
2082
+ _chunkIVTBYMMNcjs.setText.call(void 0, 0, value, this);
2083
2083
  }
2084
2084
  /**
2085
2085
  * Specifies order in which the methods were declared in the code.
@@ -2087,16 +2087,16 @@ var Method = (_class17 = class _Method extends _chunkC6LZ6PNUcjs.Struct {
2087
2087
  *
2088
2088
  */
2089
2089
  get codeOrder() {
2090
- return _chunkC6LZ6PNUcjs.getUint16.call(void 0, 0, this);
2090
+ return _chunkIVTBYMMNcjs.getUint16.call(void 0, 0, this);
2091
2091
  }
2092
2092
  set codeOrder(value) {
2093
- _chunkC6LZ6PNUcjs.setUint16.call(void 0, 0, value, this);
2093
+ _chunkIVTBYMMNcjs.setUint16.call(void 0, 0, value, this);
2094
2094
  }
2095
2095
  _adoptImplicitParameters(value) {
2096
- _chunkC6LZ6PNUcjs.adopt.call(void 0, value, _chunkC6LZ6PNUcjs.getPointer.call(void 0, 4, this));
2096
+ _chunkIVTBYMMNcjs.adopt.call(void 0, value, _chunkIVTBYMMNcjs.getPointer.call(void 0, 4, this));
2097
2097
  }
2098
2098
  _disownImplicitParameters() {
2099
- return _chunkC6LZ6PNUcjs.disown.call(void 0, this.implicitParameters);
2099
+ return _chunkIVTBYMMNcjs.disown.call(void 0, this.implicitParameters);
2100
2100
  }
2101
2101
  /**
2102
2102
  * The parameters listed in [] (typically, type / generic parameters), whose bindings are intended
@@ -2104,16 +2104,16 @@ var Method = (_class17 = class _Method extends _chunkC6LZ6PNUcjs.Struct {
2104
2104
  *
2105
2105
  */
2106
2106
  get implicitParameters() {
2107
- return _chunkC6LZ6PNUcjs.getList.call(void 0, 4, _Method._ImplicitParameters, this);
2107
+ return _chunkIVTBYMMNcjs.getList.call(void 0, 4, _Method._ImplicitParameters, this);
2108
2108
  }
2109
2109
  _hasImplicitParameters() {
2110
- return !_chunkC6LZ6PNUcjs.isNull.call(void 0, _chunkC6LZ6PNUcjs.getPointer.call(void 0, 4, this));
2110
+ return !_chunkIVTBYMMNcjs.isNull.call(void 0, _chunkIVTBYMMNcjs.getPointer.call(void 0, 4, this));
2111
2111
  }
2112
2112
  _initImplicitParameters(length) {
2113
- return _chunkC6LZ6PNUcjs.initList.call(void 0, 4, _Method._ImplicitParameters, length, this);
2113
+ return _chunkIVTBYMMNcjs.initList.call(void 0, 4, _Method._ImplicitParameters, length, this);
2114
2114
  }
2115
2115
  set implicitParameters(value) {
2116
- _chunkC6LZ6PNUcjs.copyFrom.call(void 0, value, _chunkC6LZ6PNUcjs.getPointer.call(void 0, 4, this));
2116
+ _chunkIVTBYMMNcjs.copyFrom.call(void 0, value, _chunkIVTBYMMNcjs.getPointer.call(void 0, 4, this));
2117
2117
  }
2118
2118
  /**
2119
2119
  * ID of the parameter struct type. If a named parameter list was specified in the method
@@ -2126,224 +2126,224 @@ var Method = (_class17 = class _Method extends _chunkC6LZ6PNUcjs.Struct {
2126
2126
  *
2127
2127
  */
2128
2128
  get paramStructType() {
2129
- return _chunkC6LZ6PNUcjs.getUint64.call(void 0, 8, this);
2129
+ return _chunkIVTBYMMNcjs.getUint64.call(void 0, 8, this);
2130
2130
  }
2131
2131
  set paramStructType(value) {
2132
- _chunkC6LZ6PNUcjs.setUint64.call(void 0, 8, value, this);
2132
+ _chunkIVTBYMMNcjs.setUint64.call(void 0, 8, value, this);
2133
2133
  }
2134
2134
  _adoptParamBrand(value) {
2135
- _chunkC6LZ6PNUcjs.adopt.call(void 0, value, _chunkC6LZ6PNUcjs.getPointer.call(void 0, 2, this));
2135
+ _chunkIVTBYMMNcjs.adopt.call(void 0, value, _chunkIVTBYMMNcjs.getPointer.call(void 0, 2, this));
2136
2136
  }
2137
2137
  _disownParamBrand() {
2138
- return _chunkC6LZ6PNUcjs.disown.call(void 0, this.paramBrand);
2138
+ return _chunkIVTBYMMNcjs.disown.call(void 0, this.paramBrand);
2139
2139
  }
2140
2140
  /**
2141
2141
  * Brand of param struct type.
2142
2142
  *
2143
2143
  */
2144
2144
  get paramBrand() {
2145
- return _chunkC6LZ6PNUcjs.getStruct.call(void 0, 2, Brand, this);
2145
+ return _chunkIVTBYMMNcjs.getStruct.call(void 0, 2, Brand, this);
2146
2146
  }
2147
2147
  _hasParamBrand() {
2148
- return !_chunkC6LZ6PNUcjs.isNull.call(void 0, _chunkC6LZ6PNUcjs.getPointer.call(void 0, 2, this));
2148
+ return !_chunkIVTBYMMNcjs.isNull.call(void 0, _chunkIVTBYMMNcjs.getPointer.call(void 0, 2, this));
2149
2149
  }
2150
2150
  _initParamBrand() {
2151
- return _chunkC6LZ6PNUcjs.initStructAt.call(void 0, 2, Brand, this);
2151
+ return _chunkIVTBYMMNcjs.initStructAt.call(void 0, 2, Brand, this);
2152
2152
  }
2153
2153
  set paramBrand(value) {
2154
- _chunkC6LZ6PNUcjs.copyFrom.call(void 0, value, _chunkC6LZ6PNUcjs.getPointer.call(void 0, 2, this));
2154
+ _chunkIVTBYMMNcjs.copyFrom.call(void 0, value, _chunkIVTBYMMNcjs.getPointer.call(void 0, 2, this));
2155
2155
  }
2156
2156
  /**
2157
2157
  * ID of the return struct type; similar to `paramStructType`.
2158
2158
  *
2159
2159
  */
2160
2160
  get resultStructType() {
2161
- return _chunkC6LZ6PNUcjs.getUint64.call(void 0, 16, this);
2161
+ return _chunkIVTBYMMNcjs.getUint64.call(void 0, 16, this);
2162
2162
  }
2163
2163
  set resultStructType(value) {
2164
- _chunkC6LZ6PNUcjs.setUint64.call(void 0, 16, value, this);
2164
+ _chunkIVTBYMMNcjs.setUint64.call(void 0, 16, value, this);
2165
2165
  }
2166
2166
  _adoptResultBrand(value) {
2167
- _chunkC6LZ6PNUcjs.adopt.call(void 0, value, _chunkC6LZ6PNUcjs.getPointer.call(void 0, 3, this));
2167
+ _chunkIVTBYMMNcjs.adopt.call(void 0, value, _chunkIVTBYMMNcjs.getPointer.call(void 0, 3, this));
2168
2168
  }
2169
2169
  _disownResultBrand() {
2170
- return _chunkC6LZ6PNUcjs.disown.call(void 0, this.resultBrand);
2170
+ return _chunkIVTBYMMNcjs.disown.call(void 0, this.resultBrand);
2171
2171
  }
2172
2172
  /**
2173
2173
  * Brand of result struct type.
2174
2174
  *
2175
2175
  */
2176
2176
  get resultBrand() {
2177
- return _chunkC6LZ6PNUcjs.getStruct.call(void 0, 3, Brand, this);
2177
+ return _chunkIVTBYMMNcjs.getStruct.call(void 0, 3, Brand, this);
2178
2178
  }
2179
2179
  _hasResultBrand() {
2180
- return !_chunkC6LZ6PNUcjs.isNull.call(void 0, _chunkC6LZ6PNUcjs.getPointer.call(void 0, 3, this));
2180
+ return !_chunkIVTBYMMNcjs.isNull.call(void 0, _chunkIVTBYMMNcjs.getPointer.call(void 0, 3, this));
2181
2181
  }
2182
2182
  _initResultBrand() {
2183
- return _chunkC6LZ6PNUcjs.initStructAt.call(void 0, 3, Brand, this);
2183
+ return _chunkIVTBYMMNcjs.initStructAt.call(void 0, 3, Brand, this);
2184
2184
  }
2185
2185
  set resultBrand(value) {
2186
- _chunkC6LZ6PNUcjs.copyFrom.call(void 0, value, _chunkC6LZ6PNUcjs.getPointer.call(void 0, 3, this));
2186
+ _chunkIVTBYMMNcjs.copyFrom.call(void 0, value, _chunkIVTBYMMNcjs.getPointer.call(void 0, 3, this));
2187
2187
  }
2188
2188
  _adoptAnnotations(value) {
2189
- _chunkC6LZ6PNUcjs.adopt.call(void 0, value, _chunkC6LZ6PNUcjs.getPointer.call(void 0, 1, this));
2189
+ _chunkIVTBYMMNcjs.adopt.call(void 0, value, _chunkIVTBYMMNcjs.getPointer.call(void 0, 1, this));
2190
2190
  }
2191
2191
  _disownAnnotations() {
2192
- return _chunkC6LZ6PNUcjs.disown.call(void 0, this.annotations);
2192
+ return _chunkIVTBYMMNcjs.disown.call(void 0, this.annotations);
2193
2193
  }
2194
2194
  get annotations() {
2195
- return _chunkC6LZ6PNUcjs.getList.call(void 0, 1, _Method._Annotations, this);
2195
+ return _chunkIVTBYMMNcjs.getList.call(void 0, 1, _Method._Annotations, this);
2196
2196
  }
2197
2197
  _hasAnnotations() {
2198
- return !_chunkC6LZ6PNUcjs.isNull.call(void 0, _chunkC6LZ6PNUcjs.getPointer.call(void 0, 1, this));
2198
+ return !_chunkIVTBYMMNcjs.isNull.call(void 0, _chunkIVTBYMMNcjs.getPointer.call(void 0, 1, this));
2199
2199
  }
2200
2200
  _initAnnotations(length) {
2201
- return _chunkC6LZ6PNUcjs.initList.call(void 0, 1, _Method._Annotations, length, this);
2201
+ return _chunkIVTBYMMNcjs.initList.call(void 0, 1, _Method._Annotations, length, this);
2202
2202
  }
2203
2203
  set annotations(value) {
2204
- _chunkC6LZ6PNUcjs.copyFrom.call(void 0, value, _chunkC6LZ6PNUcjs.getPointer.call(void 0, 1, this));
2204
+ _chunkIVTBYMMNcjs.copyFrom.call(void 0, value, _chunkIVTBYMMNcjs.getPointer.call(void 0, 1, this));
2205
2205
  }
2206
2206
  toString() {
2207
2207
  return "Method_" + super.toString();
2208
2208
  }
2209
2209
  }, _class17.__initStatic32(), _class17);
2210
- var Type_List = (_class18 = class extends _chunkC6LZ6PNUcjs.Struct {
2210
+ var Type_List = (_class18 = class extends _chunkIVTBYMMNcjs.Struct {
2211
2211
  static {
2212
- _chunkC6LZ6PNUcjs.__name.call(void 0, this, "Type_List");
2212
+ _chunkIVTBYMMNcjs.__name.call(void 0, this, "Type_List");
2213
2213
  }
2214
2214
  static __initStatic33() {this._capnp = {
2215
2215
  displayName: "list",
2216
2216
  id: "87e739250a60ea97",
2217
- size: new (0, _chunkC6LZ6PNUcjs.ObjectSize)(24, 1)
2217
+ size: new (0, _chunkIVTBYMMNcjs.ObjectSize)(24, 1)
2218
2218
  }}
2219
2219
  _adoptElementType(value) {
2220
- _chunkC6LZ6PNUcjs.adopt.call(void 0, value, _chunkC6LZ6PNUcjs.getPointer.call(void 0, 0, this));
2220
+ _chunkIVTBYMMNcjs.adopt.call(void 0, value, _chunkIVTBYMMNcjs.getPointer.call(void 0, 0, this));
2221
2221
  }
2222
2222
  _disownElementType() {
2223
- return _chunkC6LZ6PNUcjs.disown.call(void 0, this.elementType);
2223
+ return _chunkIVTBYMMNcjs.disown.call(void 0, this.elementType);
2224
2224
  }
2225
2225
  get elementType() {
2226
- return _chunkC6LZ6PNUcjs.getStruct.call(void 0, 0, Type, this);
2226
+ return _chunkIVTBYMMNcjs.getStruct.call(void 0, 0, Type, this);
2227
2227
  }
2228
2228
  _hasElementType() {
2229
- return !_chunkC6LZ6PNUcjs.isNull.call(void 0, _chunkC6LZ6PNUcjs.getPointer.call(void 0, 0, this));
2229
+ return !_chunkIVTBYMMNcjs.isNull.call(void 0, _chunkIVTBYMMNcjs.getPointer.call(void 0, 0, this));
2230
2230
  }
2231
2231
  _initElementType() {
2232
- return _chunkC6LZ6PNUcjs.initStructAt.call(void 0, 0, Type, this);
2232
+ return _chunkIVTBYMMNcjs.initStructAt.call(void 0, 0, Type, this);
2233
2233
  }
2234
2234
  set elementType(value) {
2235
- _chunkC6LZ6PNUcjs.copyFrom.call(void 0, value, _chunkC6LZ6PNUcjs.getPointer.call(void 0, 0, this));
2235
+ _chunkIVTBYMMNcjs.copyFrom.call(void 0, value, _chunkIVTBYMMNcjs.getPointer.call(void 0, 0, this));
2236
2236
  }
2237
2237
  toString() {
2238
2238
  return "Type_List_" + super.toString();
2239
2239
  }
2240
2240
  }, _class18.__initStatic33(), _class18);
2241
- var Type_Enum = (_class19 = class extends _chunkC6LZ6PNUcjs.Struct {
2241
+ var Type_Enum = (_class19 = class extends _chunkIVTBYMMNcjs.Struct {
2242
2242
  static {
2243
- _chunkC6LZ6PNUcjs.__name.call(void 0, this, "Type_Enum");
2243
+ _chunkIVTBYMMNcjs.__name.call(void 0, this, "Type_Enum");
2244
2244
  }
2245
2245
  static __initStatic34() {this._capnp = {
2246
2246
  displayName: "enum",
2247
2247
  id: "9e0e78711a7f87a9",
2248
- size: new (0, _chunkC6LZ6PNUcjs.ObjectSize)(24, 1)
2248
+ size: new (0, _chunkIVTBYMMNcjs.ObjectSize)(24, 1)
2249
2249
  }}
2250
2250
  get typeId() {
2251
- return _chunkC6LZ6PNUcjs.getUint64.call(void 0, 8, this);
2251
+ return _chunkIVTBYMMNcjs.getUint64.call(void 0, 8, this);
2252
2252
  }
2253
2253
  set typeId(value) {
2254
- _chunkC6LZ6PNUcjs.setUint64.call(void 0, 8, value, this);
2254
+ _chunkIVTBYMMNcjs.setUint64.call(void 0, 8, value, this);
2255
2255
  }
2256
2256
  _adoptBrand(value) {
2257
- _chunkC6LZ6PNUcjs.adopt.call(void 0, value, _chunkC6LZ6PNUcjs.getPointer.call(void 0, 0, this));
2257
+ _chunkIVTBYMMNcjs.adopt.call(void 0, value, _chunkIVTBYMMNcjs.getPointer.call(void 0, 0, this));
2258
2258
  }
2259
2259
  _disownBrand() {
2260
- return _chunkC6LZ6PNUcjs.disown.call(void 0, this.brand);
2260
+ return _chunkIVTBYMMNcjs.disown.call(void 0, this.brand);
2261
2261
  }
2262
2262
  get brand() {
2263
- return _chunkC6LZ6PNUcjs.getStruct.call(void 0, 0, Brand, this);
2263
+ return _chunkIVTBYMMNcjs.getStruct.call(void 0, 0, Brand, this);
2264
2264
  }
2265
2265
  _hasBrand() {
2266
- return !_chunkC6LZ6PNUcjs.isNull.call(void 0, _chunkC6LZ6PNUcjs.getPointer.call(void 0, 0, this));
2266
+ return !_chunkIVTBYMMNcjs.isNull.call(void 0, _chunkIVTBYMMNcjs.getPointer.call(void 0, 0, this));
2267
2267
  }
2268
2268
  _initBrand() {
2269
- return _chunkC6LZ6PNUcjs.initStructAt.call(void 0, 0, Brand, this);
2269
+ return _chunkIVTBYMMNcjs.initStructAt.call(void 0, 0, Brand, this);
2270
2270
  }
2271
2271
  set brand(value) {
2272
- _chunkC6LZ6PNUcjs.copyFrom.call(void 0, value, _chunkC6LZ6PNUcjs.getPointer.call(void 0, 0, this));
2272
+ _chunkIVTBYMMNcjs.copyFrom.call(void 0, value, _chunkIVTBYMMNcjs.getPointer.call(void 0, 0, this));
2273
2273
  }
2274
2274
  toString() {
2275
2275
  return "Type_Enum_" + super.toString();
2276
2276
  }
2277
2277
  }, _class19.__initStatic34(), _class19);
2278
- var Type_Struct = (_class20 = class extends _chunkC6LZ6PNUcjs.Struct {
2278
+ var Type_Struct = (_class20 = class extends _chunkIVTBYMMNcjs.Struct {
2279
2279
  static {
2280
- _chunkC6LZ6PNUcjs.__name.call(void 0, this, "Type_Struct");
2280
+ _chunkIVTBYMMNcjs.__name.call(void 0, this, "Type_Struct");
2281
2281
  }
2282
2282
  static __initStatic35() {this._capnp = {
2283
2283
  displayName: "struct",
2284
2284
  id: "ac3a6f60ef4cc6d3",
2285
- size: new (0, _chunkC6LZ6PNUcjs.ObjectSize)(24, 1)
2285
+ size: new (0, _chunkIVTBYMMNcjs.ObjectSize)(24, 1)
2286
2286
  }}
2287
2287
  get typeId() {
2288
- return _chunkC6LZ6PNUcjs.getUint64.call(void 0, 8, this);
2288
+ return _chunkIVTBYMMNcjs.getUint64.call(void 0, 8, this);
2289
2289
  }
2290
2290
  set typeId(value) {
2291
- _chunkC6LZ6PNUcjs.setUint64.call(void 0, 8, value, this);
2291
+ _chunkIVTBYMMNcjs.setUint64.call(void 0, 8, value, this);
2292
2292
  }
2293
2293
  _adoptBrand(value) {
2294
- _chunkC6LZ6PNUcjs.adopt.call(void 0, value, _chunkC6LZ6PNUcjs.getPointer.call(void 0, 0, this));
2294
+ _chunkIVTBYMMNcjs.adopt.call(void 0, value, _chunkIVTBYMMNcjs.getPointer.call(void 0, 0, this));
2295
2295
  }
2296
2296
  _disownBrand() {
2297
- return _chunkC6LZ6PNUcjs.disown.call(void 0, this.brand);
2297
+ return _chunkIVTBYMMNcjs.disown.call(void 0, this.brand);
2298
2298
  }
2299
2299
  get brand() {
2300
- return _chunkC6LZ6PNUcjs.getStruct.call(void 0, 0, Brand, this);
2300
+ return _chunkIVTBYMMNcjs.getStruct.call(void 0, 0, Brand, this);
2301
2301
  }
2302
2302
  _hasBrand() {
2303
- return !_chunkC6LZ6PNUcjs.isNull.call(void 0, _chunkC6LZ6PNUcjs.getPointer.call(void 0, 0, this));
2303
+ return !_chunkIVTBYMMNcjs.isNull.call(void 0, _chunkIVTBYMMNcjs.getPointer.call(void 0, 0, this));
2304
2304
  }
2305
2305
  _initBrand() {
2306
- return _chunkC6LZ6PNUcjs.initStructAt.call(void 0, 0, Brand, this);
2306
+ return _chunkIVTBYMMNcjs.initStructAt.call(void 0, 0, Brand, this);
2307
2307
  }
2308
2308
  set brand(value) {
2309
- _chunkC6LZ6PNUcjs.copyFrom.call(void 0, value, _chunkC6LZ6PNUcjs.getPointer.call(void 0, 0, this));
2309
+ _chunkIVTBYMMNcjs.copyFrom.call(void 0, value, _chunkIVTBYMMNcjs.getPointer.call(void 0, 0, this));
2310
2310
  }
2311
2311
  toString() {
2312
2312
  return "Type_Struct_" + super.toString();
2313
2313
  }
2314
2314
  }, _class20.__initStatic35(), _class20);
2315
- var Type_Interface = (_class21 = class extends _chunkC6LZ6PNUcjs.Struct {
2315
+ var Type_Interface = (_class21 = class extends _chunkIVTBYMMNcjs.Struct {
2316
2316
  static {
2317
- _chunkC6LZ6PNUcjs.__name.call(void 0, this, "Type_Interface");
2317
+ _chunkIVTBYMMNcjs.__name.call(void 0, this, "Type_Interface");
2318
2318
  }
2319
2319
  static __initStatic36() {this._capnp = {
2320
2320
  displayName: "interface",
2321
2321
  id: "ed8bca69f7fb0cbf",
2322
- size: new (0, _chunkC6LZ6PNUcjs.ObjectSize)(24, 1)
2322
+ size: new (0, _chunkIVTBYMMNcjs.ObjectSize)(24, 1)
2323
2323
  }}
2324
2324
  get typeId() {
2325
- return _chunkC6LZ6PNUcjs.getUint64.call(void 0, 8, this);
2325
+ return _chunkIVTBYMMNcjs.getUint64.call(void 0, 8, this);
2326
2326
  }
2327
2327
  set typeId(value) {
2328
- _chunkC6LZ6PNUcjs.setUint64.call(void 0, 8, value, this);
2328
+ _chunkIVTBYMMNcjs.setUint64.call(void 0, 8, value, this);
2329
2329
  }
2330
2330
  _adoptBrand(value) {
2331
- _chunkC6LZ6PNUcjs.adopt.call(void 0, value, _chunkC6LZ6PNUcjs.getPointer.call(void 0, 0, this));
2331
+ _chunkIVTBYMMNcjs.adopt.call(void 0, value, _chunkIVTBYMMNcjs.getPointer.call(void 0, 0, this));
2332
2332
  }
2333
2333
  _disownBrand() {
2334
- return _chunkC6LZ6PNUcjs.disown.call(void 0, this.brand);
2334
+ return _chunkIVTBYMMNcjs.disown.call(void 0, this.brand);
2335
2335
  }
2336
2336
  get brand() {
2337
- return _chunkC6LZ6PNUcjs.getStruct.call(void 0, 0, Brand, this);
2337
+ return _chunkIVTBYMMNcjs.getStruct.call(void 0, 0, Brand, this);
2338
2338
  }
2339
2339
  _hasBrand() {
2340
- return !_chunkC6LZ6PNUcjs.isNull.call(void 0, _chunkC6LZ6PNUcjs.getPointer.call(void 0, 0, this));
2340
+ return !_chunkIVTBYMMNcjs.isNull.call(void 0, _chunkIVTBYMMNcjs.getPointer.call(void 0, 0, this));
2341
2341
  }
2342
2342
  _initBrand() {
2343
- return _chunkC6LZ6PNUcjs.initStructAt.call(void 0, 0, Brand, this);
2343
+ return _chunkIVTBYMMNcjs.initStructAt.call(void 0, 0, Brand, this);
2344
2344
  }
2345
2345
  set brand(value) {
2346
- _chunkC6LZ6PNUcjs.copyFrom.call(void 0, value, _chunkC6LZ6PNUcjs.getPointer.call(void 0, 0, this));
2346
+ _chunkIVTBYMMNcjs.copyFrom.call(void 0, value, _chunkIVTBYMMNcjs.getPointer.call(void 0, 0, this));
2347
2347
  }
2348
2348
  toString() {
2349
2349
  return "Type_Interface_" + super.toString();
@@ -2371,9 +2371,9 @@ var Type_AnyPointer_Unconstrained_Which = {
2371
2371
  */
2372
2372
  CAPABILITY: 3
2373
2373
  };
2374
- var Type_AnyPointer_Unconstrained = (_class22 = class extends _chunkC6LZ6PNUcjs.Struct {
2374
+ var Type_AnyPointer_Unconstrained = (_class22 = class extends _chunkIVTBYMMNcjs.Struct {
2375
2375
  static {
2376
- _chunkC6LZ6PNUcjs.__name.call(void 0, this, "Type_AnyPointer_Unconstrained");
2376
+ _chunkIVTBYMMNcjs.__name.call(void 0, this, "Type_AnyPointer_Unconstrained");
2377
2377
  }
2378
2378
  static __initStatic37() {this.ANY_KIND = Type_AnyPointer_Unconstrained_Which.ANY_KIND}
2379
2379
  static __initStatic38() {this.STRUCT = Type_AnyPointer_Unconstrained_Which.STRUCT}
@@ -2382,47 +2382,47 @@ var Type_AnyPointer_Unconstrained = (_class22 = class extends _chunkC6LZ6PNUcjs.
2382
2382
  static __initStatic41() {this._capnp = {
2383
2383
  displayName: "unconstrained",
2384
2384
  id: "8e3b5f79fe593656",
2385
- size: new (0, _chunkC6LZ6PNUcjs.ObjectSize)(24, 1)
2385
+ size: new (0, _chunkIVTBYMMNcjs.ObjectSize)(24, 1)
2386
2386
  }}
2387
2387
  get _isAnyKind() {
2388
- return _chunkC6LZ6PNUcjs.getUint16.call(void 0, 10, this) === 0;
2388
+ return _chunkIVTBYMMNcjs.getUint16.call(void 0, 10, this) === 0;
2389
2389
  }
2390
2390
  set anyKind(_) {
2391
- _chunkC6LZ6PNUcjs.setUint16.call(void 0, 10, 0, this);
2391
+ _chunkIVTBYMMNcjs.setUint16.call(void 0, 10, 0, this);
2392
2392
  }
2393
2393
  get _isStruct() {
2394
- return _chunkC6LZ6PNUcjs.getUint16.call(void 0, 10, this) === 1;
2394
+ return _chunkIVTBYMMNcjs.getUint16.call(void 0, 10, this) === 1;
2395
2395
  }
2396
2396
  set struct(_) {
2397
- _chunkC6LZ6PNUcjs.setUint16.call(void 0, 10, 1, this);
2397
+ _chunkIVTBYMMNcjs.setUint16.call(void 0, 10, 1, this);
2398
2398
  }
2399
2399
  get _isList() {
2400
- return _chunkC6LZ6PNUcjs.getUint16.call(void 0, 10, this) === 2;
2400
+ return _chunkIVTBYMMNcjs.getUint16.call(void 0, 10, this) === 2;
2401
2401
  }
2402
2402
  set list(_) {
2403
- _chunkC6LZ6PNUcjs.setUint16.call(void 0, 10, 2, this);
2403
+ _chunkIVTBYMMNcjs.setUint16.call(void 0, 10, 2, this);
2404
2404
  }
2405
2405
  get _isCapability() {
2406
- return _chunkC6LZ6PNUcjs.getUint16.call(void 0, 10, this) === 3;
2406
+ return _chunkIVTBYMMNcjs.getUint16.call(void 0, 10, this) === 3;
2407
2407
  }
2408
2408
  set capability(_) {
2409
- _chunkC6LZ6PNUcjs.setUint16.call(void 0, 10, 3, this);
2409
+ _chunkIVTBYMMNcjs.setUint16.call(void 0, 10, 3, this);
2410
2410
  }
2411
2411
  toString() {
2412
2412
  return "Type_AnyPointer_Unconstrained_" + super.toString();
2413
2413
  }
2414
2414
  which() {
2415
- return _chunkC6LZ6PNUcjs.getUint16.call(void 0, 10, this);
2415
+ return _chunkIVTBYMMNcjs.getUint16.call(void 0, 10, this);
2416
2416
  }
2417
2417
  }, _class22.__initStatic37(), _class22.__initStatic38(), _class22.__initStatic39(), _class22.__initStatic40(), _class22.__initStatic41(), _class22);
2418
- var Type_AnyPointer_Parameter = (_class23 = class extends _chunkC6LZ6PNUcjs.Struct {
2418
+ var Type_AnyPointer_Parameter = (_class23 = class extends _chunkIVTBYMMNcjs.Struct {
2419
2419
  static {
2420
- _chunkC6LZ6PNUcjs.__name.call(void 0, this, "Type_AnyPointer_Parameter");
2420
+ _chunkIVTBYMMNcjs.__name.call(void 0, this, "Type_AnyPointer_Parameter");
2421
2421
  }
2422
2422
  static __initStatic42() {this._capnp = {
2423
2423
  displayName: "parameter",
2424
2424
  id: "9dd1f724f4614a85",
2425
- size: new (0, _chunkC6LZ6PNUcjs.ObjectSize)(24, 1)
2425
+ size: new (0, _chunkIVTBYMMNcjs.ObjectSize)(24, 1)
2426
2426
  }}
2427
2427
  /**
2428
2428
  * ID of the generic type whose parameter we're referencing. This should be a parent of the
@@ -2430,39 +2430,39 @@ var Type_AnyPointer_Parameter = (_class23 = class extends _chunkC6LZ6PNUcjs.Stru
2430
2430
  *
2431
2431
  */
2432
2432
  get scopeId() {
2433
- return _chunkC6LZ6PNUcjs.getUint64.call(void 0, 16, this);
2433
+ return _chunkIVTBYMMNcjs.getUint64.call(void 0, 16, this);
2434
2434
  }
2435
2435
  set scopeId(value) {
2436
- _chunkC6LZ6PNUcjs.setUint64.call(void 0, 16, value, this);
2436
+ _chunkIVTBYMMNcjs.setUint64.call(void 0, 16, value, this);
2437
2437
  }
2438
2438
  /**
2439
2439
  * Index of the parameter within the generic type's parameter list.
2440
2440
  *
2441
2441
  */
2442
2442
  get parameterIndex() {
2443
- return _chunkC6LZ6PNUcjs.getUint16.call(void 0, 10, this);
2443
+ return _chunkIVTBYMMNcjs.getUint16.call(void 0, 10, this);
2444
2444
  }
2445
2445
  set parameterIndex(value) {
2446
- _chunkC6LZ6PNUcjs.setUint16.call(void 0, 10, value, this);
2446
+ _chunkIVTBYMMNcjs.setUint16.call(void 0, 10, value, this);
2447
2447
  }
2448
2448
  toString() {
2449
2449
  return "Type_AnyPointer_Parameter_" + super.toString();
2450
2450
  }
2451
2451
  }, _class23.__initStatic42(), _class23);
2452
- var Type_AnyPointer_ImplicitMethodParameter = (_class24 = class extends _chunkC6LZ6PNUcjs.Struct {
2452
+ var Type_AnyPointer_ImplicitMethodParameter = (_class24 = class extends _chunkIVTBYMMNcjs.Struct {
2453
2453
  static {
2454
- _chunkC6LZ6PNUcjs.__name.call(void 0, this, "Type_AnyPointer_ImplicitMethodParameter");
2454
+ _chunkIVTBYMMNcjs.__name.call(void 0, this, "Type_AnyPointer_ImplicitMethodParameter");
2455
2455
  }
2456
2456
  static __initStatic43() {this._capnp = {
2457
2457
  displayName: "implicitMethodParameter",
2458
2458
  id: "baefc9120c56e274",
2459
- size: new (0, _chunkC6LZ6PNUcjs.ObjectSize)(24, 1)
2459
+ size: new (0, _chunkIVTBYMMNcjs.ObjectSize)(24, 1)
2460
2460
  }}
2461
2461
  get parameterIndex() {
2462
- return _chunkC6LZ6PNUcjs.getUint16.call(void 0, 10, this);
2462
+ return _chunkIVTBYMMNcjs.getUint16.call(void 0, 10, this);
2463
2463
  }
2464
2464
  set parameterIndex(value) {
2465
- _chunkC6LZ6PNUcjs.setUint16.call(void 0, 10, value, this);
2465
+ _chunkIVTBYMMNcjs.setUint16.call(void 0, 10, value, this);
2466
2466
  }
2467
2467
  toString() {
2468
2468
  return "Type_AnyPointer_ImplicitMethodParameter_" + super.toString();
@@ -2490,9 +2490,9 @@ var Type_AnyPointer_Which = {
2490
2490
  */
2491
2491
  IMPLICIT_METHOD_PARAMETER: 2
2492
2492
  };
2493
- var Type_AnyPointer = (_class25 = class extends _chunkC6LZ6PNUcjs.Struct {
2493
+ var Type_AnyPointer = (_class25 = class extends _chunkIVTBYMMNcjs.Struct {
2494
2494
  static {
2495
- _chunkC6LZ6PNUcjs.__name.call(void 0, this, "Type_AnyPointer");
2495
+ _chunkIVTBYMMNcjs.__name.call(void 0, this, "Type_AnyPointer");
2496
2496
  }
2497
2497
  static __initStatic44() {this.UNCONSTRAINED = Type_AnyPointer_Which.UNCONSTRAINED}
2498
2498
  static __initStatic45() {this.PARAMETER = Type_AnyPointer_Which.PARAMETER}
@@ -2500,7 +2500,7 @@ var Type_AnyPointer = (_class25 = class extends _chunkC6LZ6PNUcjs.Struct {
2500
2500
  static __initStatic47() {this._capnp = {
2501
2501
  displayName: "anyPointer",
2502
2502
  id: "c2573fe8a23e49f1",
2503
- size: new (0, _chunkC6LZ6PNUcjs.ObjectSize)(24, 1)
2503
+ size: new (0, _chunkIVTBYMMNcjs.ObjectSize)(24, 1)
2504
2504
  }}
2505
2505
  /**
2506
2506
  * A regular AnyPointer.
@@ -2511,36 +2511,36 @@ var Type_AnyPointer = (_class25 = class extends _chunkC6LZ6PNUcjs.Struct {
2511
2511
  *
2512
2512
  */
2513
2513
  get unconstrained() {
2514
- _chunkC6LZ6PNUcjs.testWhich.call(void 0, "unconstrained", _chunkC6LZ6PNUcjs.getUint16.call(void 0, 8, this), 0, this);
2515
- return _chunkC6LZ6PNUcjs.getAs.call(void 0, Type_AnyPointer_Unconstrained, this);
2514
+ _chunkIVTBYMMNcjs.testWhich.call(void 0, "unconstrained", _chunkIVTBYMMNcjs.getUint16.call(void 0, 8, this), 0, this);
2515
+ return _chunkIVTBYMMNcjs.getAs.call(void 0, Type_AnyPointer_Unconstrained, this);
2516
2516
  }
2517
2517
  _initUnconstrained() {
2518
- _chunkC6LZ6PNUcjs.setUint16.call(void 0, 8, 0, this);
2519
- return _chunkC6LZ6PNUcjs.getAs.call(void 0, Type_AnyPointer_Unconstrained, this);
2518
+ _chunkIVTBYMMNcjs.setUint16.call(void 0, 8, 0, this);
2519
+ return _chunkIVTBYMMNcjs.getAs.call(void 0, Type_AnyPointer_Unconstrained, this);
2520
2520
  }
2521
2521
  get _isUnconstrained() {
2522
- return _chunkC6LZ6PNUcjs.getUint16.call(void 0, 8, this) === 0;
2522
+ return _chunkIVTBYMMNcjs.getUint16.call(void 0, 8, this) === 0;
2523
2523
  }
2524
2524
  set unconstrained(_) {
2525
- _chunkC6LZ6PNUcjs.setUint16.call(void 0, 8, 0, this);
2525
+ _chunkIVTBYMMNcjs.setUint16.call(void 0, 8, 0, this);
2526
2526
  }
2527
2527
  /**
2528
2528
  * This is actually a reference to a type parameter defined within this scope.
2529
2529
  *
2530
2530
  */
2531
2531
  get parameter() {
2532
- _chunkC6LZ6PNUcjs.testWhich.call(void 0, "parameter", _chunkC6LZ6PNUcjs.getUint16.call(void 0, 8, this), 1, this);
2533
- return _chunkC6LZ6PNUcjs.getAs.call(void 0, Type_AnyPointer_Parameter, this);
2532
+ _chunkIVTBYMMNcjs.testWhich.call(void 0, "parameter", _chunkIVTBYMMNcjs.getUint16.call(void 0, 8, this), 1, this);
2533
+ return _chunkIVTBYMMNcjs.getAs.call(void 0, Type_AnyPointer_Parameter, this);
2534
2534
  }
2535
2535
  _initParameter() {
2536
- _chunkC6LZ6PNUcjs.setUint16.call(void 0, 8, 1, this);
2537
- return _chunkC6LZ6PNUcjs.getAs.call(void 0, Type_AnyPointer_Parameter, this);
2536
+ _chunkIVTBYMMNcjs.setUint16.call(void 0, 8, 1, this);
2537
+ return _chunkIVTBYMMNcjs.getAs.call(void 0, Type_AnyPointer_Parameter, this);
2538
2538
  }
2539
2539
  get _isParameter() {
2540
- return _chunkC6LZ6PNUcjs.getUint16.call(void 0, 8, this) === 1;
2540
+ return _chunkIVTBYMMNcjs.getUint16.call(void 0, 8, this) === 1;
2541
2541
  }
2542
2542
  set parameter(_) {
2543
- _chunkC6LZ6PNUcjs.setUint16.call(void 0, 8, 1, this);
2543
+ _chunkIVTBYMMNcjs.setUint16.call(void 0, 8, 1, this);
2544
2544
  }
2545
2545
  /**
2546
2546
  * This is actually a reference to an implicit (generic) parameter of a method. The only
@@ -2548,24 +2548,24 @@ var Type_AnyPointer = (_class25 = class extends _chunkC6LZ6PNUcjs.Struct {
2548
2548
  *
2549
2549
  */
2550
2550
  get implicitMethodParameter() {
2551
- _chunkC6LZ6PNUcjs.testWhich.call(void 0, "implicitMethodParameter", _chunkC6LZ6PNUcjs.getUint16.call(void 0, 8, this), 2, this);
2552
- return _chunkC6LZ6PNUcjs.getAs.call(void 0, Type_AnyPointer_ImplicitMethodParameter, this);
2551
+ _chunkIVTBYMMNcjs.testWhich.call(void 0, "implicitMethodParameter", _chunkIVTBYMMNcjs.getUint16.call(void 0, 8, this), 2, this);
2552
+ return _chunkIVTBYMMNcjs.getAs.call(void 0, Type_AnyPointer_ImplicitMethodParameter, this);
2553
2553
  }
2554
2554
  _initImplicitMethodParameter() {
2555
- _chunkC6LZ6PNUcjs.setUint16.call(void 0, 8, 2, this);
2556
- return _chunkC6LZ6PNUcjs.getAs.call(void 0, Type_AnyPointer_ImplicitMethodParameter, this);
2555
+ _chunkIVTBYMMNcjs.setUint16.call(void 0, 8, 2, this);
2556
+ return _chunkIVTBYMMNcjs.getAs.call(void 0, Type_AnyPointer_ImplicitMethodParameter, this);
2557
2557
  }
2558
2558
  get _isImplicitMethodParameter() {
2559
- return _chunkC6LZ6PNUcjs.getUint16.call(void 0, 8, this) === 2;
2559
+ return _chunkIVTBYMMNcjs.getUint16.call(void 0, 8, this) === 2;
2560
2560
  }
2561
2561
  set implicitMethodParameter(_) {
2562
- _chunkC6LZ6PNUcjs.setUint16.call(void 0, 8, 2, this);
2562
+ _chunkIVTBYMMNcjs.setUint16.call(void 0, 8, 2, this);
2563
2563
  }
2564
2564
  toString() {
2565
2565
  return "Type_AnyPointer_" + super.toString();
2566
2566
  }
2567
2567
  which() {
2568
- return _chunkC6LZ6PNUcjs.getUint16.call(void 0, 8, this);
2568
+ return _chunkIVTBYMMNcjs.getUint16.call(void 0, 8, this);
2569
2569
  }
2570
2570
  }, _class25.__initStatic44(), _class25.__initStatic45(), _class25.__initStatic46(), _class25.__initStatic47(), _class25);
2571
2571
  var Type_Which = {
@@ -2589,9 +2589,9 @@ var Type_Which = {
2589
2589
  INTERFACE: 17,
2590
2590
  ANY_POINTER: 18
2591
2591
  };
2592
- var Type = (_class26 = class extends _chunkC6LZ6PNUcjs.Struct {
2592
+ var Type = (_class26 = class extends _chunkIVTBYMMNcjs.Struct {
2593
2593
  static {
2594
- _chunkC6LZ6PNUcjs.__name.call(void 0, this, "Type");
2594
+ _chunkIVTBYMMNcjs.__name.call(void 0, this, "Type");
2595
2595
  }
2596
2596
  static __initStatic48() {this.VOID = Type_Which.VOID}
2597
2597
  static __initStatic49() {this.BOOL = Type_Which.BOOL}
@@ -2615,167 +2615,167 @@ var Type = (_class26 = class extends _chunkC6LZ6PNUcjs.Struct {
2615
2615
  static __initStatic67() {this._capnp = {
2616
2616
  displayName: "Type",
2617
2617
  id: "d07378ede1f9cc60",
2618
- size: new (0, _chunkC6LZ6PNUcjs.ObjectSize)(24, 1)
2618
+ size: new (0, _chunkIVTBYMMNcjs.ObjectSize)(24, 1)
2619
2619
  }}
2620
2620
  get _isVoid() {
2621
- return _chunkC6LZ6PNUcjs.getUint16.call(void 0, 0, this) === 0;
2621
+ return _chunkIVTBYMMNcjs.getUint16.call(void 0, 0, this) === 0;
2622
2622
  }
2623
2623
  set void(_) {
2624
- _chunkC6LZ6PNUcjs.setUint16.call(void 0, 0, 0, this);
2624
+ _chunkIVTBYMMNcjs.setUint16.call(void 0, 0, 0, this);
2625
2625
  }
2626
2626
  get _isBool() {
2627
- return _chunkC6LZ6PNUcjs.getUint16.call(void 0, 0, this) === 1;
2627
+ return _chunkIVTBYMMNcjs.getUint16.call(void 0, 0, this) === 1;
2628
2628
  }
2629
2629
  set bool(_) {
2630
- _chunkC6LZ6PNUcjs.setUint16.call(void 0, 0, 1, this);
2630
+ _chunkIVTBYMMNcjs.setUint16.call(void 0, 0, 1, this);
2631
2631
  }
2632
2632
  get _isInt8() {
2633
- return _chunkC6LZ6PNUcjs.getUint16.call(void 0, 0, this) === 2;
2633
+ return _chunkIVTBYMMNcjs.getUint16.call(void 0, 0, this) === 2;
2634
2634
  }
2635
2635
  set int8(_) {
2636
- _chunkC6LZ6PNUcjs.setUint16.call(void 0, 0, 2, this);
2636
+ _chunkIVTBYMMNcjs.setUint16.call(void 0, 0, 2, this);
2637
2637
  }
2638
2638
  get _isInt16() {
2639
- return _chunkC6LZ6PNUcjs.getUint16.call(void 0, 0, this) === 3;
2639
+ return _chunkIVTBYMMNcjs.getUint16.call(void 0, 0, this) === 3;
2640
2640
  }
2641
2641
  set int16(_) {
2642
- _chunkC6LZ6PNUcjs.setUint16.call(void 0, 0, 3, this);
2642
+ _chunkIVTBYMMNcjs.setUint16.call(void 0, 0, 3, this);
2643
2643
  }
2644
2644
  get _isInt32() {
2645
- return _chunkC6LZ6PNUcjs.getUint16.call(void 0, 0, this) === 4;
2645
+ return _chunkIVTBYMMNcjs.getUint16.call(void 0, 0, this) === 4;
2646
2646
  }
2647
2647
  set int32(_) {
2648
- _chunkC6LZ6PNUcjs.setUint16.call(void 0, 0, 4, this);
2648
+ _chunkIVTBYMMNcjs.setUint16.call(void 0, 0, 4, this);
2649
2649
  }
2650
2650
  get _isInt64() {
2651
- return _chunkC6LZ6PNUcjs.getUint16.call(void 0, 0, this) === 5;
2651
+ return _chunkIVTBYMMNcjs.getUint16.call(void 0, 0, this) === 5;
2652
2652
  }
2653
2653
  set int64(_) {
2654
- _chunkC6LZ6PNUcjs.setUint16.call(void 0, 0, 5, this);
2654
+ _chunkIVTBYMMNcjs.setUint16.call(void 0, 0, 5, this);
2655
2655
  }
2656
2656
  get _isUint8() {
2657
- return _chunkC6LZ6PNUcjs.getUint16.call(void 0, 0, this) === 6;
2657
+ return _chunkIVTBYMMNcjs.getUint16.call(void 0, 0, this) === 6;
2658
2658
  }
2659
2659
  set uint8(_) {
2660
- _chunkC6LZ6PNUcjs.setUint16.call(void 0, 0, 6, this);
2660
+ _chunkIVTBYMMNcjs.setUint16.call(void 0, 0, 6, this);
2661
2661
  }
2662
2662
  get _isUint16() {
2663
- return _chunkC6LZ6PNUcjs.getUint16.call(void 0, 0, this) === 7;
2663
+ return _chunkIVTBYMMNcjs.getUint16.call(void 0, 0, this) === 7;
2664
2664
  }
2665
2665
  set uint16(_) {
2666
- _chunkC6LZ6PNUcjs.setUint16.call(void 0, 0, 7, this);
2666
+ _chunkIVTBYMMNcjs.setUint16.call(void 0, 0, 7, this);
2667
2667
  }
2668
2668
  get _isUint32() {
2669
- return _chunkC6LZ6PNUcjs.getUint16.call(void 0, 0, this) === 8;
2669
+ return _chunkIVTBYMMNcjs.getUint16.call(void 0, 0, this) === 8;
2670
2670
  }
2671
2671
  set uint32(_) {
2672
- _chunkC6LZ6PNUcjs.setUint16.call(void 0, 0, 8, this);
2672
+ _chunkIVTBYMMNcjs.setUint16.call(void 0, 0, 8, this);
2673
2673
  }
2674
2674
  get _isUint64() {
2675
- return _chunkC6LZ6PNUcjs.getUint16.call(void 0, 0, this) === 9;
2675
+ return _chunkIVTBYMMNcjs.getUint16.call(void 0, 0, this) === 9;
2676
2676
  }
2677
2677
  set uint64(_) {
2678
- _chunkC6LZ6PNUcjs.setUint16.call(void 0, 0, 9, this);
2678
+ _chunkIVTBYMMNcjs.setUint16.call(void 0, 0, 9, this);
2679
2679
  }
2680
2680
  get _isFloat32() {
2681
- return _chunkC6LZ6PNUcjs.getUint16.call(void 0, 0, this) === 10;
2681
+ return _chunkIVTBYMMNcjs.getUint16.call(void 0, 0, this) === 10;
2682
2682
  }
2683
2683
  set float32(_) {
2684
- _chunkC6LZ6PNUcjs.setUint16.call(void 0, 0, 10, this);
2684
+ _chunkIVTBYMMNcjs.setUint16.call(void 0, 0, 10, this);
2685
2685
  }
2686
2686
  get _isFloat64() {
2687
- return _chunkC6LZ6PNUcjs.getUint16.call(void 0, 0, this) === 11;
2687
+ return _chunkIVTBYMMNcjs.getUint16.call(void 0, 0, this) === 11;
2688
2688
  }
2689
2689
  set float64(_) {
2690
- _chunkC6LZ6PNUcjs.setUint16.call(void 0, 0, 11, this);
2690
+ _chunkIVTBYMMNcjs.setUint16.call(void 0, 0, 11, this);
2691
2691
  }
2692
2692
  get _isText() {
2693
- return _chunkC6LZ6PNUcjs.getUint16.call(void 0, 0, this) === 12;
2693
+ return _chunkIVTBYMMNcjs.getUint16.call(void 0, 0, this) === 12;
2694
2694
  }
2695
2695
  set text(_) {
2696
- _chunkC6LZ6PNUcjs.setUint16.call(void 0, 0, 12, this);
2696
+ _chunkIVTBYMMNcjs.setUint16.call(void 0, 0, 12, this);
2697
2697
  }
2698
2698
  get _isData() {
2699
- return _chunkC6LZ6PNUcjs.getUint16.call(void 0, 0, this) === 13;
2699
+ return _chunkIVTBYMMNcjs.getUint16.call(void 0, 0, this) === 13;
2700
2700
  }
2701
2701
  set data(_) {
2702
- _chunkC6LZ6PNUcjs.setUint16.call(void 0, 0, 13, this);
2702
+ _chunkIVTBYMMNcjs.setUint16.call(void 0, 0, 13, this);
2703
2703
  }
2704
2704
  get list() {
2705
- _chunkC6LZ6PNUcjs.testWhich.call(void 0, "list", _chunkC6LZ6PNUcjs.getUint16.call(void 0, 0, this), 14, this);
2706
- return _chunkC6LZ6PNUcjs.getAs.call(void 0, Type_List, this);
2705
+ _chunkIVTBYMMNcjs.testWhich.call(void 0, "list", _chunkIVTBYMMNcjs.getUint16.call(void 0, 0, this), 14, this);
2706
+ return _chunkIVTBYMMNcjs.getAs.call(void 0, Type_List, this);
2707
2707
  }
2708
2708
  _initList() {
2709
- _chunkC6LZ6PNUcjs.setUint16.call(void 0, 0, 14, this);
2710
- return _chunkC6LZ6PNUcjs.getAs.call(void 0, Type_List, this);
2709
+ _chunkIVTBYMMNcjs.setUint16.call(void 0, 0, 14, this);
2710
+ return _chunkIVTBYMMNcjs.getAs.call(void 0, Type_List, this);
2711
2711
  }
2712
2712
  get _isList() {
2713
- return _chunkC6LZ6PNUcjs.getUint16.call(void 0, 0, this) === 14;
2713
+ return _chunkIVTBYMMNcjs.getUint16.call(void 0, 0, this) === 14;
2714
2714
  }
2715
2715
  set list(_) {
2716
- _chunkC6LZ6PNUcjs.setUint16.call(void 0, 0, 14, this);
2716
+ _chunkIVTBYMMNcjs.setUint16.call(void 0, 0, 14, this);
2717
2717
  }
2718
2718
  get enum() {
2719
- _chunkC6LZ6PNUcjs.testWhich.call(void 0, "enum", _chunkC6LZ6PNUcjs.getUint16.call(void 0, 0, this), 15, this);
2720
- return _chunkC6LZ6PNUcjs.getAs.call(void 0, Type_Enum, this);
2719
+ _chunkIVTBYMMNcjs.testWhich.call(void 0, "enum", _chunkIVTBYMMNcjs.getUint16.call(void 0, 0, this), 15, this);
2720
+ return _chunkIVTBYMMNcjs.getAs.call(void 0, Type_Enum, this);
2721
2721
  }
2722
2722
  _initEnum() {
2723
- _chunkC6LZ6PNUcjs.setUint16.call(void 0, 0, 15, this);
2724
- return _chunkC6LZ6PNUcjs.getAs.call(void 0, Type_Enum, this);
2723
+ _chunkIVTBYMMNcjs.setUint16.call(void 0, 0, 15, this);
2724
+ return _chunkIVTBYMMNcjs.getAs.call(void 0, Type_Enum, this);
2725
2725
  }
2726
2726
  get _isEnum() {
2727
- return _chunkC6LZ6PNUcjs.getUint16.call(void 0, 0, this) === 15;
2727
+ return _chunkIVTBYMMNcjs.getUint16.call(void 0, 0, this) === 15;
2728
2728
  }
2729
2729
  set enum(_) {
2730
- _chunkC6LZ6PNUcjs.setUint16.call(void 0, 0, 15, this);
2730
+ _chunkIVTBYMMNcjs.setUint16.call(void 0, 0, 15, this);
2731
2731
  }
2732
2732
  get struct() {
2733
- _chunkC6LZ6PNUcjs.testWhich.call(void 0, "struct", _chunkC6LZ6PNUcjs.getUint16.call(void 0, 0, this), 16, this);
2734
- return _chunkC6LZ6PNUcjs.getAs.call(void 0, Type_Struct, this);
2733
+ _chunkIVTBYMMNcjs.testWhich.call(void 0, "struct", _chunkIVTBYMMNcjs.getUint16.call(void 0, 0, this), 16, this);
2734
+ return _chunkIVTBYMMNcjs.getAs.call(void 0, Type_Struct, this);
2735
2735
  }
2736
2736
  _initStruct() {
2737
- _chunkC6LZ6PNUcjs.setUint16.call(void 0, 0, 16, this);
2738
- return _chunkC6LZ6PNUcjs.getAs.call(void 0, Type_Struct, this);
2737
+ _chunkIVTBYMMNcjs.setUint16.call(void 0, 0, 16, this);
2738
+ return _chunkIVTBYMMNcjs.getAs.call(void 0, Type_Struct, this);
2739
2739
  }
2740
2740
  get _isStruct() {
2741
- return _chunkC6LZ6PNUcjs.getUint16.call(void 0, 0, this) === 16;
2741
+ return _chunkIVTBYMMNcjs.getUint16.call(void 0, 0, this) === 16;
2742
2742
  }
2743
2743
  set struct(_) {
2744
- _chunkC6LZ6PNUcjs.setUint16.call(void 0, 0, 16, this);
2744
+ _chunkIVTBYMMNcjs.setUint16.call(void 0, 0, 16, this);
2745
2745
  }
2746
2746
  get interface() {
2747
- _chunkC6LZ6PNUcjs.testWhich.call(void 0, "interface", _chunkC6LZ6PNUcjs.getUint16.call(void 0, 0, this), 17, this);
2748
- return _chunkC6LZ6PNUcjs.getAs.call(void 0, Type_Interface, this);
2747
+ _chunkIVTBYMMNcjs.testWhich.call(void 0, "interface", _chunkIVTBYMMNcjs.getUint16.call(void 0, 0, this), 17, this);
2748
+ return _chunkIVTBYMMNcjs.getAs.call(void 0, Type_Interface, this);
2749
2749
  }
2750
2750
  _initInterface() {
2751
- _chunkC6LZ6PNUcjs.setUint16.call(void 0, 0, 17, this);
2752
- return _chunkC6LZ6PNUcjs.getAs.call(void 0, Type_Interface, this);
2751
+ _chunkIVTBYMMNcjs.setUint16.call(void 0, 0, 17, this);
2752
+ return _chunkIVTBYMMNcjs.getAs.call(void 0, Type_Interface, this);
2753
2753
  }
2754
2754
  get _isInterface() {
2755
- return _chunkC6LZ6PNUcjs.getUint16.call(void 0, 0, this) === 17;
2755
+ return _chunkIVTBYMMNcjs.getUint16.call(void 0, 0, this) === 17;
2756
2756
  }
2757
2757
  set interface(_) {
2758
- _chunkC6LZ6PNUcjs.setUint16.call(void 0, 0, 17, this);
2758
+ _chunkIVTBYMMNcjs.setUint16.call(void 0, 0, 17, this);
2759
2759
  }
2760
2760
  get anyPointer() {
2761
- _chunkC6LZ6PNUcjs.testWhich.call(void 0, "anyPointer", _chunkC6LZ6PNUcjs.getUint16.call(void 0, 0, this), 18, this);
2762
- return _chunkC6LZ6PNUcjs.getAs.call(void 0, Type_AnyPointer, this);
2761
+ _chunkIVTBYMMNcjs.testWhich.call(void 0, "anyPointer", _chunkIVTBYMMNcjs.getUint16.call(void 0, 0, this), 18, this);
2762
+ return _chunkIVTBYMMNcjs.getAs.call(void 0, Type_AnyPointer, this);
2763
2763
  }
2764
2764
  _initAnyPointer() {
2765
- _chunkC6LZ6PNUcjs.setUint16.call(void 0, 0, 18, this);
2766
- return _chunkC6LZ6PNUcjs.getAs.call(void 0, Type_AnyPointer, this);
2765
+ _chunkIVTBYMMNcjs.setUint16.call(void 0, 0, 18, this);
2766
+ return _chunkIVTBYMMNcjs.getAs.call(void 0, Type_AnyPointer, this);
2767
2767
  }
2768
2768
  get _isAnyPointer() {
2769
- return _chunkC6LZ6PNUcjs.getUint16.call(void 0, 0, this) === 18;
2769
+ return _chunkIVTBYMMNcjs.getUint16.call(void 0, 0, this) === 18;
2770
2770
  }
2771
2771
  set anyPointer(_) {
2772
- _chunkC6LZ6PNUcjs.setUint16.call(void 0, 0, 18, this);
2772
+ _chunkIVTBYMMNcjs.setUint16.call(void 0, 0, 18, this);
2773
2773
  }
2774
2774
  toString() {
2775
2775
  return "Type_" + super.toString();
2776
2776
  }
2777
2777
  which() {
2778
- return _chunkC6LZ6PNUcjs.getUint16.call(void 0, 0, this);
2778
+ return _chunkIVTBYMMNcjs.getUint16.call(void 0, 0, this);
2779
2779
  }
2780
2780
  }, _class26.__initStatic48(), _class26.__initStatic49(), _class26.__initStatic50(), _class26.__initStatic51(), _class26.__initStatic52(), _class26.__initStatic53(), _class26.__initStatic54(), _class26.__initStatic55(), _class26.__initStatic56(), _class26.__initStatic57(), _class26.__initStatic58(), _class26.__initStatic59(), _class26.__initStatic60(), _class26.__initStatic61(), _class26.__initStatic62(), _class26.__initStatic63(), _class26.__initStatic64(), _class26.__initStatic65(), _class26.__initStatic66(), _class26.__initStatic67(), _class26);
2781
2781
  var Brand_Scope_Which = {
@@ -2790,16 +2790,16 @@ var Brand_Scope_Which = {
2790
2790
  */
2791
2791
  INHERIT: 1
2792
2792
  };
2793
- var Brand_Scope = (_class27 = class _Brand_Scope extends _chunkC6LZ6PNUcjs.Struct {
2793
+ var Brand_Scope = (_class27 = class _Brand_Scope extends _chunkIVTBYMMNcjs.Struct {
2794
2794
  static {
2795
- _chunkC6LZ6PNUcjs.__name.call(void 0, this, "Brand_Scope");
2795
+ _chunkIVTBYMMNcjs.__name.call(void 0, this, "Brand_Scope");
2796
2796
  }
2797
2797
  static __initStatic68() {this.BIND = Brand_Scope_Which.BIND}
2798
2798
  static __initStatic69() {this.INHERIT = Brand_Scope_Which.INHERIT}
2799
2799
  static __initStatic70() {this._capnp = {
2800
2800
  displayName: "Scope",
2801
2801
  id: "abd73485a9636bc9",
2802
- size: new (0, _chunkC6LZ6PNUcjs.ObjectSize)(16, 1)
2802
+ size: new (0, _chunkIVTBYMMNcjs.ObjectSize)(16, 1)
2803
2803
  }}
2804
2804
 
2805
2805
  /**
@@ -2807,123 +2807,123 @@ var Brand_Scope = (_class27 = class _Brand_Scope extends _chunkC6LZ6PNUcjs.Struc
2807
2807
  *
2808
2808
  */
2809
2809
  get scopeId() {
2810
- return _chunkC6LZ6PNUcjs.getUint64.call(void 0, 0, this);
2810
+ return _chunkIVTBYMMNcjs.getUint64.call(void 0, 0, this);
2811
2811
  }
2812
2812
  set scopeId(value) {
2813
- _chunkC6LZ6PNUcjs.setUint64.call(void 0, 0, value, this);
2813
+ _chunkIVTBYMMNcjs.setUint64.call(void 0, 0, value, this);
2814
2814
  }
2815
2815
  _adoptBind(value) {
2816
- _chunkC6LZ6PNUcjs.setUint16.call(void 0, 8, 0, this);
2817
- _chunkC6LZ6PNUcjs.adopt.call(void 0, value, _chunkC6LZ6PNUcjs.getPointer.call(void 0, 0, this));
2816
+ _chunkIVTBYMMNcjs.setUint16.call(void 0, 8, 0, this);
2817
+ _chunkIVTBYMMNcjs.adopt.call(void 0, value, _chunkIVTBYMMNcjs.getPointer.call(void 0, 0, this));
2818
2818
  }
2819
2819
  _disownBind() {
2820
- return _chunkC6LZ6PNUcjs.disown.call(void 0, this.bind);
2820
+ return _chunkIVTBYMMNcjs.disown.call(void 0, this.bind);
2821
2821
  }
2822
2822
  /**
2823
2823
  * List of parameter bindings.
2824
2824
  *
2825
2825
  */
2826
2826
  get bind() {
2827
- _chunkC6LZ6PNUcjs.testWhich.call(void 0, "bind", _chunkC6LZ6PNUcjs.getUint16.call(void 0, 8, this), 0, this);
2828
- return _chunkC6LZ6PNUcjs.getList.call(void 0, 0, _Brand_Scope._Bind, this);
2827
+ _chunkIVTBYMMNcjs.testWhich.call(void 0, "bind", _chunkIVTBYMMNcjs.getUint16.call(void 0, 8, this), 0, this);
2828
+ return _chunkIVTBYMMNcjs.getList.call(void 0, 0, _Brand_Scope._Bind, this);
2829
2829
  }
2830
2830
  _hasBind() {
2831
- return !_chunkC6LZ6PNUcjs.isNull.call(void 0, _chunkC6LZ6PNUcjs.getPointer.call(void 0, 0, this));
2831
+ return !_chunkIVTBYMMNcjs.isNull.call(void 0, _chunkIVTBYMMNcjs.getPointer.call(void 0, 0, this));
2832
2832
  }
2833
2833
  _initBind(length) {
2834
- _chunkC6LZ6PNUcjs.setUint16.call(void 0, 8, 0, this);
2835
- return _chunkC6LZ6PNUcjs.initList.call(void 0, 0, _Brand_Scope._Bind, length, this);
2834
+ _chunkIVTBYMMNcjs.setUint16.call(void 0, 8, 0, this);
2835
+ return _chunkIVTBYMMNcjs.initList.call(void 0, 0, _Brand_Scope._Bind, length, this);
2836
2836
  }
2837
2837
  get _isBind() {
2838
- return _chunkC6LZ6PNUcjs.getUint16.call(void 0, 8, this) === 0;
2838
+ return _chunkIVTBYMMNcjs.getUint16.call(void 0, 8, this) === 0;
2839
2839
  }
2840
2840
  set bind(value) {
2841
- _chunkC6LZ6PNUcjs.setUint16.call(void 0, 8, 0, this);
2842
- _chunkC6LZ6PNUcjs.copyFrom.call(void 0, value, _chunkC6LZ6PNUcjs.getPointer.call(void 0, 0, this));
2841
+ _chunkIVTBYMMNcjs.setUint16.call(void 0, 8, 0, this);
2842
+ _chunkIVTBYMMNcjs.copyFrom.call(void 0, value, _chunkIVTBYMMNcjs.getPointer.call(void 0, 0, this));
2843
2843
  }
2844
2844
  get _isInherit() {
2845
- return _chunkC6LZ6PNUcjs.getUint16.call(void 0, 8, this) === 1;
2845
+ return _chunkIVTBYMMNcjs.getUint16.call(void 0, 8, this) === 1;
2846
2846
  }
2847
2847
  set inherit(_) {
2848
- _chunkC6LZ6PNUcjs.setUint16.call(void 0, 8, 1, this);
2848
+ _chunkIVTBYMMNcjs.setUint16.call(void 0, 8, 1, this);
2849
2849
  }
2850
2850
  toString() {
2851
2851
  return "Brand_Scope_" + super.toString();
2852
2852
  }
2853
2853
  which() {
2854
- return _chunkC6LZ6PNUcjs.getUint16.call(void 0, 8, this);
2854
+ return _chunkIVTBYMMNcjs.getUint16.call(void 0, 8, this);
2855
2855
  }
2856
2856
  }, _class27.__initStatic68(), _class27.__initStatic69(), _class27.__initStatic70(), _class27);
2857
2857
  var Brand_Binding_Which = {
2858
2858
  UNBOUND: 0,
2859
2859
  TYPE: 1
2860
2860
  };
2861
- var Brand_Binding = (_class28 = class extends _chunkC6LZ6PNUcjs.Struct {
2861
+ var Brand_Binding = (_class28 = class extends _chunkIVTBYMMNcjs.Struct {
2862
2862
  static {
2863
- _chunkC6LZ6PNUcjs.__name.call(void 0, this, "Brand_Binding");
2863
+ _chunkIVTBYMMNcjs.__name.call(void 0, this, "Brand_Binding");
2864
2864
  }
2865
2865
  static __initStatic71() {this.UNBOUND = Brand_Binding_Which.UNBOUND}
2866
2866
  static __initStatic72() {this.TYPE = Brand_Binding_Which.TYPE}
2867
2867
  static __initStatic73() {this._capnp = {
2868
2868
  displayName: "Binding",
2869
2869
  id: "c863cd16969ee7fc",
2870
- size: new (0, _chunkC6LZ6PNUcjs.ObjectSize)(8, 1)
2870
+ size: new (0, _chunkIVTBYMMNcjs.ObjectSize)(8, 1)
2871
2871
  }}
2872
2872
  get _isUnbound() {
2873
- return _chunkC6LZ6PNUcjs.getUint16.call(void 0, 0, this) === 0;
2873
+ return _chunkIVTBYMMNcjs.getUint16.call(void 0, 0, this) === 0;
2874
2874
  }
2875
2875
  set unbound(_) {
2876
- _chunkC6LZ6PNUcjs.setUint16.call(void 0, 0, 0, this);
2876
+ _chunkIVTBYMMNcjs.setUint16.call(void 0, 0, 0, this);
2877
2877
  }
2878
2878
  _adoptType(value) {
2879
- _chunkC6LZ6PNUcjs.setUint16.call(void 0, 0, 1, this);
2880
- _chunkC6LZ6PNUcjs.adopt.call(void 0, value, _chunkC6LZ6PNUcjs.getPointer.call(void 0, 0, this));
2879
+ _chunkIVTBYMMNcjs.setUint16.call(void 0, 0, 1, this);
2880
+ _chunkIVTBYMMNcjs.adopt.call(void 0, value, _chunkIVTBYMMNcjs.getPointer.call(void 0, 0, this));
2881
2881
  }
2882
2882
  _disownType() {
2883
- return _chunkC6LZ6PNUcjs.disown.call(void 0, this.type);
2883
+ return _chunkIVTBYMMNcjs.disown.call(void 0, this.type);
2884
2884
  }
2885
2885
  get type() {
2886
- _chunkC6LZ6PNUcjs.testWhich.call(void 0, "type", _chunkC6LZ6PNUcjs.getUint16.call(void 0, 0, this), 1, this);
2887
- return _chunkC6LZ6PNUcjs.getStruct.call(void 0, 0, Type, this);
2886
+ _chunkIVTBYMMNcjs.testWhich.call(void 0, "type", _chunkIVTBYMMNcjs.getUint16.call(void 0, 0, this), 1, this);
2887
+ return _chunkIVTBYMMNcjs.getStruct.call(void 0, 0, Type, this);
2888
2888
  }
2889
2889
  _hasType() {
2890
- return !_chunkC6LZ6PNUcjs.isNull.call(void 0, _chunkC6LZ6PNUcjs.getPointer.call(void 0, 0, this));
2890
+ return !_chunkIVTBYMMNcjs.isNull.call(void 0, _chunkIVTBYMMNcjs.getPointer.call(void 0, 0, this));
2891
2891
  }
2892
2892
  _initType() {
2893
- _chunkC6LZ6PNUcjs.setUint16.call(void 0, 0, 1, this);
2894
- return _chunkC6LZ6PNUcjs.initStructAt.call(void 0, 0, Type, this);
2893
+ _chunkIVTBYMMNcjs.setUint16.call(void 0, 0, 1, this);
2894
+ return _chunkIVTBYMMNcjs.initStructAt.call(void 0, 0, Type, this);
2895
2895
  }
2896
2896
  get _isType() {
2897
- return _chunkC6LZ6PNUcjs.getUint16.call(void 0, 0, this) === 1;
2897
+ return _chunkIVTBYMMNcjs.getUint16.call(void 0, 0, this) === 1;
2898
2898
  }
2899
2899
  set type(value) {
2900
- _chunkC6LZ6PNUcjs.setUint16.call(void 0, 0, 1, this);
2901
- _chunkC6LZ6PNUcjs.copyFrom.call(void 0, value, _chunkC6LZ6PNUcjs.getPointer.call(void 0, 0, this));
2900
+ _chunkIVTBYMMNcjs.setUint16.call(void 0, 0, 1, this);
2901
+ _chunkIVTBYMMNcjs.copyFrom.call(void 0, value, _chunkIVTBYMMNcjs.getPointer.call(void 0, 0, this));
2902
2902
  }
2903
2903
  toString() {
2904
2904
  return "Brand_Binding_" + super.toString();
2905
2905
  }
2906
2906
  which() {
2907
- return _chunkC6LZ6PNUcjs.getUint16.call(void 0, 0, this);
2907
+ return _chunkIVTBYMMNcjs.getUint16.call(void 0, 0, this);
2908
2908
  }
2909
2909
  }, _class28.__initStatic71(), _class28.__initStatic72(), _class28.__initStatic73(), _class28);
2910
- var Brand = (_class29 = class _Brand extends _chunkC6LZ6PNUcjs.Struct {
2910
+ var Brand = (_class29 = class _Brand extends _chunkIVTBYMMNcjs.Struct {
2911
2911
  static {
2912
- _chunkC6LZ6PNUcjs.__name.call(void 0, this, "Brand");
2912
+ _chunkIVTBYMMNcjs.__name.call(void 0, this, "Brand");
2913
2913
  }
2914
2914
  static __initStatic74() {this.Scope = Brand_Scope}
2915
2915
  static __initStatic75() {this.Binding = Brand_Binding}
2916
2916
  static __initStatic76() {this._capnp = {
2917
2917
  displayName: "Brand",
2918
2918
  id: "903455f06065422b",
2919
- size: new (0, _chunkC6LZ6PNUcjs.ObjectSize)(0, 1)
2919
+ size: new (0, _chunkIVTBYMMNcjs.ObjectSize)(0, 1)
2920
2920
  }}
2921
2921
 
2922
2922
  _adoptScopes(value) {
2923
- _chunkC6LZ6PNUcjs.adopt.call(void 0, value, _chunkC6LZ6PNUcjs.getPointer.call(void 0, 0, this));
2923
+ _chunkIVTBYMMNcjs.adopt.call(void 0, value, _chunkIVTBYMMNcjs.getPointer.call(void 0, 0, this));
2924
2924
  }
2925
2925
  _disownScopes() {
2926
- return _chunkC6LZ6PNUcjs.disown.call(void 0, this.scopes);
2926
+ return _chunkIVTBYMMNcjs.disown.call(void 0, this.scopes);
2927
2927
  }
2928
2928
  /**
2929
2929
  * For each of the target type and each of its parent scopes, a parameterization may be included
@@ -2932,16 +2932,16 @@ var Brand = (_class29 = class _Brand extends _chunkC6LZ6PNUcjs.Struct {
2932
2932
  *
2933
2933
  */
2934
2934
  get scopes() {
2935
- return _chunkC6LZ6PNUcjs.getList.call(void 0, 0, _Brand._Scopes, this);
2935
+ return _chunkIVTBYMMNcjs.getList.call(void 0, 0, _Brand._Scopes, this);
2936
2936
  }
2937
2937
  _hasScopes() {
2938
- return !_chunkC6LZ6PNUcjs.isNull.call(void 0, _chunkC6LZ6PNUcjs.getPointer.call(void 0, 0, this));
2938
+ return !_chunkIVTBYMMNcjs.isNull.call(void 0, _chunkIVTBYMMNcjs.getPointer.call(void 0, 0, this));
2939
2939
  }
2940
2940
  _initScopes(length) {
2941
- return _chunkC6LZ6PNUcjs.initList.call(void 0, 0, _Brand._Scopes, length, this);
2941
+ return _chunkIVTBYMMNcjs.initList.call(void 0, 0, _Brand._Scopes, length, this);
2942
2942
  }
2943
2943
  set scopes(value) {
2944
- _chunkC6LZ6PNUcjs.copyFrom.call(void 0, value, _chunkC6LZ6PNUcjs.getPointer.call(void 0, 0, this));
2944
+ _chunkIVTBYMMNcjs.copyFrom.call(void 0, value, _chunkIVTBYMMNcjs.getPointer.call(void 0, 0, this));
2945
2945
  }
2946
2946
  toString() {
2947
2947
  return "Brand_" + super.toString();
@@ -2973,9 +2973,9 @@ var Value_Which = {
2973
2973
  INTERFACE: 17,
2974
2974
  ANY_POINTER: 18
2975
2975
  };
2976
- var Value = (_class30 = class extends _chunkC6LZ6PNUcjs.Struct {
2976
+ var Value = (_class30 = class extends _chunkIVTBYMMNcjs.Struct {
2977
2977
  static {
2978
- _chunkC6LZ6PNUcjs.__name.call(void 0, this, "Value");
2978
+ _chunkIVTBYMMNcjs.__name.call(void 0, this, "Value");
2979
2979
  }
2980
2980
  static __initStatic77() {this.VOID = Value_Which.VOID}
2981
2981
  static __initStatic78() {this.BOOL = Value_Which.BOOL}
@@ -2999,282 +2999,282 @@ var Value = (_class30 = class extends _chunkC6LZ6PNUcjs.Struct {
2999
2999
  static __initStatic96() {this._capnp = {
3000
3000
  displayName: "Value",
3001
3001
  id: "ce23dcd2d7b00c9b",
3002
- size: new (0, _chunkC6LZ6PNUcjs.ObjectSize)(16, 1)
3002
+ size: new (0, _chunkIVTBYMMNcjs.ObjectSize)(16, 1)
3003
3003
  }}
3004
3004
  get _isVoid() {
3005
- return _chunkC6LZ6PNUcjs.getUint16.call(void 0, 0, this) === 0;
3005
+ return _chunkIVTBYMMNcjs.getUint16.call(void 0, 0, this) === 0;
3006
3006
  }
3007
3007
  set void(_) {
3008
- _chunkC6LZ6PNUcjs.setUint16.call(void 0, 0, 0, this);
3008
+ _chunkIVTBYMMNcjs.setUint16.call(void 0, 0, 0, this);
3009
3009
  }
3010
3010
  get bool() {
3011
- _chunkC6LZ6PNUcjs.testWhich.call(void 0, "bool", _chunkC6LZ6PNUcjs.getUint16.call(void 0, 0, this), 1, this);
3012
- return _chunkC6LZ6PNUcjs.getBit.call(void 0, 16, this);
3011
+ _chunkIVTBYMMNcjs.testWhich.call(void 0, "bool", _chunkIVTBYMMNcjs.getUint16.call(void 0, 0, this), 1, this);
3012
+ return _chunkIVTBYMMNcjs.getBit.call(void 0, 16, this);
3013
3013
  }
3014
3014
  get _isBool() {
3015
- return _chunkC6LZ6PNUcjs.getUint16.call(void 0, 0, this) === 1;
3015
+ return _chunkIVTBYMMNcjs.getUint16.call(void 0, 0, this) === 1;
3016
3016
  }
3017
3017
  set bool(value) {
3018
- _chunkC6LZ6PNUcjs.setUint16.call(void 0, 0, 1, this);
3019
- _chunkC6LZ6PNUcjs.setBit.call(void 0, 16, value, this);
3018
+ _chunkIVTBYMMNcjs.setUint16.call(void 0, 0, 1, this);
3019
+ _chunkIVTBYMMNcjs.setBit.call(void 0, 16, value, this);
3020
3020
  }
3021
3021
  get int8() {
3022
- _chunkC6LZ6PNUcjs.testWhich.call(void 0, "int8", _chunkC6LZ6PNUcjs.getUint16.call(void 0, 0, this), 2, this);
3023
- return _chunkC6LZ6PNUcjs.getInt8.call(void 0, 2, this);
3022
+ _chunkIVTBYMMNcjs.testWhich.call(void 0, "int8", _chunkIVTBYMMNcjs.getUint16.call(void 0, 0, this), 2, this);
3023
+ return _chunkIVTBYMMNcjs.getInt8.call(void 0, 2, this);
3024
3024
  }
3025
3025
  get _isInt8() {
3026
- return _chunkC6LZ6PNUcjs.getUint16.call(void 0, 0, this) === 2;
3026
+ return _chunkIVTBYMMNcjs.getUint16.call(void 0, 0, this) === 2;
3027
3027
  }
3028
3028
  set int8(value) {
3029
- _chunkC6LZ6PNUcjs.setUint16.call(void 0, 0, 2, this);
3030
- _chunkC6LZ6PNUcjs.setInt8.call(void 0, 2, value, this);
3029
+ _chunkIVTBYMMNcjs.setUint16.call(void 0, 0, 2, this);
3030
+ _chunkIVTBYMMNcjs.setInt8.call(void 0, 2, value, this);
3031
3031
  }
3032
3032
  get int16() {
3033
- _chunkC6LZ6PNUcjs.testWhich.call(void 0, "int16", _chunkC6LZ6PNUcjs.getUint16.call(void 0, 0, this), 3, this);
3034
- return _chunkC6LZ6PNUcjs.getInt16.call(void 0, 2, this);
3033
+ _chunkIVTBYMMNcjs.testWhich.call(void 0, "int16", _chunkIVTBYMMNcjs.getUint16.call(void 0, 0, this), 3, this);
3034
+ return _chunkIVTBYMMNcjs.getInt16.call(void 0, 2, this);
3035
3035
  }
3036
3036
  get _isInt16() {
3037
- return _chunkC6LZ6PNUcjs.getUint16.call(void 0, 0, this) === 3;
3037
+ return _chunkIVTBYMMNcjs.getUint16.call(void 0, 0, this) === 3;
3038
3038
  }
3039
3039
  set int16(value) {
3040
- _chunkC6LZ6PNUcjs.setUint16.call(void 0, 0, 3, this);
3041
- _chunkC6LZ6PNUcjs.setInt16.call(void 0, 2, value, this);
3040
+ _chunkIVTBYMMNcjs.setUint16.call(void 0, 0, 3, this);
3041
+ _chunkIVTBYMMNcjs.setInt16.call(void 0, 2, value, this);
3042
3042
  }
3043
3043
  get int32() {
3044
- _chunkC6LZ6PNUcjs.testWhich.call(void 0, "int32", _chunkC6LZ6PNUcjs.getUint16.call(void 0, 0, this), 4, this);
3045
- return _chunkC6LZ6PNUcjs.getInt32.call(void 0, 4, this);
3044
+ _chunkIVTBYMMNcjs.testWhich.call(void 0, "int32", _chunkIVTBYMMNcjs.getUint16.call(void 0, 0, this), 4, this);
3045
+ return _chunkIVTBYMMNcjs.getInt32.call(void 0, 4, this);
3046
3046
  }
3047
3047
  get _isInt32() {
3048
- return _chunkC6LZ6PNUcjs.getUint16.call(void 0, 0, this) === 4;
3048
+ return _chunkIVTBYMMNcjs.getUint16.call(void 0, 0, this) === 4;
3049
3049
  }
3050
3050
  set int32(value) {
3051
- _chunkC6LZ6PNUcjs.setUint16.call(void 0, 0, 4, this);
3052
- _chunkC6LZ6PNUcjs.setInt32.call(void 0, 4, value, this);
3051
+ _chunkIVTBYMMNcjs.setUint16.call(void 0, 0, 4, this);
3052
+ _chunkIVTBYMMNcjs.setInt32.call(void 0, 4, value, this);
3053
3053
  }
3054
3054
  get int64() {
3055
- _chunkC6LZ6PNUcjs.testWhich.call(void 0, "int64", _chunkC6LZ6PNUcjs.getUint16.call(void 0, 0, this), 5, this);
3056
- return _chunkC6LZ6PNUcjs.getInt64.call(void 0, 8, this);
3055
+ _chunkIVTBYMMNcjs.testWhich.call(void 0, "int64", _chunkIVTBYMMNcjs.getUint16.call(void 0, 0, this), 5, this);
3056
+ return _chunkIVTBYMMNcjs.getInt64.call(void 0, 8, this);
3057
3057
  }
3058
3058
  get _isInt64() {
3059
- return _chunkC6LZ6PNUcjs.getUint16.call(void 0, 0, this) === 5;
3059
+ return _chunkIVTBYMMNcjs.getUint16.call(void 0, 0, this) === 5;
3060
3060
  }
3061
3061
  set int64(value) {
3062
- _chunkC6LZ6PNUcjs.setUint16.call(void 0, 0, 5, this);
3063
- _chunkC6LZ6PNUcjs.setInt64.call(void 0, 8, value, this);
3062
+ _chunkIVTBYMMNcjs.setUint16.call(void 0, 0, 5, this);
3063
+ _chunkIVTBYMMNcjs.setInt64.call(void 0, 8, value, this);
3064
3064
  }
3065
3065
  get uint8() {
3066
- _chunkC6LZ6PNUcjs.testWhich.call(void 0, "uint8", _chunkC6LZ6PNUcjs.getUint16.call(void 0, 0, this), 6, this);
3067
- return _chunkC6LZ6PNUcjs.getUint8.call(void 0, 2, this);
3066
+ _chunkIVTBYMMNcjs.testWhich.call(void 0, "uint8", _chunkIVTBYMMNcjs.getUint16.call(void 0, 0, this), 6, this);
3067
+ return _chunkIVTBYMMNcjs.getUint8.call(void 0, 2, this);
3068
3068
  }
3069
3069
  get _isUint8() {
3070
- return _chunkC6LZ6PNUcjs.getUint16.call(void 0, 0, this) === 6;
3070
+ return _chunkIVTBYMMNcjs.getUint16.call(void 0, 0, this) === 6;
3071
3071
  }
3072
3072
  set uint8(value) {
3073
- _chunkC6LZ6PNUcjs.setUint16.call(void 0, 0, 6, this);
3074
- _chunkC6LZ6PNUcjs.setUint8.call(void 0, 2, value, this);
3073
+ _chunkIVTBYMMNcjs.setUint16.call(void 0, 0, 6, this);
3074
+ _chunkIVTBYMMNcjs.setUint8.call(void 0, 2, value, this);
3075
3075
  }
3076
3076
  get uint16() {
3077
- _chunkC6LZ6PNUcjs.testWhich.call(void 0, "uint16", _chunkC6LZ6PNUcjs.getUint16.call(void 0, 0, this), 7, this);
3078
- return _chunkC6LZ6PNUcjs.getUint16.call(void 0, 2, this);
3077
+ _chunkIVTBYMMNcjs.testWhich.call(void 0, "uint16", _chunkIVTBYMMNcjs.getUint16.call(void 0, 0, this), 7, this);
3078
+ return _chunkIVTBYMMNcjs.getUint16.call(void 0, 2, this);
3079
3079
  }
3080
3080
  get _isUint16() {
3081
- return _chunkC6LZ6PNUcjs.getUint16.call(void 0, 0, this) === 7;
3081
+ return _chunkIVTBYMMNcjs.getUint16.call(void 0, 0, this) === 7;
3082
3082
  }
3083
3083
  set uint16(value) {
3084
- _chunkC6LZ6PNUcjs.setUint16.call(void 0, 0, 7, this);
3085
- _chunkC6LZ6PNUcjs.setUint16.call(void 0, 2, value, this);
3084
+ _chunkIVTBYMMNcjs.setUint16.call(void 0, 0, 7, this);
3085
+ _chunkIVTBYMMNcjs.setUint16.call(void 0, 2, value, this);
3086
3086
  }
3087
3087
  get uint32() {
3088
- _chunkC6LZ6PNUcjs.testWhich.call(void 0, "uint32", _chunkC6LZ6PNUcjs.getUint16.call(void 0, 0, this), 8, this);
3089
- return _chunkC6LZ6PNUcjs.getUint32.call(void 0, 4, this);
3088
+ _chunkIVTBYMMNcjs.testWhich.call(void 0, "uint32", _chunkIVTBYMMNcjs.getUint16.call(void 0, 0, this), 8, this);
3089
+ return _chunkIVTBYMMNcjs.getUint32.call(void 0, 4, this);
3090
3090
  }
3091
3091
  get _isUint32() {
3092
- return _chunkC6LZ6PNUcjs.getUint16.call(void 0, 0, this) === 8;
3092
+ return _chunkIVTBYMMNcjs.getUint16.call(void 0, 0, this) === 8;
3093
3093
  }
3094
3094
  set uint32(value) {
3095
- _chunkC6LZ6PNUcjs.setUint16.call(void 0, 0, 8, this);
3096
- _chunkC6LZ6PNUcjs.setUint32.call(void 0, 4, value, this);
3095
+ _chunkIVTBYMMNcjs.setUint16.call(void 0, 0, 8, this);
3096
+ _chunkIVTBYMMNcjs.setUint32.call(void 0, 4, value, this);
3097
3097
  }
3098
3098
  get uint64() {
3099
- _chunkC6LZ6PNUcjs.testWhich.call(void 0, "uint64", _chunkC6LZ6PNUcjs.getUint16.call(void 0, 0, this), 9, this);
3100
- return _chunkC6LZ6PNUcjs.getUint64.call(void 0, 8, this);
3099
+ _chunkIVTBYMMNcjs.testWhich.call(void 0, "uint64", _chunkIVTBYMMNcjs.getUint16.call(void 0, 0, this), 9, this);
3100
+ return _chunkIVTBYMMNcjs.getUint64.call(void 0, 8, this);
3101
3101
  }
3102
3102
  get _isUint64() {
3103
- return _chunkC6LZ6PNUcjs.getUint16.call(void 0, 0, this) === 9;
3103
+ return _chunkIVTBYMMNcjs.getUint16.call(void 0, 0, this) === 9;
3104
3104
  }
3105
3105
  set uint64(value) {
3106
- _chunkC6LZ6PNUcjs.setUint16.call(void 0, 0, 9, this);
3107
- _chunkC6LZ6PNUcjs.setUint64.call(void 0, 8, value, this);
3106
+ _chunkIVTBYMMNcjs.setUint16.call(void 0, 0, 9, this);
3107
+ _chunkIVTBYMMNcjs.setUint64.call(void 0, 8, value, this);
3108
3108
  }
3109
3109
  get float32() {
3110
- _chunkC6LZ6PNUcjs.testWhich.call(void 0, "float32", _chunkC6LZ6PNUcjs.getUint16.call(void 0, 0, this), 10, this);
3111
- return _chunkC6LZ6PNUcjs.getFloat32.call(void 0, 4, this);
3110
+ _chunkIVTBYMMNcjs.testWhich.call(void 0, "float32", _chunkIVTBYMMNcjs.getUint16.call(void 0, 0, this), 10, this);
3111
+ return _chunkIVTBYMMNcjs.getFloat32.call(void 0, 4, this);
3112
3112
  }
3113
3113
  get _isFloat32() {
3114
- return _chunkC6LZ6PNUcjs.getUint16.call(void 0, 0, this) === 10;
3114
+ return _chunkIVTBYMMNcjs.getUint16.call(void 0, 0, this) === 10;
3115
3115
  }
3116
3116
  set float32(value) {
3117
- _chunkC6LZ6PNUcjs.setUint16.call(void 0, 0, 10, this);
3118
- _chunkC6LZ6PNUcjs.setFloat32.call(void 0, 4, value, this);
3117
+ _chunkIVTBYMMNcjs.setUint16.call(void 0, 0, 10, this);
3118
+ _chunkIVTBYMMNcjs.setFloat32.call(void 0, 4, value, this);
3119
3119
  }
3120
3120
  get float64() {
3121
- _chunkC6LZ6PNUcjs.testWhich.call(void 0, "float64", _chunkC6LZ6PNUcjs.getUint16.call(void 0, 0, this), 11, this);
3122
- return _chunkC6LZ6PNUcjs.getFloat64.call(void 0, 8, this);
3121
+ _chunkIVTBYMMNcjs.testWhich.call(void 0, "float64", _chunkIVTBYMMNcjs.getUint16.call(void 0, 0, this), 11, this);
3122
+ return _chunkIVTBYMMNcjs.getFloat64.call(void 0, 8, this);
3123
3123
  }
3124
3124
  get _isFloat64() {
3125
- return _chunkC6LZ6PNUcjs.getUint16.call(void 0, 0, this) === 11;
3125
+ return _chunkIVTBYMMNcjs.getUint16.call(void 0, 0, this) === 11;
3126
3126
  }
3127
3127
  set float64(value) {
3128
- _chunkC6LZ6PNUcjs.setUint16.call(void 0, 0, 11, this);
3129
- _chunkC6LZ6PNUcjs.setFloat64.call(void 0, 8, value, this);
3128
+ _chunkIVTBYMMNcjs.setUint16.call(void 0, 0, 11, this);
3129
+ _chunkIVTBYMMNcjs.setFloat64.call(void 0, 8, value, this);
3130
3130
  }
3131
3131
  get text() {
3132
- _chunkC6LZ6PNUcjs.testWhich.call(void 0, "text", _chunkC6LZ6PNUcjs.getUint16.call(void 0, 0, this), 12, this);
3133
- return _chunkC6LZ6PNUcjs.getText.call(void 0, 0, this);
3132
+ _chunkIVTBYMMNcjs.testWhich.call(void 0, "text", _chunkIVTBYMMNcjs.getUint16.call(void 0, 0, this), 12, this);
3133
+ return _chunkIVTBYMMNcjs.getText.call(void 0, 0, this);
3134
3134
  }
3135
3135
  get _isText() {
3136
- return _chunkC6LZ6PNUcjs.getUint16.call(void 0, 0, this) === 12;
3136
+ return _chunkIVTBYMMNcjs.getUint16.call(void 0, 0, this) === 12;
3137
3137
  }
3138
3138
  set text(value) {
3139
- _chunkC6LZ6PNUcjs.setUint16.call(void 0, 0, 12, this);
3140
- _chunkC6LZ6PNUcjs.setText.call(void 0, 0, value, this);
3139
+ _chunkIVTBYMMNcjs.setUint16.call(void 0, 0, 12, this);
3140
+ _chunkIVTBYMMNcjs.setText.call(void 0, 0, value, this);
3141
3141
  }
3142
3142
  _adoptData(value) {
3143
- _chunkC6LZ6PNUcjs.setUint16.call(void 0, 0, 13, this);
3144
- _chunkC6LZ6PNUcjs.adopt.call(void 0, value, _chunkC6LZ6PNUcjs.getPointer.call(void 0, 0, this));
3143
+ _chunkIVTBYMMNcjs.setUint16.call(void 0, 0, 13, this);
3144
+ _chunkIVTBYMMNcjs.adopt.call(void 0, value, _chunkIVTBYMMNcjs.getPointer.call(void 0, 0, this));
3145
3145
  }
3146
3146
  _disownData() {
3147
- return _chunkC6LZ6PNUcjs.disown.call(void 0, this.data);
3147
+ return _chunkIVTBYMMNcjs.disown.call(void 0, this.data);
3148
3148
  }
3149
3149
  get data() {
3150
- _chunkC6LZ6PNUcjs.testWhich.call(void 0, "data", _chunkC6LZ6PNUcjs.getUint16.call(void 0, 0, this), 13, this);
3151
- return _chunkC6LZ6PNUcjs.getData.call(void 0, 0, this);
3150
+ _chunkIVTBYMMNcjs.testWhich.call(void 0, "data", _chunkIVTBYMMNcjs.getUint16.call(void 0, 0, this), 13, this);
3151
+ return _chunkIVTBYMMNcjs.getData.call(void 0, 0, this);
3152
3152
  }
3153
3153
  _hasData() {
3154
- return !_chunkC6LZ6PNUcjs.isNull.call(void 0, _chunkC6LZ6PNUcjs.getPointer.call(void 0, 0, this));
3154
+ return !_chunkIVTBYMMNcjs.isNull.call(void 0, _chunkIVTBYMMNcjs.getPointer.call(void 0, 0, this));
3155
3155
  }
3156
3156
  _initData(length) {
3157
- _chunkC6LZ6PNUcjs.setUint16.call(void 0, 0, 13, this);
3158
- return _chunkC6LZ6PNUcjs.initData.call(void 0, 0, length, this);
3157
+ _chunkIVTBYMMNcjs.setUint16.call(void 0, 0, 13, this);
3158
+ return _chunkIVTBYMMNcjs.initData.call(void 0, 0, length, this);
3159
3159
  }
3160
3160
  get _isData() {
3161
- return _chunkC6LZ6PNUcjs.getUint16.call(void 0, 0, this) === 13;
3161
+ return _chunkIVTBYMMNcjs.getUint16.call(void 0, 0, this) === 13;
3162
3162
  }
3163
3163
  set data(value) {
3164
- _chunkC6LZ6PNUcjs.setUint16.call(void 0, 0, 13, this);
3165
- _chunkC6LZ6PNUcjs.copyFrom.call(void 0, value, _chunkC6LZ6PNUcjs.getPointer.call(void 0, 0, this));
3164
+ _chunkIVTBYMMNcjs.setUint16.call(void 0, 0, 13, this);
3165
+ _chunkIVTBYMMNcjs.copyFrom.call(void 0, value, _chunkIVTBYMMNcjs.getPointer.call(void 0, 0, this));
3166
3166
  }
3167
3167
  _adoptList(value) {
3168
- _chunkC6LZ6PNUcjs.setUint16.call(void 0, 0, 14, this);
3169
- _chunkC6LZ6PNUcjs.adopt.call(void 0, value, _chunkC6LZ6PNUcjs.getPointer.call(void 0, 0, this));
3168
+ _chunkIVTBYMMNcjs.setUint16.call(void 0, 0, 14, this);
3169
+ _chunkIVTBYMMNcjs.adopt.call(void 0, value, _chunkIVTBYMMNcjs.getPointer.call(void 0, 0, this));
3170
3170
  }
3171
3171
  _disownList() {
3172
- return _chunkC6LZ6PNUcjs.disown.call(void 0, this.list);
3172
+ return _chunkIVTBYMMNcjs.disown.call(void 0, this.list);
3173
3173
  }
3174
3174
  get list() {
3175
- _chunkC6LZ6PNUcjs.testWhich.call(void 0, "list", _chunkC6LZ6PNUcjs.getUint16.call(void 0, 0, this), 14, this);
3176
- return _chunkC6LZ6PNUcjs.getPointer.call(void 0, 0, this);
3175
+ _chunkIVTBYMMNcjs.testWhich.call(void 0, "list", _chunkIVTBYMMNcjs.getUint16.call(void 0, 0, this), 14, this);
3176
+ return _chunkIVTBYMMNcjs.getPointer.call(void 0, 0, this);
3177
3177
  }
3178
3178
  _hasList() {
3179
- return !_chunkC6LZ6PNUcjs.isNull.call(void 0, _chunkC6LZ6PNUcjs.getPointer.call(void 0, 0, this));
3179
+ return !_chunkIVTBYMMNcjs.isNull.call(void 0, _chunkIVTBYMMNcjs.getPointer.call(void 0, 0, this));
3180
3180
  }
3181
3181
  get _isList() {
3182
- return _chunkC6LZ6PNUcjs.getUint16.call(void 0, 0, this) === 14;
3182
+ return _chunkIVTBYMMNcjs.getUint16.call(void 0, 0, this) === 14;
3183
3183
  }
3184
3184
  set list(value) {
3185
- _chunkC6LZ6PNUcjs.setUint16.call(void 0, 0, 14, this);
3186
- _chunkC6LZ6PNUcjs.copyFrom.call(void 0, value, _chunkC6LZ6PNUcjs.getPointer.call(void 0, 0, this));
3185
+ _chunkIVTBYMMNcjs.setUint16.call(void 0, 0, 14, this);
3186
+ _chunkIVTBYMMNcjs.copyFrom.call(void 0, value, _chunkIVTBYMMNcjs.getPointer.call(void 0, 0, this));
3187
3187
  }
3188
3188
  get enum() {
3189
- _chunkC6LZ6PNUcjs.testWhich.call(void 0, "enum", _chunkC6LZ6PNUcjs.getUint16.call(void 0, 0, this), 15, this);
3190
- return _chunkC6LZ6PNUcjs.getUint16.call(void 0, 2, this);
3189
+ _chunkIVTBYMMNcjs.testWhich.call(void 0, "enum", _chunkIVTBYMMNcjs.getUint16.call(void 0, 0, this), 15, this);
3190
+ return _chunkIVTBYMMNcjs.getUint16.call(void 0, 2, this);
3191
3191
  }
3192
3192
  get _isEnum() {
3193
- return _chunkC6LZ6PNUcjs.getUint16.call(void 0, 0, this) === 15;
3193
+ return _chunkIVTBYMMNcjs.getUint16.call(void 0, 0, this) === 15;
3194
3194
  }
3195
3195
  set enum(value) {
3196
- _chunkC6LZ6PNUcjs.setUint16.call(void 0, 0, 15, this);
3197
- _chunkC6LZ6PNUcjs.setUint16.call(void 0, 2, value, this);
3196
+ _chunkIVTBYMMNcjs.setUint16.call(void 0, 0, 15, this);
3197
+ _chunkIVTBYMMNcjs.setUint16.call(void 0, 2, value, this);
3198
3198
  }
3199
3199
  _adoptStruct(value) {
3200
- _chunkC6LZ6PNUcjs.setUint16.call(void 0, 0, 16, this);
3201
- _chunkC6LZ6PNUcjs.adopt.call(void 0, value, _chunkC6LZ6PNUcjs.getPointer.call(void 0, 0, this));
3200
+ _chunkIVTBYMMNcjs.setUint16.call(void 0, 0, 16, this);
3201
+ _chunkIVTBYMMNcjs.adopt.call(void 0, value, _chunkIVTBYMMNcjs.getPointer.call(void 0, 0, this));
3202
3202
  }
3203
3203
  _disownStruct() {
3204
- return _chunkC6LZ6PNUcjs.disown.call(void 0, this.struct);
3204
+ return _chunkIVTBYMMNcjs.disown.call(void 0, this.struct);
3205
3205
  }
3206
3206
  get struct() {
3207
- _chunkC6LZ6PNUcjs.testWhich.call(void 0, "struct", _chunkC6LZ6PNUcjs.getUint16.call(void 0, 0, this), 16, this);
3208
- return _chunkC6LZ6PNUcjs.getPointer.call(void 0, 0, this);
3207
+ _chunkIVTBYMMNcjs.testWhich.call(void 0, "struct", _chunkIVTBYMMNcjs.getUint16.call(void 0, 0, this), 16, this);
3208
+ return _chunkIVTBYMMNcjs.getPointer.call(void 0, 0, this);
3209
3209
  }
3210
3210
  _hasStruct() {
3211
- return !_chunkC6LZ6PNUcjs.isNull.call(void 0, _chunkC6LZ6PNUcjs.getPointer.call(void 0, 0, this));
3211
+ return !_chunkIVTBYMMNcjs.isNull.call(void 0, _chunkIVTBYMMNcjs.getPointer.call(void 0, 0, this));
3212
3212
  }
3213
3213
  get _isStruct() {
3214
- return _chunkC6LZ6PNUcjs.getUint16.call(void 0, 0, this) === 16;
3214
+ return _chunkIVTBYMMNcjs.getUint16.call(void 0, 0, this) === 16;
3215
3215
  }
3216
3216
  set struct(value) {
3217
- _chunkC6LZ6PNUcjs.setUint16.call(void 0, 0, 16, this);
3218
- _chunkC6LZ6PNUcjs.copyFrom.call(void 0, value, _chunkC6LZ6PNUcjs.getPointer.call(void 0, 0, this));
3217
+ _chunkIVTBYMMNcjs.setUint16.call(void 0, 0, 16, this);
3218
+ _chunkIVTBYMMNcjs.copyFrom.call(void 0, value, _chunkIVTBYMMNcjs.getPointer.call(void 0, 0, this));
3219
3219
  }
3220
3220
  get _isInterface() {
3221
- return _chunkC6LZ6PNUcjs.getUint16.call(void 0, 0, this) === 17;
3221
+ return _chunkIVTBYMMNcjs.getUint16.call(void 0, 0, this) === 17;
3222
3222
  }
3223
3223
  set interface(_) {
3224
- _chunkC6LZ6PNUcjs.setUint16.call(void 0, 0, 17, this);
3224
+ _chunkIVTBYMMNcjs.setUint16.call(void 0, 0, 17, this);
3225
3225
  }
3226
3226
  _adoptAnyPointer(value) {
3227
- _chunkC6LZ6PNUcjs.setUint16.call(void 0, 0, 18, this);
3228
- _chunkC6LZ6PNUcjs.adopt.call(void 0, value, _chunkC6LZ6PNUcjs.getPointer.call(void 0, 0, this));
3227
+ _chunkIVTBYMMNcjs.setUint16.call(void 0, 0, 18, this);
3228
+ _chunkIVTBYMMNcjs.adopt.call(void 0, value, _chunkIVTBYMMNcjs.getPointer.call(void 0, 0, this));
3229
3229
  }
3230
3230
  _disownAnyPointer() {
3231
- return _chunkC6LZ6PNUcjs.disown.call(void 0, this.anyPointer);
3231
+ return _chunkIVTBYMMNcjs.disown.call(void 0, this.anyPointer);
3232
3232
  }
3233
3233
  get anyPointer() {
3234
- _chunkC6LZ6PNUcjs.testWhich.call(void 0, "anyPointer", _chunkC6LZ6PNUcjs.getUint16.call(void 0, 0, this), 18, this);
3235
- return _chunkC6LZ6PNUcjs.getPointer.call(void 0, 0, this);
3234
+ _chunkIVTBYMMNcjs.testWhich.call(void 0, "anyPointer", _chunkIVTBYMMNcjs.getUint16.call(void 0, 0, this), 18, this);
3235
+ return _chunkIVTBYMMNcjs.getPointer.call(void 0, 0, this);
3236
3236
  }
3237
3237
  _hasAnyPointer() {
3238
- return !_chunkC6LZ6PNUcjs.isNull.call(void 0, _chunkC6LZ6PNUcjs.getPointer.call(void 0, 0, this));
3238
+ return !_chunkIVTBYMMNcjs.isNull.call(void 0, _chunkIVTBYMMNcjs.getPointer.call(void 0, 0, this));
3239
3239
  }
3240
3240
  get _isAnyPointer() {
3241
- return _chunkC6LZ6PNUcjs.getUint16.call(void 0, 0, this) === 18;
3241
+ return _chunkIVTBYMMNcjs.getUint16.call(void 0, 0, this) === 18;
3242
3242
  }
3243
3243
  set anyPointer(value) {
3244
- _chunkC6LZ6PNUcjs.setUint16.call(void 0, 0, 18, this);
3245
- _chunkC6LZ6PNUcjs.copyFrom.call(void 0, value, _chunkC6LZ6PNUcjs.getPointer.call(void 0, 0, this));
3244
+ _chunkIVTBYMMNcjs.setUint16.call(void 0, 0, 18, this);
3245
+ _chunkIVTBYMMNcjs.copyFrom.call(void 0, value, _chunkIVTBYMMNcjs.getPointer.call(void 0, 0, this));
3246
3246
  }
3247
3247
  toString() {
3248
3248
  return "Value_" + super.toString();
3249
3249
  }
3250
3250
  which() {
3251
- return _chunkC6LZ6PNUcjs.getUint16.call(void 0, 0, this);
3251
+ return _chunkIVTBYMMNcjs.getUint16.call(void 0, 0, this);
3252
3252
  }
3253
3253
  }, _class30.__initStatic77(), _class30.__initStatic78(), _class30.__initStatic79(), _class30.__initStatic80(), _class30.__initStatic81(), _class30.__initStatic82(), _class30.__initStatic83(), _class30.__initStatic84(), _class30.__initStatic85(), _class30.__initStatic86(), _class30.__initStatic87(), _class30.__initStatic88(), _class30.__initStatic89(), _class30.__initStatic90(), _class30.__initStatic91(), _class30.__initStatic92(), _class30.__initStatic93(), _class30.__initStatic94(), _class30.__initStatic95(), _class30.__initStatic96(), _class30);
3254
- var Annotation = (_class31 = class extends _chunkC6LZ6PNUcjs.Struct {
3254
+ var Annotation = (_class31 = class extends _chunkIVTBYMMNcjs.Struct {
3255
3255
  static {
3256
- _chunkC6LZ6PNUcjs.__name.call(void 0, this, "Annotation");
3256
+ _chunkIVTBYMMNcjs.__name.call(void 0, this, "Annotation");
3257
3257
  }
3258
3258
  static __initStatic97() {this._capnp = {
3259
3259
  displayName: "Annotation",
3260
3260
  id: "f1c8950dab257542",
3261
- size: new (0, _chunkC6LZ6PNUcjs.ObjectSize)(8, 2)
3261
+ size: new (0, _chunkIVTBYMMNcjs.ObjectSize)(8, 2)
3262
3262
  }}
3263
3263
  /**
3264
3264
  * ID of the annotation node.
3265
3265
  *
3266
3266
  */
3267
3267
  get id() {
3268
- return _chunkC6LZ6PNUcjs.getUint64.call(void 0, 0, this);
3268
+ return _chunkIVTBYMMNcjs.getUint64.call(void 0, 0, this);
3269
3269
  }
3270
3270
  set id(value) {
3271
- _chunkC6LZ6PNUcjs.setUint64.call(void 0, 0, value, this);
3271
+ _chunkIVTBYMMNcjs.setUint64.call(void 0, 0, value, this);
3272
3272
  }
3273
3273
  _adoptBrand(value) {
3274
- _chunkC6LZ6PNUcjs.adopt.call(void 0, value, _chunkC6LZ6PNUcjs.getPointer.call(void 0, 1, this));
3274
+ _chunkIVTBYMMNcjs.adopt.call(void 0, value, _chunkIVTBYMMNcjs.getPointer.call(void 0, 1, this));
3275
3275
  }
3276
3276
  _disownBrand() {
3277
- return _chunkC6LZ6PNUcjs.disown.call(void 0, this.brand);
3277
+ return _chunkIVTBYMMNcjs.disown.call(void 0, this.brand);
3278
3278
  }
3279
3279
  /**
3280
3280
  * Brand of the annotation.
@@ -3283,34 +3283,34 @@ var Annotation = (_class31 = class extends _chunkC6LZ6PNUcjs.Struct {
3283
3283
  *
3284
3284
  */
3285
3285
  get brand() {
3286
- return _chunkC6LZ6PNUcjs.getStruct.call(void 0, 1, Brand, this);
3286
+ return _chunkIVTBYMMNcjs.getStruct.call(void 0, 1, Brand, this);
3287
3287
  }
3288
3288
  _hasBrand() {
3289
- return !_chunkC6LZ6PNUcjs.isNull.call(void 0, _chunkC6LZ6PNUcjs.getPointer.call(void 0, 1, this));
3289
+ return !_chunkIVTBYMMNcjs.isNull.call(void 0, _chunkIVTBYMMNcjs.getPointer.call(void 0, 1, this));
3290
3290
  }
3291
3291
  _initBrand() {
3292
- return _chunkC6LZ6PNUcjs.initStructAt.call(void 0, 1, Brand, this);
3292
+ return _chunkIVTBYMMNcjs.initStructAt.call(void 0, 1, Brand, this);
3293
3293
  }
3294
3294
  set brand(value) {
3295
- _chunkC6LZ6PNUcjs.copyFrom.call(void 0, value, _chunkC6LZ6PNUcjs.getPointer.call(void 0, 1, this));
3295
+ _chunkIVTBYMMNcjs.copyFrom.call(void 0, value, _chunkIVTBYMMNcjs.getPointer.call(void 0, 1, this));
3296
3296
  }
3297
3297
  _adoptValue(value) {
3298
- _chunkC6LZ6PNUcjs.adopt.call(void 0, value, _chunkC6LZ6PNUcjs.getPointer.call(void 0, 0, this));
3298
+ _chunkIVTBYMMNcjs.adopt.call(void 0, value, _chunkIVTBYMMNcjs.getPointer.call(void 0, 0, this));
3299
3299
  }
3300
3300
  _disownValue() {
3301
- return _chunkC6LZ6PNUcjs.disown.call(void 0, this.value);
3301
+ return _chunkIVTBYMMNcjs.disown.call(void 0, this.value);
3302
3302
  }
3303
3303
  get value() {
3304
- return _chunkC6LZ6PNUcjs.getStruct.call(void 0, 0, Value, this);
3304
+ return _chunkIVTBYMMNcjs.getStruct.call(void 0, 0, Value, this);
3305
3305
  }
3306
3306
  _hasValue() {
3307
- return !_chunkC6LZ6PNUcjs.isNull.call(void 0, _chunkC6LZ6PNUcjs.getPointer.call(void 0, 0, this));
3307
+ return !_chunkIVTBYMMNcjs.isNull.call(void 0, _chunkIVTBYMMNcjs.getPointer.call(void 0, 0, this));
3308
3308
  }
3309
3309
  _initValue() {
3310
- return _chunkC6LZ6PNUcjs.initStructAt.call(void 0, 0, Value, this);
3310
+ return _chunkIVTBYMMNcjs.initStructAt.call(void 0, 0, Value, this);
3311
3311
  }
3312
3312
  set value(value) {
3313
- _chunkC6LZ6PNUcjs.copyFrom.call(void 0, value, _chunkC6LZ6PNUcjs.getPointer.call(void 0, 0, this));
3313
+ _chunkIVTBYMMNcjs.copyFrom.call(void 0, value, _chunkIVTBYMMNcjs.getPointer.call(void 0, 0, this));
3314
3314
  }
3315
3315
  toString() {
3316
3316
  return "Annotation_" + super.toString();
@@ -3330,55 +3330,55 @@ var ElementSize = {
3330
3330
  POINTER: 6,
3331
3331
  INLINE_COMPOSITE: 7
3332
3332
  };
3333
- var CapnpVersion = (_class32 = class extends _chunkC6LZ6PNUcjs.Struct {
3333
+ var CapnpVersion = (_class32 = class extends _chunkIVTBYMMNcjs.Struct {
3334
3334
  static {
3335
- _chunkC6LZ6PNUcjs.__name.call(void 0, this, "CapnpVersion");
3335
+ _chunkIVTBYMMNcjs.__name.call(void 0, this, "CapnpVersion");
3336
3336
  }
3337
3337
  static __initStatic98() {this._capnp = {
3338
3338
  displayName: "CapnpVersion",
3339
3339
  id: "d85d305b7d839963",
3340
- size: new (0, _chunkC6LZ6PNUcjs.ObjectSize)(8, 0)
3340
+ size: new (0, _chunkIVTBYMMNcjs.ObjectSize)(8, 0)
3341
3341
  }}
3342
3342
  get major() {
3343
- return _chunkC6LZ6PNUcjs.getUint16.call(void 0, 0, this);
3343
+ return _chunkIVTBYMMNcjs.getUint16.call(void 0, 0, this);
3344
3344
  }
3345
3345
  set major(value) {
3346
- _chunkC6LZ6PNUcjs.setUint16.call(void 0, 0, value, this);
3346
+ _chunkIVTBYMMNcjs.setUint16.call(void 0, 0, value, this);
3347
3347
  }
3348
3348
  get minor() {
3349
- return _chunkC6LZ6PNUcjs.getUint8.call(void 0, 2, this);
3349
+ return _chunkIVTBYMMNcjs.getUint8.call(void 0, 2, this);
3350
3350
  }
3351
3351
  set minor(value) {
3352
- _chunkC6LZ6PNUcjs.setUint8.call(void 0, 2, value, this);
3352
+ _chunkIVTBYMMNcjs.setUint8.call(void 0, 2, value, this);
3353
3353
  }
3354
3354
  get micro() {
3355
- return _chunkC6LZ6PNUcjs.getUint8.call(void 0, 3, this);
3355
+ return _chunkIVTBYMMNcjs.getUint8.call(void 0, 3, this);
3356
3356
  }
3357
3357
  set micro(value) {
3358
- _chunkC6LZ6PNUcjs.setUint8.call(void 0, 3, value, this);
3358
+ _chunkIVTBYMMNcjs.setUint8.call(void 0, 3, value, this);
3359
3359
  }
3360
3360
  toString() {
3361
3361
  return "CapnpVersion_" + super.toString();
3362
3362
  }
3363
3363
  }, _class32.__initStatic98(), _class32);
3364
- var CodeGeneratorRequest_RequestedFile_Import = (_class33 = class extends _chunkC6LZ6PNUcjs.Struct {
3364
+ var CodeGeneratorRequest_RequestedFile_Import = (_class33 = class extends _chunkIVTBYMMNcjs.Struct {
3365
3365
  static {
3366
- _chunkC6LZ6PNUcjs.__name.call(void 0, this, "CodeGeneratorRequest_RequestedFile_Import");
3366
+ _chunkIVTBYMMNcjs.__name.call(void 0, this, "CodeGeneratorRequest_RequestedFile_Import");
3367
3367
  }
3368
3368
  static __initStatic99() {this._capnp = {
3369
3369
  displayName: "Import",
3370
3370
  id: "ae504193122357e5",
3371
- size: new (0, _chunkC6LZ6PNUcjs.ObjectSize)(8, 1)
3371
+ size: new (0, _chunkIVTBYMMNcjs.ObjectSize)(8, 1)
3372
3372
  }}
3373
3373
  /**
3374
3374
  * ID of the imported file.
3375
3375
  *
3376
3376
  */
3377
3377
  get id() {
3378
- return _chunkC6LZ6PNUcjs.getUint64.call(void 0, 0, this);
3378
+ return _chunkIVTBYMMNcjs.getUint64.call(void 0, 0, this);
3379
3379
  }
3380
3380
  set id(value) {
3381
- _chunkC6LZ6PNUcjs.setUint64.call(void 0, 0, value, this);
3381
+ _chunkIVTBYMMNcjs.setUint64.call(void 0, 0, value, this);
3382
3382
  }
3383
3383
  /**
3384
3384
  * Name which *this* file used to refer to the foreign file. This may be a relative name.
@@ -3390,24 +3390,24 @@ var CodeGeneratorRequest_RequestedFile_Import = (_class33 = class extends _chunk
3390
3390
  *
3391
3391
  */
3392
3392
  get name() {
3393
- return _chunkC6LZ6PNUcjs.getText.call(void 0, 0, this);
3393
+ return _chunkIVTBYMMNcjs.getText.call(void 0, 0, this);
3394
3394
  }
3395
3395
  set name(value) {
3396
- _chunkC6LZ6PNUcjs.setText.call(void 0, 0, value, this);
3396
+ _chunkIVTBYMMNcjs.setText.call(void 0, 0, value, this);
3397
3397
  }
3398
3398
  toString() {
3399
3399
  return "CodeGeneratorRequest_RequestedFile_Import_" + super.toString();
3400
3400
  }
3401
3401
  }, _class33.__initStatic99(), _class33);
3402
- var CodeGeneratorRequest_RequestedFile = (_class34 = class _CodeGeneratorRequest_RequestedFile extends _chunkC6LZ6PNUcjs.Struct {
3402
+ var CodeGeneratorRequest_RequestedFile = (_class34 = class _CodeGeneratorRequest_RequestedFile extends _chunkIVTBYMMNcjs.Struct {
3403
3403
  static {
3404
- _chunkC6LZ6PNUcjs.__name.call(void 0, this, "CodeGeneratorRequest_RequestedFile");
3404
+ _chunkIVTBYMMNcjs.__name.call(void 0, this, "CodeGeneratorRequest_RequestedFile");
3405
3405
  }
3406
3406
  static __initStatic100() {this.Import = CodeGeneratorRequest_RequestedFile_Import}
3407
3407
  static __initStatic101() {this._capnp = {
3408
3408
  displayName: "RequestedFile",
3409
3409
  id: "cfea0eb02e810062",
3410
- size: new (0, _chunkC6LZ6PNUcjs.ObjectSize)(8, 2)
3410
+ size: new (0, _chunkIVTBYMMNcjs.ObjectSize)(8, 2)
3411
3411
  }}
3412
3412
 
3413
3413
  /**
@@ -3415,10 +3415,10 @@ var CodeGeneratorRequest_RequestedFile = (_class34 = class _CodeGeneratorRequest
3415
3415
  *
3416
3416
  */
3417
3417
  get id() {
3418
- return _chunkC6LZ6PNUcjs.getUint64.call(void 0, 0, this);
3418
+ return _chunkIVTBYMMNcjs.getUint64.call(void 0, 0, this);
3419
3419
  }
3420
3420
  set id(value) {
3421
- _chunkC6LZ6PNUcjs.setUint64.call(void 0, 0, value, this);
3421
+ _chunkIVTBYMMNcjs.setUint64.call(void 0, 0, value, this);
3422
3422
  }
3423
3423
  /**
3424
3424
  * Name of the file as it appeared on the command-line (minus the src-prefix). You may use
@@ -3426,55 +3426,55 @@ var CodeGeneratorRequest_RequestedFile = (_class34 = class _CodeGeneratorRequest
3426
3426
  *
3427
3427
  */
3428
3428
  get filename() {
3429
- return _chunkC6LZ6PNUcjs.getText.call(void 0, 0, this);
3429
+ return _chunkIVTBYMMNcjs.getText.call(void 0, 0, this);
3430
3430
  }
3431
3431
  set filename(value) {
3432
- _chunkC6LZ6PNUcjs.setText.call(void 0, 0, value, this);
3432
+ _chunkIVTBYMMNcjs.setText.call(void 0, 0, value, this);
3433
3433
  }
3434
3434
  _adoptImports(value) {
3435
- _chunkC6LZ6PNUcjs.adopt.call(void 0, value, _chunkC6LZ6PNUcjs.getPointer.call(void 0, 1, this));
3435
+ _chunkIVTBYMMNcjs.adopt.call(void 0, value, _chunkIVTBYMMNcjs.getPointer.call(void 0, 1, this));
3436
3436
  }
3437
3437
  _disownImports() {
3438
- return _chunkC6LZ6PNUcjs.disown.call(void 0, this.imports);
3438
+ return _chunkIVTBYMMNcjs.disown.call(void 0, this.imports);
3439
3439
  }
3440
3440
  /**
3441
3441
  * List of all imported paths seen in this file.
3442
3442
  *
3443
3443
  */
3444
3444
  get imports() {
3445
- return _chunkC6LZ6PNUcjs.getList.call(void 0, 1, _CodeGeneratorRequest_RequestedFile._Imports, this);
3445
+ return _chunkIVTBYMMNcjs.getList.call(void 0, 1, _CodeGeneratorRequest_RequestedFile._Imports, this);
3446
3446
  }
3447
3447
  _hasImports() {
3448
- return !_chunkC6LZ6PNUcjs.isNull.call(void 0, _chunkC6LZ6PNUcjs.getPointer.call(void 0, 1, this));
3448
+ return !_chunkIVTBYMMNcjs.isNull.call(void 0, _chunkIVTBYMMNcjs.getPointer.call(void 0, 1, this));
3449
3449
  }
3450
3450
  _initImports(length) {
3451
- return _chunkC6LZ6PNUcjs.initList.call(void 0, 1, _CodeGeneratorRequest_RequestedFile._Imports, length, this);
3451
+ return _chunkIVTBYMMNcjs.initList.call(void 0, 1, _CodeGeneratorRequest_RequestedFile._Imports, length, this);
3452
3452
  }
3453
3453
  set imports(value) {
3454
- _chunkC6LZ6PNUcjs.copyFrom.call(void 0, value, _chunkC6LZ6PNUcjs.getPointer.call(void 0, 1, this));
3454
+ _chunkIVTBYMMNcjs.copyFrom.call(void 0, value, _chunkIVTBYMMNcjs.getPointer.call(void 0, 1, this));
3455
3455
  }
3456
3456
  toString() {
3457
3457
  return "CodeGeneratorRequest_RequestedFile_" + super.toString();
3458
3458
  }
3459
3459
  }, _class34.__initStatic100(), _class34.__initStatic101(), _class34);
3460
- var CodeGeneratorRequest = (_class35 = class _CodeGeneratorRequest extends _chunkC6LZ6PNUcjs.Struct {
3460
+ var CodeGeneratorRequest = (_class35 = class _CodeGeneratorRequest extends _chunkIVTBYMMNcjs.Struct {
3461
3461
  static {
3462
- _chunkC6LZ6PNUcjs.__name.call(void 0, this, "CodeGeneratorRequest");
3462
+ _chunkIVTBYMMNcjs.__name.call(void 0, this, "CodeGeneratorRequest");
3463
3463
  }
3464
3464
  static __initStatic102() {this.RequestedFile = CodeGeneratorRequest_RequestedFile}
3465
3465
  static __initStatic103() {this._capnp = {
3466
3466
  displayName: "CodeGeneratorRequest",
3467
3467
  id: "bfc546f6210ad7ce",
3468
- size: new (0, _chunkC6LZ6PNUcjs.ObjectSize)(0, 4)
3468
+ size: new (0, _chunkIVTBYMMNcjs.ObjectSize)(0, 4)
3469
3469
  }}
3470
3470
 
3471
3471
 
3472
3472
 
3473
3473
  _adoptCapnpVersion(value) {
3474
- _chunkC6LZ6PNUcjs.adopt.call(void 0, value, _chunkC6LZ6PNUcjs.getPointer.call(void 0, 2, this));
3474
+ _chunkIVTBYMMNcjs.adopt.call(void 0, value, _chunkIVTBYMMNcjs.getPointer.call(void 0, 2, this));
3475
3475
  }
3476
3476
  _disownCapnpVersion() {
3477
- return _chunkC6LZ6PNUcjs.disown.call(void 0, this.capnpVersion);
3477
+ return _chunkIVTBYMMNcjs.disown.call(void 0, this.capnpVersion);
3478
3478
  }
3479
3479
  /**
3480
3480
  * Version of the `capnp` executable. Generally, code generators should ignore this, but the code
@@ -3486,22 +3486,22 @@ var CodeGeneratorRequest = (_class35 = class _CodeGeneratorRequest extends _chun
3486
3486
  *
3487
3487
  */
3488
3488
  get capnpVersion() {
3489
- return _chunkC6LZ6PNUcjs.getStruct.call(void 0, 2, CapnpVersion, this);
3489
+ return _chunkIVTBYMMNcjs.getStruct.call(void 0, 2, CapnpVersion, this);
3490
3490
  }
3491
3491
  _hasCapnpVersion() {
3492
- return !_chunkC6LZ6PNUcjs.isNull.call(void 0, _chunkC6LZ6PNUcjs.getPointer.call(void 0, 2, this));
3492
+ return !_chunkIVTBYMMNcjs.isNull.call(void 0, _chunkIVTBYMMNcjs.getPointer.call(void 0, 2, this));
3493
3493
  }
3494
3494
  _initCapnpVersion() {
3495
- return _chunkC6LZ6PNUcjs.initStructAt.call(void 0, 2, CapnpVersion, this);
3495
+ return _chunkIVTBYMMNcjs.initStructAt.call(void 0, 2, CapnpVersion, this);
3496
3496
  }
3497
3497
  set capnpVersion(value) {
3498
- _chunkC6LZ6PNUcjs.copyFrom.call(void 0, value, _chunkC6LZ6PNUcjs.getPointer.call(void 0, 2, this));
3498
+ _chunkIVTBYMMNcjs.copyFrom.call(void 0, value, _chunkIVTBYMMNcjs.getPointer.call(void 0, 2, this));
3499
3499
  }
3500
3500
  _adoptNodes(value) {
3501
- _chunkC6LZ6PNUcjs.adopt.call(void 0, value, _chunkC6LZ6PNUcjs.getPointer.call(void 0, 0, this));
3501
+ _chunkIVTBYMMNcjs.adopt.call(void 0, value, _chunkIVTBYMMNcjs.getPointer.call(void 0, 0, this));
3502
3502
  }
3503
3503
  _disownNodes() {
3504
- return _chunkC6LZ6PNUcjs.disown.call(void 0, this.nodes);
3504
+ return _chunkIVTBYMMNcjs.disown.call(void 0, this.nodes);
3505
3505
  }
3506
3506
  /**
3507
3507
  * All nodes parsed by the compiler, including for the files on the command line and their
@@ -3509,22 +3509,22 @@ var CodeGeneratorRequest = (_class35 = class _CodeGeneratorRequest extends _chun
3509
3509
  *
3510
3510
  */
3511
3511
  get nodes() {
3512
- return _chunkC6LZ6PNUcjs.getList.call(void 0, 0, _CodeGeneratorRequest._Nodes, this);
3512
+ return _chunkIVTBYMMNcjs.getList.call(void 0, 0, _CodeGeneratorRequest._Nodes, this);
3513
3513
  }
3514
3514
  _hasNodes() {
3515
- return !_chunkC6LZ6PNUcjs.isNull.call(void 0, _chunkC6LZ6PNUcjs.getPointer.call(void 0, 0, this));
3515
+ return !_chunkIVTBYMMNcjs.isNull.call(void 0, _chunkIVTBYMMNcjs.getPointer.call(void 0, 0, this));
3516
3516
  }
3517
3517
  _initNodes(length) {
3518
- return _chunkC6LZ6PNUcjs.initList.call(void 0, 0, _CodeGeneratorRequest._Nodes, length, this);
3518
+ return _chunkIVTBYMMNcjs.initList.call(void 0, 0, _CodeGeneratorRequest._Nodes, length, this);
3519
3519
  }
3520
3520
  set nodes(value) {
3521
- _chunkC6LZ6PNUcjs.copyFrom.call(void 0, value, _chunkC6LZ6PNUcjs.getPointer.call(void 0, 0, this));
3521
+ _chunkIVTBYMMNcjs.copyFrom.call(void 0, value, _chunkIVTBYMMNcjs.getPointer.call(void 0, 0, this));
3522
3522
  }
3523
3523
  _adoptSourceInfo(value) {
3524
- _chunkC6LZ6PNUcjs.adopt.call(void 0, value, _chunkC6LZ6PNUcjs.getPointer.call(void 0, 3, this));
3524
+ _chunkIVTBYMMNcjs.adopt.call(void 0, value, _chunkIVTBYMMNcjs.getPointer.call(void 0, 3, this));
3525
3525
  }
3526
3526
  _disownSourceInfo() {
3527
- return _chunkC6LZ6PNUcjs.disown.call(void 0, this.sourceInfo);
3527
+ return _chunkIVTBYMMNcjs.disown.call(void 0, this.sourceInfo);
3528
3528
  }
3529
3529
  /**
3530
3530
  * Information about the original source code for each node, where available. This array may be
@@ -3532,61 +3532,61 @@ var CodeGeneratorRequest = (_class35 = class _CodeGeneratorRequest extends _chun
3532
3532
  *
3533
3533
  */
3534
3534
  get sourceInfo() {
3535
- return _chunkC6LZ6PNUcjs.getList.call(void 0, 3, _CodeGeneratorRequest._SourceInfo, this);
3535
+ return _chunkIVTBYMMNcjs.getList.call(void 0, 3, _CodeGeneratorRequest._SourceInfo, this);
3536
3536
  }
3537
3537
  _hasSourceInfo() {
3538
- return !_chunkC6LZ6PNUcjs.isNull.call(void 0, _chunkC6LZ6PNUcjs.getPointer.call(void 0, 3, this));
3538
+ return !_chunkIVTBYMMNcjs.isNull.call(void 0, _chunkIVTBYMMNcjs.getPointer.call(void 0, 3, this));
3539
3539
  }
3540
3540
  _initSourceInfo(length) {
3541
- return _chunkC6LZ6PNUcjs.initList.call(void 0, 3, _CodeGeneratorRequest._SourceInfo, length, this);
3541
+ return _chunkIVTBYMMNcjs.initList.call(void 0, 3, _CodeGeneratorRequest._SourceInfo, length, this);
3542
3542
  }
3543
3543
  set sourceInfo(value) {
3544
- _chunkC6LZ6PNUcjs.copyFrom.call(void 0, value, _chunkC6LZ6PNUcjs.getPointer.call(void 0, 3, this));
3544
+ _chunkIVTBYMMNcjs.copyFrom.call(void 0, value, _chunkIVTBYMMNcjs.getPointer.call(void 0, 3, this));
3545
3545
  }
3546
3546
  _adoptRequestedFiles(value) {
3547
- _chunkC6LZ6PNUcjs.adopt.call(void 0, value, _chunkC6LZ6PNUcjs.getPointer.call(void 0, 1, this));
3547
+ _chunkIVTBYMMNcjs.adopt.call(void 0, value, _chunkIVTBYMMNcjs.getPointer.call(void 0, 1, this));
3548
3548
  }
3549
3549
  _disownRequestedFiles() {
3550
- return _chunkC6LZ6PNUcjs.disown.call(void 0, this.requestedFiles);
3550
+ return _chunkIVTBYMMNcjs.disown.call(void 0, this.requestedFiles);
3551
3551
  }
3552
3552
  /**
3553
3553
  * Files which were listed on the command line.
3554
3554
  *
3555
3555
  */
3556
3556
  get requestedFiles() {
3557
- return _chunkC6LZ6PNUcjs.getList.call(void 0, 1, _CodeGeneratorRequest._RequestedFiles, this);
3557
+ return _chunkIVTBYMMNcjs.getList.call(void 0, 1, _CodeGeneratorRequest._RequestedFiles, this);
3558
3558
  }
3559
3559
  _hasRequestedFiles() {
3560
- return !_chunkC6LZ6PNUcjs.isNull.call(void 0, _chunkC6LZ6PNUcjs.getPointer.call(void 0, 1, this));
3560
+ return !_chunkIVTBYMMNcjs.isNull.call(void 0, _chunkIVTBYMMNcjs.getPointer.call(void 0, 1, this));
3561
3561
  }
3562
3562
  _initRequestedFiles(length) {
3563
- return _chunkC6LZ6PNUcjs.initList.call(void 0, 1, _CodeGeneratorRequest._RequestedFiles, length, this);
3563
+ return _chunkIVTBYMMNcjs.initList.call(void 0, 1, _CodeGeneratorRequest._RequestedFiles, length, this);
3564
3564
  }
3565
3565
  set requestedFiles(value) {
3566
- _chunkC6LZ6PNUcjs.copyFrom.call(void 0, value, _chunkC6LZ6PNUcjs.getPointer.call(void 0, 1, this));
3566
+ _chunkIVTBYMMNcjs.copyFrom.call(void 0, value, _chunkIVTBYMMNcjs.getPointer.call(void 0, 1, this));
3567
3567
  }
3568
3568
  toString() {
3569
3569
  return "CodeGeneratorRequest_" + super.toString();
3570
3570
  }
3571
3571
  }, _class35.__initStatic102(), _class35.__initStatic103(), _class35);
3572
- Node_SourceInfo._Members = _chunkC6LZ6PNUcjs.CompositeList.call(void 0, Node_SourceInfo_Member);
3573
- Node_Struct._Fields = _chunkC6LZ6PNUcjs.CompositeList.call(void 0, Field);
3574
- Node_Enum._Enumerants = _chunkC6LZ6PNUcjs.CompositeList.call(void 0, Enumerant);
3575
- Node_Interface._Methods = _chunkC6LZ6PNUcjs.CompositeList.call(void 0, Method);
3576
- Node_Interface._Superclasses = _chunkC6LZ6PNUcjs.CompositeList.call(void 0, Superclass);
3577
- Node._Parameters = _chunkC6LZ6PNUcjs.CompositeList.call(void 0, Node_Parameter);
3578
- Node._NestedNodes = _chunkC6LZ6PNUcjs.CompositeList.call(void 0, Node_NestedNode);
3579
- Node._Annotations = _chunkC6LZ6PNUcjs.CompositeList.call(void 0, Annotation);
3580
- Field._Annotations = _chunkC6LZ6PNUcjs.CompositeList.call(void 0, Annotation);
3581
- Enumerant._Annotations = _chunkC6LZ6PNUcjs.CompositeList.call(void 0, Annotation);
3582
- Method._ImplicitParameters = _chunkC6LZ6PNUcjs.CompositeList.call(void 0, Node_Parameter);
3583
- Method._Annotations = _chunkC6LZ6PNUcjs.CompositeList.call(void 0, Annotation);
3584
- Brand_Scope._Bind = _chunkC6LZ6PNUcjs.CompositeList.call(void 0, Brand_Binding);
3585
- Brand._Scopes = _chunkC6LZ6PNUcjs.CompositeList.call(void 0, Brand_Scope);
3586
- CodeGeneratorRequest_RequestedFile._Imports = _chunkC6LZ6PNUcjs.CompositeList.call(void 0, CodeGeneratorRequest_RequestedFile_Import);
3587
- CodeGeneratorRequest._Nodes = _chunkC6LZ6PNUcjs.CompositeList.call(void 0, Node);
3588
- CodeGeneratorRequest._SourceInfo = _chunkC6LZ6PNUcjs.CompositeList.call(void 0, Node_SourceInfo);
3589
- CodeGeneratorRequest._RequestedFiles = _chunkC6LZ6PNUcjs.CompositeList.call(void 0, CodeGeneratorRequest_RequestedFile);
3572
+ Node_SourceInfo._Members = _chunkIVTBYMMNcjs.CompositeList.call(void 0, Node_SourceInfo_Member);
3573
+ Node_Struct._Fields = _chunkIVTBYMMNcjs.CompositeList.call(void 0, Field);
3574
+ Node_Enum._Enumerants = _chunkIVTBYMMNcjs.CompositeList.call(void 0, Enumerant);
3575
+ Node_Interface._Methods = _chunkIVTBYMMNcjs.CompositeList.call(void 0, Method);
3576
+ Node_Interface._Superclasses = _chunkIVTBYMMNcjs.CompositeList.call(void 0, Superclass);
3577
+ Node._Parameters = _chunkIVTBYMMNcjs.CompositeList.call(void 0, Node_Parameter);
3578
+ Node._NestedNodes = _chunkIVTBYMMNcjs.CompositeList.call(void 0, Node_NestedNode);
3579
+ Node._Annotations = _chunkIVTBYMMNcjs.CompositeList.call(void 0, Annotation);
3580
+ Field._Annotations = _chunkIVTBYMMNcjs.CompositeList.call(void 0, Annotation);
3581
+ Enumerant._Annotations = _chunkIVTBYMMNcjs.CompositeList.call(void 0, Annotation);
3582
+ Method._ImplicitParameters = _chunkIVTBYMMNcjs.CompositeList.call(void 0, Node_Parameter);
3583
+ Method._Annotations = _chunkIVTBYMMNcjs.CompositeList.call(void 0, Annotation);
3584
+ Brand_Scope._Bind = _chunkIVTBYMMNcjs.CompositeList.call(void 0, Brand_Binding);
3585
+ Brand._Scopes = _chunkIVTBYMMNcjs.CompositeList.call(void 0, Brand_Scope);
3586
+ CodeGeneratorRequest_RequestedFile._Imports = _chunkIVTBYMMNcjs.CompositeList.call(void 0, CodeGeneratorRequest_RequestedFile_Import);
3587
+ CodeGeneratorRequest._Nodes = _chunkIVTBYMMNcjs.CompositeList.call(void 0, Node);
3588
+ CodeGeneratorRequest._SourceInfo = _chunkIVTBYMMNcjs.CompositeList.call(void 0, Node_SourceInfo);
3589
+ CodeGeneratorRequest._RequestedFiles = _chunkIVTBYMMNcjs.CompositeList.call(void 0, CodeGeneratorRequest_RequestedFile);
3590
3590
 
3591
3591
  // ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=53996ae63a1465953815fff49405f2224c85d26eeeff469d2b1f87e1c2af451d_typescript@5.8.3/node_modules/capnp-es/dist/shared/capnp-es.CbTQkT9D.mjs
3592
3592
  var GEN_EXPLICIT_DEFAULT_NON_PRIMITIVE = "CAPNP-ES000 Don't know how to generate a %s field with an explicit default value.";
@@ -3728,7 +3728,7 @@ function requireHex2dec() {
3728
3728
  }
3729
3729
  return z;
3730
3730
  }
3731
- _chunkC6LZ6PNUcjs.__name.call(void 0, add, "add");
3731
+ _chunkIVTBYMMNcjs.__name.call(void 0, add, "add");
3732
3732
  function multiplyByNumber(num, x, base) {
3733
3733
  if (num < 0) return null;
3734
3734
  if (num == 0) return [];
@@ -3744,7 +3744,7 @@ function requireHex2dec() {
3744
3744
  }
3745
3745
  return result;
3746
3746
  }
3747
- _chunkC6LZ6PNUcjs.__name.call(void 0, multiplyByNumber, "multiplyByNumber");
3747
+ _chunkIVTBYMMNcjs.__name.call(void 0, multiplyByNumber, "multiplyByNumber");
3748
3748
  function parseToDigitsArray(str, base) {
3749
3749
  var digits = str.split("");
3750
3750
  var ary = [];
@@ -3755,7 +3755,7 @@ function requireHex2dec() {
3755
3755
  }
3756
3756
  return ary;
3757
3757
  }
3758
- _chunkC6LZ6PNUcjs.__name.call(void 0, parseToDigitsArray, "parseToDigitsArray");
3758
+ _chunkIVTBYMMNcjs.__name.call(void 0, parseToDigitsArray, "parseToDigitsArray");
3759
3759
  function convertBase(str, fromBase, toBase) {
3760
3760
  var digits = parseToDigitsArray(str, fromBase);
3761
3761
  if (digits === null) return null;
@@ -3776,35 +3776,35 @@ function requireHex2dec() {
3776
3776
  }
3777
3777
  return out;
3778
3778
  }
3779
- _chunkC6LZ6PNUcjs.__name.call(void 0, convertBase, "convertBase");
3779
+ _chunkIVTBYMMNcjs.__name.call(void 0, convertBase, "convertBase");
3780
3780
  function decToHex(decStr, opts) {
3781
3781
  var hidePrefix = opts && opts.prefix === false;
3782
3782
  var hex = convertBase(decStr, 10, 16);
3783
3783
  return hex ? hidePrefix ? hex : "0x" + hex : null;
3784
3784
  }
3785
- _chunkC6LZ6PNUcjs.__name.call(void 0, decToHex, "decToHex");
3785
+ _chunkIVTBYMMNcjs.__name.call(void 0, decToHex, "decToHex");
3786
3786
  function hexToDec(hexStr) {
3787
3787
  if (hexStr.substring(0, 2) === "0x") hexStr = hexStr.substring(2);
3788
3788
  hexStr = hexStr.toLowerCase();
3789
3789
  return convertBase(hexStr, 16, 10);
3790
3790
  }
3791
- _chunkC6LZ6PNUcjs.__name.call(void 0, hexToDec, "hexToDec");
3791
+ _chunkIVTBYMMNcjs.__name.call(void 0, hexToDec, "hexToDec");
3792
3792
  hex2dec = {
3793
3793
  hexToDec,
3794
3794
  decToHex
3795
3795
  };
3796
3796
  return hex2dec;
3797
3797
  }
3798
- _chunkC6LZ6PNUcjs.__name.call(void 0, requireHex2dec, "requireHex2dec");
3798
+ _chunkIVTBYMMNcjs.__name.call(void 0, requireHex2dec, "requireHex2dec");
3799
3799
  var hex2decExports = requireHex2dec();
3800
3800
  function c2s(s) {
3801
3801
  return splitCamel(s).map((x) => x.toUpperCase()).join("_");
3802
3802
  }
3803
- _chunkC6LZ6PNUcjs.__name.call(void 0, c2s, "c2s");
3803
+ _chunkIVTBYMMNcjs.__name.call(void 0, c2s, "c2s");
3804
3804
  function c2t(s) {
3805
3805
  return s[0].toUpperCase() + s.slice(1);
3806
3806
  }
3807
- _chunkC6LZ6PNUcjs.__name.call(void 0, c2t, "c2t");
3807
+ _chunkIVTBYMMNcjs.__name.call(void 0, c2t, "c2t");
3808
3808
  function splitCamel(s) {
3809
3809
  let wasLo = false;
3810
3810
  return s.split("").reduce((a, c) => {
@@ -3820,15 +3820,15 @@ function splitCamel(s) {
3820
3820
  return a;
3821
3821
  }, []);
3822
3822
  }
3823
- _chunkC6LZ6PNUcjs.__name.call(void 0, splitCamel, "splitCamel");
3823
+ _chunkIVTBYMMNcjs.__name.call(void 0, splitCamel, "splitCamel");
3824
3824
  function hexToBigInt(hexString) {
3825
3825
  return BigInt(hex2decExports.hexToDec(hexString));
3826
3826
  }
3827
- _chunkC6LZ6PNUcjs.__name.call(void 0, hexToBigInt, "hexToBigInt");
3827
+ _chunkIVTBYMMNcjs.__name.call(void 0, hexToBigInt, "hexToBigInt");
3828
3828
  function compareCodeOrder(a, b) {
3829
3829
  return a.codeOrder - b.codeOrder;
3830
3830
  }
3831
- _chunkC6LZ6PNUcjs.__name.call(void 0, compareCodeOrder, "compareCodeOrder");
3831
+ _chunkIVTBYMMNcjs.__name.call(void 0, compareCodeOrder, "compareCodeOrder");
3832
3832
  function getConcreteListType(ctx, type) {
3833
3833
  if (!type._isList) {
3834
3834
  return getJsType(ctx, type, false);
@@ -3846,15 +3846,15 @@ function getConcreteListType(ctx, type) {
3846
3846
  }
3847
3847
  return ConcreteListType[elementTypeWhich];
3848
3848
  }
3849
- _chunkC6LZ6PNUcjs.__name.call(void 0, getConcreteListType, "getConcreteListType");
3849
+ _chunkIVTBYMMNcjs.__name.call(void 0, getConcreteListType, "getConcreteListType");
3850
3850
  function getDisplayNamePrefix(node) {
3851
3851
  return node.displayName.slice(node.displayNamePrefixLength);
3852
3852
  }
3853
- _chunkC6LZ6PNUcjs.__name.call(void 0, getDisplayNamePrefix, "getDisplayNamePrefix");
3853
+ _chunkIVTBYMMNcjs.__name.call(void 0, getDisplayNamePrefix, "getDisplayNamePrefix");
3854
3854
  function getFullClassName(node) {
3855
3855
  return node.displayName.split(":")[1].split(".").map((s) => c2t(s)).join("_");
3856
3856
  }
3857
- _chunkC6LZ6PNUcjs.__name.call(void 0, getFullClassName, "getFullClassName");
3857
+ _chunkIVTBYMMNcjs.__name.call(void 0, getFullClassName, "getFullClassName");
3858
3858
  function getJsType(ctx, type, constructor) {
3859
3859
  const whichType = type.which();
3860
3860
  switch (whichType) {
@@ -3901,43 +3901,43 @@ function getJsType(ctx, type, constructor) {
3901
3901
  return "$.Void";
3902
3902
  }
3903
3903
  default: {
3904
- throw new Error(_chunkC6LZ6PNUcjs.format.call(void 0, GEN_UNKNOWN_TYPE, whichType));
3904
+ throw new Error(_chunkIVTBYMMNcjs.format.call(void 0, GEN_UNKNOWN_TYPE, whichType));
3905
3905
  }
3906
3906
  }
3907
3907
  }
3908
- _chunkC6LZ6PNUcjs.__name.call(void 0, getJsType, "getJsType");
3908
+ _chunkIVTBYMMNcjs.__name.call(void 0, getJsType, "getJsType");
3909
3909
  function getUnnamedUnionFields(node) {
3910
3910
  return node.struct.fields.filter(
3911
3911
  (field) => field.discriminantValue !== Field.NO_DISCRIMINANT
3912
3912
  );
3913
3913
  }
3914
- _chunkC6LZ6PNUcjs.__name.call(void 0, getUnnamedUnionFields, "getUnnamedUnionFields");
3914
+ _chunkIVTBYMMNcjs.__name.call(void 0, getUnnamedUnionFields, "getUnnamedUnionFields");
3915
3915
  function hasNode(ctx, lookup) {
3916
3916
  const id = typeof lookup === "bigint" ? lookup : lookup.id;
3917
3917
  return ctx.nodes.some((n) => n.id === id);
3918
3918
  }
3919
- _chunkC6LZ6PNUcjs.__name.call(void 0, hasNode, "hasNode");
3919
+ _chunkIVTBYMMNcjs.__name.call(void 0, hasNode, "hasNode");
3920
3920
  function loadRequestedFile(req, file) {
3921
3921
  const ctx = new CodeGeneratorFileContext(req, file);
3922
3922
  const schema2 = lookupNode(ctx, file.id);
3923
3923
  ctx.tsPath = schema2.displayName.replace(/\.capnp$/, "") + ".ts";
3924
3924
  return ctx;
3925
3925
  }
3926
- _chunkC6LZ6PNUcjs.__name.call(void 0, loadRequestedFile, "loadRequestedFile");
3926
+ _chunkIVTBYMMNcjs.__name.call(void 0, loadRequestedFile, "loadRequestedFile");
3927
3927
  function lookupNode(ctx, lookup) {
3928
3928
  const id = typeof lookup === "bigint" ? lookup : lookup.id;
3929
3929
  const node = ctx.nodes.find((n) => n.id === id);
3930
3930
  if (node === void 0) {
3931
- throw new Error(_chunkC6LZ6PNUcjs.format.call(void 0, GEN_NODE_LOOKUP_FAIL, id));
3931
+ throw new Error(_chunkIVTBYMMNcjs.format.call(void 0, GEN_NODE_LOOKUP_FAIL, id));
3932
3932
  }
3933
3933
  return node;
3934
3934
  }
3935
- _chunkC6LZ6PNUcjs.__name.call(void 0, lookupNode, "lookupNode");
3935
+ _chunkIVTBYMMNcjs.__name.call(void 0, lookupNode, "lookupNode");
3936
3936
  function lookupNodeSourceInfo(ctx, lookup) {
3937
3937
  const id = typeof lookup === "bigint" ? lookup : lookup.id;
3938
3938
  return ctx.req.sourceInfo.find((s) => s.id === id);
3939
3939
  }
3940
- _chunkC6LZ6PNUcjs.__name.call(void 0, lookupNodeSourceInfo, "lookupNodeSourceInfo");
3940
+ _chunkIVTBYMMNcjs.__name.call(void 0, lookupNodeSourceInfo, "lookupNodeSourceInfo");
3941
3941
  function needsConcreteListClass(field) {
3942
3942
  if (!field._isSlot) {
3943
3943
  return false;
@@ -3949,7 +3949,7 @@ function needsConcreteListClass(field) {
3949
3949
  const { elementType } = slotType.list;
3950
3950
  return elementType._isStruct || elementType._isList;
3951
3951
  }
3952
- _chunkC6LZ6PNUcjs.__name.call(void 0, needsConcreteListClass, "needsConcreteListClass");
3952
+ _chunkIVTBYMMNcjs.__name.call(void 0, needsConcreteListClass, "needsConcreteListClass");
3953
3953
  function createBigInt(value) {
3954
3954
  let v = value.toString(16);
3955
3955
  let sign = "";
@@ -3959,7 +3959,7 @@ function createBigInt(value) {
3959
3959
  }
3960
3960
  return `${sign}BigInt("0x${v}")`;
3961
3961
  }
3962
- _chunkC6LZ6PNUcjs.__name.call(void 0, createBigInt, "createBigInt");
3962
+ _chunkIVTBYMMNcjs.__name.call(void 0, createBigInt, "createBigInt");
3963
3963
  function extractJSDocs(sourceInfo) {
3964
3964
  const docComment = _optionalChain([sourceInfo, 'optionalAccess', _19 => _19.docComment]);
3965
3965
  if (!docComment) {
@@ -3967,7 +3967,7 @@ function extractJSDocs(sourceInfo) {
3967
3967
  }
3968
3968
  return "/**\n" + docComment.toString().split("\n").map((l) => `* ${l}`).join("\n") + "\n*/";
3969
3969
  }
3970
- _chunkC6LZ6PNUcjs.__name.call(void 0, extractJSDocs, "extractJSDocs");
3970
+ _chunkIVTBYMMNcjs.__name.call(void 0, extractJSDocs, "extractJSDocs");
3971
3971
  function generateEnumNode(ctx, className, parentNode, fields) {
3972
3972
  const fieldIndexInCodeOrder = fields.map(({ codeOrder }, fieldIndex) => ({ fieldIndex, codeOrder })).sort(compareCodeOrder).map(({ fieldIndex }) => fieldIndex);
3973
3973
  const sourceInfo = lookupNodeSourceInfo(ctx, parentNode);
@@ -3988,13 +3988,13 @@ function generateEnumNode(ctx, className, parentNode, fields) {
3988
3988
  export type ${className} = (typeof ${className})[keyof typeof ${className}];
3989
3989
  `);
3990
3990
  }
3991
- _chunkC6LZ6PNUcjs.__name.call(void 0, generateEnumNode, "generateEnumNode");
3991
+ _chunkIVTBYMMNcjs.__name.call(void 0, generateEnumNode, "generateEnumNode");
3992
3992
  function generateInterfaceClasses(ctx, node) {
3993
3993
  generateMethodStructs(ctx, node);
3994
3994
  generateClient(ctx, node);
3995
3995
  generateServer(ctx, node);
3996
3996
  }
3997
- _chunkC6LZ6PNUcjs.__name.call(void 0, generateInterfaceClasses, "generateInterfaceClasses");
3997
+ _chunkIVTBYMMNcjs.__name.call(void 0, generateInterfaceClasses, "generateInterfaceClasses");
3998
3998
  function generateMethodStructs(ctx, node) {
3999
3999
  for (const method of node.interface.methods) {
4000
4000
  const paramNode = lookupNode(ctx, method.paramStructType);
@@ -4004,7 +4004,7 @@ function generateMethodStructs(ctx, node) {
4004
4004
  generateResultPromise(ctx, resultNode);
4005
4005
  }
4006
4006
  }
4007
- _chunkC6LZ6PNUcjs.__name.call(void 0, generateMethodStructs, "generateMethodStructs");
4007
+ _chunkIVTBYMMNcjs.__name.call(void 0, generateMethodStructs, "generateMethodStructs");
4008
4008
  function generateServer(ctx, node) {
4009
4009
  const fullClassName = getFullClassName(node);
4010
4010
  const serverName = `${fullClassName}$Server`;
@@ -4051,7 +4051,7 @@ function generateServer(ctx, node) {
4051
4051
  }
4052
4052
  `);
4053
4053
  }
4054
- _chunkC6LZ6PNUcjs.__name.call(void 0, generateServer, "generateServer");
4054
+ _chunkIVTBYMMNcjs.__name.call(void 0, generateServer, "generateServer");
4055
4055
  function generateClient(ctx, node) {
4056
4056
  const fullClassName = getFullClassName(node);
4057
4057
  const clientName = `${fullClassName}$Client`;
@@ -4092,7 +4092,7 @@ function generateClient(ctx, node) {
4092
4092
  $.Registry.register(${clientName}.interfaceId, ${clientName});
4093
4093
  `);
4094
4094
  }
4095
- _chunkC6LZ6PNUcjs.__name.call(void 0, generateClient, "generateClient");
4095
+ _chunkIVTBYMMNcjs.__name.call(void 0, generateClient, "generateClient");
4096
4096
  function generateResultPromise(ctx, node) {
4097
4097
  const nodeId = node.id;
4098
4098
  if (ctx.generatedResultsPromiseIds.has(nodeId)) {
@@ -4110,7 +4110,7 @@ function generateResultPromise(ctx, node) {
4110
4110
  `);
4111
4111
  const { struct } = node;
4112
4112
  const fields = struct.fields.toArray().sort(compareCodeOrder);
4113
- const generatePromiseFieldMethod = /* @__PURE__ */ _chunkC6LZ6PNUcjs.__name.call(void 0, (field) => {
4113
+ const generatePromiseFieldMethod = /* @__PURE__ */ _chunkIVTBYMMNcjs.__name.call(void 0, (field) => {
4114
4114
  let jsType;
4115
4115
  let isInterface = false;
4116
4116
  let slot;
@@ -4125,7 +4125,7 @@ function generateResultPromise(ctx, node) {
4125
4125
  } else if (field._isGroup) {
4126
4126
  return;
4127
4127
  } else {
4128
- throw new Error(_chunkC6LZ6PNUcjs.format.call(void 0, GEN_UNKNOWN_STRUCT_FIELD, field.which()));
4128
+ throw new Error(_chunkIVTBYMMNcjs.format.call(void 0, GEN_UNKNOWN_STRUCT_FIELD, field.which()));
4129
4129
  }
4130
4130
  const promisedJsType = jsType;
4131
4131
  if (isInterface) {
@@ -4153,7 +4153,7 @@ function generateResultPromise(ctx, node) {
4153
4153
  }
4154
4154
  `);
4155
4155
  }
4156
- _chunkC6LZ6PNUcjs.__name.call(void 0, generateResultPromise, "generateResultPromise");
4156
+ _chunkIVTBYMMNcjs.__name.call(void 0, generateResultPromise, "generateResultPromise");
4157
4157
  function generateClientMethod(ctx, node, clientName, methodsCode, methodDefs, methodDefTypes, index) {
4158
4158
  const method = node.interface.methods[index];
4159
4159
  const { name } = method;
@@ -4187,7 +4187,7 @@ function generateClientMethod(ctx, node, clientName, methodsCode, methodDefs, me
4187
4187
  }
4188
4188
  `);
4189
4189
  }
4190
- _chunkC6LZ6PNUcjs.__name.call(void 0, generateClientMethod, "generateClientMethod");
4190
+ _chunkIVTBYMMNcjs.__name.call(void 0, generateClientMethod, "generateClientMethod");
4191
4191
  function generateStructNode(ctx, node) {
4192
4192
  const displayNamePrefix = getDisplayNamePrefix(node);
4193
4193
  const fullClassName = getFullClassName(node);
@@ -4263,7 +4263,7 @@ function generateStructNode(ctx, node) {
4263
4263
  ])
4264
4264
  );
4265
4265
  }
4266
- _chunkC6LZ6PNUcjs.__name.call(void 0, generateStructNode, "generateStructNode");
4266
+ _chunkIVTBYMMNcjs.__name.call(void 0, generateStructNode, "generateStructNode");
4267
4267
  function generateStructFieldMethods(ctx, members, node, field, fieldIndex) {
4268
4268
  let jsType;
4269
4269
  let whichType;
@@ -4275,7 +4275,7 @@ function generateStructFieldMethods(ctx, members, node, field, fieldIndex) {
4275
4275
  jsType = getFullClassName(lookupNode(ctx, field.group.typeId));
4276
4276
  whichType = "group";
4277
4277
  } else {
4278
- throw new Error(_chunkC6LZ6PNUcjs.format.call(void 0, GEN_UNKNOWN_STRUCT_FIELD, field.which()));
4278
+ throw new Error(_chunkIVTBYMMNcjs.format.call(void 0, GEN_UNKNOWN_STRUCT_FIELD, field.which()));
4279
4279
  }
4280
4280
  const isInterface = whichType === Type.INTERFACE;
4281
4281
  if (isInterface) {
@@ -4348,7 +4348,7 @@ function generateStructFieldMethods(ctx, members, node, field, fieldIndex) {
4348
4348
  listClass = `${fullClassName}._${capitalizedName}`;
4349
4349
  } else if (listClass === void 0) {
4350
4350
  throw new Error(
4351
- _chunkC6LZ6PNUcjs.format.call(void 0, GEN_UNSUPPORTED_LIST_ELEMENT_TYPE, elementType)
4351
+ _chunkIVTBYMMNcjs.format.call(void 0, GEN_UNSUPPORTED_LIST_ELEMENT_TYPE, elementType)
4352
4352
  );
4353
4353
  }
4354
4354
  adopt2 = true;
@@ -4382,7 +4382,7 @@ function generateStructFieldMethods(ctx, members, node, field, fieldIndex) {
4382
4382
  }
4383
4383
  case "group": {
4384
4384
  if (hadExplicitDefault) {
4385
- throw new Error(_chunkC6LZ6PNUcjs.format.call(void 0, GEN_EXPLICIT_DEFAULT_NON_PRIMITIVE, "group"));
4385
+ throw new Error(_chunkIVTBYMMNcjs.format.call(void 0, GEN_EXPLICIT_DEFAULT_NON_PRIMITIVE, "group"));
4386
4386
  }
4387
4387
  get = `$.utils.getAs(${jsType}, this)`;
4388
4388
  init = get;
@@ -4449,7 +4449,7 @@ function generateStructFieldMethods(ctx, members, node, field, fieldIndex) {
4449
4449
  `);
4450
4450
  }
4451
4451
  }
4452
- _chunkC6LZ6PNUcjs.__name.call(void 0, generateStructFieldMethods, "generateStructFieldMethods");
4452
+ _chunkIVTBYMMNcjs.__name.call(void 0, generateStructFieldMethods, "generateStructFieldMethods");
4453
4453
  function generateDefaultValue(field) {
4454
4454
  const { name, slot } = field;
4455
4455
  const whichSlotType = slot.type.which();
@@ -4491,7 +4491,7 @@ function generateDefaultValue(field) {
4491
4491
  }
4492
4492
  default: {
4493
4493
  throw new Error(
4494
- _chunkC6LZ6PNUcjs.format.call(void 0,
4494
+ _chunkIVTBYMMNcjs.format.call(void 0,
4495
4495
  GEN_UNKNOWN_DEFAULT,
4496
4496
  whichSlotType
4497
4497
  )
@@ -4500,19 +4500,19 @@ function generateDefaultValue(field) {
4500
4500
  }
4501
4501
  return `default${c2t(name)}: ${initializer}`;
4502
4502
  }
4503
- _chunkC6LZ6PNUcjs.__name.call(void 0, generateDefaultValue, "generateDefaultValue");
4503
+ _chunkIVTBYMMNcjs.__name.call(void 0, generateDefaultValue, "generateDefaultValue");
4504
4504
  function createConcreteListProperty(ctx, field) {
4505
4505
  const name = `_${c2t(field.name)}`;
4506
4506
  const type = getJsType(ctx, field.slot.type, true);
4507
4507
  return `static ${name}: ${type};`;
4508
4508
  }
4509
- _chunkC6LZ6PNUcjs.__name.call(void 0, createConcreteListProperty, "createConcreteListProperty");
4509
+ _chunkIVTBYMMNcjs.__name.call(void 0, createConcreteListProperty, "createConcreteListProperty");
4510
4510
  function createUnionConstProperty(fullClassName, field) {
4511
4511
  const name = c2s(field.name);
4512
4512
  const initializer = `${fullClassName}_Which.${name}`;
4513
4513
  return `static readonly ${name} = ${initializer};`;
4514
4514
  }
4515
- _chunkC6LZ6PNUcjs.__name.call(void 0, createUnionConstProperty, "createUnionConstProperty");
4515
+ _chunkIVTBYMMNcjs.__name.call(void 0, createUnionConstProperty, "createUnionConstProperty");
4516
4516
  function createValue(value) {
4517
4517
  let p;
4518
4518
  switch (value.which()) {
@@ -4575,30 +4575,30 @@ function createValue(value) {
4575
4575
  break;
4576
4576
  }
4577
4577
  case Value.INTERFACE: {
4578
- _chunkC6LZ6PNUcjs.testWhich.call(void 0, "interface", _chunkC6LZ6PNUcjs.getUint16.call(void 0, 0, value), 17, value);
4579
- p = _chunkC6LZ6PNUcjs.getPointer.call(void 0, 0, value);
4578
+ _chunkIVTBYMMNcjs.testWhich.call(void 0, "interface", _chunkIVTBYMMNcjs.getUint16.call(void 0, 0, value), 17, value);
4579
+ p = _chunkIVTBYMMNcjs.getPointer.call(void 0, 0, value);
4580
4580
  break;
4581
4581
  }
4582
4582
  default: {
4583
- throw new Error(_chunkC6LZ6PNUcjs.format.call(void 0, GEN_SERIALIZE_UNKNOWN_VALUE, value.which()));
4583
+ throw new Error(_chunkIVTBYMMNcjs.format.call(void 0, GEN_SERIALIZE_UNKNOWN_VALUE, value.which()));
4584
4584
  }
4585
4585
  }
4586
- const message = new (0, _chunkC6LZ6PNUcjs.Message)();
4586
+ const message = new (0, _chunkIVTBYMMNcjs.Message)();
4587
4587
  message.setRoot(p);
4588
4588
  const buf = new Uint8Array(message.toPackedArrayBuffer());
4589
4589
  const values = [];
4590
4590
  for (let i = 0; i < buf.byteLength; i++) {
4591
- values.push(`0x${_chunkC6LZ6PNUcjs.pad.call(void 0, buf[i].toString(16), 2)}`);
4591
+ values.push(`0x${_chunkIVTBYMMNcjs.pad.call(void 0, buf[i].toString(16), 2)}`);
4592
4592
  }
4593
4593
  return `$.readRawPointer(new Uint8Array([${values.join(",")}]).buffer)`;
4594
4594
  }
4595
- _chunkC6LZ6PNUcjs.__name.call(void 0, createValue, "createValue");
4595
+ _chunkIVTBYMMNcjs.__name.call(void 0, createValue, "createValue");
4596
4596
  function createNestedNodeProperty(node) {
4597
4597
  const name = getDisplayNamePrefix(node);
4598
4598
  const initializer = getFullClassName(node);
4599
4599
  return `static readonly ${name} = ${initializer};`;
4600
4600
  }
4601
- _chunkC6LZ6PNUcjs.__name.call(void 0, createNestedNodeProperty, "createNestedNodeProperty");
4601
+ _chunkIVTBYMMNcjs.__name.call(void 0, createNestedNodeProperty, "createNestedNodeProperty");
4602
4602
  function generateInterfaceNode(ctx, node) {
4603
4603
  const displayNamePrefix = getDisplayNamePrefix(node);
4604
4604
  const fullClassName = getFullClassName(node);
@@ -4632,7 +4632,7 @@ function generateInterfaceNode(ctx, node) {
4632
4632
  generateInterfaceClasses(ctx, node);
4633
4633
  ctx.codeParts.push(classCode);
4634
4634
  }
4635
- _chunkC6LZ6PNUcjs.__name.call(void 0, generateInterfaceNode, "generateInterfaceNode");
4635
+ _chunkIVTBYMMNcjs.__name.call(void 0, generateInterfaceNode, "generateInterfaceNode");
4636
4636
  function generateNode(ctx, node) {
4637
4637
  const nodeId = node.id;
4638
4638
  const nodeIdHex = nodeId.toString(16);
@@ -4678,7 +4678,7 @@ function generateNode(ctx, node) {
4678
4678
  // case s.Node.FILE:
4679
4679
  default: {
4680
4680
  throw new Error(
4681
- _chunkC6LZ6PNUcjs.format.call(void 0,
4681
+ _chunkIVTBYMMNcjs.format.call(void 0,
4682
4682
  GEN_NODE_UNKNOWN_TYPE,
4683
4683
  nodeType
4684
4684
  /* s.Node_Which[whichNode] */
@@ -4687,16 +4687,16 @@ function generateNode(ctx, node) {
4687
4687
  }
4688
4688
  }
4689
4689
  }
4690
- _chunkC6LZ6PNUcjs.__name.call(void 0, generateNode, "generateNode");
4690
+ _chunkIVTBYMMNcjs.__name.call(void 0, generateNode, "generateNode");
4691
4691
  var CodeGeneratorContext = (_class36 = class {constructor() { _class36.prototype.__init.call(this); }
4692
4692
  static {
4693
- _chunkC6LZ6PNUcjs.__name.call(void 0, this, "CodeGeneratorContext");
4693
+ _chunkIVTBYMMNcjs.__name.call(void 0, this, "CodeGeneratorContext");
4694
4694
  }
4695
4695
  __init() {this.files = []}
4696
4696
  }, _class36);
4697
4697
  var CodeGeneratorFileContext = (_class37 = class {
4698
4698
  static {
4699
- _chunkC6LZ6PNUcjs.__name.call(void 0, this, "CodeGeneratorFileContext");
4699
+ _chunkIVTBYMMNcjs.__name.call(void 0, this, "CodeGeneratorFileContext");
4700
4700
  }
4701
4701
  constructor(req, file) {;_class37.prototype.__init2.call(this);_class37.prototype.__init3.call(this);_class37.prototype.__init4.call(this);_class37.prototype.__init5.call(this);_class37.prototype.__init6.call(this);
4702
4702
  this.req = req;
@@ -4722,13 +4722,13 @@ function generateFileId(ctx) {
4722
4722
  `export const _capnpFileId = BigInt("0x${ctx.file.id.toString(16)}");`
4723
4723
  );
4724
4724
  }
4725
- _chunkC6LZ6PNUcjs.__name.call(void 0, generateFileId, "generateFileId");
4725
+ _chunkIVTBYMMNcjs.__name.call(void 0, generateFileId, "generateFileId");
4726
4726
  function generateConcreteListInitializer(ctx, fullClassName, field) {
4727
4727
  const name = `_${c2t(field.name)}`;
4728
4728
  const type = getConcreteListType(ctx, field.slot.type);
4729
4729
  ctx.codeParts.push(`${fullClassName}.${name} = ${type};`);
4730
4730
  }
4731
- _chunkC6LZ6PNUcjs.__name.call(void 0, generateConcreteListInitializer, "generateConcreteListInitializer");
4731
+ _chunkIVTBYMMNcjs.__name.call(void 0, generateConcreteListInitializer, "generateConcreteListInitializer");
4732
4732
  function generateCapnpImport(ctx) {
4733
4733
  const fileNode = lookupNode(ctx, ctx.file);
4734
4734
  const tsFileId = hexToBigInt(TS_FILE_ID);
@@ -4740,7 +4740,7 @@ function generateCapnpImport(ctx) {
4740
4740
  const importPath = importAnnotation === void 0 ? "capnp-es" : importAnnotation.value.text;
4741
4741
  ctx.codeParts.push(`import * as $ from '${importPath}';`);
4742
4742
  }
4743
- _chunkC6LZ6PNUcjs.__name.call(void 0, generateCapnpImport, "generateCapnpImport");
4743
+ _chunkIVTBYMMNcjs.__name.call(void 0, generateCapnpImport, "generateCapnpImport");
4744
4744
  function generateNestedImports(ctx) {
4745
4745
  for (const imp of ctx.imports) {
4746
4746
  const { name } = imp;
@@ -4767,7 +4767,7 @@ function generateNestedImports(ctx) {
4767
4767
  ctx.codeParts.push(`import { ${imports} } from "${importPath}";`);
4768
4768
  }
4769
4769
  }
4770
- _chunkC6LZ6PNUcjs.__name.call(void 0, generateNestedImports, "generateNestedImports");
4770
+ _chunkIVTBYMMNcjs.__name.call(void 0, generateNestedImports, "generateNestedImports");
4771
4771
  function getImportNodes(ctx, node, visitedIds = /* @__PURE__ */ new Set()) {
4772
4772
  visitedIds.add(node.id);
4773
4773
  const nestedNodes = node.nestedNodes.filter(({ id }) => hasNode(ctx, id));
@@ -4777,9 +4777,9 @@ function getImportNodes(ctx, node, visitedIds = /* @__PURE__ */ new Set()) {
4777
4777
  nodes.flatMap((node2) => getImportNodes(ctx, node2, visitedIds))
4778
4778
  );
4779
4779
  }
4780
- _chunkC6LZ6PNUcjs.__name.call(void 0, getImportNodes, "getImportNodes");
4780
+ _chunkIVTBYMMNcjs.__name.call(void 0, getImportNodes, "getImportNodes");
4781
4781
  async function compileAll(codeGenRequest, opts) {
4782
- const req = new (0, _chunkC6LZ6PNUcjs.Message)(codeGenRequest, false).getRoot(
4782
+ const req = new (0, _chunkIVTBYMMNcjs.Message)(codeGenRequest, false).getRoot(
4783
4783
  CodeGeneratorRequest
4784
4784
  );
4785
4785
  const ctx = new CodeGeneratorContext();
@@ -4800,7 +4800,7 @@ async function compileAll(codeGenRequest, opts) {
4800
4800
  files
4801
4801
  };
4802
4802
  }
4803
- _chunkC6LZ6PNUcjs.__name.call(void 0, compileAll, "compileAll");
4803
+ _chunkIVTBYMMNcjs.__name.call(void 0, compileAll, "compileAll");
4804
4804
  function compileFile(ctx) {
4805
4805
  generateCapnpImport(ctx);
4806
4806
  generateNestedImports(ctx);
@@ -4823,7 +4823,7 @@ function compileFile(ctx) {
4823
4823
  );
4824
4824
  return SOURCE_COMMENT + _typescript2.default.createPrinter().printFile(sourceFile);
4825
4825
  }
4826
- _chunkC6LZ6PNUcjs.__name.call(void 0, compileFile, "compileFile");
4826
+ _chunkIVTBYMMNcjs.__name.call(void 0, compileFile, "compileFile");
4827
4827
  function tsCompile(files, dts, js, tsconfig) {
4828
4828
  if (!dts && !js) {
4829
4829
  return;
@@ -4884,7 +4884,7 @@ function tsCompile(files, dts, js, tsconfig) {
4884
4884
  throw new Error(GEN_TS_EMIT_FAILED);
4885
4885
  }
4886
4886
  }
4887
- _chunkC6LZ6PNUcjs.__name.call(void 0, tsCompile, "tsCompile");
4887
+ _chunkIVTBYMMNcjs.__name.call(void 0, tsCompile, "tsCompile");
4888
4888
 
4889
4889
  // ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=53996ae63a1465953815fff49405f2224c85d26eeeff469d2b1f87e1c2af451d_typescript@5.8.3/node_modules/capnp-es/dist/compiler/index.mjs
4890
4890
 
@@ -4973,7 +4973,7 @@ async function capnpc(options) {
4973
4973
  throw error;
4974
4974
  }
4975
4975
  }
4976
- _chunkC6LZ6PNUcjs.__name.call(void 0, capnpc, "capnpc");
4976
+ _chunkIVTBYMMNcjs.__name.call(void 0, capnpc, "capnpc");
4977
4977
 
4978
4978
 
4979
4979