- From: Boris Zbarsky <notifications@github.com>
- Date: Thu, 02 Mar 2017 10:05:14 -0800
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 2 March 2017 18:07:20 UTC
bzbarsky commented on this pull request. > +<h6 id="es-default-tojson">default toJSON operation</h5> + +The [=corresponding default operation=] of the “toJSON” operation is the [=default toJSON operation=]. + +<div algorithm> + + To invoke the <dfn export>default toJSON operation</dfn> of [=interface=] |I|, + run the the following steps: + + 1. Let |O| be the <emu-val>this</emu-val> value. + 1. Let |result| be [=!=] [=ObjectCreate=]([=%ObjectPrototype%=]). + 1. If there is an [=inherited interface=] of |I| + that declares a “toJSON” operation, then + 1. Let |super| be the “toJSON” operation of + the closest [=inherited interface=] of |I| + that declares a “toJSON” operation. Yes, I think just adding the consequential interfaces is what's needed for this bit. -- 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/323#discussion_r103989923
Received on Thursday, 2 March 2017 18:07:20 UTC