- From: Tobie Langel <notifications@github.com>
- Date: Fri, 02 Mar 2018 14:58:52 +0000 (UTC)
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
- Message-ID: <heycam/webidl/pull/494/review/100800503@github.com>
tobie commented on this pull request. > + <emu-val>true</emu-val>). + 1. Let |desc| be the PropertyDescriptor{\[[Value]]: |unscopableObject|, + \[[Writable]]: <emu-val>false</emu-val>, \[[Enumerable]]: <emu-val>false</emu-val>, + \[[Configurable]]: <emu-val>true</emu-val>}. + 1. Perform [=!=] <a abstract-op>DefinePropertyOrThrow</a>(|interfaceProtoObj|, {{@@unscopables}}, |desc|). + 1. If |interface| is not declared with the [{{Global}}] [=extended attribute=], then: + 1. [=Define the regular attributes=] of |interface| on |interfaceProtoObj| given |realm|. + 1. [=Define the regular operations=] of |interface| on |interfaceProtoObj| given |realm|. + 1. [=Define the constants=] of |interface| on |interfaceProtoObj| given |realm|. + 1. If the [{{NoInterfaceObject}}] [=extended attribute=] was not specified on |interface|, then: + 1. Let |constructor| be the [=interface object=] of |interface| in |realm|. + 1. Let |desc| be the PropertyDescriptor{\[[Writable]]: <emu-val>true</emu-val>, + \[[Enumerable]]: <emu-val>false</emu-val>, \[[Configurable]]: <emu-val>true</emu-val>, + \[[Value]]: |constructor|}. + 1. Perform [=!=] <a abstract-op>DefinePropertyOrThrow</a>(|interfaceProtoObj|, "<code>constructor</code>", |desc|). + 1. Return |interfaceProtoObj|. </div> Fixed in 971cf61. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/heycam/webidl/pull/494#discussion_r171868664
Received on Friday, 2 March 2018 14:59:19 UTC