- From: Domenic Denicola <notifications@github.com>
- Date: Fri, 13 May 2016 10:11:20 -0700
- To: heycam/webidl <webidl@noreply.github.com>
- Cc:
- Message-ID: <heycam/webidl/pull/121/r63217787@github.com>
> + namespace object are described in <a href='#namespace-object'>section <?sref > + namespace-object?></a> <?sdir namespace-object?>. > + </p> > + > + <div id='namespace-object' class='section'> > + <h4>Namespace object</h4> > + > + <p> > + The namespace object for a given <a class='dfnref' href='#dfn-namespace'>namespace</a> > + <var>namespace</var> and Realm <var>realm</var> is created as follows: > + </p> > + > + <ol class='algorithm'> > + <li> > + Let <var>namespaceObject</var> be > + ! <a>ObjectCreate</a>(the <a>%ObjectPrototype%</a> of <var>realm</var>). This is using standard ES syntax. I think we just want to acclimatize people to it, as all ES algorithms across all specs are now written this way. See https://tc39.github.io/ecma262/#sec-algorithm-conventions --- 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/121/files/70ba6d9c213e2b05cf0d8b3ebd14ce9a4583f4c6#r63217787
Received on Friday, 13 May 2016 17:11:48 UTC