CefV8StackFrame Class |
Namespace: Internal.Xilium.CefGlue
public sealed class CefV8StackFrame : IDisposable
The CefV8StackFrame type exposes the following members.
Name | Description | |
---|---|---|
![]() | Column |
Returns the 1-based column offset on the line for the function call or 0 if
unknown.
|
![]() | FunctionName |
Returns the name of the function.
|
![]() | IsConstructor |
Returns true if the function was called as a constructor via "new".
|
![]() | IsEval |
Returns true if the function was compiled using eval().
|
![]() | IsValid |
Returns true if the underlying handle is valid and it can be accessed on
the current thread. Do not call any other methods if this method returns
false.
|
![]() | LineNumber |
Returns the 1-based line number for the function call or 0 if unknown.
|
![]() | ScriptName |
Returns the name of the resource script that contains the function.
|
![]() | ScriptNameOrSourceUrl |
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.
|
Name | Description | |
---|---|---|
![]() | Dispose | Releases all resources used by the CefV8StackFrame |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | (Overrides ObjectFinalize.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | MethodInvoke |
Calls the object method by name.
(Defined by ObjectEx.) |
![]() | PropertyGet(String, Object, Boolean) | Overloaded.
Gets the value of the object property by name.
(Defined by ObjectEx.) |
![]() | PropertyGetT(String, Object, Boolean) | Overloaded.
Gets the value of the object property by name.
(Defined by ObjectEx.) |
![]() | PropertySet |
Sets the value of the object property by name.
(Defined by ObjectEx.) |