CefV8StackFrame MembersXilium.CefGlue

[This is preliminary documentation and is subject to change.]

The CefV8StackFrame type exposes the following members.
Methods

  NameDescription
Public methodDispose
Releases all resources used by the CefV8StackFrame
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodFinalize (Overrides OnlineObject Finalize .)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnlineToString
Returns a OnlineString that represents the current OnlineObject.
(Inherited from OnlineObject.)
Back to Top
Properties

  NameDescription
Public propertyColumn
Returns the 1-based column offset on the line for the function call or 0 if unknown.
Public propertyFunctionName
Returns the name of the function.
Public propertyIsConstructor
Returns true if the function was called as a constructor via "new".
Public propertyIsEval
Returns true if the function was compiled using eval().
Public propertyIsValid
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.
Public propertyLineNumber
Returns the 1-based line number for the function call or 0 if unknown.
Public propertyScriptName
Returns the name of the resource script that contains the function.
Public propertyScriptNameOrSourceUrl
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.
Back to Top
See Also