@idlizer/arktscgen 2.1.10-arktscgen-3a → 2.1.10-arktscgen-4

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.
@@ -16,8 +16,8 @@
16
16
  #include <common.h>
17
17
 
18
18
  /*
19
- * THIS FILE IS AUTOGENERATED BY arktscgen v2.1.10+devel. DO NOT EDIT MANUALLY!
20
- * es2panda b90198c15c97a5627fa1a69ab5f061ef4e54921e(2025-08-25) sdk v1.5.0-dev.42899
19
+ * THIS FILE IS AUTOGENERATED BY arktscgen v2.1.10-arktscgen-3a. DO NOT EDIT MANUALLY!
20
+ * es2panda b1eea1e8c27124f2f9195f99735c91bcbfb5523a(2025-08-26) sdk v1.5.0-dev.43047
21
21
  */
22
22
 
23
23
  KNativePointer impl_GetAllErrorMessages(KNativePointer context)
@@ -9945,73 +9945,56 @@ KNativePointer impl_UpdateCharLiteral(KNativePointer context, KNativePointer ori
9945
9945
  }
9946
9946
  KOALA_INTEROP_2(UpdateCharLiteral, KNativePointer, KNativePointer, KNativePointer);
9947
9947
 
9948
- KNativePointer impl_CreateETSIntrinsicNode(KNativePointer context)
9949
- {
9950
- const auto _context = reinterpret_cast<es2panda_Context*>(context);
9951
- auto result = GetImpl()->CreateETSIntrinsicNode(_context);
9952
- return result;
9953
- }
9954
- KOALA_INTEROP_1(CreateETSIntrinsicNode, KNativePointer, KNativePointer);
9955
-
9956
- KNativePointer impl_UpdateETSIntrinsicNode(KNativePointer context, KNativePointer original)
9957
- {
9958
- const auto _context = reinterpret_cast<es2panda_Context*>(context);
9959
- const auto _original = reinterpret_cast<es2panda_AstNode*>(original);
9960
- auto result = GetImpl()->UpdateETSIntrinsicNode(_context, _original);
9961
- return result;
9962
- }
9963
- KOALA_INTEROP_2(UpdateETSIntrinsicNode, KNativePointer, KNativePointer, KNativePointer);
9964
-
9965
- KNativePointer impl_CreateETSIntrinsicNode1(KNativePointer context, KNativePointer other)
9948
+ KNativePointer impl_CreateETSIntrinsicNode(KNativePointer context, KNativePointer other)
9966
9949
  {
9967
9950
  const auto _context = reinterpret_cast<es2panda_Context*>(context);
9968
9951
  const auto _other = reinterpret_cast<es2panda_AstNode*>(other);
9969
- auto result = GetImpl()->CreateETSIntrinsicNode1(_context, _other);
9952
+ auto result = GetImpl()->CreateETSIntrinsicNode(_context, _other);
9970
9953
  return result;
9971
9954
  }
9972
- KOALA_INTEROP_2(CreateETSIntrinsicNode1, KNativePointer, KNativePointer, KNativePointer);
9955
+ KOALA_INTEROP_2(CreateETSIntrinsicNode, KNativePointer, KNativePointer, KNativePointer);
9973
9956
 
9974
- KNativePointer impl_UpdateETSIntrinsicNode1(KNativePointer context, KNativePointer original, KNativePointer other)
9957
+ KNativePointer impl_UpdateETSIntrinsicNode(KNativePointer context, KNativePointer original, KNativePointer other)
9975
9958
  {
9976
9959
  const auto _context = reinterpret_cast<es2panda_Context*>(context);
9977
9960
  const auto _original = reinterpret_cast<es2panda_AstNode*>(original);
9978
9961
  const auto _other = reinterpret_cast<es2panda_AstNode*>(other);
9979
- auto result = GetImpl()->UpdateETSIntrinsicNode1(_context, _original, _other);
9962
+ auto result = GetImpl()->UpdateETSIntrinsicNode(_context, _original, _other);
9980
9963
  return result;
9981
9964
  }
9982
- KOALA_INTEROP_3(UpdateETSIntrinsicNode1, KNativePointer, KNativePointer, KNativePointer, KNativePointer);
9965
+ KOALA_INTEROP_3(UpdateETSIntrinsicNode, KNativePointer, KNativePointer, KNativePointer, KNativePointer);
9983
9966
 
9984
- KNativePointer impl_CreateETSIntrinsicNode2(KNativePointer context, KInt type, KNativePointerArray _arguments, KUInt _argumentsSequenceLength)
9967
+ KNativePointer impl_CreateETSIntrinsicNode1(KNativePointer context, KStringPtr& id, KNativePointerArray _arguments, KUInt _argumentsSequenceLength)
9985
9968
  {
9986
9969
  const auto _context = reinterpret_cast<es2panda_Context*>(context);
9987
- const auto _type = static_cast<Es2pandaIntrinsicNodeType>(type);
9970
+ const auto _id = getStringCopy(id);
9988
9971
  const auto __arguments = reinterpret_cast<es2panda_AstNode**>(_arguments);
9989
9972
  const auto __argumentsSequenceLength = static_cast<KUInt>(_argumentsSequenceLength);
9990
- auto result = GetImpl()->CreateETSIntrinsicNode2(_context, _type, __arguments, __argumentsSequenceLength);
9973
+ auto result = GetImpl()->CreateETSIntrinsicNode1(_context, _id, __arguments, __argumentsSequenceLength);
9991
9974
  return result;
9992
9975
  }
9993
- KOALA_INTEROP_4(CreateETSIntrinsicNode2, KNativePointer, KNativePointer, KInt, KNativePointerArray, KUInt);
9976
+ KOALA_INTEROP_4(CreateETSIntrinsicNode1, KNativePointer, KNativePointer, KStringPtr, KNativePointerArray, KUInt);
9994
9977
 
