@@ -777,10 +777,10 @@ Immediately after a WebAssembly [=memory.grow=] instruction executes, perform th
777
777
778
778
<div algorithm>
779
779
780
- The <dfn method for="Memory">type(|memory| )</dfn> method steps are:
780
+ The <dfn method for="Memory">type()</dfn> method steps are:
781
781
782
782
1. Let |store| be the [=surrounding agent=] 's [=associated store=] .
783
- 1. Let |memaddr| be |memory| .\[[Memory]] .
783
+ 1. Let |memaddr| be **this** .\[[Memory]] .
784
784
1. Let { min |minimum|, max |maximum| } be [=mem_type=] (|store|, |memaddr|).
785
785
1. Let |type| be «[ "{{MemoryType/minimum}}" → |minimum| ] ».
786
786
1. If |maximum| is not empty,
@@ -929,10 +929,10 @@ The algorithm <dfn abstract-op>ToTableKind</dfn>(|t|) performs the following ste
929
929
930
930
<div algorithm>
931
931
932
- The <dfn method for="Table">type(|table| )</dfn> method steps are:
932
+ The <dfn method for="Table">type()</dfn> method steps are:
933
933
934
934
1. Let |store| be the [=surrounding agent=] 's [=associated store=] .
935
- 1. Let |tableaddr| be |table| .\[[Table]] .
935
+ 1. Let |tableaddr| be **this** .\[[Table]] .
936
936
1. Let ({ min |minimum|, max |maximum| }, |elementType|) be [=table_type=] (|store|, |tableaddr|).
937
937
1. Let |type| be «[ "{{TableType/element}}" → [$ToTableKind$] (|elementType|), "{{TableType/minimum}} " → |minimum| ]».
938
938
1. If |maximum| is not empty,
@@ -1077,10 +1077,10 @@ The algorithm <dfn abstract-op>FromValueType</dfn>(|s|) performs the following s
1077
1077
1078
1078
<div algorithm>
1079
1079
1080
- The <dfn method for="Global">type(|global| )</dfn> method steps are:
1080
+ The <dfn method for="Global">type()</dfn> method steps are:
1081
1081
1082
1082
1. Let |store| be the [=surrounding agent=] 's [=associated store=] .
1083
- 1. Let |globaladdr| be |global| .\[[Global]] .
1083
+ 1. Let |globaladdr| be **this** .\[[Global]] .
1084
1084
1. Let |mut| |valuetype| be [=global_type=] (|store|, |globaladdr|).
1085
1085
1. Return «[ "{{GlobalType/mutable}}" → |mut|, "{{GlobalType/value}}" → [$FromValueType$] (|valuetype|) ]».
1086
1086
0 commit comments