summaryrefslogtreecommitdiff
path: root/src/wasm-delegations-fields.def
diff options
context:
space:
mode:
Diffstat (limited to 'src/wasm-delegations-fields.def')
-rw-r--r--src/wasm-delegations-fields.def12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/wasm-delegations-fields.def b/src/wasm-delegations-fields.def
index 3f8072445..aeb32e689 100644
--- a/src/wasm-delegations-fields.def
+++ b/src/wasm-delegations-fields.def
@@ -945,6 +945,18 @@ switch (DELEGATE_ID) {
DELEGATE_END(StringSliceIter);
break;
}
+
+ case Expression::Id::ResumeId: {
+ DELEGATE_START(Resume);
+ DELEGATE_FIELD_TYPE_VECTOR(Resume, sentTypes);
+ DELEGATE_FIELD_CHILD(Resume, cont);
+ DELEGATE_FIELD_CHILD_VECTOR(Resume, operands);
+ DELEGATE_FIELD_SCOPE_NAME_USE_VECTOR(Resume, handlerBlocks);
+ DELEGATE_FIELD_NAME_KIND_VECTOR(Resume, handlerTags, ModuleItemKind::Tag);
+ DELEGATE_FIELD_HEAPTYPE(Resume, contType);
+ DELEGATE_END(Resume);
+ break;
+ }
}
#undef DELEGATE_ID