@@ -651,7 +651,7 @@ which can be simultaneously referenced by multiple {{Instance}} objects. Each
651
651
<div algorithm>
652
652
The <dfn constructor for="Memory">Memory(|descriptor|)</dfn> constructor, when invoked, performs the following steps:
653
653
1. Let |initial| be |descriptor|["initial"] .
654
- 1. If |descriptor|["maximum"] is [=present =] , let |maximum| be |descriptor|["maximum"] ; otherwise, let |maximum| be empty.
654
+ 1. If |descriptor|["maximum"] [=map/exists =] , let |maximum| be |descriptor|["maximum"] ; otherwise, let |maximum| be empty.
655
655
1. If |maximum| is not empty and |maximum| < |initial|, throw a {{RangeError}} exception.
656
656
1. Let |memtype| be { min |initial|, max |maximum| }.
657
657
1. Let |store| be the [=surrounding agent=] 's [=associated store=] .
@@ -747,7 +747,7 @@ Each {{Table}} object has a \[[Table]] internal slot, which is a [=table address
747
747
<div algorithm>
748
748
The <dfn constructor for="Table">Table(|descriptor|)</dfn> constructor, when invoked, performs the following steps:
749
749
1. Let |initial| be |descriptor|["initial"] .
750
- 1. If |descriptor|["maximum"] is [=present =] , let |maximum| be |descriptor|["maximum"] ; otherwise, let |maximum| be empty.
750
+ 1. If |descriptor|["maximum"] [=map/exists =] , let |maximum| be |descriptor|["maximum"] ; otherwise, let |maximum| be empty.
751
751
1. If |maximum| is not empty and |maximum| < |initial|, throw a {{RangeError}} exception.
752
752
1. Let |type| be the [=table type=] {[=table type|𝗆𝗂𝗇=] |initial|, [=table type|𝗆𝖺𝗑=] |maximum|} [=table type|𝖺𝗇𝗒𝖿𝗎𝗇𝖼=] .
753
753
1. Let |store| be the [=surrounding agent=] 's [=associated store=] .
@@ -985,7 +985,7 @@ This slot holds a [=function address=] relative to the [=surrounding agent=]'s [
985
985
1. Otherwise, if |outArity| is 1, return [=ToJSValue=] (|v|), where |v| is the singular element of |ret|.
986
986
1. Otherwise,
987
987
1. Let |values| be a new, empty [=list=] .
988
- 1. For each |r| in |ret|, [=append=] [=ToJSValue=] (|r|) to |values|.
988
+ 1. For each |r| in |ret|, [=list/ append=] [=ToJSValue=] (|r|) to |values|.
989
989
1. Return [=CreateArrayFromList=] (|values|).
990
990
</div>
991
991
0 commit comments