diff options
Diffstat (limited to 'src/wasm-delegations-fields.def')
-rw-r--r-- | src/wasm-delegations-fields.def | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/wasm-delegations-fields.def b/src/wasm-delegations-fields.def index a08a887a4..7d9ffc37d 100644 --- a/src/wasm-delegations-fields.def +++ b/src/wasm-delegations-fields.def @@ -734,6 +734,14 @@ switch (DELEGATE_ID) { DELEGATE_END(StringMeasure); break; } + case Expression::Id::StringEncodeId: { + DELEGATE_START(StringEncode); + DELEGATE_FIELD_INT(StringEncode, op); + DELEGATE_FIELD_CHILD(StringEncode, ptr); + DELEGATE_FIELD_CHILD(StringEncode, ref); + DELEGATE_END(StringEncode); + break; + } } #undef DELEGATE_ID |