Package io.webfolder.cdp.type.runtime
Class StackTrace
java.lang.Object
io.webfolder.cdp.type.runtime.StackTrace
Call frames for assertions or error messages.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionJavaScript function name.String label of this stack trace.Asynchronous JavaScript stack trace that preceded this stack, if available.Asynchronous JavaScript stack trace that preceded this stack, if available.void
setCallFrames
(List<CallFrame> callFrames) JavaScript function name.void
setDescription
(String description) String label of this stack trace.void
setParent
(StackTrace parent) Asynchronous JavaScript stack trace that preceded this stack, if available.void
setParentId
(StackTraceId parentId) Asynchronous JavaScript stack trace that preceded this stack, if available.toString()
-
Constructor Details
-
StackTrace
public StackTrace()
-
-
Method Details
-
getDescription
String label of this stack trace. For async traces this may be a name of the function that initiated the async call. -
setDescription
String label of this stack trace. For async traces this may be a name of the function that initiated the async call. -
getCallFrames
JavaScript function name. -
setCallFrames
JavaScript function name. -
getParent
Asynchronous JavaScript stack trace that preceded this stack, if available. -
setParent
Asynchronous JavaScript stack trace that preceded this stack, if available. -
getParentId
Asynchronous JavaScript stack trace that preceded this stack, if available. -
setParentId
Asynchronous JavaScript stack trace that preceded this stack, if available. -
toString
-