Uses of Class
org.openqa.selenium.devtools.runtime.model.CallFrame
-
Packages that use CallFrame Package Description org.openqa.selenium.devtools.heapprofiler.model org.openqa.selenium.devtools.profiler.model org.openqa.selenium.devtools.runtime.model -
-
Uses of CallFrame in org.openqa.selenium.devtools.heapprofiler.model
Methods in org.openqa.selenium.devtools.heapprofiler.model that return CallFrame Modifier and Type Method Description CallFrame
SamplingHeapProfileNode. getCallFrame()
Function location.Constructors in org.openqa.selenium.devtools.heapprofiler.model with parameters of type CallFrame Constructor Description SamplingHeapProfileNode(CallFrame callFrame, java.lang.Number selfSize, java.lang.Integer id, java.util.List<SamplingHeapProfileNode> children)
-
Uses of CallFrame in org.openqa.selenium.devtools.profiler.model
Methods in org.openqa.selenium.devtools.profiler.model that return CallFrame Modifier and Type Method Description CallFrame
ProfileNode. getCallFrame()
Function location.Constructors in org.openqa.selenium.devtools.profiler.model with parameters of type CallFrame Constructor Description ProfileNode(java.lang.Integer id, CallFrame callFrame, java.lang.Integer hitCount, java.util.List<java.lang.Integer> children, java.lang.String deoptReason, java.util.List<PositionTickInfo> positionTicks)
-
Uses of CallFrame in org.openqa.selenium.devtools.runtime.model
Methods in org.openqa.selenium.devtools.runtime.model that return types with arguments of type CallFrame Modifier and Type Method Description java.util.List<CallFrame>
StackTrace. getCallFrames()
JavaScript function name.Constructor parameters in org.openqa.selenium.devtools.runtime.model with type arguments of type CallFrame Constructor Description StackTrace(java.lang.String description, java.util.List<CallFrame> callFrames, StackTrace parent, StackTraceId parentId)
-