- From: Tobie Langel <notifications@github.com>
- Date: Mon, 14 Nov 2016 08:59:52 -0800
- To: heycam/webidl <webidl@noreply.github.com>
- Message-ID: <heycam/webidl/pull/230/review/8438689@github.com>
tobie commented on this pull request. > - 1. Let |desc| be a newly created [=Property Descriptor=] with no fields. - 1. Set |desc|.\[[Value]] to the result of [=converted to an ECMAScript value|converting=] - |value| to an ECMAScript value. - 1. If |O| implements an interface with a [=named property setter=], then set - |desc|.\[[Writable]] to <emu-val>true</emu-val>, otherwise set it to - <emu-val>false</emu-val>. - 1. If |O| implements an interface with the - [{{LegacyUnenumerableNamedProperties}}] - [=extended attribute=], - then set |desc|.\[[Enumerable]] to <emu-val>false</emu-val>, - otherwise set it to <emu-val>true</emu-val>. - 1. Set |desc|.\[[Configurable]] to <emu-val>true</emu-val>. - 1. Return |desc|. - 1. Return [=OrdinaryGetOwnProperty=](|O|, |P|). -</div> +Support for [=getters=] is handled by the <a href="#legacy-platform-object-getownproperty">legacy platform object \[[GetOwnProperty]] method</a>, Done. -- 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/230
Received on Monday, 14 November 2016 17:00:24 UTC