- From: Boris Zbarsky <notifications@github.com>
- Date: Wed, 11 May 2016 13:39:27 -0700
- To: heycam/webidl <webidl@noreply.github.com>
- Cc:
- Message-ID: <heycam/webidl/pull/113/r62922352@github.com>
> <p> > - A <a class="dfnref" href="#dfn-user-object">user object</a>’s > - <a class="dfnref" href="#dfn-operation">operation</a> is called > - with a list of IDL argument values <var>idlarg</var><sub>0..<var>n</var>−1</sub> by > - following the algorithm below. The <dfn data-export="" id="dfn-callback-this-value">callback this value</dfn> > - is the value to use as the <span class="esvalue">this</span> value > - when a <a class="external" href="https://tc39.github.io/ecma262/#sec-iscallable">callable</a> > - object was supplied as the implementation of a > - <a class="dfnref" href="#dfn-single-operation-callback-interface">single operation callback interface</a>. > - By default, <span class="esvalue">undefined</span> is used as the <a class="dfnref" href="#dfn-callback-this-value">callback this value</a>, > - however this <span class="rfc2119">MAY</span> be overridden by other > - specifications. > + To <dfn>call a user object's operation</dfn>, given a <a class="dfnref" href="#idl-interface">callback interface type</a> value <var>value</var>, sometimes-optional operation name <var>opName</var>, list of IDL argument <var>idlarg</var><sub>0..<var>n</var>−1</sub>, and optional <dfn data-export="" id="dfn-callback-this-value">callback this value</dfn> <var>thisArg</var>, perform the following steps. "list of IDL argument" either needs an 's' at the end or the restoration of the "values" that went missing. Preferably the latter. --- 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/113/files/2687a7f8dee42781c250ffc11c084f1ef84d1bf4#r62922352
Received on Wednesday, 11 May 2016 20:39:59 UTC