9995
- KNativePointer impl_UpdateETSIntrinsicNode2(KNativePointer context, KNativePointer original, KInt type, KNativePointerArray _arguments, KUInt _argumentsSequenceLength)
9978
+ KNativePointer impl_UpdateETSIntrinsicNode1(KNativePointer context, KNativePointer original, KStringPtr& id, KNativePointerArray _arguments, KUInt _argumentsSequenceLength)
9996
9979
  {
9997
9980
  const auto _context = reinterpret_cast<es2panda_Context*>(context);
9998
9981
  const auto _original = reinterpret_cast<es2panda_AstNode*>(original);
9999
- const auto _type = static_cast<Es2pandaIntrinsicNodeType>(type);
9982
+ const auto _id = getStringCopy(id);
10000
9983
  const auto __arguments = reinterpret_cast<es2panda_AstNode**>(_arguments);
10001
9984
  const auto __argumentsSequenceLength = static_cast<KUInt>(_argumentsSequenceLength);
10002
- auto result = GetImpl()->UpdateETSIntrinsicNode2(_context, _original, _type, __arguments, __argumentsSequenceLength);
9985
+ auto result = GetImpl()->UpdateETSIntrinsicNode1(_context, _original, _id, __arguments, __argumentsSequenceLength);
10003
9986
  return result;
10004
9987
  }
10005
- KOALA_INTEROP_5(UpdateETSIntrinsicNode2, KNativePointer, KNativePointer, KNativePointer, KInt, KNativePointerArray, KUInt);
9988
+ KOALA_INTEROP_5(UpdateETSIntrinsicNode1, KNativePointer, KNativePointer, KNativePointer, KStringPtr, KNativePointerArray, KUInt);
10006
9989
 
10007
- KInt impl_ETSIntrinsicNodeTypeConst(KNativePointer context, KNativePointer receiver)
9990
+ KNativePointer impl_ETSIntrinsicNodeIdConst(KNativePointer context, KNativePointer receiver)
10008
9991
  {
10009
9992
  const auto _context = reinterpret_cast<es2panda_Context*>(context);
10010
9993
  const auto _receiver = reinterpret_cast<es2panda_AstNode*>(receiver);
10011
- auto result = GetImpl()->ETSIntrinsicNodeTypeConst(_context, _receiver);
10012
- return result;
9994
+ auto result = GetImpl()->ETSIntrinsicNodeIdConst(_context, _receiver);
9995
+ return StageArena::strdup(result);
10013
9996
  }
10014
- KOALA_INTEROP_2(ETSIntrinsicNodeTypeConst, KInt, KNativePointer, KNativePointer);
9997
+ KOALA_INTEROP_2(ETSIntrinsicNodeIdConst, KNativePointer, KNativePointer, KNativePointer);
10015
9998
 
10016
9999
  KNativePointer impl_ETSIntrinsicNodeArgumentsConst(KNativePointer context, KNativePointer receiver)
10017
10000
  {
@@ -10023,6 +10006,16 @@ KNativePointer impl_ETSIntrinsicNodeArgumentsConst(KNativePointer context, KNati
10023
10006
  }
10024
10007
  KOALA_INTEROP_2(ETSIntrinsicNodeArgumentsConst, KNativePointer, KNativePointer, KNativePointer);
10025
10008
 
10009
+ KNativePointer impl_ETSIntrinsicNodeArguments(KNativePointer context, KNativePointer receiver)
10010
+ {
10011
+ const auto _context = reinterpret_cast<es2panda_Context*>(context);
10012
+ const auto _receiver = reinterpret_cast<es2panda_AstNode*>(receiver);
10013
+ std::size_t length;
10014
+ auto result = GetImpl()->ETSIntrinsicNodeArguments(_context, _receiver, &length);
10015
+ return length ? StageArena::cloneVector(result, length) : nullptr;
10016
+ }
10017
+ KOALA_INTEROP_2(ETSIntrinsicNodeArguments, KNativePointer, KNativePointer, KNativePointer);
10018
+
10026
10019
  KNativePointer impl_CreateETSPackageDeclaration(KNativePointer context, KNativePointer name)
10027
10020
  {
10028
10021
  const auto _context = reinterpret_cast<es2panda_Context*>(context);
@@ -34,7 +34,7 @@
34
34
  "@koalaui/harness": "1.7.10+devel",
35
35
  "@koalaui/interop": "1.7.10+devel",
36
36
  "@koalaui/fast-arktsc": "1.7.10+devel",
37
- "@idlizer/arktscgen": "2.1.10-arktscgen-3",
37
+ "@idlizer/arktscgen": "2.1.10-arktscgen-3a",
38
38
  "@types/mocha": "^9.1.0",
39
39
  "mocha": "^9.2.2",
40
40
  "node-addon-api": "8.0.0",
@@ -66,7 +66,7 @@
66
66
  "direct": "fast-arktsc --config arktsconfig.json --compiler ../../incremental/tools/panda/arkts/ui2abc --link-name ./build/abc/main.abc && ninja -f build/abc/build.ninja",
67
67
  "simultaneous": "mkdir -p build/abc && bash ../../incremental/tools/panda/arkts/ui2abc --simultaneous --arktsconfig arktsconfig.json --output ./build/abc/main.abc:./build/abc/library.abc plugins/input/main.ets:plugins/input/library.ets",
68
68
  "run": "npm run compile && npm run compile:plugins && npm run simultaneous",
69
- "run:memo": "npm run compile && npm run compile:plugins && npm run compile --prefix ../memo-plugin && npm run memo",
69
+ "run:memo": "npm run compile && npm run compile:plugins && npm run compile --prefix ../memo-plugin-ng && npm run memo",
70
70
  "run:abc": "$npm_package_config_panda_sdk_path/linux_host_tools/bin/ark --load-runtimes=ets --boot-panda-files=$npm_package_config_panda_sdk_path/ets/etsstdlib.abc ./main.abc main.ETSGLOBAL::main",
71
71
  "mocha": "PANDA_SDK_PATH=${PANDA_SDK_PATH:=$npm_package_config_panda_sdk_path} TS_NODE_PROJECT=./test/tsconfig.json mocha -r tsconfig-paths/register --reporter-option maxDiffSize=0",
72
72
  "test:light": "npm run mocha",
@@ -81,4 +81,4 @@
81
81
  "regenerate": "rimraf -rf src/generated && arktscgen --panda-sdk-path ${PANDA_SDK_PATH:=$npm_package_config_panda_sdk_path} --output-dir ../ --options-file ./generator/options.json5 --no-initialize",
82
82
  "reinstall:regenerate": "npm run panda:sdk:reinstall && npm run regenerate && git diff --shortstat"
83
83
  }
84
- }
84
+ }
@@ -18,6 +18,7 @@ import {
18
18
  CallExpression,
19
19
  ClassDefinition,
20
20
  ClassProperty,
21
+ ClassStaticBlock,
21
22
  ETSImportDeclaration,
22
23
  ETSModule,
23
24
  ETSStructDeclaration,
@@ -30,8 +31,8 @@ import {
30
31
  VariableDeclarator,
31
32
  } from "../../generated"
32
33
  import { factory as generatedFactory } from "../../generated/factory"
33
- import { createScriptFunction, updateScriptFunction } from "../node-utilities/ScriptFunction"
34
- import { updateCallExpression } from "../node-utilities/CallExpression"
34
+ import { createScriptFunction, inplaceUpdateScriptFunction, updateScriptFunction } from "../node-utilities/ScriptFunction"
35
+ import { inplaceUpdateCallExpression, updateCallExpression } from "../node-utilities/CallExpression"
35
36
  import { createNumberLiteral, updateNumberLiteral } from "../node-utilities/NumberLiteral"
36
37
  import { updateMemberExpression } from "../node-utilities/MemberExpression"
37
38
  import { createETSParameterExpression, updateETSParameterExpression } from "../node-utilities/ETSParameterExpression"
@@ -62,12 +63,14 @@ export const factory = {
62
63
 
63
64
  createCallExpression: CallExpression.createCallExpression,
64
65
  updateCallExpression,
66
+ inplaceUpdateCallExpression,
65
67
 
66
68
  createMemberExpression: MemberExpression.createMemberExpression,
67
69
  updateMemberExpression,
68
70
 
69
71
  createScriptFunction,
70
72
  updateScriptFunction,
73
+ inplaceUpdateScriptFunction,
71
74
 
72
75
  createNumberLiteral,
73
76
  updateNumberLiteral,
@@ -125,5 +128,8 @@ export const factory = {
125
128
 
126
129
  updateInterfaceBody : generatedFactory.updateTSInterfaceBody,
127
130
 
131
+ createClassStaticBlock: ClassStaticBlock.createClassStaticBlock,
132
+ updateClassStaticBlock: ClassStaticBlock.updateClassStaticBlock,
133
+
128
134
  createOpaqueTypeNode,
129
135
  }
@@ -39,4 +39,36 @@ export function updateCallExpression(
39
39
  CallExpression.createCallExpression(callee, _arguments, typeParams, optional_arg, trailingComma, trailingBlock),
40
40
  original
41
41
  )
42
- }
42
+ }
43
+
44
+ export function inplaceUpdateCallExpression(
45
+ original: CallExpression,
46
+ callee: Expression | undefined,
47
+ _arguments: readonly Expression[],
48
+ typeParams: TSTypeParameterInstantiation | undefined,
49
+ optional_arg: boolean = false,
50
+ trailingComma: boolean = false,
51
+ trailingBlock: BlockStatement | undefined = undefined,
52
+ ) {
53
+ if (!isSameNativeObject(optional_arg, original.isOptional)
54
+ || !isSameNativeObject(trailingComma, original.hasTrailingComma)
55
+ ) {
56
+ // unlikely
57
+ console.log(`Did not managed to update call expression ${callee?.dumpSrc()} inplace!`)
58
+ const result = CallExpression.createCallExpression(
59
+ callee,
60
+ _arguments,
61
+ typeParams,
62
+ optional_arg,
63
+ trailingComma,
64
+ trailingBlock
65
+ )
66
+ result.onUpdate(original)
67
+ return result
68
+ }
69
+ original.setCallee(callee)
70
+ original.setArguments(_arguments)
71
+ original.setTypeParams(typeParams)
72
+ original.setTrailingBlock(trailingBlock)
73
+ return original
74
+ }
@@ -108,3 +108,49 @@ export function updateScriptFunction(
108
108
  original
109
109
  )
