Class CallFrame
java.lang.Object
com.oracle.truffle.tools.chromeinspector.types.CallFrame
-
Constructor Summary
ConstructorsConstructorDescriptionCallFrame(com.oracle.truffle.api.debug.DebugStackFrame frame, int depth, Script script, com.oracle.truffle.api.source.SourceSection sourceSection, com.oracle.truffle.api.debug.SuspendAnchor anchor, com.oracle.truffle.api.source.SourceSection functionSourceSection, RemoteObject thisObject, RemoteObject returnObject, Scope... scopes) -
Method Summary
-
Constructor Details
-
CallFrame
public CallFrame(com.oracle.truffle.api.debug.DebugStackFrame frame, int depth, Script script, com.oracle.truffle.api.source.SourceSection sourceSection, com.oracle.truffle.api.debug.SuspendAnchor anchor, com.oracle.truffle.api.source.SourceSection functionSourceSection, RemoteObject thisObject, RemoteObject returnObject, Scope... scopes)
-
-
Method Details
-
getFrame
public com.oracle.truffle.api.debug.DebugStackFrame getFrame() -
getFunctionName
-
getLocation
-
getScopeChain
-
getThis
-
getReturnValue
-
toJSON
public org.graalvm.shadowed.org.json.JSONObject toJSON()
-