@@ -12332,7 +12332,7 @@ in which case they are exposed on every object that [=implements=] the interface
|
12332 | 12332 | returns <emu-val>undefined</emu-val> if |attr| is [=read only=]. |
12333 | 12333 | 1. Let |configurable| be <emu-val>false</emu-val> if |attr| is [=unforgeable=] |
12334 | 12334 | and <emu-val>true</emu-val> otherwise. |
12335 | | - 1. Let |desc| be the PropertyDescriptor{\[[Get]]: |getter|, \[[Set]]: |setter|, |
| 12335 | + 1. Let |desc| be the PropertyDescriptor{\[[Getter]]: |getter|, \[[Setter]]: |setter|, |
12336 | 12336 | \[[Enumerable]]: <emu-val>true</emu-val>, \[[Configurable]]: |configurable|}. |
12337 | 12337 | 1. Let |id| be |attr|'s [=identifier=]. |
12338 | 12338 | 1. Perform [=!=] <a abstract-op>DefinePropertyOrThrow</a>(|target|, |id|, |desc|). |
@@ -13293,7 +13293,7 @@ There must exist a <code class="idl">size</code> property on
|
13293 | 13293 | with the following characteristics: |
13294 | 13294 | |
13295 | 13295 | * The property has attributes |
13296 | | - { \[[Get]]: |G|, \[[Enumerable]]: <emu-val>true</emu-val>, \[[Configurable]]: <emu-val>true</emu-val> }, |
| 13296 | + { \[[Getter]]: |G|, \[[Enumerable]]: <emu-val>true</emu-val>, \[[Configurable]]: <emu-val>true</emu-val> }, |
13297 | 13297 | where |G| is the interface's <dfn id="dfn-map-size-getter" export>map size getter</dfn>, |
13298 | 13298 | defined below. |
13299 | 13299 | * <div algorithm="to invoke the size method of Maps"> |
@@ -13565,7 +13565,7 @@ A <code class="idl">size</code> property must exist on
|
13565 | 13565 | |A|'s [=interface prototype object=] |
13566 | 13566 | with the following characteristics: |
13567 | 13567 | |
13568 | | -* The property has attributes { \[[Get]]: |G|, \[[Enumerable]]: <emu-val>true</emu-val>, \[[Configurable]]: <emu-val>true</emu-val> }, |
| 13568 | +* The property has attributes { \[[Getter]]: |G|, \[[Enumerable]]: <emu-val>true</emu-val>, \[[Configurable]]: <emu-val>true</emu-val> }, |
13569 | 13569 | where |G| is the interface's <dfn id="dfn-set-size-getter" export>set size getter</dfn>, |
13570 | 13570 | defined below. |
13571 | 13571 | * <div algorithm="to invoke the size method of Sets"> |
|