diff options
Diffstat (limited to 'src/wasm-delegations-fields.def')
-rw-r--r-- | src/wasm-delegations-fields.def | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/wasm-delegations-fields.def b/src/wasm-delegations-fields.def index 7f450b16d..0ac154726 100644 --- a/src/wasm-delegations-fields.def +++ b/src/wasm-delegations-fields.def @@ -749,6 +749,13 @@ switch (DELEGATE_ID) { DELEGATE_END(StringConcat); break; } + case Expression::Id::StringEqId: { + DELEGATE_START(StringEq); + DELEGATE_FIELD_CHILD(StringEq, right); + DELEGATE_FIELD_CHILD(StringEq, left); + DELEGATE_END(StringEq); + break; + } } #undef DELEGATE_ID |