Click or drag to resize

CefV8StackFrame Properties

The CefV8StackFrame type exposes the following members.

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.
Top
See Also