public final class com.oracle.truffle.api.debug.DebugScope
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.api.debug.DebugScope
  super_class: java.lang.Object
{
  private static final com.oracle.truffle.api.interop.InteropLibrary INTEROP;
    descriptor: Lcom/oracle/truffle/api/interop/InteropLibrary;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final com.oracle.truffle.api.interop.NodeLibrary NODE;
    descriptor: Lcom/oracle/truffle/api/interop/NodeLibrary;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private final java.lang.Object scope;
    descriptor: Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.oracle.truffle.api.debug.DebuggerSession session;
    descriptor: Lcom/oracle/truffle/api/debug/DebuggerSession;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.oracle.truffle.api.debug.SuspendedEvent event;
    descriptor: Lcom/oracle/truffle/api/debug/SuspendedEvent;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.oracle.truffle.api.nodes.Node node;
    descriptor: Lcom/oracle/truffle/api/nodes/Node;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.oracle.truffle.api.frame.Frame frame;
    descriptor: Lcom/oracle/truffle/api/frame/Frame;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.oracle.truffle.api.nodes.RootNode root;
    descriptor: Lcom/oracle/truffle/api/nodes/RootNode;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.oracle.truffle.api.nodes.LanguageInfo language;
    descriptor: Lcom/oracle/truffle/api/nodes/LanguageInfo;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private com.oracle.truffle.api.debug.DebugScope parent;
    descriptor: Lcom/oracle/truffle/api/debug/DebugScope;
    flags: (0x0002) ACC_PRIVATE

  private com.oracle.truffle.api.debug.ValuePropertiesCollection variables;
    descriptor: Lcom/oracle/truffle/api/debug/ValuePropertiesCollection;
    flags: (0x0002) ACC_PRIVATE

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 73
            invokestatic com.oracle.truffle.api.interop.InteropLibrary.getUncached:()Lcom/oracle/truffle/api/interop/InteropLibrary;
            putstatic com.oracle.truffle.api.debug.DebugScope.INTEROP:Lcom/oracle/truffle/api/interop/InteropLibrary;
         1: .line 74
            invokestatic com.oracle.truffle.api.interop.NodeLibrary.getUncached:()Lcom/oracle/truffle/api/interop/NodeLibrary;
            putstatic com.oracle.truffle.api.debug.DebugScope.NODE:Lcom/oracle/truffle/api/interop/NodeLibrary;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(java.lang.Object, com.oracle.truffle.api.debug.DebuggerSession, com.oracle.truffle.api.debug.SuspendedEvent, com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.frame.Frame, com.oracle.truffle.api.nodes.RootNode);
    descriptor: (Ljava/lang/Object;Lcom/oracle/truffle/api/debug/DebuggerSession;Lcom/oracle/truffle/api/debug/SuspendedEvent;Lcom/oracle/truffle/api/nodes/Node;Lcom/oracle/truffle/api/frame/Frame;Lcom/oracle/truffle/api/nodes/RootNode;)V
    flags: (0x0000) 
    Code:
      stack=8, locals=7, args_size=7
        start local 0 // com.oracle.truffle.api.debug.DebugScope this
        start local 1 // java.lang.Object scope
        start local 2 // com.oracle.truffle.api.debug.DebuggerSession session
        start local 3 // com.oracle.truffle.api.debug.SuspendedEvent event
        start local 4 // com.oracle.truffle.api.nodes.Node node
        start local 5 // com.oracle.truffle.api.frame.Frame frame
        start local 6 // com.oracle.truffle.api.nodes.RootNode root
         0: .line 88
            aload 0 /* this */
            aload 1 /* scope */
            aload 2 /* session */
            aload 3 /* event */
            aload 4 /* node */
            aload 5 /* frame */
            aload 6 /* root */
            aconst_null
            invokespecial com.oracle.truffle.api.debug.DebugScope.<init>:(Ljava/lang/Object;Lcom/oracle/truffle/api/debug/DebuggerSession;Lcom/oracle/truffle/api/debug/SuspendedEvent;Lcom/oracle/truffle/api/nodes/Node;Lcom/oracle/truffle/api/frame/Frame;Lcom/oracle/truffle/api/nodes/RootNode;Lcom/oracle/truffle/api/nodes/LanguageInfo;)V
         1: .line 89
            return
        end local 6 // com.oracle.truffle.api.nodes.RootNode root
        end local 5 // com.oracle.truffle.api.frame.Frame frame
        end local 4 // com.oracle.truffle.api.nodes.Node node
        end local 3 // com.oracle.truffle.api.debug.SuspendedEvent event
        end local 2 // com.oracle.truffle.api.debug.DebuggerSession session
        end local 1 // java.lang.Object scope
        end local 0 // com.oracle.truffle.api.debug.DebugScope this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/oracle/truffle/api/debug/DebugScope;
            0    2     1    scope  Ljava/lang/Object;
            0    2     2  session  Lcom/oracle/truffle/api/debug/DebuggerSession;
            0    2     3    event  Lcom/oracle/truffle/api/debug/SuspendedEvent;
            0    2     4     node  Lcom/oracle/truffle/api/nodes/Node;
            0    2     5    frame  Lcom/oracle/truffle/api/frame/Frame;
            0    2     6     root  Lcom/oracle/truffle/api/nodes/RootNode;
    MethodParameters:
         Name  Flags
      scope    
      session  
      event    
      node     
      frame    
      root     

  void <init>(java.lang.Object, com.oracle.truffle.api.debug.DebuggerSession, com.oracle.truffle.api.nodes.LanguageInfo);
    descriptor: (Ljava/lang/Object;Lcom/oracle/truffle/api/debug/DebuggerSession;Lcom/oracle/truffle/api/nodes/LanguageInfo;)V
    flags: (0x0000) 
    Code:
      stack=8, locals=4, args_size=4
        start local 0 // com.oracle.truffle.api.debug.DebugScope this
        start local 1 // java.lang.Object scope
        start local 2 // com.oracle.truffle.api.debug.DebuggerSession session
        start local 3 // com.oracle.truffle.api.nodes.LanguageInfo language
         0: .line 93
            aload 0 /* this */
            aload 1 /* scope */
            aload 2 /* session */
            aconst_null
            aconst_null
            aconst_null
            aconst_null
            aload 3 /* language */
            invokespecial com.oracle.truffle.api.debug.DebugScope.<init>:(Ljava/lang/Object;Lcom/oracle/truffle/api/debug/DebuggerSession;Lcom/oracle/truffle/api/debug/SuspendedEvent;Lcom/oracle/truffle/api/nodes/Node;Lcom/oracle/truffle/api/frame/Frame;Lcom/oracle/truffle/api/nodes/RootNode;Lcom/oracle/truffle/api/nodes/LanguageInfo;)V
         1: .line 94
            return
        end local 3 // com.oracle.truffle.api.nodes.LanguageInfo language
        end local 2 // com.oracle.truffle.api.debug.DebuggerSession session
        end local 1 // java.lang.Object scope
        end local 0 // com.oracle.truffle.api.debug.DebugScope this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/oracle/truffle/api/debug/DebugScope;
            0    2     1     scope  Ljava/lang/Object;
            0    2     2   session  Lcom/oracle/truffle/api/debug/DebuggerSession;
            0    2     3  language  Lcom/oracle/truffle/api/nodes/LanguageInfo;
    MethodParameters:
          Name  Flags
      scope     
      session   
      language  

  private void <init>(java.lang.Object, com.oracle.truffle.api.debug.DebuggerSession, com.oracle.truffle.api.debug.SuspendedEvent, com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.frame.Frame, com.oracle.truffle.api.nodes.RootNode, com.oracle.truffle.api.nodes.LanguageInfo);
    descriptor: (Ljava/lang/Object;Lcom/oracle/truffle/api/debug/DebuggerSession;Lcom/oracle/truffle/api/debug/SuspendedEvent;Lcom/oracle/truffle/api/nodes/Node;Lcom/oracle/truffle/api/frame/Frame;Lcom/oracle/truffle/api/nodes/RootNode;Lcom/oracle/truffle/api/nodes/LanguageInfo;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=8, args_size=8
        start local 0 // com.oracle.truffle.api.debug.DebugScope this
        start local 1 // java.lang.Object scope
        start local 2 // com.oracle.truffle.api.debug.DebuggerSession session
        start local 3 // com.oracle.truffle.api.debug.SuspendedEvent event
        start local 4 // com.oracle.truffle.api.nodes.Node node
        start local 5 // com.oracle.truffle.api.frame.Frame frame
        start local 6 // com.oracle.truffle.api.nodes.RootNode root
        start local 7 // com.oracle.truffle.api.nodes.LanguageInfo language
         0: .line 96
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 99
            aload 0 /* this */
            aload 1 /* scope */
            putfield com.oracle.truffle.api.debug.DebugScope.scope:Ljava/lang/Object;
         2: .line 100
            aload 0 /* this */
            aload 2 /* session */
            putfield com.oracle.truffle.api.debug.DebugScope.session:Lcom/oracle/truffle/api/debug/DebuggerSession;
         3: .line 101
            aload 0 /* this */
            aload 3 /* event */
            putfield com.oracle.truffle.api.debug.DebugScope.event:Lcom/oracle/truffle/api/debug/SuspendedEvent;
         4: .line 102
            aload 0 /* this */
            aload 4 /* node */
            putfield com.oracle.truffle.api.debug.DebugScope.node:Lcom/oracle/truffle/api/nodes/Node;
         5: .line 103
            aload 0 /* this */
            aload 5 /* frame */
            putfield com.oracle.truffle.api.debug.DebugScope.frame:Lcom/oracle/truffle/api/frame/Frame;
         6: .line 104
            aload 0 /* this */
            aload 6 /* root */
            putfield com.oracle.truffle.api.debug.DebugScope.root:Lcom/oracle/truffle/api/nodes/RootNode;
         7: .line 105
            aload 0 /* this */
            aload 7 /* language */
            putfield com.oracle.truffle.api.debug.DebugScope.language:Lcom/oracle/truffle/api/nodes/LanguageInfo;
         8: .line 106
            return
        end local 7 // com.oracle.truffle.api.nodes.LanguageInfo language
        end local 6 // com.oracle.truffle.api.nodes.RootNode root
        end local 5 // com.oracle.truffle.api.frame.Frame frame
        end local 4 // com.oracle.truffle.api.nodes.Node node
        end local 3 // com.oracle.truffle.api.debug.SuspendedEvent event
        end local 2 // com.oracle.truffle.api.debug.DebuggerSession session
        end local 1 // java.lang.Object scope
        end local 0 // com.oracle.truffle.api.debug.DebugScope this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    9     0      this  Lcom/oracle/truffle/api/debug/DebugScope;
            0    9     1     scope  Ljava/lang/Object;
            0    9     2   session  Lcom/oracle/truffle/api/debug/DebuggerSession;
            0    9     3     event  Lcom/oracle/truffle/api/debug/SuspendedEvent;
            0    9     4      node  Lcom/oracle/truffle/api/nodes/Node;
            0    9     5     frame  Lcom/oracle/truffle/api/frame/Frame;
            0    9     6      root  Lcom/oracle/truffle/api/nodes/RootNode;
            0    9     7  language  Lcom/oracle/truffle/api/nodes/LanguageInfo;
    MethodParameters:
          Name  Flags
      scope     
      session   
      event     
      node      
      frame     
      root      
      language  

  public java.lang.String getName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=2, args_size=1
        start local 0 // com.oracle.truffle.api.debug.DebugScope this
         0: .line 115
            getstatic com.oracle.truffle.api.debug.DebugScope.INTEROP:Lcom/oracle/truffle/api/interop/InteropLibrary;
            getstatic com.oracle.truffle.api.debug.DebugScope.INTEROP:Lcom/oracle/truffle/api/interop/InteropLibrary;
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugScope.scope:Ljava/lang/Object;
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.toDisplayString:(Ljava/lang/Object;)Ljava/lang/Object;
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.asString:(Ljava/lang/Object;)Ljava/lang/String;
         1: areturn
         2: .line 116
      StackMap locals:
      StackMap stack: com.oracle.truffle.api.interop.UnsupportedMessageException
            astore 1 /* ex */
        start local 1 // com.oracle.truffle.api.interop.UnsupportedMessageException ex
         3: .line 117
            new com.oracle.truffle.api.debug.DebugException
            dup
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugScope.session:Lcom/oracle/truffle/api/debug/DebuggerSession;
            aload 1 /* ex */
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugScope.language:Lcom/oracle/truffle/api/nodes/LanguageInfo;
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugScope.node:Lcom/oracle/truffle/api/nodes/Node;
            iconst_1
            aconst_null
            invokespecial com.oracle.truffle.api.debug.DebugException.<init>:(Lcom/oracle/truffle/api/debug/DebuggerSession;Ljava/lang/Throwable;Lcom/oracle/truffle/api/nodes/LanguageInfo;Lcom/oracle/truffle/api/nodes/Node;ZLcom/oracle/truffle/api/debug/DebugException$CatchLocation;)V
            athrow
        end local 1 // com.oracle.truffle.api.interop.UnsupportedMessageException ex
        end local 0 // com.oracle.truffle.api.debug.DebugScope this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/oracle/truffle/api/debug/DebugScope;
            3    4     1    ex  Lcom/oracle/truffle/api/interop/UnsupportedMessageException;
      Exception table:
        from    to  target  type
           0     1       2  Class com.oracle.truffle.api.interop.UnsupportedMessageException

  public com.oracle.truffle.api.debug.DebugScope getParent();
    descriptor: ()Lcom/oracle/truffle/api/debug/DebugScope;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=10, locals=2, args_size=1
        start local 0 // com.oracle.truffle.api.debug.DebugScope this
         0: .line 129
            aload 0 /* this */
            invokevirtual com.oracle.truffle.api.debug.DebugScope.verifyValidState:()V
         1: .line 131
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugScope.parent:Lcom/oracle/truffle/api/debug/DebugScope;
            ifnonnull 8
            getstatic com.oracle.truffle.api.debug.DebugScope.INTEROP:Lcom/oracle/truffle/api/interop/InteropLibrary;
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugScope.scope:Ljava/lang/Object;
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.hasScopeParent:(Ljava/lang/Object;)Z
            ifeq 8
         2: .line 132
            aload 0 /* this */
            new com.oracle.truffle.api.debug.DebugScope
            dup
            getstatic com.oracle.truffle.api.debug.DebugScope.INTEROP:Lcom/oracle/truffle/api/interop/InteropLibrary;
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugScope.scope:Ljava/lang/Object;
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.getScopeParent:(Ljava/lang/Object;)Ljava/lang/Object;
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugScope.session:Lcom/oracle/truffle/api/debug/DebuggerSession;
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugScope.event:Lcom/oracle/truffle/api/debug/SuspendedEvent;
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugScope.node:Lcom/oracle/truffle/api/nodes/Node;
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugScope.frame:Lcom/oracle/truffle/api/frame/Frame;
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugScope.root:Lcom/oracle/truffle/api/nodes/RootNode;
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugScope.language:Lcom/oracle/truffle/api/nodes/LanguageInfo;
            invokespecial com.oracle.truffle.api.debug.DebugScope.<init>:(Ljava/lang/Object;Lcom/oracle/truffle/api/debug/DebuggerSession;Lcom/oracle/truffle/api/debug/SuspendedEvent;Lcom/oracle/truffle/api/nodes/Node;Lcom/oracle/truffle/api/frame/Frame;Lcom/oracle/truffle/api/nodes/RootNode;Lcom/oracle/truffle/api/nodes/LanguageInfo;)V
            putfield com.oracle.truffle.api.debug.DebugScope.parent:Lcom/oracle/truffle/api/debug/DebugScope;
         3: .line 134
            goto 8
      StackMap locals:
      StackMap stack: java.lang.ThreadDeath
         4: astore 1 /* td */
        start local 1 // java.lang.ThreadDeath td
         5: .line 135
            aload 1 /* td */
            athrow
        end local 1 // java.lang.ThreadDeath td
         6: .line 136
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 1 /* ex */
        start local 1 // java.lang.Throwable ex
         7: .line 137
            new com.oracle.truffle.api.debug.DebugException
            dup
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugScope.session:Lcom/oracle/truffle/api/debug/DebuggerSession;
            aload 1 /* ex */
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugScope.language:Lcom/oracle/truffle/api/nodes/LanguageInfo;
            aconst_null
            iconst_1
            aconst_null
            invokespecial com.oracle.truffle.api.debug.DebugException.<init>:(Lcom/oracle/truffle/api/debug/DebuggerSession;Ljava/lang/Throwable;Lcom/oracle/truffle/api/nodes/LanguageInfo;Lcom/oracle/truffle/api/nodes/Node;ZLcom/oracle/truffle/api/debug/DebugException$CatchLocation;)V
            athrow
        end local 1 // java.lang.Throwable ex
         8: .line 139
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugScope.parent:Lcom/oracle/truffle/api/debug/DebugScope;
            areturn
        end local 0 // com.oracle.truffle.api.debug.DebugScope this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lcom/oracle/truffle/api/debug/DebugScope;
            5    6     1    td  Ljava/lang/ThreadDeath;
            7    8     1    ex  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           1     3       4  Class java.lang.ThreadDeath
           1     3       6  Class java.lang.Throwable
    Exceptions:
      throws com.oracle.truffle.api.debug.DebugException

  public boolean isFunctionScope();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.oracle.truffle.api.debug.DebugScope this
         0: .line 149
            aload 0 /* this */
            invokevirtual com.oracle.truffle.api.debug.DebugScope.getRootSourceSection:()Lcom/oracle/truffle/api/source/SourceSection;
            astore 1 /* rootSourceSection */
        start local 1 // com.oracle.truffle.api.source.SourceSection rootSourceSection
         1: .line 151
            aload 1 /* rootSourceSection */
            ifnull 2
            getstatic com.oracle.truffle.api.debug.DebugScope.INTEROP:Lcom/oracle/truffle/api/interop/InteropLibrary;
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugScope.scope:Ljava/lang/Object;
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.hasSourceLocation:(Ljava/lang/Object;)Z
            ifeq 2
            aload 1 /* rootSourceSection */
            getstatic com.oracle.truffle.api.debug.DebugScope.INTEROP:Lcom/oracle/truffle/api/interop/InteropLibrary;
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugScope.scope:Ljava/lang/Object;
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.getSourceLocation:(Ljava/lang/Object;)Lcom/oracle/truffle/api/source/SourceSection;
            invokevirtual com.oracle.truffle.api.source.SourceSection.equals:(Ljava/lang/Object;)Z
            ifeq 2
            iconst_1
            ireturn
      StackMap locals: com.oracle.truffle.api.source.SourceSection
      StackMap stack:
         2: iconst_0
         3: ireturn
         4: .line 152
      StackMap locals:
      StackMap stack: com.oracle.truffle.api.interop.UnsupportedMessageException
            pop
         5: .line 153
            iconst_0
            ireturn
        end local 1 // com.oracle.truffle.api.source.SourceSection rootSourceSection
        end local 0 // com.oracle.truffle.api.debug.DebugScope this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    6     0               this  Lcom/oracle/truffle/api/debug/DebugScope;
            1    6     1  rootSourceSection  Lcom/oracle/truffle/api/source/SourceSection;
      Exception table:
        from    to  target  type
           1     3       4  Class com.oracle.truffle.api.interop.UnsupportedMessageException

  private com.oracle.truffle.api.source.SourceSection getRootSourceSection();
    descriptor: ()Lcom/oracle/truffle/api/source/SourceSection;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // com.oracle.truffle.api.debug.DebugScope this
         0: .line 158
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugScope.root:Lcom/oracle/truffle/api/nodes/RootNode;
            ifnonnull 2
         1: .line 159
            aconst_null
            areturn
         2: .line 161
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugScope.root:Lcom/oracle/truffle/api/nodes/RootNode;
            invokevirtual com.oracle.truffle.api.nodes.RootNode.getSourceSection:()Lcom/oracle/truffle/api/source/SourceSection;
            astore 1 /* rootSourceSection */
        start local 1 // com.oracle.truffle.api.source.SourceSection rootSourceSection
         3: .line 162
            aload 1 /* rootSourceSection */
            ifnonnull 7
         4: .line 163
            iconst_1
            anewarray com.oracle.truffle.api.source.SourceSection
            astore 2 /* rootSection */
        start local 2 // com.oracle.truffle.api.source.SourceSection[] rootSection
         5: .line 164
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugScope.root:Lcom/oracle/truffle/api/nodes/RootNode;
            new com.oracle.truffle.api.debug.DebugScope$1
            dup
            aload 0 /* this */
            aload 2 /* rootSection */
            invokespecial com.oracle.truffle.api.debug.DebugScope$1.<init>:(Lcom/oracle/truffle/api/debug/DebugScope;[Lcom/oracle/truffle/api/source/SourceSection;)V
            invokevirtual com.oracle.truffle.api.nodes.RootNode.accept:(Lcom/oracle/truffle/api/nodes/NodeVisitor;)V
         6: .line 177
            aload 2 /* rootSection */
            iconst_0
            aaload
            astore 1 /* rootSourceSection */
        end local 2 // com.oracle.truffle.api.source.SourceSection[] rootSection
         7: .line 179
      StackMap locals: com.oracle.truffle.api.source.SourceSection
      StackMap stack:
            aload 1 /* rootSourceSection */
            areturn
        end local 1 // com.oracle.truffle.api.source.SourceSection rootSourceSection
        end local 0 // com.oracle.truffle.api.debug.DebugScope this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    8     0               this  Lcom/oracle/truffle/api/debug/DebugScope;
            3    8     1  rootSourceSection  Lcom/oracle/truffle/api/source/SourceSection;
            5    7     2        rootSection  [Lcom/oracle/truffle/api/source/SourceSection;

  public com.oracle.truffle.api.source.SourceSection getSourceSection();
    descriptor: ()Lcom/oracle/truffle/api/source/SourceSection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=2, args_size=1
        start local 0 // com.oracle.truffle.api.debug.DebugScope this
         0: .line 193
            getstatic com.oracle.truffle.api.debug.DebugScope.INTEROP:Lcom/oracle/truffle/api/interop/InteropLibrary;
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugScope.scope:Ljava/lang/Object;
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.hasSourceLocation:(Ljava/lang/Object;)Z
            ifne 2
         1: .line 194
            aconst_null
            areturn
         2: .line 196
      StackMap locals:
      StackMap stack:
            getstatic com.oracle.truffle.api.debug.DebugScope.INTEROP:Lcom/oracle/truffle/api/interop/InteropLibrary;
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugScope.scope:Ljava/lang/Object;
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.getSourceLocation:(Ljava/lang/Object;)Lcom/oracle/truffle/api/source/SourceSection;
            astore 1 /* location */
        start local 1 // com.oracle.truffle.api.source.SourceSection location
         3: .line 197
            aload 1 /* location */
            ifnull 6
         4: .line 198
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugScope.session:Lcom/oracle/truffle/api/debug/DebuggerSession;
            aload 1 /* location */
            invokevirtual com.oracle.truffle.api.debug.DebuggerSession.resolveSection:(Lcom/oracle/truffle/api/source/SourceSection;)Lcom/oracle/truffle/api/source/SourceSection;
         5: areturn
         6: .line 200
      StackMap locals: com.oracle.truffle.api.source.SourceSection
      StackMap stack:
            aconst_null
            areturn
        end local 1 // com.oracle.truffle.api.source.SourceSection location
         7: .line 202
      StackMap locals: com.oracle.truffle.api.debug.DebugScope
      StackMap stack: java.lang.ThreadDeath
            astore 1 /* td */
        start local 1 // java.lang.ThreadDeath td
         8: .line 203
            aload 1 /* td */
            athrow
        end local 1 // java.lang.ThreadDeath td
         9: .line 204
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 1 /* ex */
        start local 1 // java.lang.Throwable ex
        10: .line 205
            new com.oracle.truffle.api.debug.DebugException
            dup
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugScope.session:Lcom/oracle/truffle/api/debug/DebuggerSession;
            aload 1 /* ex */
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugScope.language:Lcom/oracle/truffle/api/nodes/LanguageInfo;
            aconst_null
            iconst_1
            aconst_null
            invokespecial com.oracle.truffle.api.debug.DebugException.<init>:(Lcom/oracle/truffle/api/debug/DebuggerSession;Ljava/lang/Throwable;Lcom/oracle/truffle/api/nodes/LanguageInfo;Lcom/oracle/truffle/api/nodes/Node;ZLcom/oracle/truffle/api/debug/DebugException$CatchLocation;)V
            athrow
        end local 1 // java.lang.Throwable ex
        end local 0 // com.oracle.truffle.api.debug.DebugScope this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   11     0      this  Lcom/oracle/truffle/api/debug/DebugScope;
            3    7     1  location  Lcom/oracle/truffle/api/source/SourceSection;
            8    9     1        td  Ljava/lang/ThreadDeath;
           10   11     1        ex  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           0     1       7  Class java.lang.ThreadDeath
           2     5       7  Class java.lang.ThreadDeath
           0     1       9  Class java.lang.Throwable
           2     5       9  Class java.lang.Throwable
    Exceptions:
      throws com.oracle.truffle.api.debug.DebugException

  public java.lang.Iterable<com.oracle.truffle.api.debug.DebugValue> getArguments();
    descriptor: ()Ljava/lang/Iterable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=5, args_size=1
        start local 0 // com.oracle.truffle.api.debug.DebugScope this
         0: .line 224
            aload 0 /* this */
            invokevirtual com.oracle.truffle.api.debug.DebugScope.verifyValidState:()V
         1: .line 225
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugScope.node:Lcom/oracle/truffle/api/nodes/Node;
            ifnonnull 3
         2: .line 226
            aconst_null
            areturn
         3: .line 229
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugScope.node:Lcom/oracle/truffle/api/nodes/Node;
            astore 1 /* argNode */
        start local 1 // com.oracle.truffle.api.nodes.Node argNode
         4: .line 230
            goto 6
         5: .line 231
      StackMap locals: com.oracle.truffle.api.nodes.Node
      StackMap stack:
            aload 1 /* argNode */
            invokevirtual com.oracle.truffle.api.nodes.Node.getParent:()Lcom/oracle/truffle/api/nodes/Node;
            astore 1 /* argNode */
         6: .line 230
      StackMap locals:
      StackMap stack:
            aload 1 /* argNode */
            ifnull 7
            aload 1 /* argNode */
            instanceof com.oracle.truffle.api.instrumentation.InstrumentableNode
            ifeq 5
            aload 1 /* argNode */
            checkcast com.oracle.truffle.api.instrumentation.InstrumentableNode
            ldc Lcom/oracle/truffle/api/instrumentation/StandardTags$RootTag;
            invokeinterface com.oracle.truffle.api.instrumentation.InstrumentableNode.hasTag:(Ljava/lang/Class;)Z
            ifeq 5
         7: .line 233
      StackMap locals:
      StackMap stack:
            aload 1 /* argNode */
            ifnull 8
            getstatic com.oracle.truffle.api.debug.DebugScope.NODE:Lcom/oracle/truffle/api/interop/NodeLibrary;
            aload 1 /* argNode */
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugScope.frame:Lcom/oracle/truffle/api/frame/Frame;
            invokevirtual com.oracle.truffle.api.interop.NodeLibrary.hasScope:(Ljava/lang/Object;Lcom/oracle/truffle/api/frame/Frame;)Z
            ifne 9
         8: .line 234
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
         9: .line 238
      StackMap locals:
      StackMap stack:
            getstatic com.oracle.truffle.api.debug.DebugScope.NODE:Lcom/oracle/truffle/api/interop/NodeLibrary;
            aload 1 /* argNode */
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugScope.frame:Lcom/oracle/truffle/api/frame/Frame;
            iconst_1
            invokevirtual com.oracle.truffle.api.interop.NodeLibrary.getScope:(Ljava/lang/Object;Lcom/oracle/truffle/api/frame/Frame;Z)Ljava/lang/Object;
            astore 2 /* argumentsObj */
        start local 2 // java.lang.Object argumentsObj
        10: .line 239
            getstatic com.oracle.truffle.api.debug.DebugScope.INTEROP:Lcom/oracle/truffle/api/interop/InteropLibrary;
            aload 2 /* argumentsObj */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.hasScopeParent:(Ljava/lang/Object;)Z
            ifeq 15
        11: .line 240
            new com.oracle.truffle.api.debug.DebugScope$SubtractedVariables
            dup
            aload 2 /* argumentsObj */
            getstatic com.oracle.truffle.api.debug.DebugScope.INTEROP:Lcom/oracle/truffle/api/interop/InteropLibrary;
            aload 2 /* argumentsObj */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.getScopeParent:(Ljava/lang/Object;)Ljava/lang/Object;
            invokespecial com.oracle.truffle.api.debug.DebugScope$SubtractedVariables.<init>:(Ljava/lang/Object;Ljava/lang/Object;)V
            astore 2 /* argumentsObj */
        12: .line 242
            goto 15
        end local 2 // java.lang.Object argumentsObj
      StackMap locals:
      StackMap stack: com.oracle.truffle.api.interop.UnsupportedMessageException
        13: pop
        14: .line 243
            aconst_null
            areturn
        start local 2 // java.lang.Object argumentsObj
        15: .line 245
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 2 /* argumentsObj */
            ifnull 30
        16: .line 246
            aconst_null
            astore 3 /* receiverName */
        start local 3 // java.lang.String receiverName
        17: .line 247
            getstatic com.oracle.truffle.api.debug.DebugScope.NODE:Lcom/oracle/truffle/api/interop/NodeLibrary;
            aload 1 /* argNode */
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugScope.frame:Lcom/oracle/truffle/api/frame/Frame;
            invokevirtual com.oracle.truffle.api.interop.NodeLibrary.hasReceiverMember:(Ljava/lang/Object;Lcom/oracle/truffle/api/frame/Frame;)Z
            ifeq 19
        18: .line 248
            getstatic com.oracle.truffle.api.debug.DebugScope.INTEROP:Lcom/oracle/truffle/api/interop/InteropLibrary;
            getstatic com.oracle.truffle.api.debug.DebugScope.NODE:Lcom/oracle/truffle/api/interop/NodeLibrary;
            aload 1 /* argNode */
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugScope.frame:Lcom/oracle/truffle/api/frame/Frame;
            invokevirtual com.oracle.truffle.api.interop.NodeLibrary.getReceiverMember:(Ljava/lang/Object;Lcom/oracle/truffle/api/frame/Frame;)Ljava/lang/Object;
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.asString:(Ljava/lang/Object;)Ljava/lang/String;
            astore 3 /* receiverName */
        19: .line 250
      StackMap locals: java.lang.String
      StackMap stack:
            aload 2 /* argumentsObj */
            aload 3 /* receiverName */
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugScope.session:Lcom/oracle/truffle/api/debug/DebuggerSession;
            aload 0 /* this */
            invokevirtual com.oracle.truffle.api.debug.DebugScope.getLanguage:()Lcom/oracle/truffle/api/nodes/LanguageInfo;
            aload 0 /* this */
            invokestatic com.oracle.truffle.api.debug.DebugValue.getProperties:(Ljava/lang/Object;Ljava/lang/String;Lcom/oracle/truffle/api/debug/DebuggerSession;Lcom/oracle/truffle/api/nodes/LanguageInfo;Lcom/oracle/truffle/api/debug/DebugScope;)Lcom/oracle/truffle/api/debug/ValuePropertiesCollection;
            astore 4 /* properties */
        start local 4 // com.oracle.truffle.api.debug.ValuePropertiesCollection properties
        20: .line 251
            aload 4 /* properties */
            ifnull 23
        21: .line 252
            aload 4 /* properties */
        22: areturn
        23: .line 254
      StackMap locals: com.oracle.truffle.api.debug.ValuePropertiesCollection
      StackMap stack:
            getstatic com.oracle.truffle.api.debug.ValueInteropList.INTEROP:Lcom/oracle/truffle/api/interop/InteropLibrary;
            aload 2 /* argumentsObj */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.hasArrayElements:(Ljava/lang/Object;)Z
            ifeq 30
        24: .line 255
            new com.oracle.truffle.api.debug.ValueInteropList
            dup
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugScope.session:Lcom/oracle/truffle/api/debug/DebuggerSession;
            aload 0 /* this */
            invokevirtual com.oracle.truffle.api.debug.DebugScope.getLanguage:()Lcom/oracle/truffle/api/nodes/LanguageInfo;
            aload 2 /* argumentsObj */
            invokespecial com.oracle.truffle.api.debug.ValueInteropList.<init>:(Lcom/oracle/truffle/api/debug/DebuggerSession;Lcom/oracle/truffle/api/nodes/LanguageInfo;Ljava/lang/Object;)V
        25: areturn
        end local 4 // com.oracle.truffle.api.debug.ValuePropertiesCollection properties
        end local 3 // java.lang.String receiverName
        end local 2 // java.lang.Object argumentsObj
        end local 1 // com.oracle.truffle.api.nodes.Node argNode
        26: .line 258
      StackMap locals: com.oracle.truffle.api.debug.DebugScope
      StackMap stack: java.lang.ThreadDeath
            astore 1 /* td */
        start local 1 // java.lang.ThreadDeath td
        27: .line 259
            aload 1 /* td */
            athrow
        end local 1 // java.lang.ThreadDeath td
        28: .line 260
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 1 /* ex */
        start local 1 // java.lang.Throwable ex
        29: .line 261
            new com.oracle.truffle.api.debug.DebugException
            dup
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugScope.session:Lcom/oracle/truffle/api/debug/DebuggerSession;
            aload 1 /* ex */
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugScope.language:Lcom/oracle/truffle/api/nodes/LanguageInfo;
            aconst_null
            iconst_1
            aconst_null
            invokespecial com.oracle.truffle.api.debug.DebugException.<init>:(Lcom/oracle/truffle/api/debug/DebuggerSession;Ljava/lang/Throwable;Lcom/oracle/truffle/api/nodes/LanguageInfo;Lcom/oracle/truffle/api/nodes/Node;ZLcom/oracle/truffle/api/debug/DebugException$CatchLocation;)V
            athrow
        end local 1 // java.lang.Throwable ex
        30: .line 263
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 0 // com.oracle.truffle.api.debug.DebugScope this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   31     0          this  Lcom/oracle/truffle/api/debug/DebugScope;
            4   26     1       argNode  Lcom/oracle/truffle/api/nodes/Node;
           10   13     2  argumentsObj  Ljava/lang/Object;
           15   26     2  argumentsObj  Ljava/lang/Object;
           17   26     3  receiverName  Ljava/lang/String;
           20   26     4    properties  Lcom/oracle/truffle/api/debug/ValuePropertiesCollection;
           27   28     1            td  Ljava/lang/ThreadDeath;
           29   30     1            ex  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           9    12      13  Class com.oracle.truffle.api.interop.UnsupportedMessageException
           3     8      26  Class java.lang.ThreadDeath
           9    14      26  Class java.lang.ThreadDeath
          15    22      26  Class java.lang.ThreadDeath
          23    25      26  Class java.lang.ThreadDeath
           3     8      28  Class java.lang.Throwable
           9    14      28  Class java.lang.Throwable
          15    22      28  Class java.lang.Throwable
          23    25      28  Class java.lang.Throwable
    Exceptions:
      throws com.oracle.truffle.api.debug.DebugException
    Signature: ()Ljava/lang/Iterable<Lcom/oracle/truffle/api/debug/DebugValue;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public com.oracle.truffle.api.debug.DebugValue getReceiver();
    descriptor: ()Lcom/oracle/truffle/api/debug/DebugValue;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=4, args_size=1
        start local 0 // com.oracle.truffle.api.debug.DebugScope this
         0: .line 280
            aload 0 /* this */
            invokevirtual com.oracle.truffle.api.debug.DebugScope.verifyValidState:()V
         1: .line 281
            aconst_null
            astore 1 /* receiverValue */
        start local 1 // com.oracle.truffle.api.debug.DebugValue receiverValue
         2: .line 283
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugScope.node:Lcom/oracle/truffle/api/nodes/Node;
            ifnull 3
            getstatic com.oracle.truffle.api.debug.DebugScope.NODE:Lcom/oracle/truffle/api/interop/NodeLibrary;
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugScope.node:Lcom/oracle/truffle/api/nodes/Node;
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugScope.frame:Lcom/oracle/truffle/api/frame/Frame;
            invokevirtual com.oracle.truffle.api.interop.NodeLibrary.hasReceiverMember:(Ljava/lang/Object;Lcom/oracle/truffle/api/frame/Frame;)Z
            ifne 4
         3: .line 284
      StackMap locals: com.oracle.truffle.api.debug.DebugValue
      StackMap stack:
            aconst_null
            areturn
         4: .line 286
      StackMap locals:
      StackMap stack:
            getstatic com.oracle.truffle.api.debug.DebugScope.INTEROP:Lcom/oracle/truffle/api/interop/InteropLibrary;
            getstatic com.oracle.truffle.api.debug.DebugScope.NODE:Lcom/oracle/truffle/api/interop/NodeLibrary;
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugScope.node:Lcom/oracle/truffle/api/nodes/Node;
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugScope.frame:Lcom/oracle/truffle/api/frame/Frame;
            invokevirtual com.oracle.truffle.api.interop.NodeLibrary.getReceiverMember:(Ljava/lang/Object;Lcom/oracle/truffle/api/frame/Frame;)Ljava/lang/Object;
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.asString:(Ljava/lang/Object;)Ljava/lang/String;
            astore 2 /* name */
        start local 2 // java.lang.String name
         5: .line 287
            getstatic com.oracle.truffle.api.debug.DebugScope.INTEROP:Lcom/oracle/truffle/api/interop/InteropLibrary;
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugScope.scope:Ljava/lang/Object;
            aload 2 /* name */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.isMemberReadable:(Ljava/lang/Object;Ljava/lang/String;)Z
            ifne 7
         6: .line 288
            aconst_null
            areturn
         7: .line 290
      StackMap locals: java.lang.String
      StackMap stack:
            getstatic com.oracle.truffle.api.debug.DebugScope.INTEROP:Lcom/oracle/truffle/api/interop/InteropLibrary;
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugScope.scope:Ljava/lang/Object;
            aload 2 /* name */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.readMember:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            astore 3 /* receiver */
        start local 3 // java.lang.Object receiver
         8: .line 291
            new com.oracle.truffle.api.debug.DebugValue$HeapValue
            dup
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugScope.session:Lcom/oracle/truffle/api/debug/DebuggerSession;
            aload 0 /* this */
            invokevirtual com.oracle.truffle.api.debug.DebugScope.getLanguage:()Lcom/oracle/truffle/api/nodes/LanguageInfo;
            aload 2 /* name */
            aload 3 /* receiver */
            invokespecial com.oracle.truffle.api.debug.DebugValue$HeapValue.<init>:(Lcom/oracle/truffle/api/debug/DebuggerSession;Lcom/oracle/truffle/api/nodes/LanguageInfo;Ljava/lang/String;Ljava/lang/Object;)V
            astore 1 /* receiverValue */
        end local 3 // java.lang.Object receiver
        end local 2 // java.lang.String name
         9: .line 292
            goto 14
      StackMap locals: com.oracle.truffle.api.debug.DebugScope com.oracle.truffle.api.debug.DebugValue
      StackMap stack: java.lang.ThreadDeath
        10: astore 2 /* td */
        start local 2 // java.lang.ThreadDeath td
        11: .line 293
            aload 2 /* td */
            athrow
        end local 2 // java.lang.ThreadDeath td
        12: .line 294
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2 /* ex */
        start local 2 // java.lang.Throwable ex
        13: .line 295
            new com.oracle.truffle.api.debug.DebugException
            dup
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugScope.session:Lcom/oracle/truffle/api/debug/DebuggerSession;
            aload 2 /* ex */
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugScope.language:Lcom/oracle/truffle/api/nodes/LanguageInfo;
            aconst_null
            iconst_1
            aconst_null
            invokespecial com.oracle.truffle.api.debug.DebugException.<init>:(Lcom/oracle/truffle/api/debug/DebuggerSession;Ljava/lang/Throwable;Lcom/oracle/truffle/api/nodes/LanguageInfo;Lcom/oracle/truffle/api/nodes/Node;ZLcom/oracle/truffle/api/debug/DebugException$CatchLocation;)V
            athrow
        end local 2 // java.lang.Throwable ex
        14: .line 297
      StackMap locals:
      StackMap stack:
            aload 1 /* receiverValue */
            areturn
        end local 1 // com.oracle.truffle.api.debug.DebugValue receiverValue
        end local 0 // com.oracle.truffle.api.debug.DebugScope this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   15     0           this  Lcom/oracle/truffle/api/debug/DebugScope;
            2   15     1  receiverValue  Lcom/oracle/truffle/api/debug/DebugValue;
            5    9     2           name  Ljava/lang/String;
            8    9     3       receiver  Ljava/lang/Object;
           11   12     2             td  Ljava/lang/ThreadDeath;
           13   14     2             ex  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           2     3      10  Class java.lang.ThreadDeath
           4     6      10  Class java.lang.ThreadDeath
           7     9      10  Class java.lang.ThreadDeath
           2     3      12  Class java.lang.Throwable
           4     6      12  Class java.lang.Throwable
           7     9      12  Class java.lang.Throwable

  public com.oracle.truffle.api.debug.DebugValue getRootInstance();
    descriptor: ()Lcom/oracle/truffle/api/debug/DebugValue;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=3, args_size=1
        start local 0 // com.oracle.truffle.api.debug.DebugScope this
         0: .line 308
            aload 0 /* this */
            invokevirtual com.oracle.truffle.api.debug.DebugScope.verifyValidState:()V
         1: .line 309
            aconst_null
            astore 1 /* functionValue */
        start local 1 // com.oracle.truffle.api.debug.DebugValue functionValue
         2: .line 311
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugScope.node:Lcom/oracle/truffle/api/nodes/Node;
            ifnull 3
            getstatic com.oracle.truffle.api.debug.DebugScope.NODE:Lcom/oracle/truffle/api/interop/NodeLibrary;
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugScope.node:Lcom/oracle/truffle/api/nodes/Node;
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugScope.frame:Lcom/oracle/truffle/api/frame/Frame;
            invokevirtual com.oracle.truffle.api.interop.NodeLibrary.hasRootInstance:(Ljava/lang/Object;Lcom/oracle/truffle/api/frame/Frame;)Z
            ifne 4
         3: .line 312
      StackMap locals: com.oracle.truffle.api.debug.DebugValue
      StackMap stack:
            aconst_null
            areturn
         4: .line 314
      StackMap locals:
      StackMap stack:
            getstatic com.oracle.truffle.api.debug.DebugScope.NODE:Lcom/oracle/truffle/api/interop/NodeLibrary;
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugScope.node:Lcom/oracle/truffle/api/nodes/Node;
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugScope.frame:Lcom/oracle/truffle/api/frame/Frame;
            invokevirtual com.oracle.truffle.api.interop.NodeLibrary.hasRootInstance:(Ljava/lang/Object;Lcom/oracle/truffle/api/frame/Frame;)Z
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            astore 2 /* function */
        start local 2 // java.lang.Object function
         5: .line 315
            aload 2 /* function */
            ifnull 12
         6: .line 316
            new com.oracle.truffle.api.debug.DebugValue$HeapValue
            dup
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugScope.session:Lcom/oracle/truffle/api/debug/DebuggerSession;
            aload 0 /* this */
            invokevirtual com.oracle.truffle.api.debug.DebugScope.getLanguage:()Lcom/oracle/truffle/api/nodes/LanguageInfo;
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugScope.root:Lcom/oracle/truffle/api/nodes/RootNode;
            invokevirtual com.oracle.truffle.api.nodes.RootNode.getName:()Ljava/lang/String;
            aload 2 /* function */
            invokespecial com.oracle.truffle.api.debug.DebugValue$HeapValue.<init>:(Lcom/oracle/truffle/api/debug/DebuggerSession;Lcom/oracle/truffle/api/nodes/LanguageInfo;Ljava/lang/String;Ljava/lang/Object;)V
            astore 1 /* functionValue */
        end local 2 // java.lang.Object function
         7: .line 318
            goto 12
      StackMap locals:
      StackMap stack: java.lang.ThreadDeath
         8: astore 2 /* td */
        start local 2 // java.lang.ThreadDeath td
         9: .line 319
            aload 2 /* td */
            athrow
        end local 2 // java.lang.ThreadDeath td
        10: .line 320
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2 /* ex */
        start local 2 // java.lang.Throwable ex
        11: .line 321
            new com.oracle.truffle.api.debug.DebugException
            dup
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugScope.session:Lcom/oracle/truffle/api/debug/DebuggerSession;
            aload 2 /* ex */
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugScope.language:Lcom/oracle/truffle/api/nodes/LanguageInfo;
            aconst_null
            iconst_1
            aconst_null
            invokespecial com.oracle.truffle.api.debug.DebugException.<init>:(Lcom/oracle/truffle/api/debug/DebuggerSession;Ljava/lang/Throwable;Lcom/oracle/truffle/api/nodes/LanguageInfo;Lcom/oracle/truffle/api/nodes/Node;ZLcom/oracle/truffle/api/debug/DebugException$CatchLocation;)V
            athrow
        end local 2 // java.lang.Throwable ex
        12: .line 323
      StackMap locals:
      StackMap stack:
            aload 1 /* functionValue */
            areturn
        end local 1 // com.oracle.truffle.api.debug.DebugValue functionValue
        end local 0 // com.oracle.truffle.api.debug.DebugScope this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   13     0           this  Lcom/oracle/truffle/api/debug/DebugScope;
            2   13     1  functionValue  Lcom/oracle/truffle/api/debug/DebugValue;
            5    7     2       function  Ljava/lang/Object;
            9   10     2             td  Ljava/lang/ThreadDeath;
           11   12     2             ex  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           2     3       8  Class java.lang.ThreadDeath
           4     7       8  Class java.lang.ThreadDeath
           2     3      10  Class java.lang.Throwable
           4     7      10  Class java.lang.Throwable

  public java.lang.Iterable<com.oracle.truffle.api.debug.DebugValue> getDeclaredValues();
    descriptor: ()Ljava/lang/Iterable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.debug.DebugScope this
         0: .line 338
            aload 0 /* this */
            invokevirtual com.oracle.truffle.api.debug.DebugScope.getVariables:()Lcom/oracle/truffle/api/debug/ValuePropertiesCollection;
            areturn
        end local 0 // com.oracle.truffle.api.debug.DebugScope this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/debug/DebugScope;
    Exceptions:
      throws com.oracle.truffle.api.debug.DebugException
    Signature: ()Ljava/lang/Iterable<Lcom/oracle/truffle/api/debug/DebugValue;>;

  public com.oracle.truffle.api.debug.DebugValue getDeclaredValue(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/oracle/truffle/api/debug/DebugValue;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.debug.DebugScope this
        start local 1 // java.lang.String name
         0: .line 353
            aload 0 /* this */
            invokevirtual com.oracle.truffle.api.debug.DebugScope.getVariables:()Lcom/oracle/truffle/api/debug/ValuePropertiesCollection;
            aload 1 /* name */
            invokevirtual com.oracle.truffle.api.debug.ValuePropertiesCollection.get:(Ljava/lang/String;)Lcom/oracle/truffle/api/debug/DebugValue;
            areturn
        end local 1 // java.lang.String name
        end local 0 // com.oracle.truffle.api.debug.DebugScope this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/debug/DebugScope;
            0    1     1  name  Ljava/lang/String;
    Exceptions:
      throws com.oracle.truffle.api.debug.DebugException
    MethodParameters:
      Name  Flags
      name  

  com.oracle.truffle.api.nodes.RootNode getRoot();
    descriptor: ()Lcom/oracle/truffle/api/nodes/RootNode;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.debug.DebugScope this
         0: .line 357
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugScope.root:Lcom/oracle/truffle/api/nodes/RootNode;
            areturn
        end local 0 // com.oracle.truffle.api.debug.DebugScope this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/debug/DebugScope;

  private com.oracle.truffle.api.debug.ValuePropertiesCollection getVariables();
    descriptor: ()Lcom/oracle/truffle/api/debug/ValuePropertiesCollection;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=8, locals=4, args_size=1
        start local 0 // com.oracle.truffle.api.debug.DebugScope this
         0: .line 361
            aload 0 /* this */
            invokevirtual com.oracle.truffle.api.debug.DebugScope.verifyValidState:()V
         1: .line 363
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugScope.variables:Lcom/oracle/truffle/api/debug/ValuePropertiesCollection;
            ifnonnull 21
         2: .line 364
            aconst_null
            astore 1 /* scopeParent */
        start local 1 // java.lang.Object scopeParent
         3: .line 365
            getstatic com.oracle.truffle.api.debug.DebugScope.INTEROP:Lcom/oracle/truffle/api/interop/InteropLibrary;
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugScope.scope:Ljava/lang/Object;
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.hasScopeParent:(Ljava/lang/Object;)Z
            ifeq 8
         4: .line 367
            getstatic com.oracle.truffle.api.debug.DebugScope.INTEROP:Lcom/oracle/truffle/api/interop/InteropLibrary;
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugScope.scope:Ljava/lang/Object;
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.getScopeParent:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 1 /* scopeParent */
         5: .line 368
            goto 8
      StackMap locals: com.oracle.truffle.api.debug.DebugScope java.lang.Object
      StackMap stack: com.oracle.truffle.api.interop.UnsupportedMessageException
         6: astore 2 /* ex */
        start local 2 // com.oracle.truffle.api.interop.UnsupportedMessageException ex
         7: .line 369
            aload 2 /* ex */
            invokestatic com.oracle.truffle.api.CompilerDirectives.shouldNotReachHere:(Ljava/lang/Throwable;)Ljava/lang/RuntimeException;
            athrow
        end local 2 // com.oracle.truffle.api.interop.UnsupportedMessageException ex
         8: .line 373
      StackMap locals:
      StackMap stack:
            aload 1 /* scopeParent */
            ifnull 11
         9: .line 374
            new com.oracle.truffle.api.debug.DebugScope$SubtractedVariables
            dup
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugScope.scope:Ljava/lang/Object;
            aload 1 /* scopeParent */
            invokespecial com.oracle.truffle.api.debug.DebugScope$SubtractedVariables.<init>:(Ljava/lang/Object;Ljava/lang/Object;)V
            astore 2 /* variablesObj */
        start local 2 // java.lang.Object variablesObj
        10: .line 375
            goto 12
        end local 2 // java.lang.Object variablesObj
        11: .line 376
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugScope.scope:Ljava/lang/Object;
            astore 2 /* variablesObj */
        start local 2 // java.lang.Object variablesObj
        12: .line 378
      StackMap locals: java.lang.Object
      StackMap stack:
            aconst_null
            astore 3 /* receiverName */
        start local 3 // java.lang.String receiverName
        13: .line 379
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugScope.node:Lcom/oracle/truffle/api/nodes/Node;
            ifnull 15
            getstatic com.oracle.truffle.api.debug.DebugScope.NODE:Lcom/oracle/truffle/api/interop/NodeLibrary;
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugScope.node:Lcom/oracle/truffle/api/nodes/Node;
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugScope.frame:Lcom/oracle/truffle/api/frame/Frame;
            invokevirtual com.oracle.truffle.api.interop.NodeLibrary.hasReceiverMember:(Ljava/lang/Object;Lcom/oracle/truffle/api/frame/Frame;)Z
            ifeq 15
        14: .line 380
            getstatic com.oracle.truffle.api.debug.DebugScope.INTEROP:Lcom/oracle/truffle/api/interop/InteropLibrary;
            getstatic com.oracle.truffle.api.debug.DebugScope.NODE:Lcom/oracle/truffle/api/interop/NodeLibrary;
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugScope.node:Lcom/oracle/truffle/api/nodes/Node;
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugScope.frame:Lcom/oracle/truffle/api/frame/Frame;
            invokevirtual com.oracle.truffle.api.interop.NodeLibrary.getReceiverMember:(Ljava/lang/Object;Lcom/oracle/truffle/api/frame/Frame;)Ljava/lang/Object;
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.asString:(Ljava/lang/Object;)Ljava/lang/String;
            astore 3 /* receiverName */
        15: .line 382
      StackMap locals: java.lang.String
      StackMap stack:
            aload 0 /* this */
            aload 2 /* variablesObj */
            aload 3 /* receiverName */
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugScope.session:Lcom/oracle/truffle/api/debug/DebuggerSession;
            aload 0 /* this */
            invokevirtual com.oracle.truffle.api.debug.DebugScope.getLanguage:()Lcom/oracle/truffle/api/nodes/LanguageInfo;
            aload 0 /* this */
            invokestatic com.oracle.truffle.api.debug.DebugValue.getProperties:(Ljava/lang/Object;Ljava/lang/String;Lcom/oracle/truffle/api/debug/DebuggerSession;Lcom/oracle/truffle/api/nodes/LanguageInfo;Lcom/oracle/truffle/api/debug/DebugScope;)Lcom/oracle/truffle/api/debug/ValuePropertiesCollection;
            putfield com.oracle.truffle.api.debug.DebugScope.variables:Lcom/oracle/truffle/api/debug/ValuePropertiesCollection;
        end local 3 // java.lang.String receiverName
        end local 2 // java.lang.Object variablesObj
        end local 1 // java.lang.Object scopeParent
        16: .line 384
            goto 21
      StackMap locals: com.oracle.truffle.api.debug.DebugScope
      StackMap stack: java.lang.ThreadDeath
        17: astore 1 /* td */
        start local 1 // java.lang.ThreadDeath td
        18: .line 385
            aload 1 /* td */
            athrow
        end local 1 // java.lang.ThreadDeath td
        19: .line 386
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 1 /* ex */
        start local 1 // java.lang.Throwable ex
        20: .line 387
            new com.oracle.truffle.api.debug.DebugException
            dup
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugScope.session:Lcom/oracle/truffle/api/debug/DebuggerSession;
            aload 1 /* ex */
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugScope.language:Lcom/oracle/truffle/api/nodes/LanguageInfo;
            aconst_null
            iconst_1
            aconst_null
            invokespecial com.oracle.truffle.api.debug.DebugException.<init>:(Lcom/oracle/truffle/api/debug/DebuggerSession;Ljava/lang/Throwable;Lcom/oracle/truffle/api/nodes/LanguageInfo;Lcom/oracle/truffle/api/nodes/Node;ZLcom/oracle/truffle/api/debug/DebugException$CatchLocation;)V
            athrow
        end local 1 // java.lang.Throwable ex
        21: .line 389
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugScope.variables:Lcom/oracle/truffle/api/debug/ValuePropertiesCollection;
            areturn
        end local 0 // com.oracle.truffle.api.debug.DebugScope this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   22     0          this  Lcom/oracle/truffle/api/debug/DebugScope;
            3   16     1   scopeParent  Ljava/lang/Object;
            7    8     2            ex  Lcom/oracle/truffle/api/interop/UnsupportedMessageException;
           10   11     2  variablesObj  Ljava/lang/Object;
           12   16     2  variablesObj  Ljava/lang/Object;
           13   16     3  receiverName  Ljava/lang/String;
           18   19     1            td  Ljava/lang/ThreadDeath;
           20   21     1            ex  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           4     5       6  Class com.oracle.truffle.api.interop.UnsupportedMessageException
           1    16      17  Class java.lang.ThreadDeath
           1    16      19  Class java.lang.Throwable

  com.oracle.truffle.api.nodes.LanguageInfo getLanguage();
    descriptor: ()Lcom/oracle/truffle/api/nodes/LanguageInfo;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.debug.DebugScope this
         0: .line 393
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugScope.root:Lcom/oracle/truffle/api/nodes/RootNode;
            ifnull 2
         1: .line 394
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugScope.root:Lcom/oracle/truffle/api/nodes/RootNode;
            invokevirtual com.oracle.truffle.api.nodes.RootNode.getLanguageInfo:()Lcom/oracle/truffle/api/nodes/LanguageInfo;
            areturn
         2: .line 396
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugScope.language:Lcom/oracle/truffle/api/nodes/LanguageInfo;
            areturn
        end local 0 // com.oracle.truffle.api.debug.DebugScope this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/api/debug/DebugScope;

  void verifyValidState();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.debug.DebugScope this
         0: .line 401
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugScope.event:Lcom/oracle/truffle/api/debug/SuspendedEvent;
            ifnull 2
         1: .line 402
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugScope.event:Lcom/oracle/truffle/api/debug/SuspendedEvent;
            iconst_0
            invokevirtual com.oracle.truffle.api.debug.SuspendedEvent.verifyValidState:(Z)V
         2: .line 404
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.oracle.truffle.api.debug.DebugScope this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/api/debug/DebugScope;
}
SourceFile: "DebugScope.java"
NestMembers:
  com.oracle.truffle.api.debug.DebugScope$1  com.oracle.truffle.api.debug.DebugScope$SubtractedKeys  com.oracle.truffle.api.debug.DebugScope$SubtractedVariables
InnerClasses:
  public final CatchLocation = com.oracle.truffle.api.debug.DebugException$CatchLocation of com.oracle.truffle.api.debug.DebugException
  com.oracle.truffle.api.debug.DebugScope$1
  final SubtractedKeys = com.oracle.truffle.api.debug.DebugScope$SubtractedKeys of com.oracle.truffle.api.debug.DebugScope
  SubtractedVariables = com.oracle.truffle.api.debug.DebugScope$SubtractedVariables of com.oracle.truffle.api.debug.DebugScope
  HeapValue = com.oracle.truffle.api.debug.DebugValue$HeapValue of com.oracle.truffle.api.debug.DebugValue
  public final RootTag = com.oracle.truffle.api.instrumentation.StandardTags$RootTag of com.oracle.truffle.api.instrumentation.StandardTags