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.def8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/wasm-delegations-fields.def b/src/wasm-delegations-fields.def
index 898c3a361..03d46020e 100644
--- a/src/wasm-delegations-fields.def
+++ b/src/wasm-delegations-fields.def
@@ -714,11 +714,9 @@ DELEGATE_FIELD_CASE_END(RefAs)
DELEGATE_FIELD_CASE_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)
-DELEGATE_FIELD_CHILD(StringNew, ptr)
+DELEGATE_FIELD_CHILD(StringNew, ref)
DELEGATE_FIELD_CASE_END(StringNew)
DELEGATE_FIELD_CASE_START(StringConst)
@@ -733,8 +731,8 @@ DELEGATE_FIELD_CASE_END(StringMeasure)
DELEGATE_FIELD_CASE_START(StringEncode)
DELEGATE_FIELD_INT(StringEncode, op)
DELEGATE_FIELD_OPTIONAL_CHILD(StringEncode, start)
-DELEGATE_FIELD_CHILD(StringEncode, ptr)
-DELEGATE_FIELD_CHILD(StringEncode, ref)
+DELEGATE_FIELD_CHILD(StringEncode, array)
+DELEGATE_FIELD_CHILD(StringEncode, str)
DELEGATE_FIELD_CASE_END(StringEncode)
DELEGATE_FIELD_CASE_START(StringConcat)