class com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$CustomScopeTester implements com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$TestScopeInstrument$Tester
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$CustomScopeTester
  super_class: java.lang.Object
{
  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$CustomScopeTester this
         0: .line 631
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$CustomScopeTester this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/instrumentation/test/VariablesScopeTest$CustomScopeTester;

  public void doTestScope(com.oracle.truffle.api.instrumentation.TruffleInstrument$Env, com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.frame.VirtualFrame, boolean);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;Lcom/oracle/truffle/api/nodes/Node;Lcom/oracle/truffle/api/frame/VirtualFrame;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=7, args_size=5
        start local 0 // com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$CustomScopeTester this
        start local 1 // com.oracle.truffle.api.instrumentation.TruffleInstrument$Env env
        start local 2 // com.oracle.truffle.api.nodes.Node node
        start local 3 // com.oracle.truffle.api.frame.VirtualFrame frame
        start local 4 // boolean nodeEnter
         0: .line 635
            invokestatic com.oracle.truffle.api.interop.NodeLibrary.getUncached:()Lcom/oracle/truffle/api/interop/NodeLibrary;
            aload 2 /* node */
            aconst_null
            invokevirtual com.oracle.truffle.api.interop.NodeLibrary.hasScope:(Ljava/lang/Object;Lcom/oracle/truffle/api/frame/Frame;)Z
            invokestatic org.junit.Assert.assertTrue:(Z)V
         1: .line 636
            invokestatic com.oracle.truffle.api.interop.NodeLibrary.getUncached:()Lcom/oracle/truffle/api/interop/NodeLibrary;
            aload 2 /* node */
            aload 3 /* frame */
            invokevirtual com.oracle.truffle.api.interop.NodeLibrary.hasScope:(Ljava/lang/Object;Lcom/oracle/truffle/api/frame/Frame;)Z
            invokestatic org.junit.Assert.assertTrue:(Z)V
         2: .line 638
            invokestatic com.oracle.truffle.api.interop.NodeLibrary.getUncached:()Lcom/oracle/truffle/api/interop/NodeLibrary;
            aload 2 /* node */
            aconst_null
            iload 4 /* nodeEnter */
            invokevirtual com.oracle.truffle.api.interop.NodeLibrary.getScope:(Ljava/lang/Object;Lcom/oracle/truffle/api/frame/Frame;Z)Ljava/lang/Object;
            astore 5 /* lexicalScope */
        start local 5 // java.lang.Object lexicalScope
         3: .line 639
            invokestatic com.oracle.truffle.api.interop.NodeLibrary.getUncached:()Lcom/oracle/truffle/api/interop/NodeLibrary;
            aload 2 /* node */
            aload 3 /* frame */
            iload 4 /* nodeEnter */
            invokevirtual com.oracle.truffle.api.interop.NodeLibrary.getScope:(Ljava/lang/Object;Lcom/oracle/truffle/api/frame/Frame;Z)Ljava/lang/Object;
            astore 6 /* dynamicScope */
        start local 6 // java.lang.Object dynamicScope
         4: .line 640
            getstatic com.oracle.truffle.api.instrumentation.test.VariablesScopeTest.INTEROP:Lcom/oracle/truffle/api/interop/InteropLibrary;
            aload 5 /* lexicalScope */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.isScope:(Ljava/lang/Object;)Z
            invokestatic org.junit.Assert.assertTrue:(Z)V
         5: .line 641
            getstatic com.oracle.truffle.api.instrumentation.test.VariablesScopeTest.INTEROP:Lcom/oracle/truffle/api/interop/InteropLibrary;
            aload 6 /* dynamicScope */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.isScope:(Ljava/lang/Object;)Z
            invokestatic org.junit.Assert.assertTrue:(Z)V
         6: .line 642
            aload 5 /* lexicalScope */
            aload 2 /* node */
            aconst_null
            invokestatic com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$CustomScopeTester.testScopeContent:(Ljava/lang/Object;Lcom/oracle/truffle/api/nodes/Node;Lcom/oracle/truffle/api/frame/Frame;)V
         7: .line 643
            aload 6 /* dynamicScope */
            aload 2 /* node */
            aload 3 /* frame */
            invokestatic com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$CustomScopeTester.testScopeContent:(Ljava/lang/Object;Lcom/oracle/truffle/api/nodes/Node;Lcom/oracle/truffle/api/frame/Frame;)V
         8: .line 645
            getstatic com.oracle.truffle.api.instrumentation.test.VariablesScopeTest.INTEROP:Lcom/oracle/truffle/api/interop/InteropLibrary;
            aload 5 /* lexicalScope */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.hasScopeParent:(Ljava/lang/Object;)Z
            invokestatic org.junit.Assert.assertTrue:(Z)V
         9: .line 646
            getstatic com.oracle.truffle.api.instrumentation.test.VariablesScopeTest.INTEROP:Lcom/oracle/truffle/api/interop/InteropLibrary;
            aload 6 /* dynamicScope */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.hasScopeParent:(Ljava/lang/Object;)Z
            invokestatic org.junit.Assert.assertTrue:(Z)V
        10: .line 647
            getstatic com.oracle.truffle.api.instrumentation.test.VariablesScopeTest.INTEROP:Lcom/oracle/truffle/api/interop/InteropLibrary;
            aload 5 /* lexicalScope */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.getScopeParent:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 5 /* lexicalScope */
        11: .line 648
            getstatic com.oracle.truffle.api.instrumentation.test.VariablesScopeTest.INTEROP:Lcom/oracle/truffle/api/interop/InteropLibrary;
            aload 6 /* dynamicScope */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.getScopeParent:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 6 /* dynamicScope */
        12: .line 649
            aload 5 /* lexicalScope */
            aload 2 /* node */
            aconst_null
            invokestatic com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$CustomScopeTester.testScopeContent:(Ljava/lang/Object;Lcom/oracle/truffle/api/nodes/Node;Lcom/oracle/truffle/api/frame/Frame;)V
        13: .line 650
            aload 6 /* dynamicScope */
            aload 2 /* node */
            aload 3 /* frame */
            invokestatic com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$CustomScopeTester.testScopeContent:(Ljava/lang/Object;Lcom/oracle/truffle/api/nodes/Node;Lcom/oracle/truffle/api/frame/Frame;)V
        14: .line 651
            getstatic com.oracle.truffle.api.instrumentation.test.VariablesScopeTest.INTEROP:Lcom/oracle/truffle/api/interop/InteropLibrary;
            aload 5 /* lexicalScope */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.hasScopeParent:(Ljava/lang/Object;)Z
            invokestatic org.junit.Assert.assertFalse:(Z)V
        15: .line 652
            getstatic com.oracle.truffle.api.instrumentation.test.VariablesScopeTest.INTEROP:Lcom/oracle/truffle/api/interop/InteropLibrary;
            aload 6 /* dynamicScope */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.hasScopeParent:(Ljava/lang/Object;)Z
            invokestatic org.junit.Assert.assertFalse:(Z)V
        16: .line 653
            aload 1 /* env */
            invokestatic com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$CustomScopeTester.doTestTopScope:(Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;)V
        end local 6 // java.lang.Object dynamicScope
        end local 5 // java.lang.Object lexicalScope
        17: .line 654
            goto 20
      StackMap locals:
      StackMap stack: com.oracle.truffle.api.interop.UnsupportedMessageException
        18: astore 5 /* e */
        start local 5 // com.oracle.truffle.api.interop.UnsupportedMessageException e
        19: .line 655
            aload 5 /* e */
            invokestatic com.oracle.truffle.api.CompilerDirectives.shouldNotReachHere:(Ljava/lang/Throwable;)Ljava/lang/RuntimeException;
            athrow
        end local 5 // com.oracle.truffle.api.interop.UnsupportedMessageException e
        20: .line 657
      StackMap locals:
      StackMap stack:
            return
        end local 4 // boolean nodeEnter
        end local 3 // com.oracle.truffle.api.frame.VirtualFrame frame
        end local 2 // com.oracle.truffle.api.nodes.Node node
        end local 1 // com.oracle.truffle.api.instrumentation.TruffleInstrument$Env env
        end local 0 // com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$CustomScopeTester this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   21     0          this  Lcom/oracle/truffle/api/instrumentation/test/VariablesScopeTest$CustomScopeTester;
            0   21     1           env  Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;
            0   21     2          node  Lcom/oracle/truffle/api/nodes/Node;
            0   21     3         frame  Lcom/oracle/truffle/api/frame/VirtualFrame;
            0   21     4     nodeEnter  Z
            3   17     5  lexicalScope  Ljava/lang/Object;
            4   17     6  dynamicScope  Ljava/lang/Object;
           19   20     5             e  Lcom/oracle/truffle/api/interop/UnsupportedMessageException;
      Exception table:
        from    to  target  type
           2    17      18  Class com.oracle.truffle.api.interop.UnsupportedMessageException
    MethodParameters:
           Name  Flags
      env        
      node       
      frame      
      nodeEnter  

  private static void testScopeContent(java.lang.Object, com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.frame.Frame);
    descriptor: (Ljava/lang/Object;Lcom/oracle/truffle/api/nodes/Node;Lcom/oracle/truffle/api/frame/Frame;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // java.lang.Object scope
        start local 1 // com.oracle.truffle.api.nodes.Node node
        start local 2 // com.oracle.truffle.api.frame.Frame frame
         0: .line 660
            ldc "CustomScope.getName"
            getstatic com.oracle.truffle.api.instrumentation.test.VariablesScopeTest.INTEROP:Lcom/oracle/truffle/api/interop/InteropLibrary;
            getstatic com.oracle.truffle.api.instrumentation.test.VariablesScopeTest.INTEROP:Lcom/oracle/truffle/api/interop/InteropLibrary;
            aload 0 /* scope */
            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;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         1: .line 661
            getstatic com.oracle.truffle.api.instrumentation.test.VariablesScopeTest.INTEROP:Lcom/oracle/truffle/api/interop/InteropLibrary;
            aload 0 /* scope */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.hasSourceLocation:(Ljava/lang/Object;)Z
            invokestatic org.junit.Assert.assertTrue:(Z)V
         2: .line 662
            aload 1 /* node */
            invokevirtual com.oracle.truffle.api.nodes.Node.getSourceSection:()Lcom/oracle/truffle/api/source/SourceSection;
            getstatic com.oracle.truffle.api.instrumentation.test.VariablesScopeTest.INTEROP:Lcom/oracle/truffle/api/interop/InteropLibrary;
            aload 0 /* scope */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.getSourceLocation:(Ljava/lang/Object;)Lcom/oracle/truffle/api/source/SourceSection;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         3: .line 665
            aload 2 /* frame */
            ifnonnull 6
         4: .line 666
            ldc "V1"
            invokestatic com.oracle.truffle.api.interop.InteropLibrary.getUncached:()Lcom/oracle/truffle/api/interop/InteropLibrary;
            aload 0 /* scope */
            ldc "value"
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.readMember:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         5: .line 667
            goto 10
         6: .line 668
      StackMap locals:
      StackMap stack:
            ldc "V1V2V3"
            invokestatic com.oracle.truffle.api.interop.InteropLibrary.getUncached:()Lcom/oracle/truffle/api/interop/InteropLibrary;
            aload 0 /* scope */
            ldc "value"
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.readMember:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         7: .line 670
            goto 10
      StackMap locals:
      StackMap stack: com.oracle.truffle.api.interop.InteropException
         8: astore 3 /* e */
        start local 3 // com.oracle.truffle.api.interop.InteropException e
         9: .line 671
            aload 3 /* e */
            invokestatic com.oracle.truffle.api.CompilerDirectives.shouldNotReachHere:(Ljava/lang/Throwable;)Ljava/lang/RuntimeException;
            athrow
        end local 3 // com.oracle.truffle.api.interop.InteropException e
        10: .line 673
      StackMap locals:
      StackMap stack:
            return
        end local 2 // com.oracle.truffle.api.frame.Frame frame
        end local 1 // com.oracle.truffle.api.nodes.Node node
        end local 0 // java.lang.Object scope
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   11     0  scope  Ljava/lang/Object;
            0   11     1   node  Lcom/oracle/truffle/api/nodes/Node;
            0   11     2  frame  Lcom/oracle/truffle/api/frame/Frame;
            9   10     3      e  Lcom/oracle/truffle/api/interop/InteropException;
      Exception table:
        from    to  target  type
           3     7       8  Class com.oracle.truffle.api.interop.InteropException
    Exceptions:
      throws com.oracle.truffle.api.interop.UnsupportedMessageException
    MethodParameters:
       Name  Flags
      scope  
      node   
      frame  

  private static void doTestTopScope(com.oracle.truffle.api.instrumentation.TruffleInstrument$Env);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.TruffleInstrument$Env env
         0: .line 676
            aload 0 /* env */
            aload 0 /* env */
            invokevirtual com.oracle.truffle.api.instrumentation.TruffleInstrument$Env.getLanguages:()Ljava/util/Map;
            ldc "test-custom-variables-scope-language"
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.oracle.truffle.api.nodes.LanguageInfo
            invokevirtual com.oracle.truffle.api.instrumentation.TruffleInstrument$Env.getScope:(Lcom/oracle/truffle/api/nodes/LanguageInfo;)Ljava/lang/Object;
            astore 1 /* scope */
        start local 1 // java.lang.Object scope
         1: .line 677
            getstatic com.oracle.truffle.api.instrumentation.test.VariablesScopeTest.INTEROP:Lcom/oracle/truffle/api/interop/InteropLibrary;
            aload 1 /* scope */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.isScope:(Ljava/lang/Object;)Z
            invokestatic org.junit.Assert.assertTrue:(Z)V
         2: .line 678
            getstatic com.oracle.truffle.api.instrumentation.test.VariablesScopeTest.INTEROP:Lcom/oracle/truffle/api/interop/InteropLibrary;
            aload 1 /* scope */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.hasScopeParent:(Ljava/lang/Object;)Z
            invokestatic org.junit.Assert.assertFalse:(Z)V
         3: .line 679
            ldc "TopCustomScope"
            getstatic com.oracle.truffle.api.instrumentation.test.VariablesScopeTest.INTEROP:Lcom/oracle/truffle/api/interop/InteropLibrary;
            getstatic com.oracle.truffle.api.instrumentation.test.VariablesScopeTest.INTEROP:Lcom/oracle/truffle/api/interop/InteropLibrary;
            aload 1 /* scope */
            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;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         4: .line 680
            getstatic com.oracle.truffle.api.instrumentation.test.VariablesScopeTest.INTEROP:Lcom/oracle/truffle/api/interop/InteropLibrary;
            aload 1 /* scope */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.hasSourceLocation:(Ljava/lang/Object;)Z
            invokestatic org.junit.Assert.assertFalse:(Z)V
         5: .line 681
            getstatic com.oracle.truffle.api.instrumentation.test.VariablesScopeTest.INTEROP:Lcom/oracle/truffle/api/interop/InteropLibrary;
            aload 1 /* scope */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.hasMembers:(Ljava/lang/Object;)Z
            invokestatic org.junit.Assert.assertTrue:(Z)V
         6: .line 682
            return
        end local 1 // java.lang.Object scope
        end local 0 // com.oracle.truffle.api.instrumentation.TruffleInstrument$Env env
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0    env  Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;
            1    7     1  scope  Ljava/lang/Object;
    Exceptions:
      throws com.oracle.truffle.api.interop.UnsupportedMessageException
    MethodParameters:
      Name  Flags
      env   
}
SourceFile: "VariablesScopeTest.java"
NestHost: com.oracle.truffle.api.instrumentation.test.VariablesScopeTest
InnerClasses:
  public final Env = com.oracle.truffle.api.instrumentation.TruffleInstrument$Env of com.oracle.truffle.api.instrumentation.TruffleInstrument
  private CustomScopeTester = com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$CustomScopeTester of com.oracle.truffle.api.instrumentation.test.VariablesScopeTest
  public TestScopeInstrument = com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$TestScopeInstrument of com.oracle.truffle.api.instrumentation.test.VariablesScopeTest
  abstract Tester = com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$TestScopeInstrument$Tester of com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$TestScopeInstrument