<tdclass="itemcode"><code>class function <strong><ahref="uCEFv8Handler.TCefv8HandlerRef.html#UnWrap-Pointer-">UnWrap</a></strong>(data: Pointer): <ahref="uCEFInterfaces.ICefv8Handler.html">ICefv8Handler</a>;</code></td>
<tdclass="itemcode"><spanid="Execute-ustring-ICefv8Value-TCefv8ValueArray-ICefv8Value-ustring-"></span><code>function <strong>Execute</strong>(const name: <ahref="uCEFTypes.html#ustring">ustring</a>; const object_: <ahref="uCEFInterfaces.ICefv8Value.html">ICefv8Value</a>; const arguments: <ahref="uCEFInterfaces.html#TCefv8ValueArray">TCefv8ValueArray</a>; var retval: <ahref="uCEFInterfaces.ICefv8Value.html">ICefv8Value</a>; var exception: <ahref="uCEFTypes.html#ustring">ustring</a>): Boolean;</code></td>
</tr>
<tr><tdcolspan="2">
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefv8Handler.html#Execute-ustring-ICefv8Value-TCefv8ValueArray-ICefv8Value-ustring-">ICefv8Handler.Execute</a>.</p><p>
Handle execution of the function identified by |name|. |object| is the receiver ('this' object) of the function. |arguments| is the list of arguments passed to the function. If execution succeeds set |retval| to the function return value. If execution fails set |exception| to the exception that will be thrown. Return true (1) if execution was handled. </p>
<tdclass="itemcode"><spanid="UnWrap-Pointer-"></span><code>class function <strong>UnWrap</strong>(data: Pointer): <ahref="uCEFInterfaces.ICefv8Handler.html">ICefv8Handler</a>;</code></td>
</tr>
<tr><tdcolspan="2">
<pclass="nodescription">This item has no description.</p></td></tr>