110
110
  }
111
+
112
+ export function inplaceUpdateScriptFunction(
113
+ original: ScriptFunction,
114
+ databody: AstNode | undefined,
115
+ typeParams: TSTypeParameterDeclaration | undefined,
116
+ params: readonly Expression[],
117
+ returnTypeAnnotation: TypeNode | undefined,
118
+ hasReceiver: boolean,
119
+ datafuncFlags: Es2pandaScriptFunctionFlags,
120
+ dataflags: Es2pandaModifierFlags,
121
+ ident: Identifier | undefined,
122
+ annotations: readonly AnnotationUsage[] | undefined,
123
+ signaturePointer?: KNativePointer,
124
+ preferredReturnTypePointer?: KNativePointer,
125
+ ) {
126
+ if (!isSameNativeObject(typeParams, original.typeParams)
127
+ || !isSameNativeObject(hasReceiver, original.hasReceiver)
128
+ || !isSameNativeObject(datafuncFlags, original.flags)) {
129
+ // unlikely
130
+ console.log(`Did not managed to update script function ${ident?.name} inplace!`)
131
+ const result = createScriptFunction(
132
+ databody,
133
+ typeParams,
134
+ params,
135
+ returnTypeAnnotation,
136
+ hasReceiver,
137
+ datafuncFlags,
138
+ dataflags,
139
+ ident,
140
+ annotations,
141
+ signaturePointer,
142
+ preferredReturnTypePointer,
143
+ )
144
+ result.onUpdate(original)
145
+ return result
146
+ }
147
+ original.setBody(databody)
148
+ original.setParams(params)
149
+ original.setReturnTypeAnnotation(returnTypeAnnotation)
150
+ original.modifierFlags = dataflags
151
+ if (ident) original.setIdent(ident)
152
+ if (annotations) original.setAnnotations(annotations)
153
+ if (signaturePointer) original.setSignaturePointer(signaturePointer)
154
+ if (preferredReturnTypePointer) original.setPreferredReturnTypePointer(preferredReturnTypePointer)
155
+ return original
156
+ }
@@ -849,10 +849,6 @@ export enum Es2pandaPrimitiveType {
849
849
  PRIMITIVE_TYPE_CHAR = 7,
850
850
  PRIMITIVE_TYPE_VOID = 8
851
851
  }
