<tdclass="itemcode"><code>class function <strong><ahref="uCEFv8StackFrame.TCefV8StackFrameRef.html#UnWrap-Pointer-">UnWrap</a></strong>(data: Pointer): <ahref="uCEFInterfaces.ICefV8StackFrame.html">ICefV8StackFrame</a>;</code></td>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefV8StackFrame.html#IsValid">ICefV8StackFrame.IsValid</a>.</p><p>
Returns true (1) if the underlying handle is valid and it can be accessed on the current thread. Do not call any other functions if this function returns false (0). </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefV8StackFrame.html#GetScriptName">ICefV8StackFrame.GetScriptName</a>.</p><p>
Returns the name of the resource script that contains the function. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefV8StackFrame.html#GetScriptNameOrSourceUrl">ICefV8StackFrame.GetScriptNameOrSourceUrl</a>.</p><p>
Returns the name of the resource script that contains the function or the sourceURL value if the script name is undefined and its source ends with a "//@ sourceURL=..." string. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefV8StackFrame.html#GetFunctionName">ICefV8StackFrame.GetFunctionName</a>.</p><p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefV8StackFrame.html#GetLineNumber">ICefV8StackFrame.GetLineNumber</a>.</p><p>
Returns the 1-based line number for the function call or 0 if unknown. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefV8StackFrame.html#GetColumn">ICefV8StackFrame.GetColumn</a>.</p><p>
Returns the 1-based column offset on the line for the function call or 0 if unknown. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefV8StackFrame.html#IsEval">ICefV8StackFrame.IsEval</a>.</p><p>
Returns true (1) if the function was compiled using eval(). </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefV8StackFrame.html#IsConstructor">ICefV8StackFrame.IsConstructor</a>.</p><p>
Returns true (1) if the function was called as a constructor via "new". </p>
<tdclass="itemcode"><spanid="UnWrap-Pointer-"></span><code>class function <strong>UnWrap</strong>(data: Pointer): <ahref="uCEFInterfaces.ICefV8StackFrame.html">ICefV8StackFrame</a>;</code></td>
</tr>
<tr><tdcolspan="2">
<pclass="nodescription">This item has no description.</p></td></tr>