@stryke/capnp 0.11.12 → 0.11.13
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.
- package/bin/capnpc.cjs +7 -7
- package/bin/capnpc.js +7 -7
- package/dist/{chunk-OJTISCBC.cjs → chunk-5AOM4OHK.cjs} +697 -697
- package/dist/{chunk-5VHN3KGS.js → chunk-GI42NGKQ.js} +3 -3
- package/dist/{chunk-IBMXNAOT.cjs → chunk-HF5CIG6F.cjs} +704 -704
- package/dist/{chunk-SRFPHGTH.js → chunk-JZ6LEAU3.js} +6 -6
- package/dist/{chunk-KXWOF6H4.cjs → chunk-KMCJ5MIQ.cjs} +3 -3
- package/dist/{chunk-N2KNXTXN.js → chunk-VKWH2SH6.js} +4 -4
- package/dist/compile.cjs +4 -4
- package/dist/compile.js +3 -3
- package/dist/helpers.cjs +2 -2
- package/dist/helpers.js +1 -1
- package/dist/index.cjs +5 -5
- package/dist/index.js +4 -4
- package/dist/rpc.cjs +3 -3
- package/dist/rpc.js +2 -2
- package/package.json +4 -4
- package/schemas/{chunk-54JBPYER.js → chunk-5V7TUSRW.js} +5 -5
- package/schemas/{chunk-4ENDHOUU.cjs → chunk-O7OBKYZZ.cjs} +5 -5
- package/schemas/persistent.cjs +20 -20
- package/schemas/persistent.js +1 -1
- package/schemas/rpc-twoparty.cjs +32 -32
- package/schemas/rpc-twoparty.js +1 -1
- package/schemas/rpc.cjs +495 -495
- package/schemas/rpc.js +1 -1
- package/schemas/schema.cjs +675 -675
- package/schemas/schema.js +1 -1
- /package/dist/{chunk-BQWET4JX.cjs → chunk-3LOXED5F.cjs} +0 -0
- /package/dist/{chunk-67LAYABJ.js → chunk-CEAEHZ65.js} +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; } var _class; var _class2; var _class3; var _class4; var _class5; var _class6; var _class7; var _class8; var _class9; var _class10; var _class11; var _class12; var _class13; var _class14; var _class15; var _class16; var _class17; var _class18; var _class19; var _class20; var _class21; var _class22; var _class23; var _class24; var _class25; var _class26; var _class27; var _class28; var _class29; var _class30; var _class31; var _class32; var _class33; var _class34; var _class35; var _class36; var _class37;
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunk3LOXED5Fcjs = require('./chunk-3LOXED5F.cjs');
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
@@ -47,7 +47,7 @@ var _chunkBQWET4JXcjs = require('./chunk-BQWET4JX.cjs');
|
|
|
47
47
|
|
|
48
48
|
|
|
49
49
|
|
|
50
|
-
var
|
|
50
|
+
var _chunkKMCJ5MIQcjs = require('./chunk-KMCJ5MIQ.cjs');
|
|
51
51
|
|
|
52
52
|
|
|
53
53
|
var _chunkUSNT2KNTcjs = require('./chunk-USNT2KNT.cjs');
|
|
@@ -55,38 +55,38 @@ var _chunkUSNT2KNTcjs = require('./chunk-USNT2KNT.cjs');
|
|
|
55
55
|
// src/compile.ts
|
|
56
56
|
var _console = require('@storm-software/config-tools/logger/console');
|
|
57
57
|
|
|
58
|
-
// ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=503a440bd2bef41c0cb22819bc4ced5a7f04993fb999f0d944e284220f14916b_typescript@5.9.
|
|
58
|
+
// ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=503a440bd2bef41c0cb22819bc4ced5a7f04993fb999f0d944e284220f14916b_typescript@5.9.3/node_modules/capnp-es/dist/shared/capnp-es.CbTQkT9D.mjs
|
|
59
59
|
var _typescript = require('typescript'); var _typescript2 = _interopRequireDefault(_typescript);
|
|
60
60
|
|
|
61
|
-
// ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=503a440bd2bef41c0cb22819bc4ced5a7f04993fb999f0d944e284220f14916b_typescript@5.9.
|
|
61
|
+
// ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=503a440bd2bef41c0cb22819bc4ced5a7f04993fb999f0d944e284220f14916b_typescript@5.9.3/node_modules/capnp-es/dist/capnp/schema.mjs
|
|
62
62
|
var _capnpFileId = BigInt("0xa93fc509624c72d9");
|
|
63
|
-
var Node_Parameter = (_class = class extends
|
|
63
|
+
var Node_Parameter = (_class = class extends _chunkKMCJ5MIQcjs.Struct {
|
|
64
64
|
static {
|
|
65
65
|
_chunkUSNT2KNTcjs.__name.call(void 0, this, "Node_Parameter");
|
|
66
66
|
}
|
|
67
67
|
static __initStatic() {this._capnp = {
|
|
68
68
|
displayName: "Parameter",
|
|
69
69
|
id: "b9521bccf10fa3b1",
|
|
70
|
-
size: new (0,
|
|
70
|
+
size: new (0, _chunkKMCJ5MIQcjs.ObjectSize)(0, 1)
|
|
71
71
|
}}
|
|
72
72
|
get name() {
|
|
73
|
-
return
|
|
73
|
+
return _chunkKMCJ5MIQcjs.getText.call(void 0, 0, this);
|
|
74
74
|
}
|
|
75
75
|
set name(value) {
|
|
76
|
-
|
|
76
|
+
_chunkKMCJ5MIQcjs.setText.call(void 0, 0, value, this);
|
|
77
77
|
}
|
|
78
78
|
toString() {
|
|
79
79
|
return "Node_Parameter_" + super.toString();
|
|
80
80
|
}
|
|
81
81
|
}, _class.__initStatic(), _class);
|
|
82
|
-
var Node_NestedNode = (_class2 = class extends
|
|
82
|
+
var Node_NestedNode = (_class2 = class extends _chunkKMCJ5MIQcjs.Struct {
|
|
83
83
|
static {
|
|
84
84
|
_chunkUSNT2KNTcjs.__name.call(void 0, this, "Node_NestedNode");
|
|
85
85
|
}
|
|
86
86
|
static __initStatic2() {this._capnp = {
|
|
87
87
|
displayName: "NestedNode",
|
|
88
88
|
id: "debf55bbfa0fc242",
|
|
89
|
-
size: new (0,
|
|
89
|
+
size: new (0, _chunkKMCJ5MIQcjs.ObjectSize)(8, 1)
|
|
90
90
|
}}
|
|
91
91
|
/**
|
|
92
92
|
* Unqualified symbol name. Unlike Node.displayName, this *can* be used programmatically.
|
|
@@ -95,10 +95,10 @@ var Node_NestedNode = (_class2 = class extends _chunkKXWOF6H4cjs.Struct {
|
|
|
95
95
|
*
|
|
96
96
|
*/
|
|
97
97
|
get name() {
|
|
98
|
-
return
|
|
98
|
+
return _chunkKMCJ5MIQcjs.getText.call(void 0, 0, this);
|
|
99
99
|
}
|
|
100
100
|
set name(value) {
|
|
101
|
-
|
|
101
|
+
_chunkKMCJ5MIQcjs.setText.call(void 0, 0, value, this);
|
|
102
102
|
}
|
|
103
103
|
/**
|
|
104
104
|
* ID of the nested node. Typically, the target node's scopeId points back to this node, but
|
|
@@ -106,39 +106,39 @@ var Node_NestedNode = (_class2 = class extends _chunkKXWOF6H4cjs.Struct {
|
|
|
106
106
|
*
|
|
107
107
|
*/
|
|
108
108
|
get id() {
|
|
109
|
-
return
|
|
109
|
+
return _chunkKMCJ5MIQcjs.getUint64.call(void 0, 0, this);
|
|
110
110
|
}
|
|
111
111
|
set id(value) {
|
|
112
|
-
|
|
112
|
+
_chunkKMCJ5MIQcjs.setUint64.call(void 0, 0, value, this);
|
|
113
113
|
}
|
|
114
114
|
toString() {
|
|
115
115
|
return "Node_NestedNode_" + super.toString();
|
|
116
116
|
}
|
|
117
117
|
}, _class2.__initStatic2(), _class2);
|
|
118
|
-
var Node_SourceInfo_Member = (_class3 = class extends
|
|
118
|
+
var Node_SourceInfo_Member = (_class3 = class extends _chunkKMCJ5MIQcjs.Struct {
|
|
119
119
|
static {
|
|
120
120
|
_chunkUSNT2KNTcjs.__name.call(void 0, this, "Node_SourceInfo_Member");
|
|
121
121
|
}
|
|
122
122
|
static __initStatic3() {this._capnp = {
|
|
123
123
|
displayName: "Member",
|
|
124
124
|
id: "c2ba9038898e1fa2",
|
|
125
|
-
size: new (0,
|
|
125
|
+
size: new (0, _chunkKMCJ5MIQcjs.ObjectSize)(0, 1)
|
|
126
126
|
}}
|
|
127
127
|
/**
|
|
128
128
|
* Doc comment on the member.
|
|
129
129
|
*
|
|
130
130
|
*/
|
|
131
131
|
get docComment() {
|
|
132
|
-
return
|
|
132
|
+
return _chunkKMCJ5MIQcjs.getText.call(void 0, 0, this);
|
|
133
133
|
}
|
|
134
134
|
set docComment(value) {
|
|
135
|
-
|
|
135
|
+
_chunkKMCJ5MIQcjs.setText.call(void 0, 0, value, this);
|
|
136
136
|
}
|
|
137
137
|
toString() {
|
|
138
138
|
return "Node_SourceInfo_Member_" + super.toString();
|
|
139
139
|
}
|
|
140
140
|
}, _class3.__initStatic3(), _class3);
|
|
141
|
-
var Node_SourceInfo = (_class4 = class _Node_SourceInfo extends
|
|
141
|
+
var Node_SourceInfo = (_class4 = class _Node_SourceInfo extends _chunkKMCJ5MIQcjs.Struct {
|
|
142
142
|
static {
|
|
143
143
|
_chunkUSNT2KNTcjs.__name.call(void 0, this, "Node_SourceInfo");
|
|
144
144
|
}
|
|
@@ -146,7 +146,7 @@ var Node_SourceInfo = (_class4 = class _Node_SourceInfo extends _chunkKXWOF6H4cj
|
|
|
146
146
|
static __initStatic5() {this._capnp = {
|
|
147
147
|
displayName: "SourceInfo",
|
|
148
148
|
id: "f38e1de3041357ae",
|
|
149
|
-
size: new (0,
|
|
149
|
+
size: new (0, _chunkKMCJ5MIQcjs.ObjectSize)(8, 2)
|
|
150
150
|
}}
|
|
151
151
|
|
|
152
152
|
/**
|
|
@@ -154,26 +154,26 @@ var Node_SourceInfo = (_class4 = class _Node_SourceInfo extends _chunkKXWOF6H4cj
|
|
|
154
154
|
*
|
|
155
155
|
*/
|
|
156
156
|
get id() {
|
|
157
|
-
return
|
|
157
|
+
return _chunkKMCJ5MIQcjs.getUint64.call(void 0, 0, this);
|
|
158
158
|
}
|
|
159
159
|
set id(value) {
|
|
160
|
-
|
|
160
|
+
_chunkKMCJ5MIQcjs.setUint64.call(void 0, 0, value, this);
|
|
161
161
|
}
|
|
162
162
|
/**
|
|
163
163
|
* The top-level doc comment for the Node.
|
|
164
164
|
*
|
|
165
165
|
*/
|
|
166
166
|
get docComment() {
|
|
167
|
-
return
|
|
167
|
+
return _chunkKMCJ5MIQcjs.getText.call(void 0, 0, this);
|
|
168
168
|
}
|
|
169
169
|
set docComment(value) {
|
|
170
|
-
|
|
170
|
+
_chunkKMCJ5MIQcjs.setText.call(void 0, 0, value, this);
|
|
171
171
|
}
|
|
172
172
|
_adoptMembers(value) {
|
|
173
|
-
|
|
173
|
+
_chunkKMCJ5MIQcjs.adopt.call(void 0, value, _chunkKMCJ5MIQcjs.getPointer.call(void 0, 1, this));
|
|
174
174
|
}
|
|
175
175
|
_disownMembers() {
|
|
176
|
-
return
|
|
176
|
+
return _chunkKMCJ5MIQcjs.disown.call(void 0, this.members);
|
|
177
177
|
}
|
|
178
178
|
/**
|
|
179
179
|
* Information about each member -- i.e. fields (for structs), enumerants (for enums), or
|
|
@@ -184,29 +184,29 @@ var Node_SourceInfo = (_class4 = class _Node_SourceInfo extends _chunkKXWOF6H4cj
|
|
|
184
184
|
*
|
|
185
185
|
*/
|
|
186
186
|
get members() {
|
|
187
|
-
return
|
|
187
|
+
return _chunkKMCJ5MIQcjs.getList.call(void 0, 1, _Node_SourceInfo._Members, this);
|
|
188
188
|
}
|
|
189
189
|
_hasMembers() {
|
|
190
|
-
return !
|
|
190
|
+
return !_chunkKMCJ5MIQcjs.isNull.call(void 0, _chunkKMCJ5MIQcjs.getPointer.call(void 0, 1, this));
|
|
191
191
|
}
|
|
192
192
|
_initMembers(length) {
|
|
193
|
-
return
|
|
193
|
+
return _chunkKMCJ5MIQcjs.initList.call(void 0, 1, _Node_SourceInfo._Members, length, this);
|
|
194
194
|
}
|
|
195
195
|
set members(value) {
|
|
196
|
-
|
|
196
|
+
_chunkKMCJ5MIQcjs.copyFrom.call(void 0, value, _chunkKMCJ5MIQcjs.getPointer.call(void 0, 1, this));
|
|
197
197
|
}
|
|
198
198
|
toString() {
|
|
199
199
|
return "Node_SourceInfo_" + super.toString();
|
|
200
200
|
}
|
|
201
201
|
}, _class4.__initStatic4(), _class4.__initStatic5(), _class4);
|
|
202
|
-
var Node_Struct = (_class5 = class _Node_Struct extends
|
|
202
|
+
var Node_Struct = (_class5 = class _Node_Struct extends _chunkKMCJ5MIQcjs.Struct {
|
|
203
203
|
static {
|
|
204
204
|
_chunkUSNT2KNTcjs.__name.call(void 0, this, "Node_Struct");
|
|
205
205
|
}
|
|
206
206
|
static __initStatic6() {this._capnp = {
|
|
207
207
|
displayName: "struct",
|
|
208
208
|
id: "9ea0b19b37fb4435",
|
|
209
|
-
size: new (0,
|
|
209
|
+
size: new (0, _chunkKMCJ5MIQcjs.ObjectSize)(40, 6)
|
|
210
210
|
}}
|
|
211
211
|
|
|
212
212
|
/**
|
|
@@ -214,20 +214,20 @@ var Node_Struct = (_class5 = class _Node_Struct extends _chunkKXWOF6H4cjs.Struct
|
|
|
214
214
|
*
|
|
215
215
|
*/
|
|
216
216
|
get dataWordCount() {
|
|
217
|
-
return
|
|
217
|
+
return _chunkKMCJ5MIQcjs.getUint16.call(void 0, 14, this);
|
|
218
218
|
}
|
|
219
219
|
set dataWordCount(value) {
|
|
220
|
-
|
|
220
|
+
_chunkKMCJ5MIQcjs.setUint16.call(void 0, 14, value, this);
|
|
221
221
|
}
|
|
222
222
|
/**
|
|
223
223
|
* Size of the pointer section, in pointers (which are one word each).
|
|
224
224
|
*
|
|
225
225
|
*/
|
|
226
226
|
get pointerCount() {
|
|
227
|
-
return
|
|
227
|
+
return _chunkKMCJ5MIQcjs.getUint16.call(void 0, 24, this);
|
|
228
228
|
}
|
|
229
229
|
set pointerCount(value) {
|
|
230
|
-
|
|
230
|
+
_chunkKMCJ5MIQcjs.setUint16.call(void 0, 24, value, this);
|
|
231
231
|
}
|
|
232
232
|
/**
|
|
233
233
|
* The preferred element size to use when encoding a list of this struct. If this is anything
|
|
@@ -236,10 +236,10 @@ var Node_Struct = (_class5 = class _Node_Struct extends _chunkKXWOF6H4cjs.Struct
|
|
|
236
236
|
*
|
|
237
237
|
*/
|
|
238
238
|
get preferredListEncoding() {
|
|
239
|
-
return
|
|
239
|
+
return _chunkKMCJ5MIQcjs.getUint16.call(void 0, 26, this);
|
|
240
240
|
}
|
|
241
241
|
set preferredListEncoding(value) {
|
|
242
|
-
|
|
242
|
+
_chunkKMCJ5MIQcjs.setUint16.call(void 0, 26, value, this);
|
|
243
243
|
}
|
|
244
244
|
/**
|
|
245
245
|
* If true, then this "struct" node is actually not an independent node, but merely represents
|
|
@@ -255,10 +255,10 @@ var Node_Struct = (_class5 = class _Node_Struct extends _chunkKXWOF6H4cjs.Struct
|
|
|
255
255
|
*
|
|
256
256
|
*/
|
|
257
257
|
get isGroup() {
|
|
258
|
-
return
|
|
258
|
+
return _chunkKMCJ5MIQcjs.getBit.call(void 0, 224, this);
|
|
259
259
|
}
|
|
260
260
|
set isGroup(value) {
|
|
261
|
-
|
|
261
|
+
_chunkKMCJ5MIQcjs.setBit.call(void 0, 224, value, this);
|
|
262
262
|
}
|
|
263
263
|
/**
|
|
264
264
|
* Number of fields in this struct which are members of an anonymous union, and thus may
|
|
@@ -274,10 +274,10 @@ var Node_Struct = (_class5 = class _Node_Struct extends _chunkKXWOF6H4cjs.Struct
|
|
|
274
274
|
*
|
|
275
275
|
*/
|
|
276
276
|
get discriminantCount() {
|
|
277
|
-
return
|
|
277
|
+
return _chunkKMCJ5MIQcjs.getUint16.call(void 0, 30, this);
|
|
278
278
|
}
|
|
279
279
|
set discriminantCount(value) {
|
|
280
|
-
|
|
280
|
+
_chunkKMCJ5MIQcjs.setUint16.call(void 0, 30, value, this);
|
|
281
281
|
}
|
|
282
282
|
/**
|
|
283
283
|
* If `discriminantCount` is non-zero, this is the offset of the union discriminant, in
|
|
@@ -285,16 +285,16 @@ var Node_Struct = (_class5 = class _Node_Struct extends _chunkKXWOF6H4cjs.Struct
|
|
|
285
285
|
*
|
|
286
286
|
*/
|
|
287
287
|
get discriminantOffset() {
|
|
288
|
-
return
|
|
288
|
+
return _chunkKMCJ5MIQcjs.getUint32.call(void 0, 32, this);
|
|
289
289
|
}
|
|
290
290
|
set discriminantOffset(value) {
|
|
291
|
-
|
|
291
|
+
_chunkKMCJ5MIQcjs.setUint32.call(void 0, 32, value, this);
|
|
292
292
|
}
|
|
293
293
|
_adoptFields(value) {
|
|
294
|
-
|
|
294
|
+
_chunkKMCJ5MIQcjs.adopt.call(void 0, value, _chunkKMCJ5MIQcjs.getPointer.call(void 0, 3, this));
|
|
295
295
|
}
|
|
296
296
|
_disownFields() {
|
|
297
|
-
return
|
|
297
|
+
return _chunkKMCJ5MIQcjs.disown.call(void 0, this.fields);
|
|
298
298
|
}
|
|
299
299
|
/**
|
|
300
300
|
* Fields defined within this scope (either the struct's top-level fields, or the fields of
|
|
@@ -309,263 +309,263 @@ var Node_Struct = (_class5 = class _Node_Struct extends _chunkKXWOF6H4cjs.Struct
|
|
|
309
309
|
*
|
|
310
310
|
*/
|
|
311
311
|
get fields() {
|
|
312
|
-
return
|
|
312
|
+
return _chunkKMCJ5MIQcjs.getList.call(void 0, 3, _Node_Struct._Fields, this);
|
|
313
313
|
}
|
|
314
314
|
_hasFields() {
|
|
315
|
-
return !
|
|
315
|
+
return !_chunkKMCJ5MIQcjs.isNull.call(void 0, _chunkKMCJ5MIQcjs.getPointer.call(void 0, 3, this));
|
|
316
316
|
}
|
|
317
317
|
_initFields(length) {
|
|
318
|
-
return
|
|
318
|
+
return _chunkKMCJ5MIQcjs.initList.call(void 0, 3, _Node_Struct._Fields, length, this);
|
|
319
319
|
}
|
|
320
320
|
set fields(value) {
|
|
321
|
-
|
|
321
|
+
_chunkKMCJ5MIQcjs.copyFrom.call(void 0, value, _chunkKMCJ5MIQcjs.getPointer.call(void 0, 3, this));
|
|
322
322
|
}
|
|
323
323
|
toString() {
|
|
324
324
|
return "Node_Struct_" + super.toString();
|
|
325
325
|
}
|
|
326
326
|
}, _class5.__initStatic6(), _class5);
|
|
327
|
-
var Node_Enum = (_class6 = class _Node_Enum extends
|
|
327
|
+
var Node_Enum = (_class6 = class _Node_Enum extends _chunkKMCJ5MIQcjs.Struct {
|
|
328
328
|
static {
|
|
329
329
|
_chunkUSNT2KNTcjs.__name.call(void 0, this, "Node_Enum");
|
|
330
330
|
}
|
|
331
331
|
static __initStatic7() {this._capnp = {
|
|
332
332
|
displayName: "enum",
|
|
333
333
|
id: "b54ab3364333f598",
|
|
334
|
-
size: new (0,
|
|
334
|
+
size: new (0, _chunkKMCJ5MIQcjs.ObjectSize)(40, 6)
|
|
335
335
|
}}
|
|
336
336
|
|
|
337
337
|
_adoptEnumerants(value) {
|
|
338
|
-
|
|
338
|
+
_chunkKMCJ5MIQcjs.adopt.call(void 0, value, _chunkKMCJ5MIQcjs.getPointer.call(void 0, 3, this));
|
|
339
339
|
}
|
|
340
340
|
_disownEnumerants() {
|
|
341
|
-
return
|
|
341
|
+
return _chunkKMCJ5MIQcjs.disown.call(void 0, this.enumerants);
|
|
342
342
|
}
|
|
343
343
|
/**
|
|
344
344
|
* Enumerants ordered by numeric value (ordinal).
|
|
345
345
|
*
|
|
346
346
|
*/
|
|
347
347
|
get enumerants() {
|
|
348
|
-
return
|
|
348
|
+
return _chunkKMCJ5MIQcjs.getList.call(void 0, 3, _Node_Enum._Enumerants, this);
|
|
349
349
|
}
|
|
350
350
|
_hasEnumerants() {
|
|
351
|
-
return !
|
|
351
|
+
return !_chunkKMCJ5MIQcjs.isNull.call(void 0, _chunkKMCJ5MIQcjs.getPointer.call(void 0, 3, this));
|
|
352
352
|
}
|
|
353
353
|
_initEnumerants(length) {
|
|
354
|
-
return
|
|
354
|
+
return _chunkKMCJ5MIQcjs.initList.call(void 0, 3, _Node_Enum._Enumerants, length, this);
|
|
355
355
|
}
|
|
356
356
|
set enumerants(value) {
|
|
357
|
-
|
|
357
|
+
_chunkKMCJ5MIQcjs.copyFrom.call(void 0, value, _chunkKMCJ5MIQcjs.getPointer.call(void 0, 3, this));
|
|
358
358
|
}
|
|
359
359
|
toString() {
|
|
360
360
|
return "Node_Enum_" + super.toString();
|
|
361
361
|
}
|
|
362
362
|
}, _class6.__initStatic7(), _class6);
|
|
363
|
-
var Node_Interface = (_class7 = class _Node_Interface extends
|
|
363
|
+
var Node_Interface = (_class7 = class _Node_Interface extends _chunkKMCJ5MIQcjs.Struct {
|
|
364
364
|
static {
|
|
365
365
|
_chunkUSNT2KNTcjs.__name.call(void 0, this, "Node_Interface");
|
|
366
366
|
}
|
|
367
367
|
static __initStatic8() {this._capnp = {
|
|
368
368
|
displayName: "interface",
|
|
369
369
|
id: "e82753cff0c2218f",
|
|
370
|
-
size: new (0,
|
|
370
|
+
size: new (0, _chunkKMCJ5MIQcjs.ObjectSize)(40, 6)
|
|
371
371
|
}}
|
|
372
372
|
|
|
373
373
|
|
|
374
374
|
_adoptMethods(value) {
|
|
375
|
-
|
|
375
|
+
_chunkKMCJ5MIQcjs.adopt.call(void 0, value, _chunkKMCJ5MIQcjs.getPointer.call(void 0, 3, this));
|
|
376
376
|
}
|
|
377
377
|
_disownMethods() {
|
|
378
|
-
return
|
|
378
|
+
return _chunkKMCJ5MIQcjs.disown.call(void 0, this.methods);
|
|
379
379
|
}
|
|
380
380
|
/**
|
|
381
381
|
* Methods ordered by ordinal.
|
|
382
382
|
*
|
|
383
383
|
*/
|
|
384
384
|
get methods() {
|
|
385
|
-
return
|
|
385
|
+
return _chunkKMCJ5MIQcjs.getList.call(void 0, 3, _Node_Interface._Methods, this);
|
|
386
386
|
}
|
|
387
387
|
_hasMethods() {
|
|
388
|
-
return !
|
|
388
|
+
return !_chunkKMCJ5MIQcjs.isNull.call(void 0, _chunkKMCJ5MIQcjs.getPointer.call(void 0, 3, this));
|
|
389
389
|
}
|
|
390
390
|
_initMethods(length) {
|
|
391
|
-
return
|
|
391
|
+
return _chunkKMCJ5MIQcjs.initList.call(void 0, 3, _Node_Interface._Methods, length, this);
|
|
392
392
|
}
|
|
393
393
|
set methods(value) {
|
|
394
|
-
|
|
394
|
+
_chunkKMCJ5MIQcjs.copyFrom.call(void 0, value, _chunkKMCJ5MIQcjs.getPointer.call(void 0, 3, this));
|
|
395
395
|
}
|
|
396
396
|
_adoptSuperclasses(value) {
|
|
397
|
-
|
|
397
|
+
_chunkKMCJ5MIQcjs.adopt.call(void 0, value, _chunkKMCJ5MIQcjs.getPointer.call(void 0, 4, this));
|
|
398
398
|
}
|
|
399
399
|
_disownSuperclasses() {
|
|
400
|
-
return
|
|
400
|
+
return _chunkKMCJ5MIQcjs.disown.call(void 0, this.superclasses);
|
|
401
401
|
}
|
|
402
402
|
/**
|
|
403
403
|
* Superclasses of this interface.
|
|
404
404
|
*
|
|
405
405
|
*/
|
|
406
406
|
get superclasses() {
|
|
407
|
-
return
|
|
407
|
+
return _chunkKMCJ5MIQcjs.getList.call(void 0, 4, _Node_Interface._Superclasses, this);
|
|
408
408
|
}
|
|
409
409
|
_hasSuperclasses() {
|
|
410
|
-
return !
|
|
410
|
+
return !_chunkKMCJ5MIQcjs.isNull.call(void 0, _chunkKMCJ5MIQcjs.getPointer.call(void 0, 4, this));
|
|
411
411
|
}
|
|
412
412
|
_initSuperclasses(length) {
|
|
413
|
-
return
|
|
413
|
+
return _chunkKMCJ5MIQcjs.initList.call(void 0, 4, _Node_Interface._Superclasses, length, this);
|
|
414
414
|
}
|
|
415
415
|
set superclasses(value) {
|
|
416
|
-
|
|
416
|
+
_chunkKMCJ5MIQcjs.copyFrom.call(void 0, value, _chunkKMCJ5MIQcjs.getPointer.call(void 0, 4, this));
|
|
417
417
|
}
|
|
418
418
|
toString() {
|
|
419
419
|
return "Node_Interface_" + super.toString();
|
|
420
420
|
}
|
|
421
421
|
}, _class7.__initStatic8(), _class7);
|
|
422
|
-
var Node_Const = (_class8 = class extends
|
|
422
|
+
var Node_Const = (_class8 = class extends _chunkKMCJ5MIQcjs.Struct {
|
|
423
423
|
static {
|
|
424
424
|
_chunkUSNT2KNTcjs.__name.call(void 0, this, "Node_Const");
|
|
425
425
|
}
|
|
426
426
|
static __initStatic9() {this._capnp = {
|
|
427
427
|
displayName: "const",
|
|
428
428
|
id: "b18aa5ac7a0d9420",
|
|
429
|
-
size: new (0,
|
|
429
|
+
size: new (0, _chunkKMCJ5MIQcjs.ObjectSize)(40, 6)
|
|
430
430
|
}}
|
|
431
431
|
_adoptType(value) {
|
|
432
|
-
|
|
432
|
+
_chunkKMCJ5MIQcjs.adopt.call(void 0, value, _chunkKMCJ5MIQcjs.getPointer.call(void 0, 3, this));
|
|
433
433
|
}
|
|
434
434
|
_disownType() {
|
|
435
|
-
return
|
|
435
|
+
return _chunkKMCJ5MIQcjs.disown.call(void 0, this.type);
|
|
436
436
|
}
|
|
437
437
|
get type() {
|
|
438
|
-
return
|
|
438
|
+
return _chunkKMCJ5MIQcjs.getStruct.call(void 0, 3, Type, this);
|
|
439
439
|
}
|
|
440
440
|
_hasType() {
|
|
441
|
-
return !
|
|
441
|
+
return !_chunkKMCJ5MIQcjs.isNull.call(void 0, _chunkKMCJ5MIQcjs.getPointer.call(void 0, 3, this));
|
|
442
442
|
}
|
|
443
443
|
_initType() {
|
|
444
|
-
return
|
|
444
|
+
return _chunkKMCJ5MIQcjs.initStructAt.call(void 0, 3, Type, this);
|
|
445
445
|
}
|
|
446
446
|
set type(value) {
|
|
447
|
-
|
|
447
|
+
_chunkKMCJ5MIQcjs.copyFrom.call(void 0, value, _chunkKMCJ5MIQcjs.getPointer.call(void 0, 3, this));
|
|
448
448
|
}
|
|
449
449
|
_adoptValue(value) {
|
|
450
|
-
|
|
450
|
+
_chunkKMCJ5MIQcjs.adopt.call(void 0, value, _chunkKMCJ5MIQcjs.getPointer.call(void 0, 4, this));
|
|
451
451
|
}
|
|
452
452
|
_disownValue() {
|
|
453
|
-
return
|
|
453
|
+
return _chunkKMCJ5MIQcjs.disown.call(void 0, this.value);
|
|
454
454
|
}
|
|
455
455
|
get value() {
|
|
456
|
-
return
|
|
456
|
+
return _chunkKMCJ5MIQcjs.getStruct.call(void 0, 4, Value, this);
|
|
457
457
|
}
|
|
458
458
|
_hasValue() {
|
|
459
|
-
return !
|
|
459
|
+
return !_chunkKMCJ5MIQcjs.isNull.call(void 0, _chunkKMCJ5MIQcjs.getPointer.call(void 0, 4, this));
|
|
460
460
|
}
|
|
461
461
|
_initValue() {
|
|
462
|
-
return
|
|
462
|
+
return _chunkKMCJ5MIQcjs.initStructAt.call(void 0, 4, Value, this);
|
|
463
463
|
}
|
|
464
464
|
set value(value) {
|
|
465
|
-
|
|
465
|
+
_chunkKMCJ5MIQcjs.copyFrom.call(void 0, value, _chunkKMCJ5MIQcjs.getPointer.call(void 0, 4, this));
|
|
466
466
|
}
|
|
467
467
|
toString() {
|
|
468
468
|
return "Node_Const_" + super.toString();
|
|
469
469
|
}
|
|
470
470
|
}, _class8.__initStatic9(), _class8);
|
|
471
|
-
var Node_Annotation = (_class9 = class extends
|
|
471
|
+
var Node_Annotation = (_class9 = class extends _chunkKMCJ5MIQcjs.Struct {
|
|
472
472
|
static {
|
|
473
473
|
_chunkUSNT2KNTcjs.__name.call(void 0, this, "Node_Annotation");
|
|
474
474
|
}
|
|
475
475
|
static __initStatic10() {this._capnp = {
|
|
476
476
|
displayName: "annotation",
|
|
477
477
|
id: "ec1619d4400a0290",
|
|
478
|
-
size: new (0,
|
|
478
|
+
size: new (0, _chunkKMCJ5MIQcjs.ObjectSize)(40, 6)
|
|
479
479
|
}}
|
|
480
480
|
_adoptType(value) {
|
|
481
|
-
|
|
481
|
+
_chunkKMCJ5MIQcjs.adopt.call(void 0, value, _chunkKMCJ5MIQcjs.getPointer.call(void 0, 3, this));
|
|
482
482
|
}
|
|
483
483
|
_disownType() {
|
|
484
|
-
return
|
|
484
|
+
return _chunkKMCJ5MIQcjs.disown.call(void 0, this.type);
|
|
485
485
|
}
|
|
486
486
|
get type() {
|
|
487
|
-
return
|
|
487
|
+
return _chunkKMCJ5MIQcjs.getStruct.call(void 0, 3, Type, this);
|
|
488
488
|
}
|
|
489
489
|
_hasType() {
|
|
490
|
-
return !
|
|
490
|
+
return !_chunkKMCJ5MIQcjs.isNull.call(void 0, _chunkKMCJ5MIQcjs.getPointer.call(void 0, 3, this));
|
|
491
491
|
}
|
|
492
492
|
_initType() {
|
|
493
|
-
return
|
|
493
|
+
return _chunkKMCJ5MIQcjs.initStructAt.call(void 0, 3, Type, this);
|
|
494
494
|
}
|
|
495
495
|
set type(value) {
|
|
496
|
-
|
|
496
|
+
_chunkKMCJ5MIQcjs.copyFrom.call(void 0, value, _chunkKMCJ5MIQcjs.getPointer.call(void 0, 3, this));
|
|
497
497
|
}
|
|
498
498
|
get targetsFile() {
|
|
499
|
-
return
|
|
499
|
+
return _chunkKMCJ5MIQcjs.getBit.call(void 0, 112, this);
|
|
500
500
|
}
|
|
501
501
|
set targetsFile(value) {
|
|
502
|
-
|
|
502
|
+
_chunkKMCJ5MIQcjs.setBit.call(void 0, 112, value, this);
|
|
503
503
|
}
|
|
504
504
|
get targetsConst() {
|
|
505
|
-
return
|
|
505
|
+
return _chunkKMCJ5MIQcjs.getBit.call(void 0, 113, this);
|
|
506
506
|
}
|
|
507
507
|
set targetsConst(value) {
|
|
508
|
-
|
|
508
|
+
_chunkKMCJ5MIQcjs.setBit.call(void 0, 113, value, this);
|
|
509
509
|
}
|
|
510
510
|
get targetsEnum() {
|
|
511
|
-
return
|
|
511
|
+
return _chunkKMCJ5MIQcjs.getBit.call(void 0, 114, this);
|
|
512
512
|
}
|
|
513
513
|
set targetsEnum(value) {
|
|
514
|
-
|
|
514
|
+
_chunkKMCJ5MIQcjs.setBit.call(void 0, 114, value, this);
|
|
515
515
|
}
|
|
516
516
|
get targetsEnumerant() {
|
|
517
|
-
return
|
|
517
|
+
return _chunkKMCJ5MIQcjs.getBit.call(void 0, 115, this);
|
|
518
518
|
}
|
|
519
519
|
set targetsEnumerant(value) {
|
|
520
|
-
|
|
520
|
+
_chunkKMCJ5MIQcjs.setBit.call(void 0, 115, value, this);
|
|
521
521
|
}
|
|
522
522
|
get targetsStruct() {
|
|
523
|
-
return
|
|
523
|
+
return _chunkKMCJ5MIQcjs.getBit.call(void 0, 116, this);
|
|
524
524
|
}
|
|
525
525
|
set targetsStruct(value) {
|
|
526
|
-
|
|
526
|
+
_chunkKMCJ5MIQcjs.setBit.call(void 0, 116, value, this);
|
|
527
527
|
}
|
|
528
528
|
get targetsField() {
|
|
529
|
-
return
|
|
529
|
+
return _chunkKMCJ5MIQcjs.getBit.call(void 0, 117, this);
|
|
530
530
|
}
|
|
531
531
|
set targetsField(value) {
|
|
532
|
-
|
|
532
|
+
_chunkKMCJ5MIQcjs.setBit.call(void 0, 117, value, this);
|
|
533
533
|
}
|
|
534
534
|
get targetsUnion() {
|
|
535
|
-
return
|
|
535
|
+
return _chunkKMCJ5MIQcjs.getBit.call(void 0, 118, this);
|
|
536
536
|
}
|
|
537
537
|
set targetsUnion(value) {
|
|
538
|
-
|
|
538
|
+
_chunkKMCJ5MIQcjs.setBit.call(void 0, 118, value, this);
|
|
539
539
|
}
|
|
540
540
|
get targetsGroup() {
|
|
541
|
-
return
|
|
541
|
+
return _chunkKMCJ5MIQcjs.getBit.call(void 0, 119, this);
|
|
542
542
|
}
|
|
543
543
|
set targetsGroup(value) {
|
|
544
|
-
|
|
544
|
+
_chunkKMCJ5MIQcjs.setBit.call(void 0, 119, value, this);
|
|
545
545
|
}
|
|
546
546
|
get targetsInterface() {
|
|
547
|
-
return
|
|
547
|
+
return _chunkKMCJ5MIQcjs.getBit.call(void 0, 120, this);
|
|
548
548
|
}
|
|
549
549
|
set targetsInterface(value) {
|
|
550
|
-
|
|
550
|
+
_chunkKMCJ5MIQcjs.setBit.call(void 0, 120, value, this);
|
|
551
551
|
}
|
|
552
552
|
get targetsMethod() {
|
|
553
|
-
return
|
|
553
|
+
return _chunkKMCJ5MIQcjs.getBit.call(void 0, 121, this);
|
|
554
554
|
}
|
|
555
555
|
set targetsMethod(value) {
|
|
556
|
-
|
|
556
|
+
_chunkKMCJ5MIQcjs.setBit.call(void 0, 121, value, this);
|
|
557
557
|
}
|
|
558
558
|
get targetsParam() {
|
|
559
|
-
return
|
|
559
|
+
return _chunkKMCJ5MIQcjs.getBit.call(void 0, 122, this);
|
|
560
560
|
}
|
|
561
561
|
set targetsParam(value) {
|
|
562
|
-
|
|
562
|
+
_chunkKMCJ5MIQcjs.setBit.call(void 0, 122, value, this);
|
|
563
563
|
}
|
|
564
564
|
get targetsAnnotation() {
|
|
565
|
-
return
|
|
565
|
+
return _chunkKMCJ5MIQcjs.getBit.call(void 0, 123, this);
|
|
566
566
|
}
|
|
567
567
|
set targetsAnnotation(value) {
|
|
568
|
-
|
|
568
|
+
_chunkKMCJ5MIQcjs.setBit.call(void 0, 123, value, this);
|
|
569
569
|
}
|
|
570
570
|
toString() {
|
|
571
571
|
return "Node_Annotation_" + super.toString();
|
|
@@ -607,7 +607,7 @@ var Node_Which = {
|
|
|
607
607
|
*/
|
|
608
608
|
ANNOTATION: 5
|
|
609
609
|
};
|
|
610
|
-
var Node = (_class10 = class _Node extends
|
|
610
|
+
var Node = (_class10 = class _Node extends _chunkKMCJ5MIQcjs.Struct {
|
|
611
611
|
static {
|
|
612
612
|
_chunkUSNT2KNTcjs.__name.call(void 0, this, "Node");
|
|
613
613
|
}
|
|
@@ -623,16 +623,16 @@ var Node = (_class10 = class _Node extends _chunkKXWOF6H4cjs.Struct {
|
|
|
623
623
|
static __initStatic20() {this._capnp = {
|
|
624
624
|
displayName: "Node",
|
|
625
625
|
id: "e682ab4cf923a417",
|
|
626
|
-
size: new (0,
|
|
626
|
+
size: new (0, _chunkKMCJ5MIQcjs.ObjectSize)(40, 6)
|
|
627
627
|
}}
|
|
628
628
|
|
|
629
629
|
|
|
630
630
|
|
|
631
631
|
get id() {
|
|
632
|
-
return
|
|
632
|
+
return _chunkKMCJ5MIQcjs.getUint64.call(void 0, 0, this);
|
|
633
633
|
}
|
|
634
634
|
set id(value) {
|
|
635
|
-
|
|
635
|
+
_chunkKMCJ5MIQcjs.setUint64.call(void 0, 0, value, this);
|
|
636
636
|
}
|
|
637
637
|
/**
|
|
638
638
|
* Name to present to humans to identify this Node. You should not attempt to parse this. Its
|
|
@@ -642,10 +642,10 @@ var Node = (_class10 = class _Node extends _chunkKXWOF6H4cjs.Struct {
|
|
|
642
642
|
*
|
|
643
643
|
*/
|
|
644
644
|
get displayName() {
|
|
645
|
-
return
|
|
645
|
+
return _chunkKMCJ5MIQcjs.getText.call(void 0, 0, this);
|
|
646
646
|
}
|
|
647
647
|
set displayName(value) {
|
|
648
|
-
|
|
648
|
+
_chunkKMCJ5MIQcjs.setText.call(void 0, 0, value, this);
|
|
649
649
|
}
|
|
650
650
|
/**
|
|
651
651
|
* If you want a shorter version of `displayName` (just naming this node, without its surrounding
|
|
@@ -653,10 +653,10 @@ var Node = (_class10 = class _Node extends _chunkKXWOF6H4cjs.Struct {
|
|
|
653
653
|
*
|
|
654
654
|
*/
|
|
655
655
|
get displayNamePrefixLength() {
|
|
656
|
-
return
|
|
656
|
+
return _chunkKMCJ5MIQcjs.getUint32.call(void 0, 8, this);
|
|
657
657
|
}
|
|
658
658
|
set displayNamePrefixLength(value) {
|
|
659
|
-
|
|
659
|
+
_chunkKMCJ5MIQcjs.setUint32.call(void 0, 8, value, this);
|
|
660
660
|
}
|
|
661
661
|
/**
|
|
662
662
|
* ID of the lexical parent node. Typically, the scope node will have a NestedNode pointing back
|
|
@@ -667,32 +667,32 @@ var Node = (_class10 = class _Node extends _chunkKXWOF6H4cjs.Struct {
|
|
|
667
667
|
*
|
|
668
668
|
*/
|
|
669
669
|
get scopeId() {
|
|
670
|
-
return
|
|
670
|
+
return _chunkKMCJ5MIQcjs.getUint64.call(void 0, 16, this);
|
|
671
671
|
}
|
|
672
672
|
set scopeId(value) {
|
|
673
|
-
|
|
673
|
+
_chunkKMCJ5MIQcjs.setUint64.call(void 0, 16, value, this);
|
|
674
674
|
}
|
|
675
675
|
_adoptParameters(value) {
|
|
676
|
-
|
|
676
|
+
_chunkKMCJ5MIQcjs.adopt.call(void 0, value, _chunkKMCJ5MIQcjs.getPointer.call(void 0, 5, this));
|
|
677
677
|
}
|
|
678
678
|
_disownParameters() {
|
|
679
|
-
return
|
|
679
|
+
return _chunkKMCJ5MIQcjs.disown.call(void 0, this.parameters);
|
|
680
680
|
}
|
|
681
681
|
/**
|
|
682
682
|
* If this node is parameterized (generic), the list of parameters. Empty for non-generic types.
|
|
683
683
|
*
|
|
684
684
|
*/
|
|
685
685
|
get parameters() {
|
|
686
|
-
return
|
|
686
|
+
return _chunkKMCJ5MIQcjs.getList.call(void 0, 5, _Node._Parameters, this);
|
|
687
687
|
}
|
|
688
688
|
_hasParameters() {
|
|
689
|
-
return !
|
|
689
|
+
return !_chunkKMCJ5MIQcjs.isNull.call(void 0, _chunkKMCJ5MIQcjs.getPointer.call(void 0, 5, this));
|
|
690
690
|
}
|
|
691
691
|
_initParameters(length) {
|
|
692
|
-
return
|
|
692
|
+
return _chunkKMCJ5MIQcjs.initList.call(void 0, 5, _Node._Parameters, length, this);
|
|
693
693
|
}
|
|
694
694
|
set parameters(value) {
|
|
695
|
-
|
|
695
|
+
_chunkKMCJ5MIQcjs.copyFrom.call(void 0, value, _chunkKMCJ5MIQcjs.getPointer.call(void 0, 5, this));
|
|
696
696
|
}
|
|
697
697
|
/**
|
|
698
698
|
* True if this node is generic, meaning that it or one of its parent scopes has a non-empty
|
|
@@ -700,146 +700,146 @@ var Node = (_class10 = class _Node extends _chunkKXWOF6H4cjs.Struct {
|
|
|
700
700
|
*
|
|
701
701
|
*/
|
|
702
702
|
get isGeneric() {
|
|
703
|
-
return
|
|
703
|
+
return _chunkKMCJ5MIQcjs.getBit.call(void 0, 288, this);
|
|
704
704
|
}
|
|
705
705
|
set isGeneric(value) {
|
|
706
|
-
|
|
706
|
+
_chunkKMCJ5MIQcjs.setBit.call(void 0, 288, value, this);
|
|
707
707
|
}
|
|
708
708
|
_adoptNestedNodes(value) {
|
|
709
|
-
|
|
709
|
+
_chunkKMCJ5MIQcjs.adopt.call(void 0, value, _chunkKMCJ5MIQcjs.getPointer.call(void 0, 1, this));
|
|
710
710
|
}
|
|
711
711
|
_disownNestedNodes() {
|
|
712
|
-
return
|
|
712
|
+
return _chunkKMCJ5MIQcjs.disown.call(void 0, this.nestedNodes);
|
|
713
713
|
}
|
|
714
714
|
/**
|
|
715
715
|
* List of nodes nested within this node, along with the names under which they were declared.
|
|
716
716
|
*
|
|
717
717
|
*/
|
|
718
718
|
get nestedNodes() {
|
|
719
|
-
return
|
|
719
|
+
return _chunkKMCJ5MIQcjs.getList.call(void 0, 1, _Node._NestedNodes, this);
|
|
720
720
|
}
|
|
721
721
|
_hasNestedNodes() {
|
|
722
|
-
return !
|
|
722
|
+
return !_chunkKMCJ5MIQcjs.isNull.call(void 0, _chunkKMCJ5MIQcjs.getPointer.call(void 0, 1, this));
|
|
723
723
|
}
|
|
724
724
|
_initNestedNodes(length) {
|
|
725
|
-
return
|
|
725
|
+
return _chunkKMCJ5MIQcjs.initList.call(void 0, 1, _Node._NestedNodes, length, this);
|
|
726
726
|
}
|
|
727
727
|
set nestedNodes(value) {
|
|
728
|
-
|
|
728
|
+
_chunkKMCJ5MIQcjs.copyFrom.call(void 0, value, _chunkKMCJ5MIQcjs.getPointer.call(void 0, 1, this));
|
|
729
729
|
}
|
|
730
730
|
_adoptAnnotations(value) {
|
|
731
|
-
|
|
731
|
+
_chunkKMCJ5MIQcjs.adopt.call(void 0, value, _chunkKMCJ5MIQcjs.getPointer.call(void 0, 2, this));
|
|
732
732
|
}
|
|
733
733
|
_disownAnnotations() {
|
|
734
|
-
return
|
|
734
|
+
return _chunkKMCJ5MIQcjs.disown.call(void 0, this.annotations);
|
|
735
735
|
}
|
|
736
736
|
/**
|
|
737
737
|
* Annotations applied to this node.
|
|
738
738
|
*
|
|
739
739
|
*/
|
|
740
740
|
get annotations() {
|
|
741
|
-
return
|
|
741
|
+
return _chunkKMCJ5MIQcjs.getList.call(void 0, 2, _Node._Annotations, this);
|
|
742
742
|
}
|
|
743
743
|
_hasAnnotations() {
|
|
744
|
-
return !
|
|
744
|
+
return !_chunkKMCJ5MIQcjs.isNull.call(void 0, _chunkKMCJ5MIQcjs.getPointer.call(void 0, 2, this));
|
|
745
745
|
}
|
|
746
746
|
_initAnnotations(length) {
|
|
747
|
-
return
|
|
747
|
+
return _chunkKMCJ5MIQcjs.initList.call(void 0, 2, _Node._Annotations, length, this);
|
|
748
748
|
}
|
|
749
749
|
set annotations(value) {
|
|
750
|
-
|
|
750
|
+
_chunkKMCJ5MIQcjs.copyFrom.call(void 0, value, _chunkKMCJ5MIQcjs.getPointer.call(void 0, 2, this));
|
|
751
751
|
}
|
|
752
752
|
get _isFile() {
|
|
753
|
-
return
|
|
753
|
+
return _chunkKMCJ5MIQcjs.getUint16.call(void 0, 12, this) === 0;
|
|
754
754
|
}
|
|
755
755
|
set file(_) {
|
|
756
|
-
|
|
756
|
+
_chunkKMCJ5MIQcjs.setUint16.call(void 0, 12, 0, this);
|
|
757
757
|
}
|
|
758
758
|
get struct() {
|
|
759
|
-
|
|
760
|
-
return
|
|
759
|
+
_chunkKMCJ5MIQcjs.testWhich.call(void 0, "struct", _chunkKMCJ5MIQcjs.getUint16.call(void 0, 12, this), 1, this);
|
|
760
|
+
return _chunkKMCJ5MIQcjs.getAs.call(void 0, Node_Struct, this);
|
|
761
761
|
}
|
|
762
762
|
_initStruct() {
|
|
763
|
-
|
|
764
|
-
return
|
|
763
|
+
_chunkKMCJ5MIQcjs.setUint16.call(void 0, 12, 1, this);
|
|
764
|
+
return _chunkKMCJ5MIQcjs.getAs.call(void 0, Node_Struct, this);
|
|
765
765
|
}
|
|
766
766
|
get _isStruct() {
|
|
767
|
-
return
|
|
767
|
+
return _chunkKMCJ5MIQcjs.getUint16.call(void 0, 12, this) === 1;
|
|
768
768
|
}
|
|
769
769
|
set struct(_) {
|
|
770
|
-
|
|
770
|
+
_chunkKMCJ5MIQcjs.setUint16.call(void 0, 12, 1, this);
|
|
771
771
|
}
|
|
772
772
|
get enum() {
|
|
773
|
-
|
|
774
|
-
return
|
|
773
|
+
_chunkKMCJ5MIQcjs.testWhich.call(void 0, "enum", _chunkKMCJ5MIQcjs.getUint16.call(void 0, 12, this), 2, this);
|
|
774
|
+
return _chunkKMCJ5MIQcjs.getAs.call(void 0, Node_Enum, this);
|
|
775
775
|
}
|
|
776
776
|
_initEnum() {
|
|
777
|
-
|
|
778
|
-
return
|
|
777
|
+
_chunkKMCJ5MIQcjs.setUint16.call(void 0, 12, 2, this);
|
|
778
|
+
return _chunkKMCJ5MIQcjs.getAs.call(void 0, Node_Enum, this);
|
|
779
779
|
}
|
|
780
780
|
get _isEnum() {
|
|
781
|
-
return
|
|
781
|
+
return _chunkKMCJ5MIQcjs.getUint16.call(void 0, 12, this) === 2;
|
|
782
782
|
}
|
|
783
783
|
set enum(_) {
|
|
784
|
-
|
|
784
|
+
_chunkKMCJ5MIQcjs.setUint16.call(void 0, 12, 2, this);
|
|
785
785
|
}
|
|
786
786
|
get interface() {
|
|
787
|
-
|
|
788
|
-
return
|
|
787
|
+
_chunkKMCJ5MIQcjs.testWhich.call(void 0, "interface", _chunkKMCJ5MIQcjs.getUint16.call(void 0, 12, this), 3, this);
|
|
788
|
+
return _chunkKMCJ5MIQcjs.getAs.call(void 0, Node_Interface, this);
|
|
789
789
|
}
|
|
790
790
|
_initInterface() {
|
|
791
|
-
|
|
792
|
-
return
|
|
791
|
+
_chunkKMCJ5MIQcjs.setUint16.call(void 0, 12, 3, this);
|
|
792
|
+
return _chunkKMCJ5MIQcjs.getAs.call(void 0, Node_Interface, this);
|
|
793
793
|
}
|
|
794
794
|
get _isInterface() {
|
|
795
|
-
return
|
|
795
|
+
return _chunkKMCJ5MIQcjs.getUint16.call(void 0, 12, this) === 3;
|
|
796
796
|
}
|
|
797
797
|
set interface(_) {
|
|
798
|
-
|
|
798
|
+
_chunkKMCJ5MIQcjs.setUint16.call(void 0, 12, 3, this);
|
|
799
799
|
}
|
|
800
800
|
get const() {
|
|
801
|
-
|
|
802
|
-
return
|
|
801
|
+
_chunkKMCJ5MIQcjs.testWhich.call(void 0, "const", _chunkKMCJ5MIQcjs.getUint16.call(void 0, 12, this), 4, this);
|
|
802
|
+
return _chunkKMCJ5MIQcjs.getAs.call(void 0, Node_Const, this);
|
|
803
803
|
}
|
|
804
804
|
_initConst() {
|
|
805
|
-
|
|
806
|
-
return
|
|
805
|
+
_chunkKMCJ5MIQcjs.setUint16.call(void 0, 12, 4, this);
|
|
806
|
+
return _chunkKMCJ5MIQcjs.getAs.call(void 0, Node_Const, this);
|
|
807
807
|
}
|
|
808
808
|
get _isConst() {
|
|
809
|
-
return
|
|
809
|
+
return _chunkKMCJ5MIQcjs.getUint16.call(void 0, 12, this) === 4;
|
|
810
810
|
}
|
|
811
811
|
set const(_) {
|
|
812
|
-
|
|
812
|
+
_chunkKMCJ5MIQcjs.setUint16.call(void 0, 12, 4, this);
|
|
813
813
|
}
|
|
814
814
|
get annotation() {
|
|
815
|
-
|
|
816
|
-
return
|
|
815
|
+
_chunkKMCJ5MIQcjs.testWhich.call(void 0, "annotation", _chunkKMCJ5MIQcjs.getUint16.call(void 0, 12, this), 5, this);
|
|
816
|
+
return _chunkKMCJ5MIQcjs.getAs.call(void 0, Node_Annotation, this);
|
|
817
817
|
}
|
|
818
818
|
_initAnnotation() {
|
|
819
|
-
|
|
820
|
-
return
|
|
819
|
+
_chunkKMCJ5MIQcjs.setUint16.call(void 0, 12, 5, this);
|
|
820
|
+
return _chunkKMCJ5MIQcjs.getAs.call(void 0, Node_Annotation, this);
|
|
821
821
|
}
|
|
822
822
|
get _isAnnotation() {
|
|
823
|
-
return
|
|
823
|
+
return _chunkKMCJ5MIQcjs.getUint16.call(void 0, 12, this) === 5;
|
|
824
824
|
}
|
|
825
825
|
set annotation(_) {
|
|
826
|
-
|
|
826
|
+
_chunkKMCJ5MIQcjs.setUint16.call(void 0, 12, 5, this);
|
|
827
827
|
}
|
|
828
828
|
toString() {
|
|
829
829
|
return "Node_" + super.toString();
|
|
830
830
|
}
|
|
831
831
|
which() {
|
|
832
|
-
return
|
|
832
|
+
return _chunkKMCJ5MIQcjs.getUint16.call(void 0, 12, this);
|
|
833
833
|
}
|
|
834
834
|
}, _class10.__initStatic11(), _class10.__initStatic12(), _class10.__initStatic13(), _class10.__initStatic14(), _class10.__initStatic15(), _class10.__initStatic16(), _class10.__initStatic17(), _class10.__initStatic18(), _class10.__initStatic19(), _class10.__initStatic20(), _class10);
|
|
835
|
-
var Field_Slot = (_class11 = class extends
|
|
835
|
+
var Field_Slot = (_class11 = class extends _chunkKMCJ5MIQcjs.Struct {
|
|
836
836
|
static {
|
|
837
837
|
_chunkUSNT2KNTcjs.__name.call(void 0, this, "Field_Slot");
|
|
838
838
|
}
|
|
839
839
|
static __initStatic21() {this._capnp = {
|
|
840
840
|
displayName: "slot",
|
|
841
841
|
id: "c42305476bb4746f",
|
|
842
|
-
size: new (0,
|
|
842
|
+
size: new (0, _chunkKMCJ5MIQcjs.ObjectSize)(24, 4)
|
|
843
843
|
}}
|
|
844
844
|
/**
|
|
845
845
|
* Offset, in units of the field's size, from the beginning of the section in which the field
|
|
@@ -848,46 +848,46 @@ var Field_Slot = (_class11 = class extends _chunkKXWOF6H4cjs.Struct {
|
|
|
848
848
|
*
|
|
849
849
|
*/
|
|
850
850
|
get offset() {
|
|
851
|
-
return
|
|
851
|
+
return _chunkKMCJ5MIQcjs.getUint32.call(void 0, 4, this);
|
|
852
852
|
}
|
|
853
853
|
set offset(value) {
|
|
854
|
-
|
|
854
|
+
_chunkKMCJ5MIQcjs.setUint32.call(void 0, 4, value, this);
|
|
855
855
|
}
|
|
856
856
|
_adoptType(value) {
|
|
857
|
-
|
|
857
|
+
_chunkKMCJ5MIQcjs.adopt.call(void 0, value, _chunkKMCJ5MIQcjs.getPointer.call(void 0, 2, this));
|
|
858
858
|
}
|
|
859
859
|
_disownType() {
|
|
860
|
-
return
|
|
860
|
+
return _chunkKMCJ5MIQcjs.disown.call(void 0, this.type);
|
|
861
861
|
}
|
|
862
862
|
get type() {
|
|
863
|
-
return
|
|
863
|
+
return _chunkKMCJ5MIQcjs.getStruct.call(void 0, 2, Type, this);
|
|
864
864
|
}
|
|
865
865
|
_hasType() {
|
|
866
|
-
return !
|
|
866
|
+
return !_chunkKMCJ5MIQcjs.isNull.call(void 0, _chunkKMCJ5MIQcjs.getPointer.call(void 0, 2, this));
|
|
867
867
|
}
|
|
868
868
|
_initType() {
|
|
869
|
-
return
|
|
869
|
+
return _chunkKMCJ5MIQcjs.initStructAt.call(void 0, 2, Type, this);
|
|
870
870
|
}
|
|
871
871
|
set type(value) {
|
|
872
|
-
|
|
872
|
+
_chunkKMCJ5MIQcjs.copyFrom.call(void 0, value, _chunkKMCJ5MIQcjs.getPointer.call(void 0, 2, this));
|
|
873
873
|
}
|
|
874
874
|
_adoptDefaultValue(value) {
|
|
875
|
-
|
|
875
|
+
_chunkKMCJ5MIQcjs.adopt.call(void 0, value, _chunkKMCJ5MIQcjs.getPointer.call(void 0, 3, this));
|
|
876
876
|
}
|
|
877
877
|
_disownDefaultValue() {
|
|
878
|
-
return
|
|
878
|
+
return _chunkKMCJ5MIQcjs.disown.call(void 0, this.defaultValue);
|
|
879
879
|
}
|
|
880
880
|
get defaultValue() {
|
|
881
|
-
return
|
|
881
|
+
return _chunkKMCJ5MIQcjs.getStruct.call(void 0, 3, Value, this);
|
|
882
882
|
}
|
|
883
883
|
_hasDefaultValue() {
|
|
884
|
-
return !
|
|
884
|
+
return !_chunkKMCJ5MIQcjs.isNull.call(void 0, _chunkKMCJ5MIQcjs.getPointer.call(void 0, 3, this));
|
|
885
885
|
}
|
|
886
886
|
_initDefaultValue() {
|
|
887
|
-
return
|
|
887
|
+
return _chunkKMCJ5MIQcjs.initStructAt.call(void 0, 3, Value, this);
|
|
888
888
|
}
|
|
889
889
|
set defaultValue(value) {
|
|
890
|
-
|
|
890
|
+
_chunkKMCJ5MIQcjs.copyFrom.call(void 0, value, _chunkKMCJ5MIQcjs.getPointer.call(void 0, 3, this));
|
|
891
891
|
}
|
|
892
892
|
/**
|
|
893
893
|
* Whether the default value was specified explicitly. Non-explicit default values are always
|
|
@@ -897,33 +897,33 @@ var Field_Slot = (_class11 = class extends _chunkKXWOF6H4cjs.Struct {
|
|
|
897
897
|
*
|
|
898
898
|
*/
|
|
899
899
|
get hadExplicitDefault() {
|
|
900
|
-
return
|
|
900
|
+
return _chunkKMCJ5MIQcjs.getBit.call(void 0, 128, this);
|
|
901
901
|
}
|
|
902
902
|
set hadExplicitDefault(value) {
|
|
903
|
-
|
|
903
|
+
_chunkKMCJ5MIQcjs.setBit.call(void 0, 128, value, this);
|
|
904
904
|
}
|
|
905
905
|
toString() {
|
|
906
906
|
return "Field_Slot_" + super.toString();
|
|
907
907
|
}
|
|
908
908
|
}, _class11.__initStatic21(), _class11);
|
|
909
|
-
var Field_Group = (_class12 = class extends
|
|
909
|
+
var Field_Group = (_class12 = class extends _chunkKMCJ5MIQcjs.Struct {
|
|
910
910
|
static {
|
|
911
911
|
_chunkUSNT2KNTcjs.__name.call(void 0, this, "Field_Group");
|
|
912
912
|
}
|
|
913
913
|
static __initStatic22() {this._capnp = {
|
|
914
914
|
displayName: "group",
|
|
915
915
|
id: "cafccddb68db1d11",
|
|
916
|
-
size: new (0,
|
|
916
|
+
size: new (0, _chunkKMCJ5MIQcjs.ObjectSize)(24, 4)
|
|
917
917
|
}}
|
|
918
918
|
/**
|
|
919
919
|
* The ID of the group's node.
|
|
920
920
|
*
|
|
921
921
|
*/
|
|
922
922
|
get typeId() {
|
|
923
|
-
return
|
|
923
|
+
return _chunkKMCJ5MIQcjs.getUint64.call(void 0, 16, this);
|
|
924
924
|
}
|
|
925
925
|
set typeId(value) {
|
|
926
|
-
|
|
926
|
+
_chunkKMCJ5MIQcjs.setUint64.call(void 0, 16, value, this);
|
|
927
927
|
}
|
|
928
928
|
toString() {
|
|
929
929
|
return "Field_Group_" + super.toString();
|
|
@@ -940,7 +940,7 @@ var Field_Ordinal_Which = {
|
|
|
940
940
|
*/
|
|
941
941
|
EXPLICIT: 1
|
|
942
942
|
};
|
|
943
|
-
var Field_Ordinal = (_class13 = class extends
|
|
943
|
+
var Field_Ordinal = (_class13 = class extends _chunkKMCJ5MIQcjs.Struct {
|
|
944
944
|
static {
|
|
945
945
|
_chunkUSNT2KNTcjs.__name.call(void 0, this, "Field_Ordinal");
|
|
946
946
|
}
|
|
@@ -949,13 +949,13 @@ var Field_Ordinal = (_class13 = class extends _chunkKXWOF6H4cjs.Struct {
|
|
|
949
949
|
static __initStatic25() {this._capnp = {
|
|
950
950
|
displayName: "ordinal",
|
|
951
951
|
id: "bb90d5c287870be6",
|
|
952
|
-
size: new (0,
|
|
952
|
+
size: new (0, _chunkKMCJ5MIQcjs.ObjectSize)(24, 4)
|
|
953
953
|
}}
|
|
954
954
|
get _isImplicit() {
|
|
955
|
-
return
|
|
955
|
+
return _chunkKMCJ5MIQcjs.getUint16.call(void 0, 10, this) === 0;
|
|
956
956
|
}
|
|
957
957
|
set implicit(_) {
|
|
958
|
-
|
|
958
|
+
_chunkKMCJ5MIQcjs.setUint16.call(void 0, 10, 0, this);
|
|
959
959
|
}
|
|
960
960
|
/**
|
|
961
961
|
* The original ordinal number given to the field. You probably should NOT use this; if you need
|
|
@@ -965,21 +965,21 @@ var Field_Ordinal = (_class13 = class extends _chunkKXWOF6H4cjs.Struct {
|
|
|
965
965
|
*
|
|
966
966
|
*/
|
|
967
967
|
get explicit() {
|
|
968
|
-
|
|
969
|
-
return
|
|
968
|
+
_chunkKMCJ5MIQcjs.testWhich.call(void 0, "explicit", _chunkKMCJ5MIQcjs.getUint16.call(void 0, 10, this), 1, this);
|
|
969
|
+
return _chunkKMCJ5MIQcjs.getUint16.call(void 0, 12, this);
|
|
970
970
|
}
|
|
971
971
|
get _isExplicit() {
|
|
972
|
-
return
|
|
972
|
+
return _chunkKMCJ5MIQcjs.getUint16.call(void 0, 10, this) === 1;
|
|
973
973
|
}
|
|
974
974
|
set explicit(value) {
|
|
975
|
-
|
|
976
|
-
|
|
975
|
+
_chunkKMCJ5MIQcjs.setUint16.call(void 0, 10, 1, this);
|
|
976
|
+
_chunkKMCJ5MIQcjs.setUint16.call(void 0, 12, value, this);
|
|
977
977
|
}
|
|
978
978
|
toString() {
|
|
979
979
|
return "Field_Ordinal_" + super.toString();
|
|
980
980
|
}
|
|
981
981
|
which() {
|
|
982
|
-
return
|
|
982
|
+
return _chunkKMCJ5MIQcjs.getUint16.call(void 0, 10, this);
|
|
983
983
|
}
|
|
984
984
|
}, _class13.__initStatic23(), _class13.__initStatic24(), _class13.__initStatic25(), _class13);
|
|
985
985
|
var Field_Which = {
|
|
@@ -995,7 +995,7 @@ var Field_Which = {
|
|
|
995
995
|
*/
|
|
996
996
|
GROUP: 1
|
|
997
997
|
};
|
|
998
|
-
var Field = (_class14 = class _Field extends
|
|
998
|
+
var Field = (_class14 = class _Field extends _chunkKMCJ5MIQcjs.Struct {
|
|
999
999
|
static {
|
|
1000
1000
|
_chunkUSNT2KNTcjs.__name.call(void 0, this, "Field");
|
|
1001
1001
|
}
|
|
@@ -1005,15 +1005,15 @@ var Field = (_class14 = class _Field extends _chunkKXWOF6H4cjs.Struct {
|
|
|
1005
1005
|
static __initStatic29() {this._capnp = {
|
|
1006
1006
|
displayName: "Field",
|
|
1007
1007
|
id: "9aad50a41f4af45f",
|
|
1008
|
-
size: new (0,
|
|
1009
|
-
defaultDiscriminantValue:
|
|
1008
|
+
size: new (0, _chunkKMCJ5MIQcjs.ObjectSize)(24, 4),
|
|
1009
|
+
defaultDiscriminantValue: _chunkKMCJ5MIQcjs.getUint16Mask.call(void 0, 65535)
|
|
1010
1010
|
}}
|
|
1011
1011
|
|
|
1012
1012
|
get name() {
|
|
1013
|
-
return
|
|
1013
|
+
return _chunkKMCJ5MIQcjs.getText.call(void 0, 0, this);
|
|
1014
1014
|
}
|
|
1015
1015
|
set name(value) {
|
|
1016
|
-
|
|
1016
|
+
_chunkKMCJ5MIQcjs.setText.call(void 0, 0, value, this);
|
|
1017
1017
|
}
|
|
1018
1018
|
/**
|
|
1019
1019
|
* Indicates where this member appeared in the code, relative to other members.
|
|
@@ -1025,28 +1025,28 @@ var Field = (_class14 = class _Field extends _chunkKXWOF6H4cjs.Struct {
|
|
|
1025
1025
|
*
|
|
1026
1026
|
*/
|
|
1027
1027
|
get codeOrder() {
|
|
1028
|
-
return
|
|
1028
|
+
return _chunkKMCJ5MIQcjs.getUint16.call(void 0, 0, this);
|
|
1029
1029
|
}
|
|
1030
1030
|
set codeOrder(value) {
|
|
1031
|
-
|
|
1031
|
+
_chunkKMCJ5MIQcjs.setUint16.call(void 0, 0, value, this);
|
|
1032
1032
|
}
|
|
1033
1033
|
_adoptAnnotations(value) {
|
|
1034
|
-
|
|
1034
|
+
_chunkKMCJ5MIQcjs.adopt.call(void 0, value, _chunkKMCJ5MIQcjs.getPointer.call(void 0, 1, this));
|
|
1035
1035
|
}
|
|
1036
1036
|
_disownAnnotations() {
|
|
1037
|
-
return
|
|
1037
|
+
return _chunkKMCJ5MIQcjs.disown.call(void 0, this.annotations);
|
|
1038
1038
|
}
|
|
1039
1039
|
get annotations() {
|
|
1040
|
-
return
|
|
1040
|
+
return _chunkKMCJ5MIQcjs.getList.call(void 0, 1, _Field._Annotations, this);
|
|
1041
1041
|
}
|
|
1042
1042
|
_hasAnnotations() {
|
|
1043
|
-
return !
|
|
1043
|
+
return !_chunkKMCJ5MIQcjs.isNull.call(void 0, _chunkKMCJ5MIQcjs.getPointer.call(void 0, 1, this));
|
|
1044
1044
|
}
|
|
1045
1045
|
_initAnnotations(length) {
|
|
1046
|
-
return
|
|
1046
|
+
return _chunkKMCJ5MIQcjs.initList.call(void 0, 1, _Field._Annotations, length, this);
|
|
1047
1047
|
}
|
|
1048
1048
|
set annotations(value) {
|
|
1049
|
-
|
|
1049
|
+
_chunkKMCJ5MIQcjs.copyFrom.call(void 0, value, _chunkKMCJ5MIQcjs.getPointer.call(void 0, 1, this));
|
|
1050
1050
|
}
|
|
1051
1051
|
/**
|
|
1052
1052
|
* If the field is in a union, this is the value which the union's discriminant should take when
|
|
@@ -1054,75 +1054,75 @@ var Field = (_class14 = class _Field extends _chunkKXWOF6H4cjs.Struct {
|
|
|
1054
1054
|
*
|
|
1055
1055
|
*/
|
|
1056
1056
|
get discriminantValue() {
|
|
1057
|
-
return
|
|
1057
|
+
return _chunkKMCJ5MIQcjs.getUint16.call(void 0, 2, this, _Field._capnp.defaultDiscriminantValue);
|
|
1058
1058
|
}
|
|
1059
1059
|
set discriminantValue(value) {
|
|
1060
|
-
|
|
1060
|
+
_chunkKMCJ5MIQcjs.setUint16.call(void 0, 2, value, this, _Field._capnp.defaultDiscriminantValue);
|
|
1061
1061
|
}
|
|
1062
1062
|
/**
|
|
1063
1063
|
* A regular, non-group, non-fixed-list field.
|
|
1064
1064
|
*
|
|
1065
1065
|
*/
|
|
1066
1066
|
get slot() {
|
|
1067
|
-
|
|
1068
|
-
return
|
|
1067
|
+
_chunkKMCJ5MIQcjs.testWhich.call(void 0, "slot", _chunkKMCJ5MIQcjs.getUint16.call(void 0, 8, this), 0, this);
|
|
1068
|
+
return _chunkKMCJ5MIQcjs.getAs.call(void 0, Field_Slot, this);
|
|
1069
1069
|
}
|
|
1070
1070
|
_initSlot() {
|
|
1071
|
-
|
|
1072
|
-
return
|
|
1071
|
+
_chunkKMCJ5MIQcjs.setUint16.call(void 0, 8, 0, this);
|
|
1072
|
+
return _chunkKMCJ5MIQcjs.getAs.call(void 0, Field_Slot, this);
|
|
1073
1073
|
}
|
|
1074
1074
|
get _isSlot() {
|
|
1075
|
-
return
|
|
1075
|
+
return _chunkKMCJ5MIQcjs.getUint16.call(void 0, 8, this) === 0;
|
|
1076
1076
|
}
|
|
1077
1077
|
set slot(_) {
|
|
1078
|
-
|
|
1078
|
+
_chunkKMCJ5MIQcjs.setUint16.call(void 0, 8, 0, this);
|
|
1079
1079
|
}
|
|
1080
1080
|
/**
|
|
1081
1081
|
* A group.
|
|
1082
1082
|
*
|
|
1083
1083
|
*/
|
|
1084
1084
|
get group() {
|
|
1085
|
-
|
|
1086
|
-
return
|
|
1085
|
+
_chunkKMCJ5MIQcjs.testWhich.call(void 0, "group", _chunkKMCJ5MIQcjs.getUint16.call(void 0, 8, this), 1, this);
|
|
1086
|
+
return _chunkKMCJ5MIQcjs.getAs.call(void 0, Field_Group, this);
|
|
1087
1087
|
}
|
|
1088
1088
|
_initGroup() {
|
|
1089
|
-
|
|
1090
|
-
return
|
|
1089
|
+
_chunkKMCJ5MIQcjs.setUint16.call(void 0, 8, 1, this);
|
|
1090
|
+
return _chunkKMCJ5MIQcjs.getAs.call(void 0, Field_Group, this);
|
|
1091
1091
|
}
|
|
1092
1092
|
get _isGroup() {
|
|
1093
|
-
return
|
|
1093
|
+
return _chunkKMCJ5MIQcjs.getUint16.call(void 0, 8, this) === 1;
|
|
1094
1094
|
}
|
|
1095
1095
|
set group(_) {
|
|
1096
|
-
|
|
1096
|
+
_chunkKMCJ5MIQcjs.setUint16.call(void 0, 8, 1, this);
|
|
1097
1097
|
}
|
|
1098
1098
|
get ordinal() {
|
|
1099
|
-
return
|
|
1099
|
+
return _chunkKMCJ5MIQcjs.getAs.call(void 0, Field_Ordinal, this);
|
|
1100
1100
|
}
|
|
1101
1101
|
_initOrdinal() {
|
|
1102
|
-
return
|
|
1102
|
+
return _chunkKMCJ5MIQcjs.getAs.call(void 0, Field_Ordinal, this);
|
|
1103
1103
|
}
|
|
1104
1104
|
toString() {
|
|
1105
1105
|
return "Field_" + super.toString();
|
|
1106
1106
|
}
|
|
1107
1107
|
which() {
|
|
1108
|
-
return
|
|
1108
|
+
return _chunkKMCJ5MIQcjs.getUint16.call(void 0, 8, this);
|
|
1109
1109
|
}
|
|
1110
1110
|
}, _class14.__initStatic26(), _class14.__initStatic27(), _class14.__initStatic28(), _class14.__initStatic29(), _class14);
|
|
1111
|
-
var Enumerant = (_class15 = class _Enumerant extends
|
|
1111
|
+
var Enumerant = (_class15 = class _Enumerant extends _chunkKMCJ5MIQcjs.Struct {
|
|
1112
1112
|
static {
|
|
1113
1113
|
_chunkUSNT2KNTcjs.__name.call(void 0, this, "Enumerant");
|
|
1114
1114
|
}
|
|
1115
1115
|
static __initStatic30() {this._capnp = {
|
|
1116
1116
|
displayName: "Enumerant",
|
|
1117
1117
|
id: "978a7cebdc549a4d",
|
|
1118
|
-
size: new (0,
|
|
1118
|
+
size: new (0, _chunkKMCJ5MIQcjs.ObjectSize)(8, 2)
|
|
1119
1119
|
}}
|
|
1120
1120
|
|
|
1121
1121
|
get name() {
|
|
1122
|
-
return
|
|
1122
|
+
return _chunkKMCJ5MIQcjs.getText.call(void 0, 0, this);
|
|
1123
1123
|
}
|
|
1124
1124
|
set name(value) {
|
|
1125
|
-
|
|
1125
|
+
_chunkKMCJ5MIQcjs.setText.call(void 0, 0, value, this);
|
|
1126
1126
|
}
|
|
1127
1127
|
/**
|
|
1128
1128
|
* Specifies order in which the enumerants were declared in the code.
|
|
@@ -1130,86 +1130,86 @@ var Enumerant = (_class15 = class _Enumerant extends _chunkKXWOF6H4cjs.Struct {
|
|
|
1130
1130
|
*
|
|
1131
1131
|
*/
|
|
1132
1132
|
get codeOrder() {
|
|
1133
|
-
return
|
|
1133
|
+
return _chunkKMCJ5MIQcjs.getUint16.call(void 0, 0, this);
|
|
1134
1134
|
}
|
|
1135
1135
|
set codeOrder(value) {
|
|
1136
|
-
|
|
1136
|
+
_chunkKMCJ5MIQcjs.setUint16.call(void 0, 0, value, this);
|
|
1137
1137
|
}
|
|
1138
1138
|
_adoptAnnotations(value) {
|
|
1139
|
-
|
|
1139
|
+
_chunkKMCJ5MIQcjs.adopt.call(void 0, value, _chunkKMCJ5MIQcjs.getPointer.call(void 0, 1, this));
|
|
1140
1140
|
}
|
|
1141
1141
|
_disownAnnotations() {
|
|
1142
|
-
return
|
|
1142
|
+
return _chunkKMCJ5MIQcjs.disown.call(void 0, this.annotations);
|
|
1143
1143
|
}
|
|
1144
1144
|
get annotations() {
|
|
1145
|
-
return
|
|
1145
|
+
return _chunkKMCJ5MIQcjs.getList.call(void 0, 1, _Enumerant._Annotations, this);
|
|
1146
1146
|
}
|
|
1147
1147
|
_hasAnnotations() {
|
|
1148
|
-
return !
|
|
1148
|
+
return !_chunkKMCJ5MIQcjs.isNull.call(void 0, _chunkKMCJ5MIQcjs.getPointer.call(void 0, 1, this));
|
|
1149
1149
|
}
|
|
1150
1150
|
_initAnnotations(length) {
|
|
1151
|
-
return
|
|
1151
|
+
return _chunkKMCJ5MIQcjs.initList.call(void 0, 1, _Enumerant._Annotations, length, this);
|
|
1152
1152
|
}
|
|
1153
1153
|
set annotations(value) {
|
|
1154
|
-
|
|
1154
|
+
_chunkKMCJ5MIQcjs.copyFrom.call(void 0, value, _chunkKMCJ5MIQcjs.getPointer.call(void 0, 1, this));
|
|
1155
1155
|
}
|
|
1156
1156
|
toString() {
|
|
1157
1157
|
return "Enumerant_" + super.toString();
|
|
1158
1158
|
}
|
|
1159
1159
|
}, _class15.__initStatic30(), _class15);
|
|
1160
|
-
var Superclass = (_class16 = class extends
|
|
1160
|
+
var Superclass = (_class16 = class extends _chunkKMCJ5MIQcjs.Struct {
|
|
1161
1161
|
static {
|
|
1162
1162
|
_chunkUSNT2KNTcjs.__name.call(void 0, this, "Superclass");
|
|
1163
1163
|
}
|
|
1164
1164
|
static __initStatic31() {this._capnp = {
|
|
1165
1165
|
displayName: "Superclass",
|
|
1166
1166
|
id: "a9962a9ed0a4d7f8",
|
|
1167
|
-
size: new (0,
|
|
1167
|
+
size: new (0, _chunkKMCJ5MIQcjs.ObjectSize)(8, 1)
|
|
1168
1168
|
}}
|
|
1169
1169
|
get id() {
|
|
1170
|
-
return
|
|
1170
|
+
return _chunkKMCJ5MIQcjs.getUint64.call(void 0, 0, this);
|
|
1171
1171
|
}
|
|
1172
1172
|
set id(value) {
|
|
1173
|
-
|
|
1173
|
+
_chunkKMCJ5MIQcjs.setUint64.call(void 0, 0, value, this);
|
|
1174
1174
|
}
|
|
1175
1175
|
_adoptBrand(value) {
|
|
1176
|
-
|
|
1176
|
+
_chunkKMCJ5MIQcjs.adopt.call(void 0, value, _chunkKMCJ5MIQcjs.getPointer.call(void 0, 0, this));
|
|
1177
1177
|
}
|
|
1178
1178
|
_disownBrand() {
|
|
1179
|
-
return
|
|
1179
|
+
return _chunkKMCJ5MIQcjs.disown.call(void 0, this.brand);
|
|
1180
1180
|
}
|
|
1181
1181
|
get brand() {
|
|
1182
|
-
return
|
|
1182
|
+
return _chunkKMCJ5MIQcjs.getStruct.call(void 0, 0, Brand, this);
|
|
1183
1183
|
}
|
|
1184
1184
|
_hasBrand() {
|
|
1185
|
-
return !
|
|
1185
|
+
return !_chunkKMCJ5MIQcjs.isNull.call(void 0, _chunkKMCJ5MIQcjs.getPointer.call(void 0, 0, this));
|
|
1186
1186
|
}
|
|
1187
1187
|
_initBrand() {
|
|
1188
|
-
return
|
|
1188
|
+
return _chunkKMCJ5MIQcjs.initStructAt.call(void 0, 0, Brand, this);
|
|
1189
1189
|
}
|
|
1190
1190
|
set brand(value) {
|
|
1191
|
-
|
|
1191
|
+
_chunkKMCJ5MIQcjs.copyFrom.call(void 0, value, _chunkKMCJ5MIQcjs.getPointer.call(void 0, 0, this));
|
|
1192
1192
|
}
|
|
1193
1193
|
toString() {
|
|
1194
1194
|
return "Superclass_" + super.toString();
|
|
1195
1195
|
}
|
|
1196
1196
|
}, _class16.__initStatic31(), _class16);
|
|
1197
|
-
var Method = (_class17 = class _Method extends
|
|
1197
|
+
var Method = (_class17 = class _Method extends _chunkKMCJ5MIQcjs.Struct {
|
|
1198
1198
|
static {
|
|
1199
1199
|
_chunkUSNT2KNTcjs.__name.call(void 0, this, "Method");
|
|
1200
1200
|
}
|
|
1201
1201
|
static __initStatic32() {this._capnp = {
|
|
1202
1202
|
displayName: "Method",
|
|
1203
1203
|
id: "9500cce23b334d80",
|
|
1204
|
-
size: new (0,
|
|
1204
|
+
size: new (0, _chunkKMCJ5MIQcjs.ObjectSize)(24, 5)
|
|
1205
1205
|
}}
|
|
1206
1206
|
|
|
1207
1207
|
|
|
1208
1208
|
get name() {
|
|
1209
|
-
return
|
|
1209
|
+
return _chunkKMCJ5MIQcjs.getText.call(void 0, 0, this);
|
|
1210
1210
|
}
|
|
1211
1211
|
set name(value) {
|
|
1212
|
-
|
|
1212
|
+
_chunkKMCJ5MIQcjs.setText.call(void 0, 0, value, this);
|
|
1213
1213
|
}
|
|
1214
1214
|
/**
|
|
1215
1215
|
* Specifies order in which the methods were declared in the code.
|
|
@@ -1217,16 +1217,16 @@ var Method = (_class17 = class _Method extends _chunkKXWOF6H4cjs.Struct {
|
|
|
1217
1217
|
*
|
|
1218
1218
|
*/
|
|
1219
1219
|
get codeOrder() {
|
|
1220
|
-
return
|
|
1220
|
+
return _chunkKMCJ5MIQcjs.getUint16.call(void 0, 0, this);
|
|
1221
1221
|
}
|
|
1222
1222
|
set codeOrder(value) {
|
|
1223
|
-
|
|
1223
|
+
_chunkKMCJ5MIQcjs.setUint16.call(void 0, 0, value, this);
|
|
1224
1224
|
}
|
|
1225
1225
|
_adoptImplicitParameters(value) {
|
|
1226
|
-
|
|
1226
|
+
_chunkKMCJ5MIQcjs.adopt.call(void 0, value, _chunkKMCJ5MIQcjs.getPointer.call(void 0, 4, this));
|
|
1227
1227
|
}
|
|
1228
1228
|
_disownImplicitParameters() {
|
|
1229
|
-
return
|
|
1229
|
+
return _chunkKMCJ5MIQcjs.disown.call(void 0, this.implicitParameters);
|
|
1230
1230
|
}
|
|
1231
1231
|
/**
|
|
1232
1232
|
* The parameters listed in [] (typically, type / generic parameters), whose bindings are intended
|
|
@@ -1234,16 +1234,16 @@ var Method = (_class17 = class _Method extends _chunkKXWOF6H4cjs.Struct {
|
|
|
1234
1234
|
*
|
|
1235
1235
|
*/
|
|
1236
1236
|
get implicitParameters() {
|
|
1237
|
-
return
|
|
1237
|
+
return _chunkKMCJ5MIQcjs.getList.call(void 0, 4, _Method._ImplicitParameters, this);
|
|
1238
1238
|
}
|
|
1239
1239
|
_hasImplicitParameters() {
|
|
1240
|
-
return !
|
|
1240
|
+
return !_chunkKMCJ5MIQcjs.isNull.call(void 0, _chunkKMCJ5MIQcjs.getPointer.call(void 0, 4, this));
|
|
1241
1241
|
}
|
|
1242
1242
|
_initImplicitParameters(length) {
|
|
1243
|
-
return
|
|
1243
|
+
return _chunkKMCJ5MIQcjs.initList.call(void 0, 4, _Method._ImplicitParameters, length, this);
|
|
1244
1244
|
}
|
|
1245
1245
|
set implicitParameters(value) {
|
|
1246
|
-
|
|
1246
|
+
_chunkKMCJ5MIQcjs.copyFrom.call(void 0, value, _chunkKMCJ5MIQcjs.getPointer.call(void 0, 4, this));
|
|
1247
1247
|
}
|
|
1248
1248
|
/**
|
|
1249
1249
|
* ID of the parameter struct type. If a named parameter list was specified in the method
|
|
@@ -1256,224 +1256,224 @@ var Method = (_class17 = class _Method extends _chunkKXWOF6H4cjs.Struct {
|
|
|
1256
1256
|
*
|
|
1257
1257
|
*/
|
|
1258
1258
|
get paramStructType() {
|
|
1259
|
-
return
|
|
1259
|
+
return _chunkKMCJ5MIQcjs.getUint64.call(void 0, 8, this);
|
|
1260
1260
|
}
|
|
1261
1261
|
set paramStructType(value) {
|
|
1262
|
-
|
|
1262
|
+
_chunkKMCJ5MIQcjs.setUint64.call(void 0, 8, value, this);
|
|
1263
1263
|
}
|
|
1264
1264
|
_adoptParamBrand(value) {
|
|
1265
|
-
|
|
1265
|
+
_chunkKMCJ5MIQcjs.adopt.call(void 0, value, _chunkKMCJ5MIQcjs.getPointer.call(void 0, 2, this));
|
|
1266
1266
|
}
|
|
1267
1267
|
_disownParamBrand() {
|
|
1268
|
-
return
|
|
1268
|
+
return _chunkKMCJ5MIQcjs.disown.call(void 0, this.paramBrand);
|
|
1269
1269
|
}
|
|
1270
1270
|
/**
|
|
1271
1271
|
* Brand of param struct type.
|
|
1272
1272
|
*
|
|
1273
1273
|
*/
|
|
1274
1274
|
get paramBrand() {
|
|
1275
|
-
return
|
|
1275
|
+
return _chunkKMCJ5MIQcjs.getStruct.call(void 0, 2, Brand, this);
|
|
1276
1276
|
}
|
|
1277
1277
|
_hasParamBrand() {
|
|
1278
|
-
return !
|
|
1278
|
+
return !_chunkKMCJ5MIQcjs.isNull.call(void 0, _chunkKMCJ5MIQcjs.getPointer.call(void 0, 2, this));
|
|
1279
1279
|
}
|
|
1280
1280
|
_initParamBrand() {
|
|
1281
|
-
return
|
|
1281
|
+
return _chunkKMCJ5MIQcjs.initStructAt.call(void 0, 2, Brand, this);
|
|
1282
1282
|
}
|
|
1283
1283
|
set paramBrand(value) {
|
|
1284
|
-
|
|
1284
|
+
_chunkKMCJ5MIQcjs.copyFrom.call(void 0, value, _chunkKMCJ5MIQcjs.getPointer.call(void 0, 2, this));
|
|
1285
1285
|
}
|
|
1286
1286
|
/**
|
|
1287
1287
|
* ID of the return struct type; similar to `paramStructType`.
|
|
1288
1288
|
*
|
|
1289
1289
|
*/
|
|
1290
1290
|
get resultStructType() {
|
|
1291
|
-
return
|
|
1291
|
+
return _chunkKMCJ5MIQcjs.getUint64.call(void 0, 16, this);
|
|
1292
1292
|
}
|
|
1293
1293
|
set resultStructType(value) {
|
|
1294
|
-
|
|
1294
|
+
_chunkKMCJ5MIQcjs.setUint64.call(void 0, 16, value, this);
|
|
1295
1295
|
}
|
|
1296
1296
|
_adoptResultBrand(value) {
|
|
1297
|
-
|
|
1297
|
+
_chunkKMCJ5MIQcjs.adopt.call(void 0, value, _chunkKMCJ5MIQcjs.getPointer.call(void 0, 3, this));
|
|
1298
1298
|
}
|
|
1299
1299
|
_disownResultBrand() {
|
|
1300
|
-
return
|
|
1300
|
+
return _chunkKMCJ5MIQcjs.disown.call(void 0, this.resultBrand);
|
|
1301
1301
|
}
|
|
1302
1302
|
/**
|
|
1303
1303
|
* Brand of result struct type.
|
|
1304
1304
|
*
|
|
1305
1305
|
*/
|
|
1306
1306
|
get resultBrand() {
|
|
1307
|
-
return
|
|
1307
|
+
return _chunkKMCJ5MIQcjs.getStruct.call(void 0, 3, Brand, this);
|
|
1308
1308
|
}
|
|
1309
1309
|
_hasResultBrand() {
|
|
1310
|
-
return !
|
|
1310
|
+
return !_chunkKMCJ5MIQcjs.isNull.call(void 0, _chunkKMCJ5MIQcjs.getPointer.call(void 0, 3, this));
|
|
1311
1311
|
}
|
|
1312
1312
|
_initResultBrand() {
|
|
1313
|
-
return
|
|
1313
|
+
return _chunkKMCJ5MIQcjs.initStructAt.call(void 0, 3, Brand, this);
|
|
1314
1314
|
}
|
|
1315
1315
|
set resultBrand(value) {
|
|
1316
|
-
|
|
1316
|
+
_chunkKMCJ5MIQcjs.copyFrom.call(void 0, value, _chunkKMCJ5MIQcjs.getPointer.call(void 0, 3, this));
|
|
1317
1317
|
}
|
|
1318
1318
|
_adoptAnnotations(value) {
|
|
1319
|
-
|
|
1319
|
+
_chunkKMCJ5MIQcjs.adopt.call(void 0, value, _chunkKMCJ5MIQcjs.getPointer.call(void 0, 1, this));
|
|
1320
1320
|
}
|
|
1321
1321
|
_disownAnnotations() {
|
|
1322
|
-
return
|
|
1322
|
+
return _chunkKMCJ5MIQcjs.disown.call(void 0, this.annotations);
|
|
1323
1323
|
}
|
|
1324
1324
|
get annotations() {
|
|
1325
|
-
return
|
|
1325
|
+
return _chunkKMCJ5MIQcjs.getList.call(void 0, 1, _Method._Annotations, this);
|
|
1326
1326
|
}
|
|
1327
1327
|
_hasAnnotations() {
|
|
1328
|
-
return !
|
|
1328
|
+
return !_chunkKMCJ5MIQcjs.isNull.call(void 0, _chunkKMCJ5MIQcjs.getPointer.call(void 0, 1, this));
|
|
1329
1329
|
}
|
|
1330
1330
|
_initAnnotations(length) {
|
|
1331
|
-
return
|
|
1331
|
+
return _chunkKMCJ5MIQcjs.initList.call(void 0, 1, _Method._Annotations, length, this);
|
|
1332
1332
|
}
|
|
1333
1333
|
set annotations(value) {
|
|
1334
|
-
|
|
1334
|
+
_chunkKMCJ5MIQcjs.copyFrom.call(void 0, value, _chunkKMCJ5MIQcjs.getPointer.call(void 0, 1, this));
|
|
1335
1335
|
}
|
|
1336
1336
|
toString() {
|
|
1337
1337
|
return "Method_" + super.toString();
|
|
1338
1338
|
}
|
|
1339
1339
|
}, _class17.__initStatic32(), _class17);
|
|
1340
|
-
var Type_List = (_class18 = class extends
|
|
1340
|
+
var Type_List = (_class18 = class extends _chunkKMCJ5MIQcjs.Struct {
|
|
1341
1341
|
static {
|
|
1342
1342
|
_chunkUSNT2KNTcjs.__name.call(void 0, this, "Type_List");
|
|
1343
1343
|
}
|
|
1344
1344
|
static __initStatic33() {this._capnp = {
|
|
1345
1345
|
displayName: "list",
|
|
1346
1346
|
id: "87e739250a60ea97",
|
|
1347
|
-
size: new (0,
|
|
1347
|
+
size: new (0, _chunkKMCJ5MIQcjs.ObjectSize)(24, 1)
|
|
1348
1348
|
}}
|
|
1349
1349
|
_adoptElementType(value) {
|
|
1350
|
-
|
|
1350
|
+
_chunkKMCJ5MIQcjs.adopt.call(void 0, value, _chunkKMCJ5MIQcjs.getPointer.call(void 0, 0, this));
|
|
1351
1351
|
}
|
|
1352
1352
|
_disownElementType() {
|
|
1353
|
-
return
|
|
1353
|
+
return _chunkKMCJ5MIQcjs.disown.call(void 0, this.elementType);
|
|
1354
1354
|
}
|
|
1355
1355
|
get elementType() {
|
|
1356
|
-
return
|
|
1356
|
+
return _chunkKMCJ5MIQcjs.getStruct.call(void 0, 0, Type, this);
|
|
1357
1357
|
}
|
|
1358
1358
|
_hasElementType() {
|
|
1359
|
-
return !
|
|
1359
|
+
return !_chunkKMCJ5MIQcjs.isNull.call(void 0, _chunkKMCJ5MIQcjs.getPointer.call(void 0, 0, this));
|
|
1360
1360
|
}
|
|
1361
1361
|
_initElementType() {
|
|
1362
|
-
return
|
|
1362
|
+
return _chunkKMCJ5MIQcjs.initStructAt.call(void 0, 0, Type, this);
|
|
1363
1363
|
}
|
|
1364
1364
|
set elementType(value) {
|
|
1365
|
-
|
|
1365
|
+
_chunkKMCJ5MIQcjs.copyFrom.call(void 0, value, _chunkKMCJ5MIQcjs.getPointer.call(void 0, 0, this));
|
|
1366
1366
|
}
|
|
1367
1367
|
toString() {
|
|
1368
1368
|
return "Type_List_" + super.toString();
|
|
1369
1369
|
}
|
|
1370
1370
|
}, _class18.__initStatic33(), _class18);
|
|
1371
|
-
var Type_Enum = (_class19 = class extends
|
|
1371
|
+
var Type_Enum = (_class19 = class extends _chunkKMCJ5MIQcjs.Struct {
|
|
1372
1372
|
static {
|
|
1373
1373
|
_chunkUSNT2KNTcjs.__name.call(void 0, this, "Type_Enum");
|
|
1374
1374
|
}
|
|
1375
1375
|
static __initStatic34() {this._capnp = {
|
|
1376
1376
|
displayName: "enum",
|
|
1377
1377
|
id: "9e0e78711a7f87a9",
|
|
1378
|
-
size: new (0,
|
|
1378
|
+
size: new (0, _chunkKMCJ5MIQcjs.ObjectSize)(24, 1)
|
|
1379
1379
|
}}
|
|
1380
1380
|
get typeId() {
|
|
1381
|
-
return
|
|
1381
|
+
return _chunkKMCJ5MIQcjs.getUint64.call(void 0, 8, this);
|
|
1382
1382
|
}
|
|
1383
1383
|
set typeId(value) {
|
|
1384
|
-
|
|
1384
|
+
_chunkKMCJ5MIQcjs.setUint64.call(void 0, 8, value, this);
|
|
1385
1385
|
}
|
|
1386
1386
|
_adoptBrand(value) {
|
|
1387
|
-
|
|
1387
|
+
_chunkKMCJ5MIQcjs.adopt.call(void 0, value, _chunkKMCJ5MIQcjs.getPointer.call(void 0, 0, this));
|
|
1388
1388
|
}
|
|
1389
1389
|
_disownBrand() {
|
|
1390
|
-
return
|
|
1390
|
+
return _chunkKMCJ5MIQcjs.disown.call(void 0, this.brand);
|
|
1391
1391
|
}
|
|
1392
1392
|
get brand() {
|
|
1393
|
-
return
|
|
1393
|
+
return _chunkKMCJ5MIQcjs.getStruct.call(void 0, 0, Brand, this);
|
|
1394
1394
|
}
|
|
1395
1395
|
_hasBrand() {
|
|
1396
|
-
return !
|
|
1396
|
+
return !_chunkKMCJ5MIQcjs.isNull.call(void 0, _chunkKMCJ5MIQcjs.getPointer.call(void 0, 0, this));
|
|
1397
1397
|
}
|
|
1398
1398
|
_initBrand() {
|
|
1399
|
-
return
|
|
1399
|
+
return _chunkKMCJ5MIQcjs.initStructAt.call(void 0, 0, Brand, this);
|
|
1400
1400
|
}
|
|
1401
1401
|
set brand(value) {
|
|
1402
|
-
|
|
1402
|
+
_chunkKMCJ5MIQcjs.copyFrom.call(void 0, value, _chunkKMCJ5MIQcjs.getPointer.call(void 0, 0, this));
|
|
1403
1403
|
}
|
|
1404
1404
|
toString() {
|
|
1405
1405
|
return "Type_Enum_" + super.toString();
|
|
1406
1406
|
}
|
|
1407
1407
|
}, _class19.__initStatic34(), _class19);
|
|
1408
|
-
var Type_Struct = (_class20 = class extends
|
|
1408
|
+
var Type_Struct = (_class20 = class extends _chunkKMCJ5MIQcjs.Struct {
|
|
1409
1409
|
static {
|
|
1410
1410
|
_chunkUSNT2KNTcjs.__name.call(void 0, this, "Type_Struct");
|
|
1411
1411
|
}
|
|
1412
1412
|
static __initStatic35() {this._capnp = {
|
|
1413
1413
|
displayName: "struct",
|
|
1414
1414
|
id: "ac3a6f60ef4cc6d3",
|
|
1415
|
-
size: new (0,
|
|
1415
|
+
size: new (0, _chunkKMCJ5MIQcjs.ObjectSize)(24, 1)
|
|
1416
1416
|
}}
|
|
1417
1417
|
get typeId() {
|
|
1418
|
-
return
|
|
1418
|
+
return _chunkKMCJ5MIQcjs.getUint64.call(void 0, 8, this);
|
|
1419
1419
|
}
|
|
1420
1420
|
set typeId(value) {
|
|
1421
|
-
|
|
1421
|
+
_chunkKMCJ5MIQcjs.setUint64.call(void 0, 8, value, this);
|
|
1422
1422
|
}
|
|
1423
1423
|
_adoptBrand(value) {
|
|
1424
|
-
|
|
1424
|
+
_chunkKMCJ5MIQcjs.adopt.call(void 0, value, _chunkKMCJ5MIQcjs.getPointer.call(void 0, 0, this));
|
|
1425
1425
|
}
|
|
1426
1426
|
_disownBrand() {
|
|
1427
|
-
return
|
|
1427
|
+
return _chunkKMCJ5MIQcjs.disown.call(void 0, this.brand);
|
|
1428
1428
|
}
|
|
1429
1429
|
get brand() {
|
|
1430
|
-
return
|
|
1430
|
+
return _chunkKMCJ5MIQcjs.getStruct.call(void 0, 0, Brand, this);
|
|
1431
1431
|
}
|
|
1432
1432
|
_hasBrand() {
|
|
1433
|
-
return !
|
|
1433
|
+
return !_chunkKMCJ5MIQcjs.isNull.call(void 0, _chunkKMCJ5MIQcjs.getPointer.call(void 0, 0, this));
|
|
1434
1434
|
}
|
|
1435
1435
|
_initBrand() {
|
|
1436
|
-
return
|
|
1436
|
+
return _chunkKMCJ5MIQcjs.initStructAt.call(void 0, 0, Brand, this);
|
|
1437
1437
|
}
|
|
1438
1438
|
set brand(value) {
|
|
1439
|
-
|
|
1439
|
+
_chunkKMCJ5MIQcjs.copyFrom.call(void 0, value, _chunkKMCJ5MIQcjs.getPointer.call(void 0, 0, this));
|
|
1440
1440
|
}
|
|
1441
1441
|
toString() {
|
|
1442
1442
|
return "Type_Struct_" + super.toString();
|
|
1443
1443
|
}
|
|
1444
1444
|
}, _class20.__initStatic35(), _class20);
|
|
1445
|
-
var Type_Interface = (_class21 = class extends
|
|
1445
|
+
var Type_Interface = (_class21 = class extends _chunkKMCJ5MIQcjs.Struct {
|
|
1446
1446
|
static {
|
|
1447
1447
|
_chunkUSNT2KNTcjs.__name.call(void 0, this, "Type_Interface");
|
|
1448
1448
|
}
|
|
1449
1449
|
static __initStatic36() {this._capnp = {
|
|
1450
1450
|
displayName: "interface",
|
|
1451
1451
|
id: "ed8bca69f7fb0cbf",
|
|
1452
|
-
size: new (0,
|
|
1452
|
+
size: new (0, _chunkKMCJ5MIQcjs.ObjectSize)(24, 1)
|
|
1453
1453
|
}}
|
|
1454
1454
|
get typeId() {
|
|
1455
|
-
return
|
|
1455
|
+
return _chunkKMCJ5MIQcjs.getUint64.call(void 0, 8, this);
|
|
1456
1456
|
}
|
|
1457
1457
|
set typeId(value) {
|
|
1458
|
-
|
|
1458
|
+
_chunkKMCJ5MIQcjs.setUint64.call(void 0, 8, value, this);
|
|
1459
1459
|
}
|
|
1460
1460
|
_adoptBrand(value) {
|
|
1461
|
-
|
|
1461
|
+
_chunkKMCJ5MIQcjs.adopt.call(void 0, value, _chunkKMCJ5MIQcjs.getPointer.call(void 0, 0, this));
|
|
1462
1462
|
}
|
|
1463
1463
|
_disownBrand() {
|
|
1464
|
-
return
|
|
1464
|
+
return _chunkKMCJ5MIQcjs.disown.call(void 0, this.brand);
|
|
1465
1465
|
}
|
|
1466
1466
|
get brand() {
|
|
1467
|
-
return
|
|
1467
|
+
return _chunkKMCJ5MIQcjs.getStruct.call(void 0, 0, Brand, this);
|
|
1468
1468
|
}
|
|
1469
1469
|
_hasBrand() {
|
|
1470
|
-
return !
|
|
1470
|
+
return !_chunkKMCJ5MIQcjs.isNull.call(void 0, _chunkKMCJ5MIQcjs.getPointer.call(void 0, 0, this));
|
|
1471
1471
|
}
|
|
1472
1472
|
_initBrand() {
|
|
1473
|
-
return
|
|
1473
|
+
return _chunkKMCJ5MIQcjs.initStructAt.call(void 0, 0, Brand, this);
|
|
1474
1474
|
}
|
|
1475
1475
|
set brand(value) {
|
|
1476
|
-
|
|
1476
|
+
_chunkKMCJ5MIQcjs.copyFrom.call(void 0, value, _chunkKMCJ5MIQcjs.getPointer.call(void 0, 0, this));
|
|
1477
1477
|
}
|
|
1478
1478
|
toString() {
|
|
1479
1479
|
return "Type_Interface_" + super.toString();
|
|
@@ -1501,7 +1501,7 @@ var Type_AnyPointer_Unconstrained_Which = {
|
|
|
1501
1501
|
*/
|
|
1502
1502
|
CAPABILITY: 3
|
|
1503
1503
|
};
|
|
1504
|
-
var Type_AnyPointer_Unconstrained = (_class22 = class extends
|
|
1504
|
+
var Type_AnyPointer_Unconstrained = (_class22 = class extends _chunkKMCJ5MIQcjs.Struct {
|
|
1505
1505
|
static {
|
|
1506
1506
|
_chunkUSNT2KNTcjs.__name.call(void 0, this, "Type_AnyPointer_Unconstrained");
|
|
1507
1507
|
}
|
|
@@ -1512,47 +1512,47 @@ var Type_AnyPointer_Unconstrained = (_class22 = class extends _chunkKXWOF6H4cjs.
|
|
|
1512
1512
|
static __initStatic41() {this._capnp = {
|
|
1513
1513
|
displayName: "unconstrained",
|
|
1514
1514
|
id: "8e3b5f79fe593656",
|
|
1515
|
-
size: new (0,
|
|
1515
|
+
size: new (0, _chunkKMCJ5MIQcjs.ObjectSize)(24, 1)
|
|
1516
1516
|
}}
|
|
1517
1517
|
get _isAnyKind() {
|
|
1518
|
-
return
|
|
1518
|
+
return _chunkKMCJ5MIQcjs.getUint16.call(void 0, 10, this) === 0;
|
|
1519
1519
|
}
|
|
1520
1520
|
set anyKind(_) {
|
|
1521
|
-
|
|
1521
|
+
_chunkKMCJ5MIQcjs.setUint16.call(void 0, 10, 0, this);
|
|
1522
1522
|
}
|
|
1523
1523
|
get _isStruct() {
|
|
1524
|
-
return
|
|
1524
|
+
return _chunkKMCJ5MIQcjs.getUint16.call(void 0, 10, this) === 1;
|
|
1525
1525
|
}
|
|
1526
1526
|
set struct(_) {
|
|
1527
|
-
|
|
1527
|
+
_chunkKMCJ5MIQcjs.setUint16.call(void 0, 10, 1, this);
|
|
1528
1528
|
}
|
|
1529
1529
|
get _isList() {
|
|
1530
|
-
return
|
|
1530
|
+
return _chunkKMCJ5MIQcjs.getUint16.call(void 0, 10, this) === 2;
|
|
1531
1531
|
}
|
|
1532
1532
|
set list(_) {
|
|
1533
|
-
|
|
1533
|
+
_chunkKMCJ5MIQcjs.setUint16.call(void 0, 10, 2, this);
|
|
1534
1534
|
}
|
|
1535
1535
|
get _isCapability() {
|
|
1536
|
-
return
|
|
1536
|
+
return _chunkKMCJ5MIQcjs.getUint16.call(void 0, 10, this) === 3;
|
|
1537
1537
|
}
|
|
1538
1538
|
set capability(_) {
|
|
1539
|
-
|
|
1539
|
+
_chunkKMCJ5MIQcjs.setUint16.call(void 0, 10, 3, this);
|
|
1540
1540
|
}
|
|
1541
1541
|
toString() {
|
|
1542
1542
|
return "Type_AnyPointer_Unconstrained_" + super.toString();
|
|
1543
1543
|
}
|
|
1544
1544
|
which() {
|
|
1545
|
-
return
|
|
1545
|
+
return _chunkKMCJ5MIQcjs.getUint16.call(void 0, 10, this);
|
|
1546
1546
|
}
|
|
1547
1547
|
}, _class22.__initStatic37(), _class22.__initStatic38(), _class22.__initStatic39(), _class22.__initStatic40(), _class22.__initStatic41(), _class22);
|
|
1548
|
-
var Type_AnyPointer_Parameter = (_class23 = class extends
|
|
1548
|
+
var Type_AnyPointer_Parameter = (_class23 = class extends _chunkKMCJ5MIQcjs.Struct {
|
|
1549
1549
|
static {
|
|
1550
1550
|
_chunkUSNT2KNTcjs.__name.call(void 0, this, "Type_AnyPointer_Parameter");
|
|
1551
1551
|
}
|
|
1552
1552
|
static __initStatic42() {this._capnp = {
|
|
1553
1553
|
displayName: "parameter",
|
|
1554
1554
|
id: "9dd1f724f4614a85",
|
|
1555
|
-
size: new (0,
|
|
1555
|
+
size: new (0, _chunkKMCJ5MIQcjs.ObjectSize)(24, 1)
|
|
1556
1556
|
}}
|
|
1557
1557
|
/**
|
|
1558
1558
|
* ID of the generic type whose parameter we're referencing. This should be a parent of the
|
|
@@ -1560,39 +1560,39 @@ var Type_AnyPointer_Parameter = (_class23 = class extends _chunkKXWOF6H4cjs.Stru
|
|
|
1560
1560
|
*
|
|
1561
1561
|
*/
|
|
1562
1562
|
get scopeId() {
|
|
1563
|
-
return
|
|
1563
|
+
return _chunkKMCJ5MIQcjs.getUint64.call(void 0, 16, this);
|
|
1564
1564
|
}
|
|
1565
1565
|
set scopeId(value) {
|
|
1566
|
-
|
|
1566
|
+
_chunkKMCJ5MIQcjs.setUint64.call(void 0, 16, value, this);
|
|
1567
1567
|
}
|
|
1568
1568
|
/**
|
|
1569
1569
|
* Index of the parameter within the generic type's parameter list.
|
|
1570
1570
|
*
|
|
1571
1571
|
*/
|
|
1572
1572
|
get parameterIndex() {
|
|
1573
|
-
return
|
|
1573
|
+
return _chunkKMCJ5MIQcjs.getUint16.call(void 0, 10, this);
|
|
1574
1574
|
}
|
|
1575
1575
|
set parameterIndex(value) {
|
|
1576
|
-
|
|
1576
|
+
_chunkKMCJ5MIQcjs.setUint16.call(void 0, 10, value, this);
|
|
1577
1577
|
}
|
|
1578
1578
|
toString() {
|
|
1579
1579
|
return "Type_AnyPointer_Parameter_" + super.toString();
|
|
1580
1580
|
}
|
|
1581
1581
|
}, _class23.__initStatic42(), _class23);
|
|
1582
|
-
var Type_AnyPointer_ImplicitMethodParameter = (_class24 = class extends
|
|
1582
|
+
var Type_AnyPointer_ImplicitMethodParameter = (_class24 = class extends _chunkKMCJ5MIQcjs.Struct {
|
|
1583
1583
|
static {
|
|
1584
1584
|
_chunkUSNT2KNTcjs.__name.call(void 0, this, "Type_AnyPointer_ImplicitMethodParameter");
|
|
1585
1585
|
}
|
|
1586
1586
|
static __initStatic43() {this._capnp = {
|
|
1587
1587
|
displayName: "implicitMethodParameter",
|
|
1588
1588
|
id: "baefc9120c56e274",
|
|
1589
|
-
size: new (0,
|
|
1589
|
+
size: new (0, _chunkKMCJ5MIQcjs.ObjectSize)(24, 1)
|
|
1590
1590
|
}}
|
|
1591
1591
|
get parameterIndex() {
|
|
1592
|
-
return
|
|
1592
|
+
return _chunkKMCJ5MIQcjs.getUint16.call(void 0, 10, this);
|
|
1593
1593
|
}
|
|
1594
1594
|
set parameterIndex(value) {
|
|
1595
|
-
|
|
1595
|
+
_chunkKMCJ5MIQcjs.setUint16.call(void 0, 10, value, this);
|
|
1596
1596
|
}
|
|
1597
1597
|
toString() {
|
|
1598
1598
|
return "Type_AnyPointer_ImplicitMethodParameter_" + super.toString();
|
|
@@ -1620,7 +1620,7 @@ var Type_AnyPointer_Which = {
|
|
|
1620
1620
|
*/
|
|
1621
1621
|
IMPLICIT_METHOD_PARAMETER: 2
|
|
1622
1622
|
};
|
|
1623
|
-
var Type_AnyPointer = (_class25 = class extends
|
|
1623
|
+
var Type_AnyPointer = (_class25 = class extends _chunkKMCJ5MIQcjs.Struct {
|
|
1624
1624
|
static {
|
|
1625
1625
|
_chunkUSNT2KNTcjs.__name.call(void 0, this, "Type_AnyPointer");
|
|
1626
1626
|
}
|
|
@@ -1630,7 +1630,7 @@ var Type_AnyPointer = (_class25 = class extends _chunkKXWOF6H4cjs.Struct {
|
|
|
1630
1630
|
static __initStatic47() {this._capnp = {
|
|
1631
1631
|
displayName: "anyPointer",
|
|
1632
1632
|
id: "c2573fe8a23e49f1",
|
|
1633
|
-
size: new (0,
|
|
1633
|
+
size: new (0, _chunkKMCJ5MIQcjs.ObjectSize)(24, 1)
|
|
1634
1634
|
}}
|
|
1635
1635
|
/**
|
|
1636
1636
|
* A regular AnyPointer.
|
|
@@ -1641,36 +1641,36 @@ var Type_AnyPointer = (_class25 = class extends _chunkKXWOF6H4cjs.Struct {
|
|
|
1641
1641
|
*
|
|
1642
1642
|
*/
|
|
1643
1643
|
get unconstrained() {
|
|
1644
|
-
|
|
1645
|
-
return
|
|
1644
|
+
_chunkKMCJ5MIQcjs.testWhich.call(void 0, "unconstrained", _chunkKMCJ5MIQcjs.getUint16.call(void 0, 8, this), 0, this);
|
|
1645
|
+
return _chunkKMCJ5MIQcjs.getAs.call(void 0, Type_AnyPointer_Unconstrained, this);
|
|
1646
1646
|
}
|
|
1647
1647
|
_initUnconstrained() {
|
|
1648
|
-
|
|
1649
|
-
return
|
|
1648
|
+
_chunkKMCJ5MIQcjs.setUint16.call(void 0, 8, 0, this);
|
|
1649
|
+
return _chunkKMCJ5MIQcjs.getAs.call(void 0, Type_AnyPointer_Unconstrained, this);
|
|
1650
1650
|
}
|
|
1651
1651
|
get _isUnconstrained() {
|
|
1652
|
-
return
|
|
1652
|
+
return _chunkKMCJ5MIQcjs.getUint16.call(void 0, 8, this) === 0;
|
|
1653
1653
|
}
|
|
1654
1654
|
set unconstrained(_) {
|
|
1655
|
-
|
|
1655
|
+
_chunkKMCJ5MIQcjs.setUint16.call(void 0, 8, 0, this);
|
|
1656
1656
|
}
|
|
1657
1657
|
/**
|
|
1658
1658
|
* This is actually a reference to a type parameter defined within this scope.
|
|
1659
1659
|
*
|
|
1660
1660
|
*/
|
|
1661
1661
|
get parameter() {
|
|
1662
|
-
|
|
1663
|
-
return
|
|
1662
|
+
_chunkKMCJ5MIQcjs.testWhich.call(void 0, "parameter", _chunkKMCJ5MIQcjs.getUint16.call(void 0, 8, this), 1, this);
|
|
1663
|
+
return _chunkKMCJ5MIQcjs.getAs.call(void 0, Type_AnyPointer_Parameter, this);
|
|
1664
1664
|
}
|
|
1665
1665
|
_initParameter() {
|
|
1666
|
-
|
|
1667
|
-
return
|
|
1666
|
+
_chunkKMCJ5MIQcjs.setUint16.call(void 0, 8, 1, this);
|
|
1667
|
+
return _chunkKMCJ5MIQcjs.getAs.call(void 0, Type_AnyPointer_Parameter, this);
|
|
1668
1668
|
}
|
|
1669
1669
|
get _isParameter() {
|
|
1670
|
-
return
|
|
1670
|
+
return _chunkKMCJ5MIQcjs.getUint16.call(void 0, 8, this) === 1;
|
|
1671
1671
|
}
|
|
1672
1672
|
set parameter(_) {
|
|
1673
|
-
|
|
1673
|
+
_chunkKMCJ5MIQcjs.setUint16.call(void 0, 8, 1, this);
|
|
1674
1674
|
}
|
|
1675
1675
|
/**
|
|
1676
1676
|
* This is actually a reference to an implicit (generic) parameter of a method. The only
|
|
@@ -1678,24 +1678,24 @@ var Type_AnyPointer = (_class25 = class extends _chunkKXWOF6H4cjs.Struct {
|
|
|
1678
1678
|
*
|
|
1679
1679
|
*/
|
|
1680
1680
|
get implicitMethodParameter() {
|
|
1681
|
-
|
|
1682
|
-
return
|
|
1681
|
+
_chunkKMCJ5MIQcjs.testWhich.call(void 0, "implicitMethodParameter", _chunkKMCJ5MIQcjs.getUint16.call(void 0, 8, this), 2, this);
|
|
1682
|
+
return _chunkKMCJ5MIQcjs.getAs.call(void 0, Type_AnyPointer_ImplicitMethodParameter, this);
|
|
1683
1683
|
}
|
|
1684
1684
|
_initImplicitMethodParameter() {
|
|
1685
|
-
|
|
1686
|
-
return
|
|
1685
|
+
_chunkKMCJ5MIQcjs.setUint16.call(void 0, 8, 2, this);
|
|
1686
|
+
return _chunkKMCJ5MIQcjs.getAs.call(void 0, Type_AnyPointer_ImplicitMethodParameter, this);
|
|
1687
1687
|
}
|
|
1688
1688
|
get _isImplicitMethodParameter() {
|
|
1689
|
-
return
|
|
1689
|
+
return _chunkKMCJ5MIQcjs.getUint16.call(void 0, 8, this) === 2;
|
|
1690
1690
|
}
|
|
1691
1691
|
set implicitMethodParameter(_) {
|
|
1692
|
-
|
|
1692
|
+
_chunkKMCJ5MIQcjs.setUint16.call(void 0, 8, 2, this);
|
|
1693
1693
|
}
|
|
1694
1694
|
toString() {
|
|
1695
1695
|
return "Type_AnyPointer_" + super.toString();
|
|
1696
1696
|
}
|
|
1697
1697
|
which() {
|
|
1698
|
-
return
|
|
1698
|
+
return _chunkKMCJ5MIQcjs.getUint16.call(void 0, 8, this);
|
|
1699
1699
|
}
|
|
1700
1700
|
}, _class25.__initStatic44(), _class25.__initStatic45(), _class25.__initStatic46(), _class25.__initStatic47(), _class25);
|
|
1701
1701
|
var Type_Which = {
|
|
@@ -1719,7 +1719,7 @@ var Type_Which = {
|
|
|
1719
1719
|
INTERFACE: 17,
|
|
1720
1720
|
ANY_POINTER: 18
|
|
1721
1721
|
};
|
|
1722
|
-
var Type = (_class26 = class extends
|
|
1722
|
+
var Type = (_class26 = class extends _chunkKMCJ5MIQcjs.Struct {
|
|
1723
1723
|
static {
|
|
1724
1724
|
_chunkUSNT2KNTcjs.__name.call(void 0, this, "Type");
|
|
1725
1725
|
}
|
|
@@ -1745,167 +1745,167 @@ var Type = (_class26 = class extends _chunkKXWOF6H4cjs.Struct {
|
|
|
1745
1745
|
static __initStatic67() {this._capnp = {
|
|
1746
1746
|
displayName: "Type",
|
|
1747
1747
|
id: "d07378ede1f9cc60",
|
|
1748
|
-
size: new (0,
|
|
1748
|
+
size: new (0, _chunkKMCJ5MIQcjs.ObjectSize)(24, 1)
|
|
1749
1749
|
}}
|
|
1750
1750
|
get _isVoid() {
|
|
1751
|
-
return
|
|
1751
|
+
return _chunkKMCJ5MIQcjs.getUint16.call(void 0, 0, this) === 0;
|
|
1752
1752
|
}
|
|
1753
1753
|
set void(_) {
|
|
1754
|
-
|
|
1754
|
+
_chunkKMCJ5MIQcjs.setUint16.call(void 0, 0, 0, this);
|
|
1755
1755
|
}
|
|
1756
1756
|
get _isBool() {
|
|
1757
|
-
return
|
|
1757
|
+
return _chunkKMCJ5MIQcjs.getUint16.call(void 0, 0, this) === 1;
|
|
1758
1758
|
}
|
|
1759
1759
|
set bool(_) {
|
|
1760
|
-
|
|
1760
|
+
_chunkKMCJ5MIQcjs.setUint16.call(void 0, 0, 1, this);
|
|
1761
1761
|
}
|
|
1762
1762
|
get _isInt8() {
|
|
1763
|
-
return
|
|
1763
|
+
return _chunkKMCJ5MIQcjs.getUint16.call(void 0, 0, this) === 2;
|
|
1764
1764
|
}
|
|
1765
1765
|
set int8(_) {
|
|
1766
|
-
|
|
1766
|
+
_chunkKMCJ5MIQcjs.setUint16.call(void 0, 0, 2, this);
|
|
1767
1767
|
}
|
|
1768
1768
|
get _isInt16() {
|
|
1769
|
-
return
|
|
1769
|
+
return _chunkKMCJ5MIQcjs.getUint16.call(void 0, 0, this) === 3;
|
|
1770
1770
|
}
|
|
1771
1771
|
set int16(_) {
|
|
1772
|
-
|
|
1772
|
+
_chunkKMCJ5MIQcjs.setUint16.call(void 0, 0, 3, this);
|
|
1773
1773
|
}
|
|
1774
1774
|
get _isInt32() {
|
|
1775
|
-
return
|
|
1775
|
+
return _chunkKMCJ5MIQcjs.getUint16.call(void 0, 0, this) === 4;
|
|
1776
1776
|
}
|
|
1777
1777
|
set int32(_) {
|
|
1778
|
-
|
|
1778
|
+
_chunkKMCJ5MIQcjs.setUint16.call(void 0, 0, 4, this);
|
|
1779
1779
|
}
|
|
1780
1780
|
get _isInt64() {
|
|
1781
|
-
return
|
|
1781
|
+
return _chunkKMCJ5MIQcjs.getUint16.call(void 0, 0, this) === 5;
|
|
1782
1782
|
}
|
|
1783
1783
|
set int64(_) {
|
|
1784
|
-
|
|
1784
|
+
_chunkKMCJ5MIQcjs.setUint16.call(void 0, 0, 5, this);
|
|
1785
1785
|
}
|
|
1786
1786
|
get _isUint8() {
|
|
1787
|
-
return
|
|
1787
|
+
return _chunkKMCJ5MIQcjs.getUint16.call(void 0, 0, this) === 6;
|
|
1788
1788
|
}
|
|
1789
1789
|
set uint8(_) {
|
|
1790
|
-
|
|
1790
|
+
_chunkKMCJ5MIQcjs.setUint16.call(void 0, 0, 6, this);
|
|
1791
1791
|
}
|
|
1792
1792
|
get _isUint16() {
|
|
1793
|
-
return
|
|
1793
|
+
return _chunkKMCJ5MIQcjs.getUint16.call(void 0, 0, this) === 7;
|
|
1794
1794
|
}
|
|
1795
1795
|
set uint16(_) {
|
|
1796
|
-
|
|
1796
|
+
_chunkKMCJ5MIQcjs.setUint16.call(void 0, 0, 7, this);
|
|
1797
1797
|
}
|
|
1798
1798
|
get _isUint32() {
|
|
1799
|
-
return
|
|
1799
|
+
return _chunkKMCJ5MIQcjs.getUint16.call(void 0, 0, this) === 8;
|
|
1800
1800
|
}
|
|
1801
1801
|
set uint32(_) {
|
|
1802
|
-
|
|
1802
|
+
_chunkKMCJ5MIQcjs.setUint16.call(void 0, 0, 8, this);
|
|
1803
1803
|
}
|
|
1804
1804
|
get _isUint64() {
|
|
1805
|
-
return
|
|
1805
|
+
return _chunkKMCJ5MIQcjs.getUint16.call(void 0, 0, this) === 9;
|
|
1806
1806
|
}
|
|
1807
1807
|
set uint64(_) {
|
|
1808
|
-
|
|
1808
|
+
_chunkKMCJ5MIQcjs.setUint16.call(void 0, 0, 9, this);
|
|
1809
1809
|
}
|
|
1810
1810
|
get _isFloat32() {
|
|
1811
|
-
return
|
|
1811
|
+
return _chunkKMCJ5MIQcjs.getUint16.call(void 0, 0, this) === 10;
|
|
1812
1812
|
}
|
|
1813
1813
|
set float32(_) {
|
|
1814
|
-
|
|
1814
|
+
_chunkKMCJ5MIQcjs.setUint16.call(void 0, 0, 10, this);
|
|
1815
1815
|
}
|
|
1816
1816
|
get _isFloat64() {
|
|
1817
|
-
return
|
|
1817
|
+
return _chunkKMCJ5MIQcjs.getUint16.call(void 0, 0, this) === 11;
|
|
1818
1818
|
}
|
|
1819
1819
|
set float64(_) {
|
|
1820
|
-
|
|
1820
|
+
_chunkKMCJ5MIQcjs.setUint16.call(void 0, 0, 11, this);
|
|
1821
1821
|
}
|
|
1822
1822
|
get _isText() {
|
|
1823
|
-
return
|
|
1823
|
+
return _chunkKMCJ5MIQcjs.getUint16.call(void 0, 0, this) === 12;
|
|
1824
1824
|
}
|
|
1825
1825
|
set text(_) {
|
|
1826
|
-
|
|
1826
|
+
_chunkKMCJ5MIQcjs.setUint16.call(void 0, 0, 12, this);
|
|
1827
1827
|
}
|
|
1828
1828
|
get _isData() {
|
|
1829
|
-
return
|
|
1829
|
+
return _chunkKMCJ5MIQcjs.getUint16.call(void 0, 0, this) === 13;
|
|
1830
1830
|
}
|
|
1831
1831
|
set data(_) {
|
|
1832
|
-
|
|
1832
|
+
_chunkKMCJ5MIQcjs.setUint16.call(void 0, 0, 13, this);
|
|
1833
1833
|
}
|
|
1834
1834
|
get list() {
|
|
1835
|
-
|
|
1836
|
-
return
|
|
1835
|
+
_chunkKMCJ5MIQcjs.testWhich.call(void 0, "list", _chunkKMCJ5MIQcjs.getUint16.call(void 0, 0, this), 14, this);
|
|
1836
|
+
return _chunkKMCJ5MIQcjs.getAs.call(void 0, Type_List, this);
|
|
1837
1837
|
}
|
|
1838
1838
|
_initList() {
|
|
1839
|
-
|
|
1840
|
-
return
|
|
1839
|
+
_chunkKMCJ5MIQcjs.setUint16.call(void 0, 0, 14, this);
|
|
1840
|
+
return _chunkKMCJ5MIQcjs.getAs.call(void 0, Type_List, this);
|
|
1841
1841
|
}
|
|
1842
1842
|
get _isList() {
|
|
1843
|
-
return
|
|
1843
|
+
return _chunkKMCJ5MIQcjs.getUint16.call(void 0, 0, this) === 14;
|
|
1844
1844
|
}
|
|
1845
1845
|
set list(_) {
|
|
1846
|
-
|
|
1846
|
+
_chunkKMCJ5MIQcjs.setUint16.call(void 0, 0, 14, this);
|
|
1847
1847
|
}
|
|
1848
1848
|
get enum() {
|
|
1849
|
-
|
|
1850
|
-
return
|
|
1849
|
+
_chunkKMCJ5MIQcjs.testWhich.call(void 0, "enum", _chunkKMCJ5MIQcjs.getUint16.call(void 0, 0, this), 15, this);
|
|
1850
|
+
return _chunkKMCJ5MIQcjs.getAs.call(void 0, Type_Enum, this);
|
|
1851
1851
|
}
|
|
1852
1852
|
_initEnum() {
|
|
1853
|
-
|
|
1854
|
-
return
|
|
1853
|
+
_chunkKMCJ5MIQcjs.setUint16.call(void 0, 0, 15, this);
|
|
1854
|
+
return _chunkKMCJ5MIQcjs.getAs.call(void 0, Type_Enum, this);
|
|
1855
1855
|
}
|
|
1856
1856
|
get _isEnum() {
|
|
1857
|
-
return
|
|
1857
|
+
return _chunkKMCJ5MIQcjs.getUint16.call(void 0, 0, this) === 15;
|
|
1858
1858
|
}
|
|
1859
1859
|
set enum(_) {
|
|
1860
|
-
|
|
1860
|
+
_chunkKMCJ5MIQcjs.setUint16.call(void 0, 0, 15, this);
|
|
1861
1861
|
}
|
|
1862
1862
|
get struct() {
|
|
1863
|
-
|
|
1864
|
-
return
|
|
1863
|
+
_chunkKMCJ5MIQcjs.testWhich.call(void 0, "struct", _chunkKMCJ5MIQcjs.getUint16.call(void 0, 0, this), 16, this);
|
|
1864
|
+
return _chunkKMCJ5MIQcjs.getAs.call(void 0, Type_Struct, this);
|
|
1865
1865
|
}
|
|
1866
1866
|
_initStruct() {
|
|
1867
|
-
|
|
1868
|
-
return
|
|
1867
|
+
_chunkKMCJ5MIQcjs.setUint16.call(void 0, 0, 16, this);
|
|
1868
|
+
return _chunkKMCJ5MIQcjs.getAs.call(void 0, Type_Struct, this);
|
|
1869
1869
|
}
|
|
1870
1870
|
get _isStruct() {
|
|
1871
|
-
return
|
|
1871
|
+
return _chunkKMCJ5MIQcjs.getUint16.call(void 0, 0, this) === 16;
|
|
1872
1872
|
}
|
|
1873
1873
|
set struct(_) {
|
|
1874
|
-
|
|
1874
|
+
_chunkKMCJ5MIQcjs.setUint16.call(void 0, 0, 16, this);
|
|
1875
1875
|
}
|
|
1876
1876
|
get interface() {
|
|
1877
|
-
|
|
1878
|
-
return
|
|
1877
|
+
_chunkKMCJ5MIQcjs.testWhich.call(void 0, "interface", _chunkKMCJ5MIQcjs.getUint16.call(void 0, 0, this), 17, this);
|
|
1878
|
+
return _chunkKMCJ5MIQcjs.getAs.call(void 0, Type_Interface, this);
|
|
1879
1879
|
}
|
|
1880
1880
|
_initInterface() {
|
|
1881
|
-
|
|
1882
|
-
return
|
|
1881
|
+
_chunkKMCJ5MIQcjs.setUint16.call(void 0, 0, 17, this);
|
|
1882
|
+
return _chunkKMCJ5MIQcjs.getAs.call(void 0, Type_Interface, this);
|
|
1883
1883
|
}
|
|
1884
1884
|
get _isInterface() {
|
|
1885
|
-
return
|
|
1885
|
+
return _chunkKMCJ5MIQcjs.getUint16.call(void 0, 0, this) === 17;
|
|
1886
1886
|
}
|
|
1887
1887
|
set interface(_) {
|
|
1888
|
-
|
|
1888
|
+
_chunkKMCJ5MIQcjs.setUint16.call(void 0, 0, 17, this);
|
|
1889
1889
|
}
|
|
1890
1890
|
get anyPointer() {
|
|
1891
|
-
|
|
1892
|
-
return
|
|
1891
|
+
_chunkKMCJ5MIQcjs.testWhich.call(void 0, "anyPointer", _chunkKMCJ5MIQcjs.getUint16.call(void 0, 0, this), 18, this);
|
|
1892
|
+
return _chunkKMCJ5MIQcjs.getAs.call(void 0, Type_AnyPointer, this);
|
|
1893
1893
|
}
|
|
1894
1894
|
_initAnyPointer() {
|
|
1895
|
-
|
|
1896
|
-
return
|
|
1895
|
+
_chunkKMCJ5MIQcjs.setUint16.call(void 0, 0, 18, this);
|
|
1896
|
+
return _chunkKMCJ5MIQcjs.getAs.call(void 0, Type_AnyPointer, this);
|
|
1897
1897
|
}
|
|
1898
1898
|
get _isAnyPointer() {
|
|
1899
|
-
return
|
|
1899
|
+
return _chunkKMCJ5MIQcjs.getUint16.call(void 0, 0, this) === 18;
|
|
1900
1900
|
}
|
|
1901
1901
|
set anyPointer(_) {
|
|
1902
|
-
|
|
1902
|
+
_chunkKMCJ5MIQcjs.setUint16.call(void 0, 0, 18, this);
|
|
1903
1903
|
}
|
|
1904
1904
|
toString() {
|
|
1905
1905
|
return "Type_" + super.toString();
|
|
1906
1906
|
}
|
|
1907
1907
|
which() {
|
|
1908
|
-
return
|
|
1908
|
+
return _chunkKMCJ5MIQcjs.getUint16.call(void 0, 0, this);
|
|
1909
1909
|
}
|
|
1910
1910
|
}, _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);
|
|
1911
1911
|
var Brand_Scope_Which = {
|
|
@@ -1920,7 +1920,7 @@ var Brand_Scope_Which = {
|
|
|
1920
1920
|
*/
|
|
1921
1921
|
INHERIT: 1
|
|
1922
1922
|
};
|
|
1923
|
-
var Brand_Scope = (_class27 = class _Brand_Scope extends
|
|
1923
|
+
var Brand_Scope = (_class27 = class _Brand_Scope extends _chunkKMCJ5MIQcjs.Struct {
|
|
1924
1924
|
static {
|
|
1925
1925
|
_chunkUSNT2KNTcjs.__name.call(void 0, this, "Brand_Scope");
|
|
1926
1926
|
}
|
|
@@ -1929,7 +1929,7 @@ var Brand_Scope = (_class27 = class _Brand_Scope extends _chunkKXWOF6H4cjs.Struc
|
|
|
1929
1929
|
static __initStatic70() {this._capnp = {
|
|
1930
1930
|
displayName: "Scope",
|
|
1931
1931
|
id: "abd73485a9636bc9",
|
|
1932
|
-
size: new (0,
|
|
1932
|
+
size: new (0, _chunkKMCJ5MIQcjs.ObjectSize)(16, 1)
|
|
1933
1933
|
}}
|
|
1934
1934
|
|
|
1935
1935
|
/**
|
|
@@ -1937,58 +1937,58 @@ var Brand_Scope = (_class27 = class _Brand_Scope extends _chunkKXWOF6H4cjs.Struc
|
|
|
1937
1937
|
*
|
|
1938
1938
|
*/
|
|
1939
1939
|
get scopeId() {
|
|
1940
|
-
return
|
|
1940
|
+
return _chunkKMCJ5MIQcjs.getUint64.call(void 0, 0, this);
|
|
1941
1941
|
}
|
|
1942
1942
|
set scopeId(value) {
|
|
1943
|
-
|
|
1943
|
+
_chunkKMCJ5MIQcjs.setUint64.call(void 0, 0, value, this);
|
|
1944
1944
|
}
|
|
1945
1945
|
_adoptBind(value) {
|
|
1946
|
-
|
|
1947
|
-
|
|
1946
|
+
_chunkKMCJ5MIQcjs.setUint16.call(void 0, 8, 0, this);
|
|
1947
|
+
_chunkKMCJ5MIQcjs.adopt.call(void 0, value, _chunkKMCJ5MIQcjs.getPointer.call(void 0, 0, this));
|
|
1948
1948
|
}
|
|
1949
1949
|
_disownBind() {
|
|
1950
|
-
return
|
|
1950
|
+
return _chunkKMCJ5MIQcjs.disown.call(void 0, this.bind);
|
|
1951
1951
|
}
|
|
1952
1952
|
/**
|
|
1953
1953
|
* List of parameter bindings.
|
|
1954
1954
|
*
|
|
1955
1955
|
*/
|
|
1956
1956
|
get bind() {
|
|
1957
|
-
|
|
1958
|
-
return
|
|
1957
|
+
_chunkKMCJ5MIQcjs.testWhich.call(void 0, "bind", _chunkKMCJ5MIQcjs.getUint16.call(void 0, 8, this), 0, this);
|
|
1958
|
+
return _chunkKMCJ5MIQcjs.getList.call(void 0, 0, _Brand_Scope._Bind, this);
|
|
1959
1959
|
}
|
|
1960
1960
|
_hasBind() {
|
|
1961
|
-
return !
|
|
1961
|
+
return !_chunkKMCJ5MIQcjs.isNull.call(void 0, _chunkKMCJ5MIQcjs.getPointer.call(void 0, 0, this));
|
|
1962
1962
|
}
|
|
1963
1963
|
_initBind(length) {
|
|
1964
|
-
|
|
1965
|
-
return
|
|
1964
|
+
_chunkKMCJ5MIQcjs.setUint16.call(void 0, 8, 0, this);
|
|
1965
|
+
return _chunkKMCJ5MIQcjs.initList.call(void 0, 0, _Brand_Scope._Bind, length, this);
|
|
1966
1966
|
}
|
|
1967
1967
|
get _isBind() {
|
|
1968
|
-
return
|
|
1968
|
+
return _chunkKMCJ5MIQcjs.getUint16.call(void 0, 8, this) === 0;
|
|
1969
1969
|
}
|
|
1970
1970
|
set bind(value) {
|
|
1971
|
-
|
|
1972
|
-
|
|
1971
|
+
_chunkKMCJ5MIQcjs.setUint16.call(void 0, 8, 0, this);
|
|
1972
|
+
_chunkKMCJ5MIQcjs.copyFrom.call(void 0, value, _chunkKMCJ5MIQcjs.getPointer.call(void 0, 0, this));
|
|
1973
1973
|
}
|
|
1974
1974
|
get _isInherit() {
|
|
1975
|
-
return
|
|
1975
|
+
return _chunkKMCJ5MIQcjs.getUint16.call(void 0, 8, this) === 1;
|
|
1976
1976
|
}
|
|
1977
1977
|
set inherit(_) {
|
|
1978
|
-
|
|
1978
|
+
_chunkKMCJ5MIQcjs.setUint16.call(void 0, 8, 1, this);
|
|
1979
1979
|
}
|
|
1980
1980
|
toString() {
|
|
1981
1981
|
return "Brand_Scope_" + super.toString();
|
|
1982
1982
|
}
|
|
1983
1983
|
which() {
|
|
1984
|
-
return
|
|
1984
|
+
return _chunkKMCJ5MIQcjs.getUint16.call(void 0, 8, this);
|
|
1985
1985
|
}
|
|
1986
1986
|
}, _class27.__initStatic68(), _class27.__initStatic69(), _class27.__initStatic70(), _class27);
|
|
1987
1987
|
var Brand_Binding_Which = {
|
|
1988
1988
|
UNBOUND: 0,
|
|
1989
1989
|
TYPE: 1
|
|
1990
1990
|
};
|
|
1991
|
-
var Brand_Binding = (_class28 = class extends
|
|
1991
|
+
var Brand_Binding = (_class28 = class extends _chunkKMCJ5MIQcjs.Struct {
|
|
1992
1992
|
static {
|
|
1993
1993
|
_chunkUSNT2KNTcjs.__name.call(void 0, this, "Brand_Binding");
|
|
1994
1994
|
}
|
|
@@ -1997,47 +1997,47 @@ var Brand_Binding = (_class28 = class extends _chunkKXWOF6H4cjs.Struct {
|
|
|
1997
1997
|
static __initStatic73() {this._capnp = {
|
|
1998
1998
|
displayName: "Binding",
|
|
1999
1999
|
id: "c863cd16969ee7fc",
|
|
2000
|
-
size: new (0,
|
|
2000
|
+
size: new (0, _chunkKMCJ5MIQcjs.ObjectSize)(8, 1)
|
|
2001
2001
|
}}
|
|
2002
2002
|
get _isUnbound() {
|
|
2003
|
-
return
|
|
2003
|
+
return _chunkKMCJ5MIQcjs.getUint16.call(void 0, 0, this) === 0;
|
|
2004
2004
|
}
|
|
2005
2005
|
set unbound(_) {
|
|
2006
|
-
|
|
2006
|
+
_chunkKMCJ5MIQcjs.setUint16.call(void 0, 0, 0, this);
|
|
2007
2007
|
}
|
|
2008
2008
|
_adoptType(value) {
|
|
2009
|
-
|
|
2010
|
-
|
|
2009
|
+
_chunkKMCJ5MIQcjs.setUint16.call(void 0, 0, 1, this);
|
|
2010
|
+
_chunkKMCJ5MIQcjs.adopt.call(void 0, value, _chunkKMCJ5MIQcjs.getPointer.call(void 0, 0, this));
|
|
2011
2011
|
}
|
|
2012
2012
|
_disownType() {
|
|
2013
|
-
return
|
|
2013
|
+
return _chunkKMCJ5MIQcjs.disown.call(void 0, this.type);
|
|
2014
2014
|
}
|
|
2015
2015
|
get type() {
|
|
2016
|
-
|
|
2017
|
-
return
|
|
2016
|
+
_chunkKMCJ5MIQcjs.testWhich.call(void 0, "type", _chunkKMCJ5MIQcjs.getUint16.call(void 0, 0, this), 1, this);
|
|
2017
|
+
return _chunkKMCJ5MIQcjs.getStruct.call(void 0, 0, Type, this);
|
|
2018
2018
|
}
|
|
2019
2019
|
_hasType() {
|
|
2020
|
-
return !
|
|
2020
|
+
return !_chunkKMCJ5MIQcjs.isNull.call(void 0, _chunkKMCJ5MIQcjs.getPointer.call(void 0, 0, this));
|
|
2021
2021
|
}
|
|
2022
2022
|
_initType() {
|
|
2023
|
-
|
|
2024
|
-
return
|
|
2023
|
+
_chunkKMCJ5MIQcjs.setUint16.call(void 0, 0, 1, this);
|
|
2024
|
+
return _chunkKMCJ5MIQcjs.initStructAt.call(void 0, 0, Type, this);
|
|
2025
2025
|
}
|
|
2026
2026
|
get _isType() {
|
|
2027
|
-
return
|
|
2027
|
+
return _chunkKMCJ5MIQcjs.getUint16.call(void 0, 0, this) === 1;
|
|
2028
2028
|
}
|
|
2029
2029
|
set type(value) {
|
|
2030
|
-
|
|
2031
|
-
|
|
2030
|
+
_chunkKMCJ5MIQcjs.setUint16.call(void 0, 0, 1, this);
|
|
2031
|
+
_chunkKMCJ5MIQcjs.copyFrom.call(void 0, value, _chunkKMCJ5MIQcjs.getPointer.call(void 0, 0, this));
|
|
2032
2032
|
}
|
|
2033
2033
|
toString() {
|
|
2034
2034
|
return "Brand_Binding_" + super.toString();
|
|
2035
2035
|
}
|
|
2036
2036
|
which() {
|
|
2037
|
-
return
|
|
2037
|
+
return _chunkKMCJ5MIQcjs.getUint16.call(void 0, 0, this);
|
|
2038
2038
|
}
|
|
2039
2039
|
}, _class28.__initStatic71(), _class28.__initStatic72(), _class28.__initStatic73(), _class28);
|
|
2040
|
-
var Brand = (_class29 = class _Brand extends
|
|
2040
|
+
var Brand = (_class29 = class _Brand extends _chunkKMCJ5MIQcjs.Struct {
|
|
2041
2041
|
static {
|
|
2042
2042
|
_chunkUSNT2KNTcjs.__name.call(void 0, this, "Brand");
|
|
2043
2043
|
}
|
|
@@ -2046,14 +2046,14 @@ var Brand = (_class29 = class _Brand extends _chunkKXWOF6H4cjs.Struct {
|
|
|
2046
2046
|
static __initStatic76() {this._capnp = {
|
|
2047
2047
|
displayName: "Brand",
|
|
2048
2048
|
id: "903455f06065422b",
|
|
2049
|
-
size: new (0,
|
|
2049
|
+
size: new (0, _chunkKMCJ5MIQcjs.ObjectSize)(0, 1)
|
|
2050
2050
|
}}
|
|
2051
2051
|
|
|
2052
2052
|
_adoptScopes(value) {
|
|
2053
|
-
|
|
2053
|
+
_chunkKMCJ5MIQcjs.adopt.call(void 0, value, _chunkKMCJ5MIQcjs.getPointer.call(void 0, 0, this));
|
|
2054
2054
|
}
|
|
2055
2055
|
_disownScopes() {
|
|
2056
|
-
return
|
|
2056
|
+
return _chunkKMCJ5MIQcjs.disown.call(void 0, this.scopes);
|
|
2057
2057
|
}
|
|
2058
2058
|
/**
|
|
2059
2059
|
* For each of the target type and each of its parent scopes, a parameterization may be included
|
|
@@ -2062,16 +2062,16 @@ var Brand = (_class29 = class _Brand extends _chunkKXWOF6H4cjs.Struct {
|
|
|
2062
2062
|
*
|
|
2063
2063
|
*/
|
|
2064
2064
|
get scopes() {
|
|
2065
|
-
return
|
|
2065
|
+
return _chunkKMCJ5MIQcjs.getList.call(void 0, 0, _Brand._Scopes, this);
|
|
2066
2066
|
}
|
|
2067
2067
|
_hasScopes() {
|
|
2068
|
-
return !
|
|
2068
|
+
return !_chunkKMCJ5MIQcjs.isNull.call(void 0, _chunkKMCJ5MIQcjs.getPointer.call(void 0, 0, this));
|
|
2069
2069
|
}
|
|
2070
2070
|
_initScopes(length) {
|
|
2071
|
-
return
|
|
2071
|
+
return _chunkKMCJ5MIQcjs.initList.call(void 0, 0, _Brand._Scopes, length, this);
|
|
2072
2072
|
}
|
|
2073
2073
|
set scopes(value) {
|
|
2074
|
-
|
|
2074
|
+
_chunkKMCJ5MIQcjs.copyFrom.call(void 0, value, _chunkKMCJ5MIQcjs.getPointer.call(void 0, 0, this));
|
|
2075
2075
|
}
|
|
2076
2076
|
toString() {
|
|
2077
2077
|
return "Brand_" + super.toString();
|
|
@@ -2103,7 +2103,7 @@ var Value_Which = {
|
|
|
2103
2103
|
INTERFACE: 17,
|
|
2104
2104
|
ANY_POINTER: 18
|
|
2105
2105
|
};
|
|
2106
|
-
var Value = (_class30 = class extends
|
|
2106
|
+
var Value = (_class30 = class extends _chunkKMCJ5MIQcjs.Struct {
|
|
2107
2107
|
static {
|
|
2108
2108
|
_chunkUSNT2KNTcjs.__name.call(void 0, this, "Value");
|
|
2109
2109
|
}
|
|
@@ -2129,282 +2129,282 @@ var Value = (_class30 = class extends _chunkKXWOF6H4cjs.Struct {
|
|
|
2129
2129
|
static __initStatic96() {this._capnp = {
|
|
2130
2130
|
displayName: "Value",
|
|
2131
2131
|
id: "ce23dcd2d7b00c9b",
|
|
2132
|
-
size: new (0,
|
|
2132
|
+
size: new (0, _chunkKMCJ5MIQcjs.ObjectSize)(16, 1)
|
|
2133
2133
|
}}
|
|
2134
2134
|
get _isVoid() {
|
|
2135
|
-
return
|
|
2135
|
+
return _chunkKMCJ5MIQcjs.getUint16.call(void 0, 0, this) === 0;
|
|
2136
2136
|
}
|
|
2137
2137
|
set void(_) {
|
|
2138
|
-
|
|
2138
|
+
_chunkKMCJ5MIQcjs.setUint16.call(void 0, 0, 0, this);
|
|
2139
2139
|
}
|
|
2140
2140
|
get bool() {
|
|
2141
|
-
|
|
2142
|
-
return
|
|
2141
|
+
_chunkKMCJ5MIQcjs.testWhich.call(void 0, "bool", _chunkKMCJ5MIQcjs.getUint16.call(void 0, 0, this), 1, this);
|
|
2142
|
+
return _chunkKMCJ5MIQcjs.getBit.call(void 0, 16, this);
|
|
2143
2143
|
}
|
|
2144
2144
|
get _isBool() {
|
|
2145
|
-
return
|
|
2145
|
+
return _chunkKMCJ5MIQcjs.getUint16.call(void 0, 0, this) === 1;
|
|
2146
2146
|
}
|
|
2147
2147
|
set bool(value) {
|
|
2148
|
-
|
|
2149
|
-
|
|
2148
|
+
_chunkKMCJ5MIQcjs.setUint16.call(void 0, 0, 1, this);
|
|
2149
|
+
_chunkKMCJ5MIQcjs.setBit.call(void 0, 16, value, this);
|
|
2150
2150
|
}
|
|
2151
2151
|
get int8() {
|
|
2152
|
-
|
|
2153
|
-
return
|
|
2152
|
+
_chunkKMCJ5MIQcjs.testWhich.call(void 0, "int8", _chunkKMCJ5MIQcjs.getUint16.call(void 0, 0, this), 2, this);
|
|
2153
|
+
return _chunkKMCJ5MIQcjs.getInt8.call(void 0, 2, this);
|
|
2154
2154
|
}
|
|
2155
2155
|
get _isInt8() {
|
|
2156
|
-
return
|
|
2156
|
+
return _chunkKMCJ5MIQcjs.getUint16.call(void 0, 0, this) === 2;
|
|
2157
2157
|
}
|
|
2158
2158
|
set int8(value) {
|
|
2159
|
-
|
|
2160
|
-
|
|
2159
|
+
_chunkKMCJ5MIQcjs.setUint16.call(void 0, 0, 2, this);
|
|
2160
|
+
_chunkKMCJ5MIQcjs.setInt8.call(void 0, 2, value, this);
|
|
2161
2161
|
}
|
|
2162
2162
|
get int16() {
|
|
2163
|
-
|
|
2164
|
-
return
|
|
2163
|
+
_chunkKMCJ5MIQcjs.testWhich.call(void 0, "int16", _chunkKMCJ5MIQcjs.getUint16.call(void 0, 0, this), 3, this);
|
|
2164
|
+
return _chunkKMCJ5MIQcjs.getInt16.call(void 0, 2, this);
|
|
2165
2165
|
}
|
|
2166
2166
|
get _isInt16() {
|
|
2167
|
-
return
|
|
2167
|
+
return _chunkKMCJ5MIQcjs.getUint16.call(void 0, 0, this) === 3;
|
|
2168
2168
|
}
|
|
2169
2169
|
set int16(value) {
|
|
2170
|
-
|
|
2171
|
-
|
|
2170
|
+
_chunkKMCJ5MIQcjs.setUint16.call(void 0, 0, 3, this);
|
|
2171
|
+
_chunkKMCJ5MIQcjs.setInt16.call(void 0, 2, value, this);
|
|
2172
2172
|
}
|
|
2173
2173
|
get int32() {
|
|
2174
|
-
|
|
2175
|
-
return
|
|
2174
|
+
_chunkKMCJ5MIQcjs.testWhich.call(void 0, "int32", _chunkKMCJ5MIQcjs.getUint16.call(void 0, 0, this), 4, this);
|
|
2175
|
+
return _chunkKMCJ5MIQcjs.getInt32.call(void 0, 4, this);
|
|
2176
2176
|
}
|
|
2177
2177
|
get _isInt32() {
|
|
2178
|
-
return
|
|
2178
|
+
return _chunkKMCJ5MIQcjs.getUint16.call(void 0, 0, this) === 4;
|
|
2179
2179
|
}
|
|
2180
2180
|
set int32(value) {
|
|
2181
|
-
|
|
2182
|
-
|
|
2181
|
+
_chunkKMCJ5MIQcjs.setUint16.call(void 0, 0, 4, this);
|
|
2182
|
+
_chunkKMCJ5MIQcjs.setInt32.call(void 0, 4, value, this);
|
|
2183
2183
|
}
|
|
2184
2184
|
get int64() {
|
|
2185
|
-
|
|
2186
|
-
return
|
|
2185
|
+
_chunkKMCJ5MIQcjs.testWhich.call(void 0, "int64", _chunkKMCJ5MIQcjs.getUint16.call(void 0, 0, this), 5, this);
|
|
2186
|
+
return _chunkKMCJ5MIQcjs.getInt64.call(void 0, 8, this);
|
|
2187
2187
|
}
|
|
2188
2188
|
get _isInt64() {
|
|
2189
|
-
return
|
|
2189
|
+
return _chunkKMCJ5MIQcjs.getUint16.call(void 0, 0, this) === 5;
|
|
2190
2190
|
}
|
|
2191
2191
|
set int64(value) {
|
|
2192
|
-
|
|
2193
|
-
|
|
2192
|
+
_chunkKMCJ5MIQcjs.setUint16.call(void 0, 0, 5, this);
|
|
2193
|
+
_chunkKMCJ5MIQcjs.setInt64.call(void 0, 8, value, this);
|
|
2194
2194
|
}
|
|
2195
2195
|
get uint8() {
|
|
2196
|
-
|
|
2197
|
-
return
|
|
2196
|
+
_chunkKMCJ5MIQcjs.testWhich.call(void 0, "uint8", _chunkKMCJ5MIQcjs.getUint16.call(void 0, 0, this), 6, this);
|
|
2197
|
+
return _chunkKMCJ5MIQcjs.getUint8.call(void 0, 2, this);
|
|
2198
2198
|
}
|
|
2199
2199
|
get _isUint8() {
|
|
2200
|
-
return
|
|
2200
|
+
return _chunkKMCJ5MIQcjs.getUint16.call(void 0, 0, this) === 6;
|
|
2201
2201
|
}
|
|
2202
2202
|
set uint8(value) {
|
|
2203
|
-
|
|
2204
|
-
|
|
2203
|
+
_chunkKMCJ5MIQcjs.setUint16.call(void 0, 0, 6, this);
|
|
2204
|
+
_chunkKMCJ5MIQcjs.setUint8.call(void 0, 2, value, this);
|
|
2205
2205
|
}
|
|
2206
2206
|
get uint16() {
|
|
2207
|
-
|
|
2208
|
-
return
|
|
2207
|
+
_chunkKMCJ5MIQcjs.testWhich.call(void 0, "uint16", _chunkKMCJ5MIQcjs.getUint16.call(void 0, 0, this), 7, this);
|
|
2208
|
+
return _chunkKMCJ5MIQcjs.getUint16.call(void 0, 2, this);
|
|
2209
2209
|
}
|
|
2210
2210
|
get _isUint16() {
|
|
2211
|
-
return
|
|
2211
|
+
return _chunkKMCJ5MIQcjs.getUint16.call(void 0, 0, this) === 7;
|
|
2212
2212
|
}
|
|
2213
2213
|
set uint16(value) {
|
|
2214
|
-
|
|
2215
|
-
|
|
2214
|
+
_chunkKMCJ5MIQcjs.setUint16.call(void 0, 0, 7, this);
|
|
2215
|
+
_chunkKMCJ5MIQcjs.setUint16.call(void 0, 2, value, this);
|
|
2216
2216
|
}
|
|
2217
2217
|
get uint32() {
|
|
2218
|
-
|
|
2219
|
-
return
|
|
2218
|
+
_chunkKMCJ5MIQcjs.testWhich.call(void 0, "uint32", _chunkKMCJ5MIQcjs.getUint16.call(void 0, 0, this), 8, this);
|
|
2219
|
+
return _chunkKMCJ5MIQcjs.getUint32.call(void 0, 4, this);
|
|
2220
2220
|
}
|
|
2221
2221
|
get _isUint32() {
|
|
2222
|
-
return
|
|
2222
|
+
return _chunkKMCJ5MIQcjs.getUint16.call(void 0, 0, this) === 8;
|
|
2223
2223
|
}
|
|
2224
2224
|
set uint32(value) {
|
|
2225
|
-
|
|
2226
|
-
|
|
2225
|
+
_chunkKMCJ5MIQcjs.setUint16.call(void 0, 0, 8, this);
|
|
2226
|
+
_chunkKMCJ5MIQcjs.setUint32.call(void 0, 4, value, this);
|
|
2227
2227
|
}
|
|
2228
2228
|
get uint64() {
|
|
2229
|
-
|
|
2230
|
-
return
|
|
2229
|
+
_chunkKMCJ5MIQcjs.testWhich.call(void 0, "uint64", _chunkKMCJ5MIQcjs.getUint16.call(void 0, 0, this), 9, this);
|
|
2230
|
+
return _chunkKMCJ5MIQcjs.getUint64.call(void 0, 8, this);
|
|
2231
2231
|
}
|
|
2232
2232
|
get _isUint64() {
|
|
2233
|
-
return
|
|
2233
|
+
return _chunkKMCJ5MIQcjs.getUint16.call(void 0, 0, this) === 9;
|
|
2234
2234
|
}
|
|
2235
2235
|
set uint64(value) {
|
|
2236
|
-
|
|
2237
|
-
|
|
2236
|
+
_chunkKMCJ5MIQcjs.setUint16.call(void 0, 0, 9, this);
|
|
2237
|
+
_chunkKMCJ5MIQcjs.setUint64.call(void 0, 8, value, this);
|
|
2238
2238
|
}
|
|
2239
2239
|
get float32() {
|
|
2240
|
-
|
|
2241
|
-
return
|
|
2240
|
+
_chunkKMCJ5MIQcjs.testWhich.call(void 0, "float32", _chunkKMCJ5MIQcjs.getUint16.call(void 0, 0, this), 10, this);
|
|
2241
|
+
return _chunkKMCJ5MIQcjs.getFloat32.call(void 0, 4, this);
|
|
2242
2242
|
}
|
|
2243
2243
|
get _isFloat32() {
|
|
2244
|
-
return
|
|
2244
|
+
return _chunkKMCJ5MIQcjs.getUint16.call(void 0, 0, this) === 10;
|
|
2245
2245
|
}
|
|
2246
2246
|
set float32(value) {
|
|
2247
|
-
|
|
2248
|
-
|
|
2247
|
+
_chunkKMCJ5MIQcjs.setUint16.call(void 0, 0, 10, this);
|
|
2248
|
+
_chunkKMCJ5MIQcjs.setFloat32.call(void 0, 4, value, this);
|
|
2249
2249
|
}
|
|
2250
2250
|
get float64() {
|
|
2251
|
-
|
|
2252
|
-
return
|
|
2251
|
+
_chunkKMCJ5MIQcjs.testWhich.call(void 0, "float64", _chunkKMCJ5MIQcjs.getUint16.call(void 0, 0, this), 11, this);
|
|
2252
|
+
return _chunkKMCJ5MIQcjs.getFloat64.call(void 0, 8, this);
|
|
2253
2253
|
}
|
|
2254
2254
|
get _isFloat64() {
|
|
2255
|
-
return
|
|
2255
|
+
return _chunkKMCJ5MIQcjs.getUint16.call(void 0, 0, this) === 11;
|
|
2256
2256
|
}
|
|
2257
2257
|
set float64(value) {
|
|
2258
|
-
|
|
2259
|
-
|
|
2258
|
+
_chunkKMCJ5MIQcjs.setUint16.call(void 0, 0, 11, this);
|
|
2259
|
+
_chunkKMCJ5MIQcjs.setFloat64.call(void 0, 8, value, this);
|
|
2260
2260
|
}
|
|
2261
2261
|
get text() {
|
|
2262
|
-
|
|
2263
|
-
return
|
|
2262
|
+
_chunkKMCJ5MIQcjs.testWhich.call(void 0, "text", _chunkKMCJ5MIQcjs.getUint16.call(void 0, 0, this), 12, this);
|
|
2263
|
+
return _chunkKMCJ5MIQcjs.getText.call(void 0, 0, this);
|
|
2264
2264
|
}
|
|
2265
2265
|
get _isText() {
|
|
2266
|
-
return
|
|
2266
|
+
return _chunkKMCJ5MIQcjs.getUint16.call(void 0, 0, this) === 12;
|
|
2267
2267
|
}
|
|
2268
2268
|
set text(value) {
|
|
2269
|
-
|
|
2270
|
-
|
|
2269
|
+
_chunkKMCJ5MIQcjs.setUint16.call(void 0, 0, 12, this);
|
|
2270
|
+
_chunkKMCJ5MIQcjs.setText.call(void 0, 0, value, this);
|
|
2271
2271
|
}
|
|
2272
2272
|
_adoptData(value) {
|
|
2273
|
-
|
|
2274
|
-
|
|
2273
|
+
_chunkKMCJ5MIQcjs.setUint16.call(void 0, 0, 13, this);
|
|
2274
|
+
_chunkKMCJ5MIQcjs.adopt.call(void 0, value, _chunkKMCJ5MIQcjs.getPointer.call(void 0, 0, this));
|
|
2275
2275
|
}
|
|
2276
2276
|
_disownData() {
|
|
2277
|
-
return
|
|
2277
|
+
return _chunkKMCJ5MIQcjs.disown.call(void 0, this.data);
|
|
2278
2278
|
}
|
|
2279
2279
|
get data() {
|
|
2280
|
-
|
|
2281
|
-
return
|
|
2280
|
+
_chunkKMCJ5MIQcjs.testWhich.call(void 0, "data", _chunkKMCJ5MIQcjs.getUint16.call(void 0, 0, this), 13, this);
|
|
2281
|
+
return _chunkKMCJ5MIQcjs.getData.call(void 0, 0, this);
|
|
2282
2282
|
}
|
|
2283
2283
|
_hasData() {
|
|
2284
|
-
return !
|
|
2284
|
+
return !_chunkKMCJ5MIQcjs.isNull.call(void 0, _chunkKMCJ5MIQcjs.getPointer.call(void 0, 0, this));
|
|
2285
2285
|
}
|
|
2286
2286
|
_initData(length) {
|
|
2287
|
-
|
|
2288
|
-
return
|
|
2287
|
+
_chunkKMCJ5MIQcjs.setUint16.call(void 0, 0, 13, this);
|
|
2288
|
+
return _chunkKMCJ5MIQcjs.initData.call(void 0, 0, length, this);
|
|
2289
2289
|
}
|
|
2290
2290
|
get _isData() {
|
|
2291
|
-
return
|
|
2291
|
+
return _chunkKMCJ5MIQcjs.getUint16.call(void 0, 0, this) === 13;
|
|
2292
2292
|
}
|
|
2293
2293
|
set data(value) {
|
|
2294
|
-
|
|
2295
|
-
|
|
2294
|
+
_chunkKMCJ5MIQcjs.setUint16.call(void 0, 0, 13, this);
|
|
2295
|
+
_chunkKMCJ5MIQcjs.copyFrom.call(void 0, value, _chunkKMCJ5MIQcjs.getPointer.call(void 0, 0, this));
|
|
2296
2296
|
}
|
|
2297
2297
|
_adoptList(value) {
|
|
2298
|
-
|
|
2299
|
-
|
|
2298
|
+
_chunkKMCJ5MIQcjs.setUint16.call(void 0, 0, 14, this);
|
|
2299
|
+
_chunkKMCJ5MIQcjs.adopt.call(void 0, value, _chunkKMCJ5MIQcjs.getPointer.call(void 0, 0, this));
|
|
2300
2300
|
}
|
|
2301
2301
|
_disownList() {
|
|
2302
|
-
return
|
|
2302
|
+
return _chunkKMCJ5MIQcjs.disown.call(void 0, this.list);
|
|
2303
2303
|
}
|
|
2304
2304
|
get list() {
|
|
2305
|
-
|
|
2306
|
-
return
|
|
2305
|
+
_chunkKMCJ5MIQcjs.testWhich.call(void 0, "list", _chunkKMCJ5MIQcjs.getUint16.call(void 0, 0, this), 14, this);
|
|
2306
|
+
return _chunkKMCJ5MIQcjs.getPointer.call(void 0, 0, this);
|
|
2307
2307
|
}
|
|
2308
2308
|
_hasList() {
|
|
2309
|
-
return !
|
|
2309
|
+
return !_chunkKMCJ5MIQcjs.isNull.call(void 0, _chunkKMCJ5MIQcjs.getPointer.call(void 0, 0, this));
|
|
2310
2310
|
}
|
|
2311
2311
|
get _isList() {
|
|
2312
|
-
return
|
|
2312
|
+
return _chunkKMCJ5MIQcjs.getUint16.call(void 0, 0, this) === 14;
|
|
2313
2313
|
}
|
|
2314
2314
|
set list(value) {
|
|
2315
|
-
|
|
2316
|
-
|
|
2315
|
+
_chunkKMCJ5MIQcjs.setUint16.call(void 0, 0, 14, this);
|
|
2316
|
+
_chunkKMCJ5MIQcjs.copyFrom.call(void 0, value, _chunkKMCJ5MIQcjs.getPointer.call(void 0, 0, this));
|
|
2317
2317
|
}
|
|
2318
2318
|
get enum() {
|
|
2319
|
-
|
|
2320
|
-
return
|
|
2319
|
+
_chunkKMCJ5MIQcjs.testWhich.call(void 0, "enum", _chunkKMCJ5MIQcjs.getUint16.call(void 0, 0, this), 15, this);
|
|
2320
|
+
return _chunkKMCJ5MIQcjs.getUint16.call(void 0, 2, this);
|
|
2321
2321
|
}
|
|
2322
2322
|
get _isEnum() {
|
|
2323
|
-
return
|
|
2323
|
+
return _chunkKMCJ5MIQcjs.getUint16.call(void 0, 0, this) === 15;
|
|
2324
2324
|
}
|
|
2325
2325
|
set enum(value) {
|
|
2326
|
-
|
|
2327
|
-
|
|
2326
|
+
_chunkKMCJ5MIQcjs.setUint16.call(void 0, 0, 15, this);
|
|
2327
|
+
_chunkKMCJ5MIQcjs.setUint16.call(void 0, 2, value, this);
|
|
2328
2328
|
}
|
|
2329
2329
|
_adoptStruct(value) {
|
|
2330
|
-
|
|
2331
|
-
|
|
2330
|
+
_chunkKMCJ5MIQcjs.setUint16.call(void 0, 0, 16, this);
|
|
2331
|
+
_chunkKMCJ5MIQcjs.adopt.call(void 0, value, _chunkKMCJ5MIQcjs.getPointer.call(void 0, 0, this));
|
|
2332
2332
|
}
|
|
2333
2333
|
_disownStruct() {
|
|
2334
|
-
return
|
|
2334
|
+
return _chunkKMCJ5MIQcjs.disown.call(void 0, this.struct);
|
|
2335
2335
|
}
|
|
2336
2336
|
get struct() {
|
|
2337
|
-
|
|
2338
|
-
return
|
|
2337
|
+
_chunkKMCJ5MIQcjs.testWhich.call(void 0, "struct", _chunkKMCJ5MIQcjs.getUint16.call(void 0, 0, this), 16, this);
|
|
2338
|
+
return _chunkKMCJ5MIQcjs.getPointer.call(void 0, 0, this);
|
|
2339
2339
|
}
|
|
2340
2340
|
_hasStruct() {
|
|
2341
|
-
return !
|
|
2341
|
+
return !_chunkKMCJ5MIQcjs.isNull.call(void 0, _chunkKMCJ5MIQcjs.getPointer.call(void 0, 0, this));
|
|
2342
2342
|
}
|
|
2343
2343
|
get _isStruct() {
|
|
2344
|
-
return
|
|
2344
|
+
return _chunkKMCJ5MIQcjs.getUint16.call(void 0, 0, this) === 16;
|
|
2345
2345
|
}
|
|
2346
2346
|
set struct(value) {
|
|
2347
|
-
|
|
2348
|
-
|
|
2347
|
+
_chunkKMCJ5MIQcjs.setUint16.call(void 0, 0, 16, this);
|
|
2348
|
+
_chunkKMCJ5MIQcjs.copyFrom.call(void 0, value, _chunkKMCJ5MIQcjs.getPointer.call(void 0, 0, this));
|
|
2349
2349
|
}
|
|
2350
2350
|
get _isInterface() {
|
|
2351
|
-
return
|
|
2351
|
+
return _chunkKMCJ5MIQcjs.getUint16.call(void 0, 0, this) === 17;
|
|
2352
2352
|
}
|
|
2353
2353
|
set interface(_) {
|
|
2354
|
-
|
|
2354
|
+
_chunkKMCJ5MIQcjs.setUint16.call(void 0, 0, 17, this);
|
|
2355
2355
|
}
|
|
2356
2356
|
_adoptAnyPointer(value) {
|
|
2357
|
-
|
|
2358
|
-
|
|
2357
|
+
_chunkKMCJ5MIQcjs.setUint16.call(void 0, 0, 18, this);
|
|
2358
|
+
_chunkKMCJ5MIQcjs.adopt.call(void 0, value, _chunkKMCJ5MIQcjs.getPointer.call(void 0, 0, this));
|
|
2359
2359
|
}
|
|
2360
2360
|
_disownAnyPointer() {
|
|
2361
|
-
return
|
|
2361
|
+
return _chunkKMCJ5MIQcjs.disown.call(void 0, this.anyPointer);
|
|
2362
2362
|
}
|
|
2363
2363
|
get anyPointer() {
|
|
2364
|
-
|
|
2365
|
-
return
|
|
2364
|
+
_chunkKMCJ5MIQcjs.testWhich.call(void 0, "anyPointer", _chunkKMCJ5MIQcjs.getUint16.call(void 0, 0, this), 18, this);
|
|
2365
|
+
return _chunkKMCJ5MIQcjs.getPointer.call(void 0, 0, this);
|
|
2366
2366
|
}
|
|
2367
2367
|
_hasAnyPointer() {
|
|
2368
|
-
return !
|
|
2368
|
+
return !_chunkKMCJ5MIQcjs.isNull.call(void 0, _chunkKMCJ5MIQcjs.getPointer.call(void 0, 0, this));
|
|
2369
2369
|
}
|
|
2370
2370
|
get _isAnyPointer() {
|
|
2371
|
-
return
|
|
2371
|
+
return _chunkKMCJ5MIQcjs.getUint16.call(void 0, 0, this) === 18;
|
|
2372
2372
|
}
|
|
2373
2373
|
set anyPointer(value) {
|
|
2374
|
-
|
|
2375
|
-
|
|
2374
|
+
_chunkKMCJ5MIQcjs.setUint16.call(void 0, 0, 18, this);
|
|
2375
|
+
_chunkKMCJ5MIQcjs.copyFrom.call(void 0, value, _chunkKMCJ5MIQcjs.getPointer.call(void 0, 0, this));
|
|
2376
2376
|
}
|
|
2377
2377
|
toString() {
|
|
2378
2378
|
return "Value_" + super.toString();
|
|
2379
2379
|
}
|
|
2380
2380
|
which() {
|
|
2381
|
-
return
|
|
2381
|
+
return _chunkKMCJ5MIQcjs.getUint16.call(void 0, 0, this);
|
|
2382
2382
|
}
|
|
2383
2383
|
}, _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);
|
|
2384
|
-
var Annotation = (_class31 = class extends
|
|
2384
|
+
var Annotation = (_class31 = class extends _chunkKMCJ5MIQcjs.Struct {
|
|
2385
2385
|
static {
|
|
2386
2386
|
_chunkUSNT2KNTcjs.__name.call(void 0, this, "Annotation");
|
|
2387
2387
|
}
|
|
2388
2388
|
static __initStatic97() {this._capnp = {
|
|
2389
2389
|
displayName: "Annotation",
|
|
2390
2390
|
id: "f1c8950dab257542",
|
|
2391
|
-
size: new (0,
|
|
2391
|
+
size: new (0, _chunkKMCJ5MIQcjs.ObjectSize)(8, 2)
|
|
2392
2392
|
}}
|
|
2393
2393
|
/**
|
|
2394
2394
|
* ID of the annotation node.
|
|
2395
2395
|
*
|
|
2396
2396
|
*/
|
|
2397
2397
|
get id() {
|
|
2398
|
-
return
|
|
2398
|
+
return _chunkKMCJ5MIQcjs.getUint64.call(void 0, 0, this);
|
|
2399
2399
|
}
|
|
2400
2400
|
set id(value) {
|
|
2401
|
-
|
|
2401
|
+
_chunkKMCJ5MIQcjs.setUint64.call(void 0, 0, value, this);
|
|
2402
2402
|
}
|
|
2403
2403
|
_adoptBrand(value) {
|
|
2404
|
-
|
|
2404
|
+
_chunkKMCJ5MIQcjs.adopt.call(void 0, value, _chunkKMCJ5MIQcjs.getPointer.call(void 0, 1, this));
|
|
2405
2405
|
}
|
|
2406
2406
|
_disownBrand() {
|
|
2407
|
-
return
|
|
2407
|
+
return _chunkKMCJ5MIQcjs.disown.call(void 0, this.brand);
|
|
2408
2408
|
}
|
|
2409
2409
|
/**
|
|
2410
2410
|
* Brand of the annotation.
|
|
@@ -2413,34 +2413,34 @@ var Annotation = (_class31 = class extends _chunkKXWOF6H4cjs.Struct {
|
|
|
2413
2413
|
*
|
|
2414
2414
|
*/
|
|
2415
2415
|
get brand() {
|
|
2416
|
-
return
|
|
2416
|
+
return _chunkKMCJ5MIQcjs.getStruct.call(void 0, 1, Brand, this);
|
|
2417
2417
|
}
|
|
2418
2418
|
_hasBrand() {
|
|
2419
|
-
return !
|
|
2419
|
+
return !_chunkKMCJ5MIQcjs.isNull.call(void 0, _chunkKMCJ5MIQcjs.getPointer.call(void 0, 1, this));
|
|
2420
2420
|
}
|
|
2421
2421
|
_initBrand() {
|
|
2422
|
-
return
|
|
2422
|
+
return _chunkKMCJ5MIQcjs.initStructAt.call(void 0, 1, Brand, this);
|
|
2423
2423
|
}
|
|
2424
2424
|
set brand(value) {
|
|
2425
|
-
|
|
2425
|
+
_chunkKMCJ5MIQcjs.copyFrom.call(void 0, value, _chunkKMCJ5MIQcjs.getPointer.call(void 0, 1, this));
|
|
2426
2426
|
}
|
|
2427
2427
|
_adoptValue(value) {
|
|
2428
|
-
|
|
2428
|
+
_chunkKMCJ5MIQcjs.adopt.call(void 0, value, _chunkKMCJ5MIQcjs.getPointer.call(void 0, 0, this));
|
|
2429
2429
|
}
|
|
2430
2430
|
_disownValue() {
|
|
2431
|
-
return
|
|
2431
|
+
return _chunkKMCJ5MIQcjs.disown.call(void 0, this.value);
|
|
2432
2432
|
}
|
|
2433
2433
|
get value() {
|
|
2434
|
-
return
|
|
2434
|
+
return _chunkKMCJ5MIQcjs.getStruct.call(void 0, 0, Value, this);
|
|
2435
2435
|
}
|
|
2436
2436
|
_hasValue() {
|
|
2437
|
-
return !
|
|
2437
|
+
return !_chunkKMCJ5MIQcjs.isNull.call(void 0, _chunkKMCJ5MIQcjs.getPointer.call(void 0, 0, this));
|
|
2438
2438
|
}
|
|
2439
2439
|
_initValue() {
|
|
2440
|
-
return
|
|
2440
|
+
return _chunkKMCJ5MIQcjs.initStructAt.call(void 0, 0, Value, this);
|
|
2441
2441
|
}
|
|
2442
2442
|
set value(value) {
|
|
2443
|
-
|
|
2443
|
+
_chunkKMCJ5MIQcjs.copyFrom.call(void 0, value, _chunkKMCJ5MIQcjs.getPointer.call(void 0, 0, this));
|
|
2444
2444
|
}
|
|
2445
2445
|
toString() {
|
|
2446
2446
|
return "Annotation_" + super.toString();
|
|
@@ -2460,55 +2460,55 @@ var ElementSize = {
|
|
|
2460
2460
|
POINTER: 6,
|
|
2461
2461
|
INLINE_COMPOSITE: 7
|
|
2462
2462
|
};
|
|
2463
|
-
var CapnpVersion = (_class32 = class extends
|
|
2463
|
+
var CapnpVersion = (_class32 = class extends _chunkKMCJ5MIQcjs.Struct {
|
|
2464
2464
|
static {
|
|
2465
2465
|
_chunkUSNT2KNTcjs.__name.call(void 0, this, "CapnpVersion");
|
|
2466
2466
|
}
|
|
2467
2467
|
static __initStatic98() {this._capnp = {
|
|
2468
2468
|
displayName: "CapnpVersion",
|
|
2469
2469
|
id: "d85d305b7d839963",
|
|
2470
|
-
size: new (0,
|
|
2470
|
+
size: new (0, _chunkKMCJ5MIQcjs.ObjectSize)(8, 0)
|
|
2471
2471
|
}}
|
|
2472
2472
|
get major() {
|
|
2473
|
-
return
|
|
2473
|
+
return _chunkKMCJ5MIQcjs.getUint16.call(void 0, 0, this);
|
|
2474
2474
|
}
|
|
2475
2475
|
set major(value) {
|
|
2476
|
-
|
|
2476
|
+
_chunkKMCJ5MIQcjs.setUint16.call(void 0, 0, value, this);
|
|
2477
2477
|
}
|
|
2478
2478
|
get minor() {
|
|
2479
|
-
return
|
|
2479
|
+
return _chunkKMCJ5MIQcjs.getUint8.call(void 0, 2, this);
|
|
2480
2480
|
}
|
|
2481
2481
|
set minor(value) {
|
|
2482
|
-
|
|
2482
|
+
_chunkKMCJ5MIQcjs.setUint8.call(void 0, 2, value, this);
|
|
2483
2483
|
}
|
|
2484
2484
|
get micro() {
|
|
2485
|
-
return
|
|
2485
|
+
return _chunkKMCJ5MIQcjs.getUint8.call(void 0, 3, this);
|
|
2486
2486
|
}
|
|
2487
2487
|
set micro(value) {
|
|
2488
|
-
|
|
2488
|
+
_chunkKMCJ5MIQcjs.setUint8.call(void 0, 3, value, this);
|
|
2489
2489
|
}
|
|
2490
2490
|
toString() {
|
|
2491
2491
|
return "CapnpVersion_" + super.toString();
|
|
2492
2492
|
}
|
|
2493
2493
|
}, _class32.__initStatic98(), _class32);
|
|
2494
|
-
var CodeGeneratorRequest_RequestedFile_Import = (_class33 = class extends
|
|
2494
|
+
var CodeGeneratorRequest_RequestedFile_Import = (_class33 = class extends _chunkKMCJ5MIQcjs.Struct {
|
|
2495
2495
|
static {
|
|
2496
2496
|
_chunkUSNT2KNTcjs.__name.call(void 0, this, "CodeGeneratorRequest_RequestedFile_Import");
|
|
2497
2497
|
}
|
|
2498
2498
|
static __initStatic99() {this._capnp = {
|
|
2499
2499
|
displayName: "Import",
|
|
2500
2500
|
id: "ae504193122357e5",
|
|
2501
|
-
size: new (0,
|
|
2501
|
+
size: new (0, _chunkKMCJ5MIQcjs.ObjectSize)(8, 1)
|
|
2502
2502
|
}}
|
|
2503
2503
|
/**
|
|
2504
2504
|
* ID of the imported file.
|
|
2505
2505
|
*
|
|
2506
2506
|
*/
|
|
2507
2507
|
get id() {
|
|
2508
|
-
return
|
|
2508
|
+
return _chunkKMCJ5MIQcjs.getUint64.call(void 0, 0, this);
|
|
2509
2509
|
}
|
|
2510
2510
|
set id(value) {
|
|
2511
|
-
|
|
2511
|
+
_chunkKMCJ5MIQcjs.setUint64.call(void 0, 0, value, this);
|
|
2512
2512
|
}
|
|
2513
2513
|
/**
|
|
2514
2514
|
* Name which *this* file used to refer to the foreign file. This may be a relative name.
|
|
@@ -2520,16 +2520,16 @@ var CodeGeneratorRequest_RequestedFile_Import = (_class33 = class extends _chunk
|
|
|
2520
2520
|
*
|
|
2521
2521
|
*/
|
|
2522
2522
|
get name() {
|
|
2523
|
-
return
|
|
2523
|
+
return _chunkKMCJ5MIQcjs.getText.call(void 0, 0, this);
|
|
2524
2524
|
}
|
|
2525
2525
|
set name(value) {
|
|
2526
|
-
|
|
2526
|
+
_chunkKMCJ5MIQcjs.setText.call(void 0, 0, value, this);
|
|
2527
2527
|
}
|
|
2528
2528
|
toString() {
|
|
2529
2529
|
return "CodeGeneratorRequest_RequestedFile_Import_" + super.toString();
|
|
2530
2530
|
}
|
|
2531
2531
|
}, _class33.__initStatic99(), _class33);
|
|
2532
|
-
var CodeGeneratorRequest_RequestedFile = (_class34 = class _CodeGeneratorRequest_RequestedFile extends
|
|
2532
|
+
var CodeGeneratorRequest_RequestedFile = (_class34 = class _CodeGeneratorRequest_RequestedFile extends _chunkKMCJ5MIQcjs.Struct {
|
|
2533
2533
|
static {
|
|
2534
2534
|
_chunkUSNT2KNTcjs.__name.call(void 0, this, "CodeGeneratorRequest_RequestedFile");
|
|
2535
2535
|
}
|
|
@@ -2537,7 +2537,7 @@ var CodeGeneratorRequest_RequestedFile = (_class34 = class _CodeGeneratorRequest
|
|
|
2537
2537
|
static __initStatic101() {this._capnp = {
|
|
2538
2538
|
displayName: "RequestedFile",
|
|
2539
2539
|
id: "cfea0eb02e810062",
|
|
2540
|
-
size: new (0,
|
|
2540
|
+
size: new (0, _chunkKMCJ5MIQcjs.ObjectSize)(8, 2)
|
|
2541
2541
|
}}
|
|
2542
2542
|
|
|
2543
2543
|
/**
|
|
@@ -2545,10 +2545,10 @@ var CodeGeneratorRequest_RequestedFile = (_class34 = class _CodeGeneratorRequest
|
|
|
2545
2545
|
*
|
|
2546
2546
|
*/
|
|
2547
2547
|
get id() {
|
|
2548
|
-
return
|
|
2548
|
+
return _chunkKMCJ5MIQcjs.getUint64.call(void 0, 0, this);
|
|
2549
2549
|
}
|
|
2550
2550
|
set id(value) {
|
|
2551
|
-
|
|
2551
|
+
_chunkKMCJ5MIQcjs.setUint64.call(void 0, 0, value, this);
|
|
2552
2552
|
}
|
|
2553
2553
|
/**
|
|
2554
2554
|
* Name of the file as it appeared on the command-line (minus the src-prefix). You may use
|
|
@@ -2556,38 +2556,38 @@ var CodeGeneratorRequest_RequestedFile = (_class34 = class _CodeGeneratorRequest
|
|
|
2556
2556
|
*
|
|
2557
2557
|
*/
|
|
2558
2558
|
get filename() {
|
|
2559
|
-
return
|
|
2559
|
+
return _chunkKMCJ5MIQcjs.getText.call(void 0, 0, this);
|
|
2560
2560
|
}
|
|
2561
2561
|
set filename(value) {
|
|
2562
|
-
|
|
2562
|
+
_chunkKMCJ5MIQcjs.setText.call(void 0, 0, value, this);
|
|
2563
2563
|
}
|
|
2564
2564
|
_adoptImports(value) {
|
|
2565
|
-
|
|
2565
|
+
_chunkKMCJ5MIQcjs.adopt.call(void 0, value, _chunkKMCJ5MIQcjs.getPointer.call(void 0, 1, this));
|
|
2566
2566
|
}
|
|
2567
2567
|
_disownImports() {
|
|
2568
|
-
return
|
|
2568
|
+
return _chunkKMCJ5MIQcjs.disown.call(void 0, this.imports);
|
|
2569
2569
|
}
|
|
2570
2570
|
/**
|
|
2571
2571
|
* List of all imported paths seen in this file.
|
|
2572
2572
|
*
|
|
2573
2573
|
*/
|
|
2574
2574
|
get imports() {
|
|
2575
|
-
return
|
|
2575
|
+
return _chunkKMCJ5MIQcjs.getList.call(void 0, 1, _CodeGeneratorRequest_RequestedFile._Imports, this);
|
|
2576
2576
|
}
|
|
2577
2577
|
_hasImports() {
|
|
2578
|
-
return !
|
|
2578
|
+
return !_chunkKMCJ5MIQcjs.isNull.call(void 0, _chunkKMCJ5MIQcjs.getPointer.call(void 0, 1, this));
|
|
2579
2579
|
}
|
|
2580
2580
|
_initImports(length) {
|
|
2581
|
-
return
|
|
2581
|
+
return _chunkKMCJ5MIQcjs.initList.call(void 0, 1, _CodeGeneratorRequest_RequestedFile._Imports, length, this);
|
|
2582
2582
|
}
|
|
2583
2583
|
set imports(value) {
|
|
2584
|
-
|
|
2584
|
+
_chunkKMCJ5MIQcjs.copyFrom.call(void 0, value, _chunkKMCJ5MIQcjs.getPointer.call(void 0, 1, this));
|
|
2585
2585
|
}
|
|
2586
2586
|
toString() {
|
|
2587
2587
|
return "CodeGeneratorRequest_RequestedFile_" + super.toString();
|
|
2588
2588
|
}
|
|
2589
2589
|
}, _class34.__initStatic100(), _class34.__initStatic101(), _class34);
|
|
2590
|
-
var CodeGeneratorRequest = (_class35 = class _CodeGeneratorRequest extends
|
|
2590
|
+
var CodeGeneratorRequest = (_class35 = class _CodeGeneratorRequest extends _chunkKMCJ5MIQcjs.Struct {
|
|
2591
2591
|
static {
|
|
2592
2592
|
_chunkUSNT2KNTcjs.__name.call(void 0, this, "CodeGeneratorRequest");
|
|
2593
2593
|
}
|
|
@@ -2595,16 +2595,16 @@ var CodeGeneratorRequest = (_class35 = class _CodeGeneratorRequest extends _chun
|
|
|
2595
2595
|
static __initStatic103() {this._capnp = {
|
|
2596
2596
|
displayName: "CodeGeneratorRequest",
|
|
2597
2597
|
id: "bfc546f6210ad7ce",
|
|
2598
|
-
size: new (0,
|
|
2598
|
+
size: new (0, _chunkKMCJ5MIQcjs.ObjectSize)(0, 4)
|
|
2599
2599
|
}}
|
|
2600
2600
|
|
|
2601
2601
|
|
|
2602
2602
|
|
|
2603
2603
|
_adoptCapnpVersion(value) {
|
|
2604
|
-
|
|
2604
|
+
_chunkKMCJ5MIQcjs.adopt.call(void 0, value, _chunkKMCJ5MIQcjs.getPointer.call(void 0, 2, this));
|
|
2605
2605
|
}
|
|
2606
2606
|
_disownCapnpVersion() {
|
|
2607
|
-
return
|
|
2607
|
+
return _chunkKMCJ5MIQcjs.disown.call(void 0, this.capnpVersion);
|
|
2608
2608
|
}
|
|
2609
2609
|
/**
|
|
2610
2610
|
* Version of the `capnp` executable. Generally, code generators should ignore this, but the code
|
|
@@ -2616,22 +2616,22 @@ var CodeGeneratorRequest = (_class35 = class _CodeGeneratorRequest extends _chun
|
|
|
2616
2616
|
*
|
|
2617
2617
|
*/
|
|
2618
2618
|
get capnpVersion() {
|
|
2619
|
-
return
|
|
2619
|
+
return _chunkKMCJ5MIQcjs.getStruct.call(void 0, 2, CapnpVersion, this);
|
|
2620
2620
|
}
|
|
2621
2621
|
_hasCapnpVersion() {
|
|
2622
|
-
return !
|
|
2622
|
+
return !_chunkKMCJ5MIQcjs.isNull.call(void 0, _chunkKMCJ5MIQcjs.getPointer.call(void 0, 2, this));
|
|
2623
2623
|
}
|
|
2624
2624
|
_initCapnpVersion() {
|
|
2625
|
-
return
|
|
2625
|
+
return _chunkKMCJ5MIQcjs.initStructAt.call(void 0, 2, CapnpVersion, this);
|
|
2626
2626
|
}
|
|
2627
2627
|
set capnpVersion(value) {
|
|
2628
|
-
|
|
2628
|
+
_chunkKMCJ5MIQcjs.copyFrom.call(void 0, value, _chunkKMCJ5MIQcjs.getPointer.call(void 0, 2, this));
|
|
2629
2629
|
}
|
|
2630
2630
|
_adoptNodes(value) {
|
|
2631
|
-
|
|
2631
|
+
_chunkKMCJ5MIQcjs.adopt.call(void 0, value, _chunkKMCJ5MIQcjs.getPointer.call(void 0, 0, this));
|
|
2632
2632
|
}
|
|
2633
2633
|
_disownNodes() {
|
|
2634
|
-
return
|
|
2634
|
+
return _chunkKMCJ5MIQcjs.disown.call(void 0, this.nodes);
|
|
2635
2635
|
}
|
|
2636
2636
|
/**
|
|
2637
2637
|
* All nodes parsed by the compiler, including for the files on the command line and their
|
|
@@ -2639,22 +2639,22 @@ var CodeGeneratorRequest = (_class35 = class _CodeGeneratorRequest extends _chun
|
|
|
2639
2639
|
*
|
|
2640
2640
|
*/
|
|
2641
2641
|
get nodes() {
|
|
2642
|
-
return
|
|
2642
|
+
return _chunkKMCJ5MIQcjs.getList.call(void 0, 0, _CodeGeneratorRequest._Nodes, this);
|
|
2643
2643
|
}
|
|
2644
2644
|
_hasNodes() {
|
|
2645
|
-
return !
|
|
2645
|
+
return !_chunkKMCJ5MIQcjs.isNull.call(void 0, _chunkKMCJ5MIQcjs.getPointer.call(void 0, 0, this));
|
|
2646
2646
|
}
|
|
2647
2647
|
_initNodes(length) {
|
|
2648
|
-
return
|
|
2648
|
+
return _chunkKMCJ5MIQcjs.initList.call(void 0, 0, _CodeGeneratorRequest._Nodes, length, this);
|
|
2649
2649
|
}
|
|
2650
2650
|
set nodes(value) {
|
|
2651
|
-
|
|
2651
|
+
_chunkKMCJ5MIQcjs.copyFrom.call(void 0, value, _chunkKMCJ5MIQcjs.getPointer.call(void 0, 0, this));
|
|
2652
2652
|
}
|
|
2653
2653
|
_adoptSourceInfo(value) {
|
|
2654
|
-
|
|
2654
|
+
_chunkKMCJ5MIQcjs.adopt.call(void 0, value, _chunkKMCJ5MIQcjs.getPointer.call(void 0, 3, this));
|
|
2655
2655
|
}
|
|
2656
2656
|
_disownSourceInfo() {
|
|
2657
|
-
return
|
|
2657
|
+
return _chunkKMCJ5MIQcjs.disown.call(void 0, this.sourceInfo);
|
|
2658
2658
|
}
|
|
2659
2659
|
/**
|
|
2660
2660
|
* Information about the original source code for each node, where available. This array may be
|
|
@@ -2662,63 +2662,63 @@ var CodeGeneratorRequest = (_class35 = class _CodeGeneratorRequest extends _chun
|
|
|
2662
2662
|
*
|
|
2663
2663
|
*/
|
|
2664
2664
|
get sourceInfo() {
|
|
2665
|
-
return
|
|
2665
|
+
return _chunkKMCJ5MIQcjs.getList.call(void 0, 3, _CodeGeneratorRequest._SourceInfo, this);
|
|
2666
2666
|
}
|
|
2667
2667
|
_hasSourceInfo() {
|
|
2668
|
-
return !
|
|
2668
|
+
return !_chunkKMCJ5MIQcjs.isNull.call(void 0, _chunkKMCJ5MIQcjs.getPointer.call(void 0, 3, this));
|
|
2669
2669
|
}
|
|
2670
2670
|
_initSourceInfo(length) {
|
|
2671
|
-
return
|
|
2671
|
+
return _chunkKMCJ5MIQcjs.initList.call(void 0, 3, _CodeGeneratorRequest._SourceInfo, length, this);
|
|
2672
2672
|
}
|
|
2673
2673
|
set sourceInfo(value) {
|
|
2674
|
-
|
|
2674
|
+
_chunkKMCJ5MIQcjs.copyFrom.call(void 0, value, _chunkKMCJ5MIQcjs.getPointer.call(void 0, 3, this));
|
|
2675
2675
|
}
|
|
2676
2676
|
_adoptRequestedFiles(value) {
|
|
2677
|
-
|
|
2677
|
+
_chunkKMCJ5MIQcjs.adopt.call(void 0, value, _chunkKMCJ5MIQcjs.getPointer.call(void 0, 1, this));
|
|
2678
2678
|
}
|
|
2679
2679
|
_disownRequestedFiles() {
|
|
2680
|
-
return
|
|
2680
|
+
return _chunkKMCJ5MIQcjs.disown.call(void 0, this.requestedFiles);
|
|
2681
2681
|
}
|
|
2682
2682
|
/**
|
|
2683
2683
|
* Files which were listed on the command line.
|
|
2684
2684
|
*
|
|
2685
2685
|
*/
|
|
2686
2686
|
get requestedFiles() {
|
|
2687
|
-
return
|
|
2687
|
+
return _chunkKMCJ5MIQcjs.getList.call(void 0, 1, _CodeGeneratorRequest._RequestedFiles, this);
|
|
2688
2688
|
}
|
|
2689
2689
|
_hasRequestedFiles() {
|
|
2690
|
-
return !
|
|
2690
|
+
return !_chunkKMCJ5MIQcjs.isNull.call(void 0, _chunkKMCJ5MIQcjs.getPointer.call(void 0, 1, this));
|
|
2691
2691
|
}
|
|
2692
2692
|
_initRequestedFiles(length) {
|
|
2693
|
-
return
|
|
2693
|
+
return _chunkKMCJ5MIQcjs.initList.call(void 0, 1, _CodeGeneratorRequest._RequestedFiles, length, this);
|
|
2694
2694
|
}
|
|
2695
2695
|
set requestedFiles(value) {
|
|
2696
|
-
|
|
2696
|
+
_chunkKMCJ5MIQcjs.copyFrom.call(void 0, value, _chunkKMCJ5MIQcjs.getPointer.call(void 0, 1, this));
|
|
2697
2697
|
}
|
|
2698
2698
|
toString() {
|
|
2699
2699
|
return "CodeGeneratorRequest_" + super.toString();
|
|
2700
2700
|
}
|
|
2701
2701
|
}, _class35.__initStatic102(), _class35.__initStatic103(), _class35);
|
|
2702
|
-
Node_SourceInfo._Members =
|
|
2703
|
-
Node_Struct._Fields =
|
|
2704
|
-
Node_Enum._Enumerants =
|
|
2705
|
-
Node_Interface._Methods =
|
|
2706
|
-
Node_Interface._Superclasses =
|
|
2707
|
-
Node._Parameters =
|
|
2708
|
-
Node._NestedNodes =
|
|
2709
|
-
Node._Annotations =
|
|
2710
|
-
Field._Annotations =
|
|
2711
|
-
Enumerant._Annotations =
|
|
2712
|
-
Method._ImplicitParameters =
|
|
2713
|
-
Method._Annotations =
|
|
2714
|
-
Brand_Scope._Bind =
|
|
2715
|
-
Brand._Scopes =
|
|
2716
|
-
CodeGeneratorRequest_RequestedFile._Imports =
|
|
2717
|
-
CodeGeneratorRequest._Nodes =
|
|
2718
|
-
CodeGeneratorRequest._SourceInfo =
|
|
2719
|
-
CodeGeneratorRequest._RequestedFiles =
|
|
2702
|
+
Node_SourceInfo._Members = _chunkKMCJ5MIQcjs.CompositeList.call(void 0, Node_SourceInfo_Member);
|
|
2703
|
+
Node_Struct._Fields = _chunkKMCJ5MIQcjs.CompositeList.call(void 0, Field);
|
|
2704
|
+
Node_Enum._Enumerants = _chunkKMCJ5MIQcjs.CompositeList.call(void 0, Enumerant);
|
|
2705
|
+
Node_Interface._Methods = _chunkKMCJ5MIQcjs.CompositeList.call(void 0, Method);
|
|
2706
|
+
Node_Interface._Superclasses = _chunkKMCJ5MIQcjs.CompositeList.call(void 0, Superclass);
|
|
2707
|
+
Node._Parameters = _chunkKMCJ5MIQcjs.CompositeList.call(void 0, Node_Parameter);
|
|
2708
|
+
Node._NestedNodes = _chunkKMCJ5MIQcjs.CompositeList.call(void 0, Node_NestedNode);
|
|
2709
|
+
Node._Annotations = _chunkKMCJ5MIQcjs.CompositeList.call(void 0, Annotation);
|
|
2710
|
+
Field._Annotations = _chunkKMCJ5MIQcjs.CompositeList.call(void 0, Annotation);
|
|
2711
|
+
Enumerant._Annotations = _chunkKMCJ5MIQcjs.CompositeList.call(void 0, Annotation);
|
|
2712
|
+
Method._ImplicitParameters = _chunkKMCJ5MIQcjs.CompositeList.call(void 0, Node_Parameter);
|
|
2713
|
+
Method._Annotations = _chunkKMCJ5MIQcjs.CompositeList.call(void 0, Annotation);
|
|
2714
|
+
Brand_Scope._Bind = _chunkKMCJ5MIQcjs.CompositeList.call(void 0, Brand_Binding);
|
|
2715
|
+
Brand._Scopes = _chunkKMCJ5MIQcjs.CompositeList.call(void 0, Brand_Scope);
|
|
2716
|
+
CodeGeneratorRequest_RequestedFile._Imports = _chunkKMCJ5MIQcjs.CompositeList.call(void 0, CodeGeneratorRequest_RequestedFile_Import);
|
|
2717
|
+
CodeGeneratorRequest._Nodes = _chunkKMCJ5MIQcjs.CompositeList.call(void 0, Node);
|
|
2718
|
+
CodeGeneratorRequest._SourceInfo = _chunkKMCJ5MIQcjs.CompositeList.call(void 0, Node_SourceInfo);
|
|
2719
|
+
CodeGeneratorRequest._RequestedFiles = _chunkKMCJ5MIQcjs.CompositeList.call(void 0, CodeGeneratorRequest_RequestedFile);
|
|
2720
2720
|
|
|
2721
|
-
// ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=503a440bd2bef41c0cb22819bc4ced5a7f04993fb999f0d944e284220f14916b_typescript@5.9.
|
|
2721
|
+
// ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=503a440bd2bef41c0cb22819bc4ced5a7f04993fb999f0d944e284220f14916b_typescript@5.9.3/node_modules/capnp-es/dist/shared/capnp-es.CbTQkT9D.mjs
|
|
2722
2722
|
var GEN_EXPLICIT_DEFAULT_NON_PRIMITIVE = "CAPNP-ES000 Don't know how to generate a %s field with an explicit default value.";
|
|
2723
2723
|
var GEN_FIELD_NON_INLINE_STRUCT_LIST = "CAPNP-ES001 Don't know how to generate non-inline struct lists.";
|
|
2724
2724
|
var GEN_NODE_LOOKUP_FAIL = "CAPNP-ES002 Failed to look up node id %s.";
|
|
@@ -3032,7 +3032,7 @@ function getJsType(ctx, type, constructor) {
|
|
|
3032
3032
|
return "$.Void";
|
|
3033
3033
|
}
|
|
3034
3034
|
default: {
|
|
3035
|
-
throw new Error(
|
|
3035
|
+
throw new Error(_chunkKMCJ5MIQcjs.format.call(void 0, GEN_UNKNOWN_TYPE, whichType));
|
|
3036
3036
|
}
|
|
3037
3037
|
}
|
|
3038
3038
|
}
|
|
@@ -3059,7 +3059,7 @@ function lookupNode(ctx, lookup) {
|
|
|
3059
3059
|
const id = typeof lookup === "bigint" ? lookup : lookup.id;
|
|
3060
3060
|
const node = ctx.nodes.find((n) => n.id === id);
|
|
3061
3061
|
if (node === void 0) {
|
|
3062
|
-
throw new Error(
|
|
3062
|
+
throw new Error(_chunkKMCJ5MIQcjs.format.call(void 0, GEN_NODE_LOOKUP_FAIL, id));
|
|
3063
3063
|
}
|
|
3064
3064
|
return node;
|
|
3065
3065
|
}
|
|
@@ -3256,7 +3256,7 @@ function generateResultPromise(ctx, node) {
|
|
|
3256
3256
|
} else if (field._isGroup) {
|
|
3257
3257
|
return;
|
|
3258
3258
|
} else {
|
|
3259
|
-
throw new Error(
|
|
3259
|
+
throw new Error(_chunkKMCJ5MIQcjs.format.call(void 0, GEN_UNKNOWN_STRUCT_FIELD, field.which()));
|
|
3260
3260
|
}
|
|
3261
3261
|
const promisedJsType = jsType;
|
|
3262
3262
|
if (isInterface) {
|
|
@@ -3406,7 +3406,7 @@ function generateStructFieldMethods(ctx, members, node, field, fieldIndex) {
|
|
|
3406
3406
|
jsType = getFullClassName(lookupNode(ctx, field.group.typeId));
|
|
3407
3407
|
whichType = "group";
|
|
3408
3408
|
} else {
|
|
3409
|
-
throw new Error(
|
|
3409
|
+
throw new Error(_chunkKMCJ5MIQcjs.format.call(void 0, GEN_UNKNOWN_STRUCT_FIELD, field.which()));
|
|
3410
3410
|
}
|
|
3411
3411
|
const isInterface = whichType === Type.INTERFACE;
|
|
3412
3412
|
if (isInterface) {
|
|
@@ -3479,7 +3479,7 @@ function generateStructFieldMethods(ctx, members, node, field, fieldIndex) {
|
|
|
3479
3479
|
listClass = `${fullClassName}._${capitalizedName}`;
|
|
3480
3480
|
} else if (listClass === void 0) {
|
|
3481
3481
|
throw new Error(
|
|
3482
|
-
|
|
3482
|
+
_chunkKMCJ5MIQcjs.format.call(void 0, GEN_UNSUPPORTED_LIST_ELEMENT_TYPE, elementType)
|
|
3483
3483
|
);
|
|
3484
3484
|
}
|
|
3485
3485
|
adopt2 = true;
|
|
@@ -3513,7 +3513,7 @@ function generateStructFieldMethods(ctx, members, node, field, fieldIndex) {
|
|
|
3513
3513
|
}
|
|
3514
3514
|
case "group": {
|
|
3515
3515
|
if (hadExplicitDefault) {
|
|
3516
|
-
throw new Error(
|
|
3516
|
+
throw new Error(_chunkKMCJ5MIQcjs.format.call(void 0, GEN_EXPLICIT_DEFAULT_NON_PRIMITIVE, "group"));
|
|
3517
3517
|
}
|
|
3518
3518
|
get = `$.utils.getAs(${jsType}, this)`;
|
|
3519
3519
|
init = get;
|
|
@@ -3622,7 +3622,7 @@ function generateDefaultValue(field) {
|
|
|
3622
3622
|
}
|
|
3623
3623
|
default: {
|
|
3624
3624
|
throw new Error(
|
|
3625
|
-
|
|
3625
|
+
_chunkKMCJ5MIQcjs.format.call(void 0,
|
|
3626
3626
|
GEN_UNKNOWN_DEFAULT,
|
|
3627
3627
|
whichSlotType
|
|
3628
3628
|
)
|
|
@@ -3706,20 +3706,20 @@ function createValue(value) {
|
|
|
3706
3706
|
break;
|
|
3707
3707
|
}
|
|
3708
3708
|
case Value.INTERFACE: {
|
|
3709
|
-
|
|
3710
|
-
p =
|
|
3709
|
+
_chunkKMCJ5MIQcjs.testWhich.call(void 0, "interface", _chunkKMCJ5MIQcjs.getUint16.call(void 0, 0, value), 17, value);
|
|
3710
|
+
p = _chunkKMCJ5MIQcjs.getPointer.call(void 0, 0, value);
|
|
3711
3711
|
break;
|
|
3712
3712
|
}
|
|
3713
3713
|
default: {
|
|
3714
|
-
throw new Error(
|
|
3714
|
+
throw new Error(_chunkKMCJ5MIQcjs.format.call(void 0, GEN_SERIALIZE_UNKNOWN_VALUE, value.which()));
|
|
3715
3715
|
}
|
|
3716
3716
|
}
|
|
3717
|
-
const message = new (0,
|
|
3717
|
+
const message = new (0, _chunkKMCJ5MIQcjs.Message)();
|
|
3718
3718
|
message.setRoot(p);
|
|
3719
3719
|
const buf = new Uint8Array(message.toPackedArrayBuffer());
|
|
3720
3720
|
const values = [];
|
|
3721
3721
|
for (let i = 0; i < buf.byteLength; i++) {
|
|
3722
|
-
values.push(`0x${
|
|
3722
|
+
values.push(`0x${_chunkKMCJ5MIQcjs.pad.call(void 0, buf[i].toString(16), 2)}`);
|
|
3723
3723
|
}
|
|
3724
3724
|
return `$.readRawPointer(new Uint8Array([${values.join(",")}]).buffer)`;
|
|
3725
3725
|
}
|
|
@@ -3809,7 +3809,7 @@ function generateNode(ctx, node) {
|
|
|
3809
3809
|
// case s.Node.FILE:
|
|
3810
3810
|
default: {
|
|
3811
3811
|
throw new Error(
|
|
3812
|
-
|
|
3812
|
+
_chunkKMCJ5MIQcjs.format.call(void 0,
|
|
3813
3813
|
GEN_NODE_UNKNOWN_TYPE,
|
|
3814
3814
|
nodeType
|
|
3815
3815
|
/* s.Node_Which[whichNode] */
|
|
@@ -3910,7 +3910,7 @@ function getImportNodes(ctx, node, visitedIds = /* @__PURE__ */ new Set()) {
|
|
|
3910
3910
|
}
|
|
3911
3911
|
_chunkUSNT2KNTcjs.__name.call(void 0, getImportNodes, "getImportNodes");
|
|
3912
3912
|
async function compileAll(codeGenRequest, opts) {
|
|
3913
|
-
const req = new (0,
|
|
3913
|
+
const req = new (0, _chunkKMCJ5MIQcjs.Message)(codeGenRequest, false).getRoot(
|
|
3914
3914
|
CodeGeneratorRequest
|
|
3915
3915
|
);
|
|
3916
3916
|
const ctx = new CodeGeneratorContext();
|
|
@@ -4025,7 +4025,7 @@ function tsCompile(files, dts, js, tsconfig) {
|
|
|
4025
4025
|
}
|
|
4026
4026
|
_chunkUSNT2KNTcjs.__name.call(void 0, tsCompile, "tsCompile");
|
|
4027
4027
|
|
|
4028
|
-
// ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=503a440bd2bef41c0cb22819bc4ced5a7f04993fb999f0d944e284220f14916b_typescript@5.9.
|
|
4028
|
+
// ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=503a440bd2bef41c0cb22819bc4ced5a7f04993fb999f0d944e284220f14916b_typescript@5.9.3/node_modules/capnp-es/dist/compiler/index.mjs
|
|
4029
4029
|
|
|
4030
4030
|
|
|
4031
4031
|
// src/compile.ts
|
|
@@ -4053,10 +4053,10 @@ async function capnpc(options) {
|
|
|
4053
4053
|
}
|
|
4054
4054
|
if (dataBuf.byteLength === 0) {
|
|
4055
4055
|
const opts = [];
|
|
4056
|
-
if (output &&
|
|
4056
|
+
if (output && _chunk3LOXED5Fcjs.existsSync.call(void 0, output)) {
|
|
4057
4057
|
opts.push(`-o-:${output}`);
|
|
4058
4058
|
} else {
|
|
4059
|
-
if (output && !
|
|
4059
|
+
if (output && !_chunk3LOXED5Fcjs.existsSync.call(void 0, output)) {
|
|
4060
4060
|
_console.writeWarning.call(void 0, `Output directory "${output}" does not exist, will write to schema path...`);
|
|
4061
4061
|
}
|
|
4062
4062
|
opts.push("-o-");
|
|
@@ -4084,7 +4084,7 @@ async function capnpc(options) {
|
|
|
4084
4084
|
}
|
|
4085
4085
|
_chunkUSNT2KNTcjs.__name.call(void 0, capnpc, "capnpc");
|
|
4086
4086
|
async function compile(dataBuf, options) {
|
|
4087
|
-
const resolvedOptions = await
|
|
4087
|
+
const resolvedOptions = await _chunk3LOXED5Fcjs.resolveOptions.call(void 0, options);
|
|
4088
4088
|
if (!resolvedOptions) {
|
|
4089
4089
|
_console.writeWarning.call(void 0, "\u2716 Unable to resolve Cap'n Proto compiler options - the program will terminate", {
|
|
4090
4090
|
logLevel: "all"
|