- From: Tobie Langel <notifications@github.com>
- Date: Fri, 02 Mar 2018 15:02:34 +0000 (UTC)
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 2 March 2018 15:03:01 UTC
tobie commented on this pull request. > + + 1. Let |operations| be the [=list=] of [=unforgeable=] [=regular operations=] that are [=members=] of |definition|. + 1. [=Define the operations=] |operations| of |definition| on |target| given |realm|. +</div> + +<div algorithm> + To <dfn>define the operations</dfn> |operations| of [=interface=] or [=namespace=] |definition| on |target|, + given [=Realm=] |realm|, run the following steps: + + 1. [=list/For each=] [=operation=] |op| of |operations|: + 1. If |op| is not [=exposed=] in |realm|, then [=iteration/continue=]. + 1. Let |method| be the result of [=creating an operation function=] + given |op|, |definition|, and |realm|. + 1. Let |modifiable| be <emu-val>false</emu-val> if |op| is [=unforgeable=] + and <emu-val>true</emu-val> otherwise. + 1. Let |id| be |op|'s [=identifier=]. Fixed in 5585b02. -- 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_r171869621
Received on Friday, 2 March 2018 15:03:01 UTC