diff options
Diffstat (limited to 'src/wasm-delegations-fields.def')
-rw-r--r-- | src/wasm-delegations-fields.def | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wasm-delegations-fields.def b/src/wasm-delegations-fields.def index d9226b3d7..cd182e319 100644 --- a/src/wasm-delegations-fields.def +++ b/src/wasm-delegations-fields.def @@ -719,6 +719,7 @@ switch (DELEGATE_ID) { case Expression::Id::StringNewId: { DELEGATE_START(StringNew); DELEGATE_FIELD_INT(StringNew, op); + DELEGATE_FIELD_INT(StringNew, try_); DELEGATE_FIELD_OPTIONAL_CHILD(StringNew, end); DELEGATE_FIELD_OPTIONAL_CHILD(StringNew, start); DELEGATE_FIELD_OPTIONAL_CHILD(StringNew, length); |