@@ -11602,6 +11602,9 @@ with the [{{LegacyNoInterfaceObject}}] [=extended attribute=].
11602
11602
to the definitions specified in
11603
11603
[=ECMA-262 Immutable prototype exotic objects=].
11604
11604
1. Otherwise, set |interfaceProtoObj| to [$OrdinaryObjectCreate$](|proto|).
11605
+ 1. If the [{{LegacyNoInterfaceObject}}] [=extended attribute=] was not specified on |interface|, then:
11606
+ 1. Let |constructor| be the [=interface object=] of |interface| in |realm|.
11607
+ 1. Perform [$CreateMethodProperty$](|interfaceProtoObj|, "<code>constructor</code>", |constructor|).
11605
11608
1. If |interface| has any [=member=] declared with the [{{Unscopable}}] [=extended attribute=],
11606
11609
then:
11607
11610
@@ -11625,12 +11628,6 @@ with the [{{LegacyNoInterfaceObject}}] [=extended attribute=].
11625
11628
1. [=Define the asynchronous iteration methods=] of |interface| on |interfaceProtoObj|
11626
11629
given |realm|.
11627
11630
1. [=Define the constants=] of |interface| on |interfaceProtoObj| given |realm|.
11628
- 1. If the [{{LegacyNoInterfaceObject}}] [=extended attribute=] was not specified on |interface|, then:
11629
- 1. Let |constructor| be the [=interface object=] of |interface| in |realm|.
11630
- 1. Let |desc| be the PropertyDescriptor{\[[Writable]]: <emu-val>true</emu-val>,
11631
- \[[Enumerable]]: <emu-val>false</emu-val>, \[[Configurable]]: <emu-val>true</emu-val>,
11632
- \[[Value]]: |constructor|}.
11633
- 1. Perform [=!=] <a abstract-op>DefinePropertyOrThrow</a>(|interfaceProtoObj|, "<code>constructor</code>", |desc|).
11634
11631
1. Return |interfaceProtoObj|.
11635
11632
</div>
11636
11633
0 commit comments