Class CallFrame

java.lang.Object
com.oracle.truffle.tools.chromeinspector.types.CallFrame

public final class CallFrame extends Object
  • 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

      public String getFunctionName()
    • getLocation

      public Location getLocation()
    • getScopeChain

      public Scope[] getScopeChain()
    • getThis

      public RemoteObject getThis()
    • getReturnValue

      public RemoteObject getReturnValue()
    • toJSON

      public org.graalvm.shadowed.org.json.JSONObject toJSON()