diff options
Diffstat (limited to 'src/wasm-delegations-fields.def')
-rw-r--r-- | src/wasm-delegations-fields.def | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/wasm-delegations-fields.def b/src/wasm-delegations-fields.def index b6828fbc2..90ab03f49 100644 --- a/src/wasm-delegations-fields.def +++ b/src/wasm-delegations-fields.def @@ -516,6 +516,12 @@ switch (DELEGATE_ID) { DELEGATE_END(TableSet); break; } + case Expression::Id::TableSizeId: { + DELEGATE_START(TableSize); + DELEGATE_FIELD_NAME(TableSet, table); + DELEGATE_END(TableSize); + break; + } case Expression::Id::TryId: { DELEGATE_START(Try); DELEGATE_FIELD_SCOPE_NAME_USE(Try, delegateTarget); |