852
- export enum Es2pandaIntrinsicNodeType {
853
- INTRINSIC_NODE_TYPE_NONE = 0,
854
- INTRINSIC_NODE_TYPE_TYPE_REFERENCE = 1
855
- }
856
852
  export enum Es2pandaObjectFlags {
857
853
  OBJECT_FLAGS_NO_OPTS = 0,
858
854
  OBJECT_FLAGS_CHECK_EXCESS_PROPS = 1,
@@ -1016,111 +1012,109 @@ export enum Es2pandaGlobalTypeId {
1016
1012
  GLOBAL_TYPE_ID_ETS_FUNCTION_BUILTIN = 78,
1017
1013
  GLOBAL_TYPE_ID_ETS_REGEXP_BUILTIN = 79,
1018
1014
  GLOBAL_TYPE_ID_ETS_ARRAY_BUILTIN = 80,
1019
- GLOBAL_TYPE_ID_ETS_INTEROP_JSRUNTIME_BUILTIN = 81,
1020
- GLOBAL_TYPE_ID_ETS_INTEROP_JSVALUE_BUILTIN = 82,
1021
- GLOBAL_TYPE_ID_ETS_BOX_BUILTIN = 83,
1022
- GLOBAL_TYPE_ID_ETS_BOOLEAN_BOX_BUILTIN = 84,
1023
- GLOBAL_TYPE_ID_ETS_BYTE_BOX_BUILTIN = 85,
1024
- GLOBAL_TYPE_ID_ETS_CHAR_BOX_BUILTIN = 86,
1025
- GLOBAL_TYPE_ID_ETS_SHORT_BOX_BUILTIN = 87,
1026
- GLOBAL_TYPE_ID_ETS_INT_BOX_BUILTIN = 88,
1027
- GLOBAL_TYPE_ID_ETS_LONG_BOX_BUILTIN = 89,
1028
- GLOBAL_TYPE_ID_ETS_FLOAT_BOX_BUILTIN = 90,
1029
- GLOBAL_TYPE_ID_ETS_DOUBLE_BOX_BUILTIN = 91,
1030
- GLOBAL_TYPE_ID_ETS_BIG_INT_BUILTIN = 92,
1031
- GLOBAL_TYPE_ID_ETS_BIG_INT = 93,
1032
- GLOBAL_TYPE_ID_ETS_ARRAY = 94,
1033
- GLOBAL_TYPE_ID_ETS_READONLY_ARRAY = 95,
1034
- GLOBAL_TYPE_ID_ETS_FUNCTION0_CLASS = 96,
1035
- GLOBAL_TYPE_ID_ETS_FUNCTION1_CLASS = 97,
1036
- GLOBAL_TYPE_ID_ETS_FUNCTION2_CLASS = 98,
1037
- GLOBAL_TYPE_ID_ETS_FUNCTION3_CLASS = 99,
1038
- GLOBAL_TYPE_ID_ETS_FUNCTION4_CLASS = 100,
1039
- GLOBAL_TYPE_ID_ETS_FUNCTION5_CLASS = 101,
1040
- GLOBAL_TYPE_ID_ETS_FUNCTION6_CLASS = 102,
1041
- GLOBAL_TYPE_ID_ETS_FUNCTION7_CLASS = 103,
1042
- GLOBAL_TYPE_ID_ETS_FUNCTION8_CLASS = 104,
1043
- GLOBAL_TYPE_ID_ETS_FUNCTION9_CLASS = 105,
1044
- GLOBAL_TYPE_ID_ETS_FUNCTION10_CLASS = 106,
1045
- GLOBAL_TYPE_ID_ETS_FUNCTION11_CLASS = 107,
1046
- GLOBAL_TYPE_ID_ETS_FUNCTION12_CLASS = 108,
1047
- GLOBAL_TYPE_ID_ETS_FUNCTION13_CLASS = 109,
1048
- GLOBAL_TYPE_ID_ETS_FUNCTION14_CLASS = 110,
1049
- GLOBAL_TYPE_ID_ETS_FUNCTION15_CLASS = 111,
1050
- GLOBAL_TYPE_ID_ETS_FUNCTION16_CLASS = 112,
1051
- GLOBAL_TYPE_ID_ETS_FUNCTIONN_CLASS = 113,
1052
- GLOBAL_TYPE_ID_ETS_LAMBDA0_CLASS = 114,
1053
- GLOBAL_TYPE_ID_ETS_LAMBDA1_CLASS = 115,
1054
- GLOBAL_TYPE_ID_ETS_LAMBDA2_CLASS = 116,
1055
- GLOBAL_TYPE_ID_ETS_LAMBDA3_CLASS = 117,
1056
- GLOBAL_TYPE_ID_ETS_LAMBDA4_CLASS = 118,
1057
- GLOBAL_TYPE_ID_ETS_LAMBDA5_CLASS = 119,
1058
- GLOBAL_TYPE_ID_ETS_LAMBDA6_CLASS = 120,
1059
- GLOBAL_TYPE_ID_ETS_LAMBDA7_CLASS = 121,
1060
- GLOBAL_TYPE_ID_ETS_LAMBDA8_CLASS = 122,
1061
- GLOBAL_TYPE_ID_ETS_LAMBDA9_CLASS = 123,
1062
- GLOBAL_TYPE_ID_ETS_LAMBDA10_CLASS = 124,
1063
- GLOBAL_TYPE_ID_ETS_LAMBDA11_CLASS = 125,
1064
- GLOBAL_TYPE_ID_ETS_LAMBDA12_CLASS = 126,
1065
- GLOBAL_TYPE_ID_ETS_LAMBDA13_CLASS = 127,
1066
- GLOBAL_TYPE_ID_ETS_LAMBDA14_CLASS = 128,
1067
- GLOBAL_TYPE_ID_ETS_LAMBDA15_CLASS = 129,
1068
- GLOBAL_TYPE_ID_ETS_LAMBDA16_CLASS = 130,
1069
- GLOBAL_TYPE_ID_ETS_LAMBDAN_CLASS = 131,
1070
- GLOBAL_TYPE_ID_ETS_FUNCTIONR0_CLASS = 132,
1071
- GLOBAL_TYPE_ID_ETS_FUNCTIONR1_CLASS = 133,
1072
- GLOBAL_TYPE_ID_ETS_FUNCTIONR2_CLASS = 134,
1073
- GLOBAL_TYPE_ID_ETS_FUNCTIONR3_CLASS = 135,
1074
- GLOBAL_TYPE_ID_ETS_FUNCTIONR4_CLASS = 136,
1075
- GLOBAL_TYPE_ID_ETS_FUNCTIONR5_CLASS = 137,
1076
- GLOBAL_TYPE_ID_ETS_FUNCTIONR6_CLASS = 138,
1077
- GLOBAL_TYPE_ID_ETS_FUNCTIONR7_CLASS = 139,
1078
- GLOBAL_TYPE_ID_ETS_FUNCTIONR8_CLASS = 140,
1079
- GLOBAL_TYPE_ID_ETS_FUNCTIONR9_CLASS = 141,
1080
- GLOBAL_TYPE_ID_ETS_FUNCTIONR10_CLASS = 142,
1081
- GLOBAL_TYPE_ID_ETS_FUNCTIONR11_CLASS = 143,
1082
- GLOBAL_TYPE_ID_ETS_FUNCTIONR12_CLASS = 144,
1083
- GLOBAL_TYPE_ID_ETS_FUNCTIONR13_CLASS = 145,
1084
- GLOBAL_TYPE_ID_ETS_FUNCTIONR14_CLASS = 146,
1085
- GLOBAL_TYPE_ID_ETS_FUNCTIONR15_CLASS = 147,
1086
- GLOBAL_TYPE_ID_ETS_FUNCTIONR16_CLASS = 148,
1087
- GLOBAL_TYPE_ID_ETS_LAMBDAR0_CLASS = 149,
1088
- GLOBAL_TYPE_ID_ETS_LAMBDAR1_CLASS = 150,
1089
- GLOBAL_TYPE_ID_ETS_LAMBDAR2_CLASS = 151,
1090
- GLOBAL_TYPE_ID_ETS_LAMBDAR3_CLASS = 152,
1091
- GLOBAL_TYPE_ID_ETS_LAMBDAR4_CLASS = 153,
1092
- GLOBAL_TYPE_ID_ETS_LAMBDAR5_CLASS = 154,
1093
- GLOBAL_TYPE_ID_ETS_LAMBDAR6_CLASS = 155,
1094
- GLOBAL_TYPE_ID_ETS_LAMBDAR7_CLASS = 156,
1095
- GLOBAL_TYPE_ID_ETS_LAMBDAR8_CLASS = 157,
1096
- GLOBAL_TYPE_ID_ETS_LAMBDAR9_CLASS = 158,
1097
- GLOBAL_TYPE_ID_ETS_LAMBDAR10_CLASS = 159,
1098
- GLOBAL_TYPE_ID_ETS_LAMBDAR11_CLASS = 160,
1099
- GLOBAL_TYPE_ID_ETS_LAMBDAR12_CLASS = 161,
1100
- GLOBAL_TYPE_ID_ETS_LAMBDAR13_CLASS = 162,
1101
- GLOBAL_TYPE_ID_ETS_LAMBDAR14_CLASS = 163,
1102
- GLOBAL_TYPE_ID_ETS_LAMBDAR15_CLASS = 164,
1103
- GLOBAL_TYPE_ID_ETS_LAMBDAR16_CLASS = 165,
1104
- GLOBAL_TYPE_ID_ETS_TUPLE0_CLASS = 166,
1105
- GLOBAL_TYPE_ID_ETS_TUPLE1_CLASS = 167,
1106
- GLOBAL_TYPE_ID_ETS_TUPLE2_CLASS = 168,
1107
- GLOBAL_TYPE_ID_ETS_TUPLE3_CLASS = 169,
1108
- GLOBAL_TYPE_ID_ETS_TUPLE4_CLASS = 170,
1109
- GLOBAL_TYPE_ID_ETS_TUPLE5_CLASS = 171,
1110
- GLOBAL_TYPE_ID_ETS_TUPLE6_CLASS = 172,
1111
- GLOBAL_TYPE_ID_ETS_TUPLE7_CLASS = 173,
1112
- GLOBAL_TYPE_ID_ETS_TUPLE8_CLASS = 174,
1113
- GLOBAL_TYPE_ID_ETS_TUPLE9_CLASS = 175,
1114
- GLOBAL_TYPE_ID_ETS_TUPLE10_CLASS = 176,
1115
- GLOBAL_TYPE_ID_ETS_TUPLE11_CLASS = 177,
1116
- GLOBAL_TYPE_ID_ETS_TUPLE12_CLASS = 178,
1117
- GLOBAL_TYPE_ID_ETS_TUPLE13_CLASS = 179,
1118
- GLOBAL_TYPE_ID_ETS_TUPLE14_CLASS = 180,
1119
- GLOBAL_TYPE_ID_ETS_TUPLE15_CLASS = 181,
1120
- GLOBAL_TYPE_ID_ETS_TUPLE16_CLASS = 182,
1121
- GLOBAL_TYPE_ID_ETS_TUPLEN_CLASS = 183,
1122
- GLOBAL_TYPE_ID_TYPE_ERROR = 184,
1123
- GLOBAL_TYPE_ID_COUNT = 185
1015
+ GLOBAL_TYPE_ID_ETS_BOX_BUILTIN = 81,
1016
+ GLOBAL_TYPE_ID_ETS_BOOLEAN_BOX_BUILTIN = 82,
1017
+ GLOBAL_TYPE_ID_ETS_BYTE_BOX_BUILTIN = 83,
1018
+ GLOBAL_TYPE_ID_ETS_CHAR_BOX_BUILTIN = 84,
1019
+ GLOBAL_TYPE_ID_ETS_SHORT_BOX_BUILTIN = 85,
1020
+ GLOBAL_TYPE_ID_ETS_INT_BOX_BUILTIN = 86,
1021
+ GLOBAL_TYPE_ID_ETS_LONG_BOX_BUILTIN = 87,
1022
+ GLOBAL_TYPE_ID_ETS_FLOAT_BOX_BUILTIN = 88,
1023
+ GLOBAL_TYPE_ID_ETS_DOUBLE_BOX_BUILTIN = 89,
1024
+ GLOBAL_TYPE_ID_ETS_BIG_INT_BUILTIN = 90,
1025
+ GLOBAL_TYPE_ID_ETS_BIG_INT = 91,
1026
+ GLOBAL_TYPE_ID_ETS_ARRAY = 92,
1027
+ GLOBAL_TYPE_ID_ETS_READONLY_ARRAY = 93,
1028
+ GLOBAL_TYPE_ID_ETS_FUNCTION0_CLASS = 94,
1029
+ GLOBAL_TYPE_ID_ETS_FUNCTION1_CLASS = 95,
1030
+ GLOBAL_TYPE_ID_ETS_FUNCTION2_CLASS = 96,
1031
+ GLOBAL_TYPE_ID_ETS_FUNCTION3_CLASS = 97,
1032
+ GLOBAL_TYPE_ID_ETS_FUNCTION4_CLASS = 98,
1033
+ GLOBAL_TYPE_ID_ETS_FUNCTION5_CLASS = 99,
1034
+ GLOBAL_TYPE_ID_ETS_FUNCTION6_CLASS = 100,
1035
+ GLOBAL_TYPE_ID_ETS_FUNCTION7_CLASS = 101,
1036
+ GLOBAL_TYPE_ID_ETS_FUNCTION8_CLASS = 102,
1037
+ GLOBAL_TYPE_ID_ETS_FUNCTION9_CLASS = 103,
1038
+ GLOBAL_TYPE_ID_ETS_FUNCTION10_CLASS = 104,
1039
+ GLOBAL_TYPE_ID_ETS_FUNCTION11_CLASS = 105,
1040
+ GLOBAL_TYPE_ID_ETS_FUNCTION12_CLASS = 106,
1041
+ GLOBAL_TYPE_ID_ETS_FUNCTION13_CLASS = 107,
1042
+ GLOBAL_TYPE_ID_ETS_FUNCTION14_CLASS = 108,
1043
+ GLOBAL_TYPE_ID_ETS_FUNCTION15_CLASS = 109,
1044
+ GLOBAL_TYPE_ID_ETS_FUNCTION16_CLASS = 110,
1045
+ GLOBAL_TYPE_ID_ETS_FUNCTIONN_CLASS = 111,
1046
+ GLOBAL_TYPE_ID_ETS_LAMBDA0_CLASS = 112,
1047
+ GLOBAL_TYPE_ID_ETS_LAMBDA1_CLASS = 113,
1048
+ GLOBAL_TYPE_ID_ETS_LAMBDA2_CLASS = 114,
1049
+ GLOBAL_TYPE_ID_ETS_LAMBDA3_CLASS = 115,
1050
+ GLOBAL_TYPE_ID_ETS_LAMBDA4_CLASS = 116,
1051
+ GLOBAL_TYPE_ID_ETS_LAMBDA5_CLASS = 117,
1052
+ GLOBAL_TYPE_ID_ETS_LAMBDA6_CLASS = 118,
1053
+ GLOBAL_TYPE_ID_ETS_LAMBDA7_CLASS = 119,
1054
+ GLOBAL_TYPE_ID_ETS_LAMBDA8_CLASS = 120,
1055
+ GLOBAL_TYPE_ID_ETS_LAMBDA9_CLASS = 121,
1056
+ GLOBAL_TYPE_ID_ETS_LAMBDA10_CLASS = 122,
1057
+ GLOBAL_TYPE_ID_ETS_LAMBDA11_CLASS = 123,
1058
+ GLOBAL_TYPE_ID_ETS_LAMBDA12_CLASS = 124,
1059
+ GLOBAL_TYPE_ID_ETS_LAMBDA13_CLASS = 125,
1060
+ GLOBAL_TYPE_ID_ETS_LAMBDA14_CLASS = 126,
1061
+ GLOBAL_TYPE_ID_ETS_LAMBDA15_CLASS = 127,
1062
+ GLOBAL_TYPE_ID_ETS_LAMBDA16_CLASS = 128,
1063
+ GLOBAL_TYPE_ID_ETS_LAMBDAN_CLASS = 129,
1064
+ GLOBAL_TYPE_ID_ETS_FUNCTIONR0_CLASS = 130,
1065
+ GLOBAL_TYPE_ID_ETS_FUNCTIONR1_CLASS = 131,
1066
+ GLOBAL_TYPE_ID_ETS_FUNCTIONR2_CLASS = 132,
1067
+ GLOBAL_TYPE_ID_ETS_FUNCTIONR3_CLASS = 133,
1068
+ GLOBAL_TYPE_ID_ETS_FUNCTIONR4_CLASS = 134,
1069
+ GLOBAL_TYPE_ID_ETS_FUNCTIONR5_CLASS = 135,
1070
+ GLOBAL_TYPE_ID_ETS_FUNCTIONR6_CLASS = 136,
1071
+ GLOBAL_TYPE_ID_ETS_FUNCTIONR7_CLASS = 137,
1072
+ GLOBAL_TYPE_ID_ETS_FUNCTIONR8_CLASS = 138,
1073
+ GLOBAL_TYPE_ID_ETS_FUNCTIONR9_CLASS = 139,
1074
+ GLOBAL_TYPE_ID_ETS_FUNCTIONR10_CLASS = 140,
1075
+ GLOBAL_TYPE_ID_ETS_FUNCTIONR11_CLASS = 141,
1076
+ GLOBAL_TYPE_ID_ETS_FUNCTIONR12_CLASS = 142,
1077
+ GLOBAL_TYPE_ID_ETS_FUNCTIONR13_CLASS = 143,
1078
+ GLOBAL_TYPE_ID_ETS_FUNCTIONR14_CLASS = 144,
1079
+ GLOBAL_TYPE_ID_ETS_FUNCTIONR15_CLASS = 145,
1080
+ GLOBAL_TYPE_ID_ETS_FUNCTIONR16_CLASS = 146,
1081
+ GLOBAL_TYPE_ID_ETS_LAMBDAR0_CLASS = 147,
1082
+ GLOBAL_TYPE_ID_ETS_LAMBDAR1_CLASS = 148,
1083
+ GLOBAL_TYPE_ID_ETS_LAMBDAR2_CLASS = 149,
1084
+ GLOBAL_TYPE_ID_ETS_LAMBDAR3_CLASS = 150,
1085
+ GLOBAL_TYPE_ID_ETS_LAMBDAR4_CLASS = 151,
1086
+ GLOBAL_TYPE_ID_ETS_LAMBDAR5_CLASS = 152,
1087
+ GLOBAL_TYPE_ID_ETS_LAMBDAR6_CLASS = 153,
1088
+ GLOBAL_TYPE_ID_ETS_LAMBDAR7_CLASS = 154,
1089
+ GLOBAL_TYPE_ID_ETS_LAMBDAR8_CLASS = 155,
1090
+ GLOBAL_TYPE_ID_ETS_LAMBDAR9_CLASS = 156,
1091
+ GLOBAL_TYPE_ID_ETS_LAMBDAR10_CLASS = 157,
1092
+ GLOBAL_TYPE_ID_ETS_LAMBDAR11_CLASS = 158,
1093
+ GLOBAL_TYPE_ID_ETS_LAMBDAR12_CLASS = 159,
1094
+ GLOBAL_TYPE_ID_ETS_LAMBDAR13_CLASS = 160,
1095
+ GLOBAL_TYPE_ID_ETS_LAMBDAR14_CLASS = 161,
1096
+ GLOBAL_TYPE_ID_ETS_LAMBDAR15_CLASS = 162,
1097
+ GLOBAL_TYPE_ID_ETS_LAMBDAR16_CLASS = 163,
1098
+ GLOBAL_TYPE_ID_ETS_TUPLE0_CLASS = 164,
1099
+ GLOBAL_TYPE_ID_ETS_TUPLE1_CLASS = 165,
1100
+ GLOBAL_TYPE_ID_ETS_TUPLE2_CLASS = 166,
1101
+ GLOBAL_TYPE_ID_ETS_TUPLE3_CLASS = 167,
1102
+ GLOBAL_TYPE_ID_ETS_TUPLE4_CLASS = 168,
1103
+ GLOBAL_TYPE_ID_ETS_TUPLE5_CLASS = 169,
1104
+ GLOBAL_TYPE_ID_ETS_TUPLE6_CLASS = 170,
1105
+ GLOBAL_TYPE_ID_ETS_TUPLE7_CLASS = 171,
1106
+ GLOBAL_TYPE_ID_ETS_TUPLE8_CLASS = 172,
1107
+ GLOBAL_TYPE_ID_ETS_TUPLE9_CLASS = 173,
1108
+ GLOBAL_TYPE_ID_ETS_TUPLE10_CLASS = 174,
1109
+ GLOBAL_TYPE_ID_ETS_TUPLE11_CLASS = 175,
1110
+ GLOBAL_TYPE_ID_ETS_TUPLE12_CLASS = 176,
1111
+ GLOBAL_TYPE_ID_ETS_TUPLE13_CLASS = 177,
1112
+ GLOBAL_TYPE_ID_ETS_TUPLE14_CLASS = 178,
1113
+ GLOBAL_TYPE_ID_ETS_TUPLE15_CLASS = 179,
1114
+ GLOBAL_TYPE_ID_ETS_TUPLE16_CLASS = 180,
1115
+ GLOBAL_TYPE_ID_ETS_TUPLEN_CLASS = 181,
1116
+ GLOBAL_TYPE_ID_TYPE_ERROR = 182,
1117
+ GLOBAL_TYPE_ID_COUNT = 183
1124
1118
  }
1125
1119
  export enum Es2pandaMethodDefinitionKind {
1126
1120
  METHOD_DEFINITION_KIND_NONE = 0,
@@ -3197,28 +3197,25 @@ export class Es2pandaNativeModule {
3197
3197
  _UpdateCharLiteral(context: KNativePointer, original: KNativePointer): KNativePointer {
3198
3198
  throw new Error("This methods was not overloaded by native module initialization")
3199
3199
  }
3200
- _CreateETSIntrinsicNode(context: KNativePointer): KNativePointer {
3200
+ _CreateETSIntrinsicNode(context: KNativePointer, other: KNativePointer): KNativePointer {
3201
3201
  throw new Error("This methods was not overloaded by native module initialization")
3202
3202
  }
3203
- _UpdateETSIntrinsicNode(context: KNativePointer, original: KNativePointer): KNativePointer {
3203
+ _UpdateETSIntrinsicNode(context: KNativePointer, original: KNativePointer, other: KNativePointer): KNativePointer {
3204
3204
  throw new Error("This methods was not overloaded by native module initialization")
3205
3205
  }
3206
- _CreateETSIntrinsicNode1(context: KNativePointer, other: KNativePointer): KNativePointer {
3206
+ _CreateETSIntrinsicNode1(context: KNativePointer, id: KStringPtr, _arguments: BigUint64Array, _argumentsSequenceLength: KUInt): KNativePointer {
3207
3207
  throw new Error("This methods was not overloaded by native module initialization")
3208
3208
  }
3209
- _UpdateETSIntrinsicNode1(context: KNativePointer, original: KNativePointer, other: KNativePointer): KNativePointer {
3209
+ _UpdateETSIntrinsicNode1(context: KNativePointer, original: KNativePointer, id: KStringPtr, _arguments: BigUint64Array, _argumentsSequenceLength: KUInt): KNativePointer {
3210
3210
  throw new Error("This methods was not overloaded by native module initialization")
3211
3211
  }
3212
- _CreateETSIntrinsicNode2(context: KNativePointer, type: KInt, _arguments: BigUint64Array, _argumentsSequenceLength: KUInt): KNativePointer {
3212
+ _ETSIntrinsicNodeIdConst(context: KNativePointer, receiver: KNativePointer): KStringPtr {
3213
3213
  throw new Error("This methods was not overloaded by native module initialization")
3214
3214
  }
3215
- _UpdateETSIntrinsicNode2(context: KNativePointer, original: KNativePointer, type: KInt, _arguments: BigUint64Array, _argumentsSequenceLength: KUInt): KNativePointer {
3216
- throw new Error("This methods was not overloaded by native module initialization")
3217
- }
3218
- _ETSIntrinsicNodeTypeConst(context: KNativePointer, receiver: KNativePointer): KInt {
3215
+ _ETSIntrinsicNodeArgumentsConst(context: KNativePointer, receiver: KNativePointer): KNativePointer {
3219
3216
  throw new Error("This methods was not overloaded by native module initialization")
3220
3217
  }
3221
- _ETSIntrinsicNodeArgumentsConst(context: KNativePointer, receiver: KNativePointer): KNativePointer {
3218
+ _ETSIntrinsicNodeArguments(context: KNativePointer, receiver: KNativePointer): KNativePointer {
3222
3219
  throw new Error("This methods was not overloaded by native module initialization")
3223
3220
  }
3224
3221
  _CreateETSPackageDeclaration(context: KNativePointer, name: KNativePointer): KNativePointer {
@@ -68,7 +68,6 @@ import { ETSTypeReferencePart } from "./peers/ETSTypeReferencePart"
68
68
  import { ETSUndefinedType } from "./peers/ETSUndefinedType"
69
69
  import { ETSUnionType } from "./peers/ETSUnionType"
70
70
  import { EmptyStatement } from "./peers/EmptyStatement"
71
- import { Es2pandaIntrinsicNodeType } from "./Es2pandaEnums"
72
71
  import { Es2pandaMetaPropertyKind } from "./Es2pandaEnums"
73
72
  import { Es2pandaModifierFlags } from "./Es2pandaEnums"
74
73
  import { Es2pandaPrimitiveType } from "./Es2pandaEnums"
@@ -675,14 +674,14 @@ export const factory = {
675
674
  return updateNodeByNode(CharLiteral.createCharLiteral(), original)
676
675
  }
677
676
  ,
678
- createETSIntrinsicNode(type: Es2pandaIntrinsicNodeType, _arguments: readonly Expression[]): ETSIntrinsicNode {
679
- return ETSIntrinsicNode.create2ETSIntrinsicNode(type, _arguments)
677
+ createETSIntrinsicNode(id: string, _arguments: readonly Expression[]): ETSIntrinsicNode {
678
+ return ETSIntrinsicNode.create1ETSIntrinsicNode(id, _arguments)
680
679
  }
681
680
  ,
682
- updateETSIntrinsicNode(original: ETSIntrinsicNode, type: Es2pandaIntrinsicNodeType, _arguments: readonly Expression[]): ETSIntrinsicNode {
683
- if (isSameNativeObject(type, original.type) && isSameNativeObject(_arguments, original.arguments))
681
+ updateETSIntrinsicNode(original: ETSIntrinsicNode, id: string, _arguments: readonly Expression[]): ETSIntrinsicNode {
682
+ if (isSameNativeObject(id, original.id) && isSameNativeObject(_arguments, original.arguments))
684
683
  return original
685
- return updateNodeByNode(ETSIntrinsicNode.create2ETSIntrinsicNode(type, _arguments), original)
684
+ return updateNodeByNode(ETSIntrinsicNode.create1ETSIntrinsicNode(id, _arguments), original)
686
685
  }
687
686
  ,
688
687
  createTSModuleBlock(statements: readonly Statement[]): TSModuleBlock {
@@ -32,38 +32,32 @@ import {
32
32
  } from "../../reexport-for-generated"
33
33
 
34
34
  import { Es2pandaAstNodeType } from "./../Es2pandaEnums"
35
- import { Es2pandaIntrinsicNodeType } from "./../Es2pandaEnums"
36
35
  import { Expression } from "./Expression"
37
36
 
38
37
  export class ETSIntrinsicNode extends Expression {
39
38
  constructor(pointer: KNativePointer, astNodeType: Es2pandaAstNodeType) {
40
39
  super(pointer, astNodeType)
41
40
  }
42
- static create2ETSIntrinsicNode(type: Es2pandaIntrinsicNodeType, _arguments: readonly Expression[]): ETSIntrinsicNode {
43
- const result: ETSIntrinsicNode = new ETSIntrinsicNode(global.generatedEs2panda._CreateETSIntrinsicNode2(global.context, type, passNodeArray(_arguments), _arguments.length), Es2pandaAstNodeType.AST_NODE_TYPE_ETS_INTRINSIC_NODE_TYPE)
41
+ static create1ETSIntrinsicNode(id: string, _arguments: readonly Expression[]): ETSIntrinsicNode {
42
+ const result: ETSIntrinsicNode = new ETSIntrinsicNode(global.generatedEs2panda._CreateETSIntrinsicNode1(global.context, id, passNodeArray(_arguments), _arguments.length), Es2pandaAstNodeType.AST_NODE_TYPE_ETS_INTRINSIC_NODE_TYPE)
44
43
  result.setChildrenParentPtr()
45
44
  return result
46
45
  }
47
- static updateETSIntrinsicNode(original?: ETSIntrinsicNode): ETSIntrinsicNode {
48
- const result: ETSIntrinsicNode = new ETSIntrinsicNode(global.generatedEs2panda._UpdateETSIntrinsicNode(global.context, passNode(original)), Es2pandaAstNodeType.AST_NODE_TYPE_ETS_INTRINSIC_NODE_TYPE)
46
+ static updateETSIntrinsicNode(original?: ETSIntrinsicNode, other?: ETSIntrinsicNode): ETSIntrinsicNode {
47
+ const result: ETSIntrinsicNode = new ETSIntrinsicNode(global.generatedEs2panda._UpdateETSIntrinsicNode(global.context, passNode(original), passNode(other)), Es2pandaAstNodeType.AST_NODE_TYPE_ETS_INTRINSIC_NODE_TYPE)
49
48
  result.setChildrenParentPtr()
50
49
  return result
51
50
  }
52
- static update1ETSIntrinsicNode(original?: ETSIntrinsicNode, other?: ETSIntrinsicNode): ETSIntrinsicNode {
53
- const result: ETSIntrinsicNode = new ETSIntrinsicNode(global.generatedEs2panda._UpdateETSIntrinsicNode1(global.context, passNode(original), passNode(other)), Es2pandaAstNodeType.AST_NODE_TYPE_ETS_INTRINSIC_NODE_TYPE)
51
+ static update1ETSIntrinsicNode(original: ETSIntrinsicNode | undefined, id: string, _arguments: readonly Expression[]): ETSIntrinsicNode {
52
+ const result: ETSIntrinsicNode = new ETSIntrinsicNode(global.generatedEs2panda._UpdateETSIntrinsicNode1(global.context, passNode(original), id, passNodeArray(_arguments), _arguments.length), Es2pandaAstNodeType.AST_NODE_TYPE_ETS_INTRINSIC_NODE_TYPE)
54
53
  result.setChildrenParentPtr()
55
54
  return result
56
55
  }
57
- static update2ETSIntrinsicNode(original: ETSIntrinsicNode | undefined, type: Es2pandaIntrinsicNodeType, _arguments: readonly Expression[]): ETSIntrinsicNode {
58
- const result: ETSIntrinsicNode = new ETSIntrinsicNode(global.generatedEs2panda._UpdateETSIntrinsicNode2(global.context, passNode(original), type, passNodeArray(_arguments), _arguments.length), Es2pandaAstNodeType.AST_NODE_TYPE_ETS_INTRINSIC_NODE_TYPE)
59
- result.setChildrenParentPtr()
60
- return result
61
- }
62
- get type(): Es2pandaIntrinsicNodeType {
63
- return global.generatedEs2panda._ETSIntrinsicNodeTypeConst(global.context, this.peer)
56
+ get id(): string {
57
+ return unpackString(global.generatedEs2panda._ETSIntrinsicNodeIdConst(global.context, this.peer))
64
58
  }
65
59
  get arguments(): readonly Expression[] {
66
- return unpackNodeArray(global.generatedEs2panda._ETSIntrinsicNodeArgumentsConst(global.context, this.peer))
60
+ return unpackNodeArray(global.generatedEs2panda._ETSIntrinsicNodeArguments(global.context, this.peer))
67
61
  }
68
62
  protected readonly brandETSIntrinsicNode: undefined
69
63
  }