public class com.oracle.truffle.api.test.polyglot.ScopeLegacyTest extends com.oracle.truffle.api.test.AbstractParametrizedLibraryTest
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.truffle.api.test.polyglot.ScopeLegacyTest
  super_class: com.oracle.truffle.api.test.AbstractParametrizedLibraryTest
{
  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 67
            ldc Lcom/oracle/truffle/api/test/polyglot/ScopeLegacyTest;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic com.oracle.truffle.api.test.polyglot.ScopeLegacyTest.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.test.polyglot.ScopeLegacyTest this
         0: .line 67
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.test.AbstractParametrizedLibraryTest.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.test.polyglot.ScopeLegacyTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/test/polyglot/ScopeLegacyTest;

  public static java.util.List<com.oracle.truffle.api.test.AbstractParametrizedLibraryTest$TestRun> data();
    descriptor: ()Ljava/util/List;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 71
            iconst_4
            anewarray com.oracle.truffle.api.test.AbstractParametrizedLibraryTest$TestRun
            dup
            iconst_0
            getstatic com.oracle.truffle.api.test.AbstractParametrizedLibraryTest$TestRun.CACHED:Lcom/oracle/truffle/api/test/AbstractParametrizedLibraryTest$TestRun;
            aastore
            dup
            iconst_1
            getstatic com.oracle.truffle.api.test.AbstractParametrizedLibraryTest$TestRun.UNCACHED:Lcom/oracle/truffle/api/test/AbstractParametrizedLibraryTest$TestRun;
            aastore
            dup
            iconst_2
            getstatic com.oracle.truffle.api.test.AbstractParametrizedLibraryTest$TestRun.DISPATCHED_CACHED:Lcom/oracle/truffle/api/test/AbstractParametrizedLibraryTest$TestRun;
            aastore
            dup
            iconst_3
            getstatic com.oracle.truffle.api.test.AbstractParametrizedLibraryTest$TestRun.DISPATCHED_UNCACHED:Lcom/oracle/truffle/api/test/AbstractParametrizedLibraryTest$TestRun;
            aastore
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: ()Ljava/util/List<Lcom/oracle/truffle/api/test/AbstractParametrizedLibraryTest$TestRun;>;
    RuntimeVisibleAnnotations: 
      org.junit.runners.Parameterized$Parameters(name = "{0}")

  public void testReceiver();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=6, args_size=1
        start local 0 // com.oracle.truffle.api.test.polyglot.ScopeLegacyTest this
         0: .line 76
            aload 0 /* this */
            iconst_1
            anewarray com.oracle.truffle.api.Scope
            dup
            iconst_0
            ldc "test"
            iconst_0
            anewarray java.lang.Object
            invokestatic com.oracle.truffle.api.test.polyglot.ScopeLegacyTest.createVariables:([Ljava/lang/Object;)Ljava/lang/Object;
            invokestatic com.oracle.truffle.api.Scope.newBuilder:(Ljava/lang/String;Ljava/lang/Object;)Lcom/oracle/truffle/api/Scope$Builder;
            ldc "testReceiver"
            bipush 42
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual com.oracle.truffle.api.Scope$Builder.receiver:(Ljava/lang/String;Ljava/lang/Object;)Lcom/oracle/truffle/api/Scope$Builder;
            invokevirtual com.oracle.truffle.api.Scope$Builder.build:()Lcom/oracle/truffle/api/Scope;
            aastore
            invokevirtual com.oracle.truffle.api.test.polyglot.ScopeLegacyTest.setupScopes:([Lcom/oracle/truffle/api/Scope;)V
         1: .line 77
            new com.oracle.truffle.api.test.polyglot.ScopedViewLegacyTest$TestInstrumentableNode
            dup
            invokespecial com.oracle.truffle.api.test.polyglot.ScopedViewLegacyTest$TestInstrumentableNode.<init>:()V
            astore 1 /* location */
        start local 1 // com.oracle.truffle.api.nodes.Node location
         2: .line 78
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.polyglot.ScopeLegacyTest.language:Lcom/oracle/truffle/api/TruffleLanguage;
            invokestatic com.oracle.truffle.api.test.polyglot.ScopedViewLegacyTest.createRoot:(Lcom/oracle/truffle/api/TruffleLanguage;)Lcom/oracle/truffle/api/test/polyglot/ScopedViewLegacyTest$TestRootNode;
            astore 2 /* root */
        start local 2 // com.oracle.truffle.api.test.polyglot.ScopedViewLegacyTest$TestRootNode root
         3: .line 79
            aload 2 /* root */
            aload 1 /* location */
            invokevirtual com.oracle.truffle.api.test.polyglot.ScopedViewLegacyTest$TestRootNode.setChild:(Lcom/oracle/truffle/api/nodes/Node;)V
         4: .line 80
            aload 0 /* this */
            ldc Lcom/oracle/truffle/api/interop/NodeLibrary;
            aload 1 /* location */
            invokevirtual com.oracle.truffle.api.test.polyglot.ScopeLegacyTest.createLibrary:(Ljava/lang/Class;Ljava/lang/Object;)Lcom/oracle/truffle/api/library/Library;
            checkcast com.oracle.truffle.api.interop.NodeLibrary
            astore 3 /* nodeLibrary */
        start local 3 // com.oracle.truffle.api.interop.NodeLibrary nodeLibrary
         5: .line 81
            aload 3 /* nodeLibrary */
            aload 1 /* location */
            aconst_null
            invokevirtual com.oracle.truffle.api.interop.NodeLibrary.hasReceiverMember:(Ljava/lang/Object;Lcom/oracle/truffle/api/frame/Frame;)Z
            invokestatic org.junit.Assert.assertTrue:(Z)V
         6: .line 82
            aload 3 /* nodeLibrary */
            aload 1 /* location */
            aconst_null
            invokevirtual com.oracle.truffle.api.interop.NodeLibrary.getReceiverMember:(Ljava/lang/Object;Lcom/oracle/truffle/api/frame/Frame;)Ljava/lang/Object;
            astore 4 /* receiverMember */
        start local 4 // java.lang.Object receiverMember
         7: .line 83
            ldc "testReceiver"
            invokestatic com.oracle.truffle.api.interop.InteropLibrary.getUncached:()Lcom/oracle/truffle/api/interop/InteropLibrary;
            aload 4 /* receiverMember */
            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
         8: .line 84
            aload 3 /* nodeLibrary */
            aload 1 /* location */
            aconst_null
            iconst_1
            invokevirtual com.oracle.truffle.api.interop.NodeLibrary.getScope:(Ljava/lang/Object;Lcom/oracle/truffle/api/frame/Frame;Z)Ljava/lang/Object;
            astore 5 /* scope */
        start local 5 // java.lang.Object scope
         9: .line 85
            aload 5 /* scope */
            ldc "test"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "testReceiver"
            aastore
            dup
            iconst_1
            bipush 42
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokestatic com.oracle.truffle.api.test.polyglot.ScopeLegacyTest.checkScope:(Ljava/lang/Object;Ljava/lang/String;[Ljava/lang/Object;)V
        10: .line 86
            return
        end local 5 // java.lang.Object scope
        end local 4 // java.lang.Object receiverMember
        end local 3 // com.oracle.truffle.api.interop.NodeLibrary nodeLibrary
        end local 2 // com.oracle.truffle.api.test.polyglot.ScopedViewLegacyTest$TestRootNode root
        end local 1 // com.oracle.truffle.api.nodes.Node location
        end local 0 // com.oracle.truffle.api.test.polyglot.ScopeLegacyTest this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   11     0            this  Lcom/oracle/truffle/api/test/polyglot/ScopeLegacyTest;
            2   11     1        location  Lcom/oracle/truffle/api/nodes/Node;
            3   11     2            root  Lcom/oracle/truffle/api/test/polyglot/ScopedViewLegacyTest$TestRootNode;
            5   11     3     nodeLibrary  Lcom/oracle/truffle/api/interop/NodeLibrary;
            7   11     4  receiverMember  Ljava/lang/Object;
            9   11     5           scope  Ljava/lang/Object;
    Exceptions:
      throws java.lang.Exception
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testVariables();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=6, args_size=1
        start local 0 // com.oracle.truffle.api.test.polyglot.ScopeLegacyTest this
         0: .line 90
            aload 0 /* this */
            iconst_4
            anewarray com.oracle.truffle.api.Scope
            dup
            iconst_0
            ldc "V1"
            iconst_4
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "1a"
            aastore
            dup
            iconst_1
            bipush 10
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_2
            ldc "1b"
            aastore
            dup
            iconst_3
            bipush 11
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokestatic com.oracle.truffle.api.test.polyglot.ScopeLegacyTest.createVariables:([Ljava/lang/Object;)Ljava/lang/Object;
            invokestatic com.oracle.truffle.api.Scope.newBuilder:(Ljava/lang/String;Ljava/lang/Object;)Lcom/oracle/truffle/api/Scope$Builder;
            invokevirtual com.oracle.truffle.api.Scope$Builder.build:()Lcom/oracle/truffle/api/Scope;
            aastore
            dup
            iconst_1
         1: .line 91
            ldc "V2"
            iconst_4
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "2a"
            aastore
            dup
            iconst_1
            bipush 20
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_2
            ldc "2b"
            aastore
            dup
            iconst_3
            bipush 21
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokestatic com.oracle.truffle.api.test.polyglot.ScopeLegacyTest.createVariables:([Ljava/lang/Object;)Ljava/lang/Object;
            invokestatic com.oracle.truffle.api.Scope.newBuilder:(Ljava/lang/String;Ljava/lang/Object;)Lcom/oracle/truffle/api/Scope$Builder;
            invokevirtual com.oracle.truffle.api.Scope$Builder.build:()Lcom/oracle/truffle/api/Scope;
            aastore
            dup
            iconst_2
         2: .line 92
            ldc "V31"
            bipush 6
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "3a"
            aastore
            dup
            iconst_1
            bipush 30
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_2
            ldc "1a"
            aastore
            dup
            iconst_3
            bipush 31
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_4
            ldc "2b"
            aastore
            dup
            iconst_5
            bipush 32
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokestatic com.oracle.truffle.api.test.polyglot.ScopeLegacyTest.createVariables:([Ljava/lang/Object;)Ljava/lang/Object;
            invokestatic com.oracle.truffle.api.Scope.newBuilder:(Ljava/lang/String;Ljava/lang/Object;)Lcom/oracle/truffle/api/Scope$Builder;
            invokevirtual com.oracle.truffle.api.Scope$Builder.build:()Lcom/oracle/truffle/api/Scope;
            aastore
            dup
            iconst_3
         3: .line 93
            ldc "V4"
            iconst_4
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "4a"
            aastore
            dup
            iconst_1
            bipush 40
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_2
            ldc "4b"
            aastore
            dup
            iconst_3
            bipush 41
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokestatic com.oracle.truffle.api.test.polyglot.ScopeLegacyTest.createVariables:([Ljava/lang/Object;)Ljava/lang/Object;
            invokestatic com.oracle.truffle.api.Scope.newBuilder:(Ljava/lang/String;Ljava/lang/Object;)Lcom/oracle/truffle/api/Scope$Builder;
            invokevirtual com.oracle.truffle.api.Scope$Builder.build:()Lcom/oracle/truffle/api/Scope;
            aastore
         4: .line 90
            invokevirtual com.oracle.truffle.api.test.polyglot.ScopeLegacyTest.setupScopes:([Lcom/oracle/truffle/api/Scope;)V
         5: .line 94
            new com.oracle.truffle.api.test.polyglot.ScopedViewLegacyTest$TestInstrumentableNode
            dup
            invokespecial com.oracle.truffle.api.test.polyglot.ScopedViewLegacyTest$TestInstrumentableNode.<init>:()V
            astore 1 /* location */
        start local 1 // com.oracle.truffle.api.nodes.Node location
         6: .line 95
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.polyglot.ScopeLegacyTest.language:Lcom/oracle/truffle/api/TruffleLanguage;
            invokestatic com.oracle.truffle.api.test.polyglot.ScopedViewLegacyTest.createRoot:(Lcom/oracle/truffle/api/TruffleLanguage;)Lcom/oracle/truffle/api/test/polyglot/ScopedViewLegacyTest$TestRootNode;
            astore 2 /* root */
        start local 2 // com.oracle.truffle.api.test.polyglot.ScopedViewLegacyTest$TestRootNode root
         7: .line 96
            aload 2 /* root */
            aload 1 /* location */
            invokevirtual com.oracle.truffle.api.test.polyglot.ScopedViewLegacyTest$TestRootNode.setChild:(Lcom/oracle/truffle/api/nodes/Node;)V
         8: .line 97
            aload 0 /* this */
            ldc Lcom/oracle/truffle/api/interop/NodeLibrary;
            aload 1 /* location */
            invokevirtual com.oracle.truffle.api.test.polyglot.ScopeLegacyTest.createLibrary:(Ljava/lang/Class;Ljava/lang/Object;)Lcom/oracle/truffle/api/library/Library;
            checkcast com.oracle.truffle.api.interop.NodeLibrary
            astore 3 /* nodeLibrary */
        start local 3 // com.oracle.truffle.api.interop.NodeLibrary nodeLibrary
         9: .line 98
            aload 3 /* nodeLibrary */
            aload 1 /* location */
            aconst_null
            iconst_1
            invokevirtual com.oracle.truffle.api.interop.NodeLibrary.getScope:(Ljava/lang/Object;Lcom/oracle/truffle/api/frame/Frame;Z)Ljava/lang/Object;
            astore 4 /* scope */
        start local 4 // java.lang.Object scope
        10: .line 99
            aload 4 /* scope */
            ldc "V1"
            bipush 18
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "1a"
            aastore
            dup
            iconst_1
            bipush 10
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_2
            ldc "1b"
            aastore
            dup
            iconst_3
            bipush 11
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_4
            ldc "2a"
            aastore
            dup
            iconst_5
            bipush 20
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            bipush 6
            ldc "2b"
            aastore
            dup
            bipush 7
            bipush 21
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            bipush 8
            ldc "3a"
            aastore
            dup
            bipush 9
            bipush 30
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            bipush 10
            ldc "1a"
            aastore
            dup
            bipush 11
            bipush 10
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            bipush 12
            ldc "2b"
            aastore
            dup
            bipush 13
            bipush 21
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            bipush 14
            ldc "4a"
            aastore
            dup
            bipush 15
            bipush 40
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            bipush 16
            ldc "4b"
            aastore
            dup
            bipush 17
            bipush 41
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokestatic com.oracle.truffle.api.test.polyglot.ScopeLegacyTest.checkScope:(Ljava/lang/Object;Ljava/lang/String;[Ljava/lang/Object;)V
        11: .line 101
            invokestatic com.oracle.truffle.api.interop.InteropLibrary.getUncached:()Lcom/oracle/truffle/api/interop/InteropLibrary;
            astore 5 /* interop */
        start local 5 // com.oracle.truffle.api.interop.InteropLibrary interop
        12: .line 102
            aload 5 /* interop */
            aload 4 /* scope */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.hasScopeParent:(Ljava/lang/Object;)Z
            invokestatic org.junit.Assert.assertTrue:(Z)V
        13: .line 103
            aload 5 /* interop */
            aload 4 /* scope */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.getScopeParent:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 4 /* scope */
        14: .line 104
            aload 4 /* scope */
            ldc "V2"
            bipush 14
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "2a"
            aastore
            dup
            iconst_1
            bipush 20
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_2
            ldc "2b"
            aastore
            dup
            iconst_3
            bipush 21
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_4
            ldc "3a"
            aastore
            dup
            iconst_5
            bipush 30
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            bipush 6
            ldc "1a"
            aastore
            dup
            bipush 7
            bipush 31
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            bipush 8
            ldc "2b"
            aastore
            dup
            bipush 9
            bipush 21
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            bipush 10
            ldc "4a"
            aastore
            dup
            bipush 11
            bipush 40
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            bipush 12
            ldc "4b"
            aastore
            dup
            bipush 13
            bipush 41
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokestatic com.oracle.truffle.api.test.polyglot.ScopeLegacyTest.checkScope:(Ljava/lang/Object;Ljava/lang/String;[Ljava/lang/Object;)V
        15: .line 106
            aload 5 /* interop */
            aload 4 /* scope */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.hasScopeParent:(Ljava/lang/Object;)Z
            invokestatic org.junit.Assert.assertTrue:(Z)V
        16: .line 107
            aload 5 /* interop */
            aload 4 /* scope */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.getScopeParent:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 4 /* scope */
        17: .line 108
            aload 4 /* scope */
            ldc "V31"
            bipush 10
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "3a"
            aastore
            dup
            iconst_1
            bipush 30
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_2
            ldc "1a"
            aastore
            dup
            iconst_3
            bipush 31
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_4
            ldc "2b"
            aastore
            dup
            iconst_5
            bipush 32
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            bipush 6
            ldc "4a"
            aastore
            dup
            bipush 7
            bipush 40
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            bipush 8
            ldc "4b"
            aastore
            dup
            bipush 9
            bipush 41
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokestatic com.oracle.truffle.api.test.polyglot.ScopeLegacyTest.checkScope:(Ljava/lang/Object;Ljava/lang/String;[Ljava/lang/Object;)V
        18: .line 110
            aload 5 /* interop */
            aload 4 /* scope */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.hasScopeParent:(Ljava/lang/Object;)Z
            invokestatic org.junit.Assert.assertTrue:(Z)V
        19: .line 111
            aload 5 /* interop */
            aload 4 /* scope */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.getScopeParent:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 4 /* scope */
        20: .line 112
            aload 4 /* scope */
            ldc "V4"
            iconst_4
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "4a"
            aastore
            dup
            iconst_1
            bipush 40
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_2
            ldc "4b"
            aastore
            dup
            iconst_3
            bipush 41
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokestatic com.oracle.truffle.api.test.polyglot.ScopeLegacyTest.checkScope:(Ljava/lang/Object;Ljava/lang/String;[Ljava/lang/Object;)V
        21: .line 113
            aload 5 /* interop */
            aload 4 /* scope */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.hasScopeParent:(Ljava/lang/Object;)Z
            invokestatic org.junit.Assert.assertFalse:(Z)V
        22: .line 114
            return
        end local 5 // com.oracle.truffle.api.interop.InteropLibrary interop
        end local 4 // java.lang.Object scope
        end local 3 // com.oracle.truffle.api.interop.NodeLibrary nodeLibrary
        end local 2 // com.oracle.truffle.api.test.polyglot.ScopedViewLegacyTest$TestRootNode root
        end local 1 // com.oracle.truffle.api.nodes.Node location
        end local 0 // com.oracle.truffle.api.test.polyglot.ScopeLegacyTest this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   23     0         this  Lcom/oracle/truffle/api/test/polyglot/ScopeLegacyTest;
            6   23     1     location  Lcom/oracle/truffle/api/nodes/Node;
            7   23     2         root  Lcom/oracle/truffle/api/test/polyglot/ScopedViewLegacyTest$TestRootNode;
            9   23     3  nodeLibrary  Lcom/oracle/truffle/api/interop/NodeLibrary;
           10   23     4        scope  Ljava/lang/Object;
           12   23     5      interop  Lcom/oracle/truffle/api/interop/InteropLibrary;
    Exceptions:
      throws java.lang.Exception
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testVariablesWithReceiver();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=7, args_size=1
        start local 0 // com.oracle.truffle.api.test.polyglot.ScopeLegacyTest this
         0: .line 118
            aload 0 /* this */
            iconst_3
            anewarray com.oracle.truffle.api.Scope
            dup
            iconst_0
            ldc "V1"
            iconst_4
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "1a"
            aastore
            dup
            iconst_1
            bipush 10
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_2
            ldc "1b"
            aastore
            dup
            iconst_3
            bipush 11
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokestatic com.oracle.truffle.api.test.polyglot.ScopeLegacyTest.createVariables:([Ljava/lang/Object;)Ljava/lang/Object;
            invokestatic com.oracle.truffle.api.Scope.newBuilder:(Ljava/lang/String;Ljava/lang/Object;)Lcom/oracle/truffle/api/Scope$Builder;
            invokevirtual com.oracle.truffle.api.Scope$Builder.build:()Lcom/oracle/truffle/api/Scope;
            aastore
            dup
            iconst_1
         1: .line 119
            ldc "V2"
            iconst_4
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "2a"
            aastore
            dup
            iconst_1
            bipush 20
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_2
            ldc "2b"
            aastore
            dup
            iconst_3
            bipush 21
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokestatic com.oracle.truffle.api.test.polyglot.ScopeLegacyTest.createVariables:([Ljava/lang/Object;)Ljava/lang/Object;
            invokestatic com.oracle.truffle.api.Scope.newBuilder:(Ljava/lang/String;Ljava/lang/Object;)Lcom/oracle/truffle/api/Scope$Builder;
            ldc "testReceiver"
            bipush 42
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual com.oracle.truffle.api.Scope$Builder.receiver:(Ljava/lang/String;Ljava/lang/Object;)Lcom/oracle/truffle/api/Scope$Builder;
            invokevirtual com.oracle.truffle.api.Scope$Builder.build:()Lcom/oracle/truffle/api/Scope;
            aastore
            dup
            iconst_2
         2: .line 120
            ldc "V3"
            iconst_4
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "3a"
            aastore
            dup
            iconst_1
            bipush 30
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_2
            ldc "3b"
            aastore
            dup
            iconst_3
            bipush 31
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokestatic com.oracle.truffle.api.test.polyglot.ScopeLegacyTest.createVariables:([Ljava/lang/Object;)Ljava/lang/Object;
            invokestatic com.oracle.truffle.api.Scope.newBuilder:(Ljava/lang/String;Ljava/lang/Object;)Lcom/oracle/truffle/api/Scope$Builder;
            invokevirtual com.oracle.truffle.api.Scope$Builder.build:()Lcom/oracle/truffle/api/Scope;
            aastore
         3: .line 118
            invokevirtual com.oracle.truffle.api.test.polyglot.ScopeLegacyTest.setupScopes:([Lcom/oracle/truffle/api/Scope;)V
         4: .line 121
            new com.oracle.truffle.api.test.polyglot.ScopedViewLegacyTest$TestInstrumentableNode
            dup
            invokespecial com.oracle.truffle.api.test.polyglot.ScopedViewLegacyTest$TestInstrumentableNode.<init>:()V
            astore 1 /* location */
        start local 1 // com.oracle.truffle.api.nodes.Node location
         5: .line 122
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.polyglot.ScopeLegacyTest.language:Lcom/oracle/truffle/api/TruffleLanguage;
            invokestatic com.oracle.truffle.api.test.polyglot.ScopedViewLegacyTest.createRoot:(Lcom/oracle/truffle/api/TruffleLanguage;)Lcom/oracle/truffle/api/test/polyglot/ScopedViewLegacyTest$TestRootNode;
            astore 2 /* root */
        start local 2 // com.oracle.truffle.api.test.polyglot.ScopedViewLegacyTest$TestRootNode root
         6: .line 123
            aload 2 /* root */
            aload 1 /* location */
            invokevirtual com.oracle.truffle.api.test.polyglot.ScopedViewLegacyTest$TestRootNode.setChild:(Lcom/oracle/truffle/api/nodes/Node;)V
         7: .line 124
            aload 0 /* this */
            ldc Lcom/oracle/truffle/api/interop/NodeLibrary;
            aload 1 /* location */
            invokevirtual com.oracle.truffle.api.test.polyglot.ScopeLegacyTest.createLibrary:(Ljava/lang/Class;Ljava/lang/Object;)Lcom/oracle/truffle/api/library/Library;
            checkcast com.oracle.truffle.api.interop.NodeLibrary
            astore 3 /* nodeLibrary */
        start local 3 // com.oracle.truffle.api.interop.NodeLibrary nodeLibrary
         8: .line 125
            aload 3 /* nodeLibrary */
            aload 1 /* location */
            aconst_null
            invokevirtual com.oracle.truffle.api.interop.NodeLibrary.hasReceiverMember:(Ljava/lang/Object;Lcom/oracle/truffle/api/frame/Frame;)Z
            invokestatic org.junit.Assert.assertTrue:(Z)V
         9: .line 126
            aload 3 /* nodeLibrary */
            aload 1 /* location */
            aconst_null
            invokevirtual com.oracle.truffle.api.interop.NodeLibrary.getReceiverMember:(Ljava/lang/Object;Lcom/oracle/truffle/api/frame/Frame;)Ljava/lang/Object;
            astore 4 /* receiverMember */
        start local 4 // java.lang.Object receiverMember
        10: .line 127
            ldc "testReceiver"
            invokestatic com.oracle.truffle.api.interop.InteropLibrary.getUncached:()Lcom/oracle/truffle/api/interop/InteropLibrary;
            aload 4 /* receiverMember */
            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
        11: .line 128
            aload 3 /* nodeLibrary */
            aload 1 /* location */
            aconst_null
            iconst_1
            invokevirtual com.oracle.truffle.api.interop.NodeLibrary.getScope:(Ljava/lang/Object;Lcom/oracle/truffle/api/frame/Frame;Z)Ljava/lang/Object;
            astore 5 /* scope */
        start local 5 // java.lang.Object scope
        12: .line 129
            aload 5 /* scope */
            ldc "V1"
            bipush 14
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "1a"
            aastore
            dup
            iconst_1
            bipush 10
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_2
            ldc "1b"
            aastore
            dup
            iconst_3
            bipush 11
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_4
            ldc "testReceiver"
            aastore
            dup
            iconst_5
            bipush 42
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            bipush 6
            ldc "2a"
            aastore
            dup
            bipush 7
            bipush 20
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            bipush 8
            ldc "2b"
            aastore
            dup
            bipush 9
            bipush 21
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            bipush 10
            ldc "3a"
            aastore
            dup
            bipush 11
            bipush 30
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            bipush 12
            ldc "3b"
            aastore
            dup
            bipush 13
            bipush 31
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokestatic com.oracle.truffle.api.test.polyglot.ScopeLegacyTest.checkScope:(Ljava/lang/Object;Ljava/lang/String;[Ljava/lang/Object;)V
        13: .line 131
            invokestatic com.oracle.truffle.api.interop.InteropLibrary.getUncached:()Lcom/oracle/truffle/api/interop/InteropLibrary;
            astore 6 /* interop */
        start local 6 // com.oracle.truffle.api.interop.InteropLibrary interop
        14: .line 132
            aload 6 /* interop */
            aload 5 /* scope */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.hasScopeParent:(Ljava/lang/Object;)Z
            invokestatic org.junit.Assert.assertTrue:(Z)V
        15: .line 133
            aload 6 /* interop */
            aload 5 /* scope */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.getScopeParent:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 5 /* scope */
        16: .line 134
            aload 5 /* scope */
            ldc "V2"
            bipush 8
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "2a"
            aastore
            dup
            iconst_1
            bipush 20
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_2
            ldc "2b"
            aastore
            dup
            iconst_3
            bipush 21
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_4
            ldc "3a"
            aastore
            dup
            iconst_5
            bipush 30
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            bipush 6
            ldc "3b"
            aastore
            dup
            bipush 7
            bipush 31
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokestatic com.oracle.truffle.api.test.polyglot.ScopeLegacyTest.checkScope:(Ljava/lang/Object;Ljava/lang/String;[Ljava/lang/Object;)V
        17: .line 136
            aload 6 /* interop */
            aload 5 /* scope */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.hasScopeParent:(Ljava/lang/Object;)Z
            invokestatic org.junit.Assert.assertTrue:(Z)V
        18: .line 137
            aload 6 /* interop */
            aload 5 /* scope */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.getScopeParent:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 5 /* scope */
        19: .line 138
            aload 5 /* scope */
            ldc "V3"
            iconst_4
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "3a"
            aastore
            dup
            iconst_1
            bipush 30
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_2
            ldc "3b"
            aastore
            dup
            iconst_3
            bipush 31
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokestatic com.oracle.truffle.api.test.polyglot.ScopeLegacyTest.checkScope:(Ljava/lang/Object;Ljava/lang/String;[Ljava/lang/Object;)V
        20: .line 139
            aload 6 /* interop */
            aload 5 /* scope */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.hasScopeParent:(Ljava/lang/Object;)Z
            invokestatic org.junit.Assert.assertFalse:(Z)V
        21: .line 140
            return
        end local 6 // com.oracle.truffle.api.interop.InteropLibrary interop
        end local 5 // java.lang.Object scope
        end local 4 // java.lang.Object receiverMember
        end local 3 // com.oracle.truffle.api.interop.NodeLibrary nodeLibrary
        end local 2 // com.oracle.truffle.api.test.polyglot.ScopedViewLegacyTest$TestRootNode root
        end local 1 // com.oracle.truffle.api.nodes.Node location
        end local 0 // com.oracle.truffle.api.test.polyglot.ScopeLegacyTest this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   22     0            this  Lcom/oracle/truffle/api/test/polyglot/ScopeLegacyTest;
            5   22     1        location  Lcom/oracle/truffle/api/nodes/Node;
            6   22     2            root  Lcom/oracle/truffle/api/test/polyglot/ScopedViewLegacyTest$TestRootNode;
            8   22     3     nodeLibrary  Lcom/oracle/truffle/api/interop/NodeLibrary;
           10   22     4  receiverMember  Ljava/lang/Object;
           12   22     5           scope  Ljava/lang/Object;
           14   22     6         interop  Lcom/oracle/truffle/api/interop/InteropLibrary;
    Exceptions:
      throws java.lang.Exception
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testArgsAndVarsAtRoot();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=5, args_size=1
        start local 0 // com.oracle.truffle.api.test.polyglot.ScopeLegacyTest this
         0: .line 144
            aload 0 /* this */
            iconst_1
            anewarray com.oracle.truffle.api.Scope
            dup
            iconst_0
            ldc "V1"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "1v"
            aastore
            dup
            iconst_1
            iconst_1
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokestatic com.oracle.truffle.api.test.polyglot.ScopeLegacyTest.createVariables:([Ljava/lang/Object;)Ljava/lang/Object;
            invokestatic com.oracle.truffle.api.Scope.newBuilder:(Ljava/lang/String;Ljava/lang/Object;)Lcom/oracle/truffle/api/Scope$Builder;
            invokevirtual com.oracle.truffle.api.Scope$Builder.build:()Lcom/oracle/truffle/api/Scope;
            aastore
            invokevirtual com.oracle.truffle.api.test.polyglot.ScopeLegacyTest.setupScopes:([Lcom/oracle/truffle/api/Scope;)V
         1: .line 145
            new com.oracle.truffle.api.test.polyglot.ScopedViewLegacyTest$TestInstrumentableNode
            dup
            ldc Lcom/oracle/truffle/api/instrumentation/StandardTags$RootTag;
            invokespecial com.oracle.truffle.api.test.polyglot.ScopedViewLegacyTest$TestInstrumentableNode.<init>:(Ljava/lang/Class;)V
            astore 1 /* location */
        start local 1 // com.oracle.truffle.api.nodes.Node location
         2: .line 146
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.polyglot.ScopeLegacyTest.language:Lcom/oracle/truffle/api/TruffleLanguage;
            invokestatic com.oracle.truffle.api.test.polyglot.ScopedViewLegacyTest.createRoot:(Lcom/oracle/truffle/api/TruffleLanguage;)Lcom/oracle/truffle/api/test/polyglot/ScopedViewLegacyTest$TestRootNode;
            astore 2 /* root */
        start local 2 // com.oracle.truffle.api.test.polyglot.ScopedViewLegacyTest$TestRootNode root
         3: .line 147
            aload 2 /* root */
            aload 1 /* location */
            invokevirtual com.oracle.truffle.api.test.polyglot.ScopedViewLegacyTest$TestRootNode.setChild:(Lcom/oracle/truffle/api/nodes/Node;)V
         4: .line 148
            aload 0 /* this */
            ldc Lcom/oracle/truffle/api/interop/NodeLibrary;
            aload 1 /* location */
            invokevirtual com.oracle.truffle.api.test.polyglot.ScopeLegacyTest.createLibrary:(Ljava/lang/Class;Ljava/lang/Object;)Lcom/oracle/truffle/api/library/Library;
            checkcast com.oracle.truffle.api.interop.NodeLibrary
            astore 3 /* nodeLibrary */
        start local 3 // com.oracle.truffle.api.interop.NodeLibrary nodeLibrary
         5: .line 150
            aload 3 /* nodeLibrary */
            aload 1 /* location */
            aconst_null
            invokevirtual com.oracle.truffle.api.interop.NodeLibrary.hasScope:(Ljava/lang/Object;Lcom/oracle/truffle/api/frame/Frame;)Z
            invokestatic org.junit.Assert.assertFalse:(Z)V
         6: .line 152
            aload 0 /* this */
            iconst_1
            anewarray com.oracle.truffle.api.Scope
            dup
            iconst_0
            ldc "V1"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "1v"
            aastore
            dup
            iconst_1
            iconst_1
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokestatic com.oracle.truffle.api.test.polyglot.ScopeLegacyTest.createVariables:([Ljava/lang/Object;)Ljava/lang/Object;
            invokestatic com.oracle.truffle.api.Scope.newBuilder:(Ljava/lang/String;Ljava/lang/Object;)Lcom/oracle/truffle/api/Scope$Builder;
            iconst_4
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "1a"
            aastore
            dup
            iconst_1
            bipush 10
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_2
            ldc "1b"
            aastore
            dup
            iconst_3
            bipush 11
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokestatic com.oracle.truffle.api.test.polyglot.ScopeLegacyTest.createVariables:([Ljava/lang/Object;)Ljava/lang/Object;
            invokevirtual com.oracle.truffle.api.Scope$Builder.arguments:(Ljava/lang/Object;)Lcom/oracle/truffle/api/Scope$Builder;
            invokevirtual com.oracle.truffle.api.Scope$Builder.build:()Lcom/oracle/truffle/api/Scope;
            aastore
            invokevirtual com.oracle.truffle.api.test.polyglot.ScopeLegacyTest.setupScopes:([Lcom/oracle/truffle/api/Scope;)V
         7: .line 153
            new com.oracle.truffle.api.test.polyglot.ScopedViewLegacyTest$TestInstrumentableNode
            dup
            ldc Lcom/oracle/truffle/api/instrumentation/StandardTags$RootTag;
            invokespecial com.oracle.truffle.api.test.polyglot.ScopedViewLegacyTest$TestInstrumentableNode.<init>:(Ljava/lang/Class;)V
            astore 1 /* location */
         8: .line 154
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.polyglot.ScopeLegacyTest.language:Lcom/oracle/truffle/api/TruffleLanguage;
            invokestatic com.oracle.truffle.api.test.polyglot.ScopedViewLegacyTest.createRoot:(Lcom/oracle/truffle/api/TruffleLanguage;)Lcom/oracle/truffle/api/test/polyglot/ScopedViewLegacyTest$TestRootNode;
            astore 2 /* root */
         9: .line 155
            aload 2 /* root */
            aload 1 /* location */
            invokevirtual com.oracle.truffle.api.test.polyglot.ScopedViewLegacyTest$TestRootNode.setChild:(Lcom/oracle/truffle/api/nodes/Node;)V
        10: .line 156
            aload 3 /* nodeLibrary */
            aload 1 /* location */
            aconst_null
            iconst_1
            invokevirtual com.oracle.truffle.api.interop.NodeLibrary.getScope:(Ljava/lang/Object;Lcom/oracle/truffle/api/frame/Frame;Z)Ljava/lang/Object;
            astore 4 /* scope */
        start local 4 // java.lang.Object scope
        11: .line 158
            aload 4 /* scope */
            ldc "V1"
            iconst_4
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "1a"
            aastore
            dup
            iconst_1
            bipush 10
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_2
            ldc "1b"
            aastore
            dup
            iconst_3
            bipush 11
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokestatic com.oracle.truffle.api.test.polyglot.ScopeLegacyTest.checkScope:(Ljava/lang/Object;Ljava/lang/String;[Ljava/lang/Object;)V
        12: .line 161
            aload 0 /* this */
            iconst_1
            anewarray com.oracle.truffle.api.Scope
            dup
            iconst_0
            ldc "V1"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "1v"
            aastore
            dup
            iconst_1
            iconst_1
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokestatic com.oracle.truffle.api.test.polyglot.ScopeLegacyTest.createVariables:([Ljava/lang/Object;)Ljava/lang/Object;
            invokestatic com.oracle.truffle.api.Scope.newBuilder:(Ljava/lang/String;Ljava/lang/Object;)Lcom/oracle/truffle/api/Scope$Builder;
            iconst_4
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "1a"
            aastore
            dup
            iconst_1
            bipush 10
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_2
            ldc "1b"
            aastore
            dup
            iconst_3
            bipush 11
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokestatic com.oracle.truffle.api.test.polyglot.ScopeLegacyTest.createVariables:([Ljava/lang/Object;)Ljava/lang/Object;
            invokevirtual com.oracle.truffle.api.Scope$Builder.arguments:(Ljava/lang/Object;)Lcom/oracle/truffle/api/Scope$Builder;
            new com.oracle.truffle.api.test.polyglot.ScopeLegacyTest$1
            dup
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.test.polyglot.ScopeLegacyTest$1.<init>:(Lcom/oracle/truffle/api/test/polyglot/ScopeLegacyTest;)V
            invokevirtual com.oracle.truffle.api.Scope$Builder.node:(Lcom/oracle/truffle/api/nodes/Node;)Lcom/oracle/truffle/api/Scope$Builder;
        13: .line 162
            invokevirtual com.oracle.truffle.api.Scope$Builder.build:()Lcom/oracle/truffle/api/Scope;
            aastore
        14: .line 161
            invokevirtual com.oracle.truffle.api.test.polyglot.ScopeLegacyTest.setupScopes:([Lcom/oracle/truffle/api/Scope;)V
        15: .line 163
            new com.oracle.truffle.api.test.polyglot.ScopedViewLegacyTest$TestInstrumentableNode
            dup
            ldc Lcom/oracle/truffle/api/instrumentation/StandardTags$RootTag;
            invokespecial com.oracle.truffle.api.test.polyglot.ScopedViewLegacyTest$TestInstrumentableNode.<init>:(Ljava/lang/Class;)V
            astore 1 /* location */
        16: .line 164
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.polyglot.ScopeLegacyTest.language:Lcom/oracle/truffle/api/TruffleLanguage;
            invokestatic com.oracle.truffle.api.test.polyglot.ScopedViewLegacyTest.createRoot:(Lcom/oracle/truffle/api/TruffleLanguage;)Lcom/oracle/truffle/api/test/polyglot/ScopedViewLegacyTest$TestRootNode;
            astore 2 /* root */
        17: .line 165
            aload 2 /* root */
            aload 1 /* location */
            invokevirtual com.oracle.truffle.api.test.polyglot.ScopedViewLegacyTest$TestRootNode.setChild:(Lcom/oracle/truffle/api/nodes/Node;)V
        18: .line 166
            aload 3 /* nodeLibrary */
            aload 1 /* location */
            aconst_null
            iconst_1
            invokevirtual com.oracle.truffle.api.interop.NodeLibrary.getScope:(Ljava/lang/Object;Lcom/oracle/truffle/api/frame/Frame;Z)Ljava/lang/Object;
            astore 4 /* scope */
        19: .line 167
            aload 4 /* scope */
            ldc "V1"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "1v"
            aastore
            dup
            iconst_1
            iconst_1
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokestatic com.oracle.truffle.api.test.polyglot.ScopeLegacyTest.checkScope:(Ljava/lang/Object;Ljava/lang/String;[Ljava/lang/Object;)V
        20: .line 168
            return
        end local 4 // java.lang.Object scope
        end local 3 // com.oracle.truffle.api.interop.NodeLibrary nodeLibrary
        end local 2 // com.oracle.truffle.api.test.polyglot.ScopedViewLegacyTest$TestRootNode root
        end local 1 // com.oracle.truffle.api.nodes.Node location
        end local 0 // com.oracle.truffle.api.test.polyglot.ScopeLegacyTest this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   21     0         this  Lcom/oracle/truffle/api/test/polyglot/ScopeLegacyTest;
            2   21     1     location  Lcom/oracle/truffle/api/nodes/Node;
            3   21     2         root  Lcom/oracle/truffle/api/test/polyglot/ScopedViewLegacyTest$TestRootNode;
            5   21     3  nodeLibrary  Lcom/oracle/truffle/api/interop/NodeLibrary;
           11   21     4        scope  Ljava/lang/Object;
    Exceptions:
      throws java.lang.Exception
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testEmptyScopes();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=1
        start local 0 // com.oracle.truffle.api.test.polyglot.ScopeLegacyTest this
         0: .line 172
            iconst_0
            anewarray java.lang.String
            invokestatic org.graalvm.polyglot.Context.create:([Ljava/lang/String;)Lorg/graalvm/polyglot/Context;
            astore 1 /* cntx */
        start local 1 // org.graalvm.polyglot.Context cntx
         1: .line 173
            aload 0 /* this */
            aload 1 /* cntx */
            new com.oracle.truffle.api.test.polyglot.ScopeLegacyTest$2
            dup
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.test.polyglot.ScopeLegacyTest$2.<init>:(Lcom/oracle/truffle/api/test/polyglot/ScopeLegacyTest;)V
            invokevirtual com.oracle.truffle.api.test.polyglot.ScopeLegacyTest.setupEnv:(Lorg/graalvm/polyglot/Context;Lcom/oracle/truffle/api/test/polyglot/ProxyLanguage;)V
         2: .line 184
            aload 1 /* cntx */
            ldc "proxyLanguage"
            invokevirtual org.graalvm.polyglot.Context.getBindings:(Ljava/lang/String;)Lorg/graalvm/polyglot/Value;
            invokevirtual org.graalvm.polyglot.Value.getMemberKeys:()Ljava/util/Set;
            invokeinterface java.util.Set.size:()I
            pop
         3: .line 185
            new com.oracle.truffle.api.test.polyglot.ScopedViewLegacyTest$TestInstrumentableNode
            dup
            ldc Lcom/oracle/truffle/api/instrumentation/StandardTags$StatementTag;
            invokespecial com.oracle.truffle.api.test.polyglot.ScopedViewLegacyTest$TestInstrumentableNode.<init>:(Ljava/lang/Class;)V
            astore 2 /* location */
        start local 2 // com.oracle.truffle.api.nodes.Node location
         4: .line 186
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.polyglot.ScopeLegacyTest.language:Lcom/oracle/truffle/api/TruffleLanguage;
            invokestatic com.oracle.truffle.api.test.polyglot.ScopedViewLegacyTest.createRoot:(Lcom/oracle/truffle/api/TruffleLanguage;)Lcom/oracle/truffle/api/test/polyglot/ScopedViewLegacyTest$TestRootNode;
            astore 3 /* root */
        start local 3 // com.oracle.truffle.api.test.polyglot.ScopedViewLegacyTest$TestRootNode root
         5: .line 187
            aload 3 /* root */
            aload 2 /* location */
            invokevirtual com.oracle.truffle.api.test.polyglot.ScopedViewLegacyTest$TestRootNode.setChild:(Lcom/oracle/truffle/api/nodes/Node;)V
         6: .line 188
            aload 0 /* this */
            ldc Lcom/oracle/truffle/api/interop/NodeLibrary;
            aload 2 /* location */
            invokevirtual com.oracle.truffle.api.test.polyglot.ScopeLegacyTest.createLibrary:(Ljava/lang/Class;Ljava/lang/Object;)Lcom/oracle/truffle/api/library/Library;
            checkcast com.oracle.truffle.api.interop.NodeLibrary
            astore 4 /* nodeLibrary */
        start local 4 // com.oracle.truffle.api.interop.NodeLibrary nodeLibrary
         7: .line 189
            aload 4 /* nodeLibrary */
            aload 2 /* location */
            aconst_null
            invokevirtual com.oracle.truffle.api.interop.NodeLibrary.hasScope:(Ljava/lang/Object;Lcom/oracle/truffle/api/frame/Frame;)Z
            invokestatic org.junit.Assert.assertFalse:(Z)V
         8: .line 190
            return
        end local 4 // com.oracle.truffle.api.interop.NodeLibrary nodeLibrary
        end local 3 // com.oracle.truffle.api.test.polyglot.ScopedViewLegacyTest$TestRootNode root
        end local 2 // com.oracle.truffle.api.nodes.Node location
        end local 1 // org.graalvm.polyglot.Context cntx
        end local 0 // com.oracle.truffle.api.test.polyglot.ScopeLegacyTest this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    9     0         this  Lcom/oracle/truffle/api/test/polyglot/ScopeLegacyTest;
            1    9     1         cntx  Lorg/graalvm/polyglot/Context;
            4    9     2     location  Lcom/oracle/truffle/api/nodes/Node;
            5    9     3         root  Lcom/oracle/truffle/api/test/polyglot/ScopedViewLegacyTest$TestRootNode;
            7    9     4  nodeLibrary  Lcom/oracle/truffle/api/interop/NodeLibrary;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  private void setupScopes(com.oracle.truffle.api.Scope[]);
    descriptor: ([Lcom/oracle/truffle/api/Scope;)V
    flags: (0x0082) ACC_PRIVATE, ACC_VARARGS
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.test.polyglot.ScopeLegacyTest this
        start local 1 // com.oracle.truffle.api.Scope[] scopes
         0: .line 193
            aload 0 /* this */
            iconst_0
            anewarray java.lang.String
            invokestatic org.graalvm.polyglot.Context.create:([Ljava/lang/String;)Lorg/graalvm/polyglot/Context;
            new com.oracle.truffle.api.test.polyglot.ScopeLegacyTest$3
            dup
            aload 0 /* this */
            aload 1 /* scopes */
            invokespecial com.oracle.truffle.api.test.polyglot.ScopeLegacyTest$3.<init>:(Lcom/oracle/truffle/api/test/polyglot/ScopeLegacyTest;[Lcom/oracle/truffle/api/Scope;)V
            invokevirtual com.oracle.truffle.api.test.polyglot.ScopeLegacyTest.setupEnv:(Lorg/graalvm/polyglot/Context;Lcom/oracle/truffle/api/test/polyglot/ProxyLanguage;)V
         1: .line 199
            return
        end local 1 // com.oracle.truffle.api.Scope[] scopes
        end local 0 // com.oracle.truffle.api.test.polyglot.ScopeLegacyTest this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/oracle/truffle/api/test/polyglot/ScopeLegacyTest;
            0    2     1  scopes  [Lcom/oracle/truffle/api/Scope;
    MethodParameters:
        Name  Flags
      scopes  

  private static void checkScope(java.lang.Object, java.lang.String, java.lang.Object[]);
    descriptor: (Ljava/lang/Object;Ljava/lang/String;[Ljava/lang/Object;)V
    flags: (0x008a) ACC_PRIVATE, ACC_STATIC, ACC_VARARGS
    Code:
      stack=5, locals=7, args_size=3
        start local 0 // java.lang.Object scope
        start local 1 // java.lang.String scopeName
        start local 2 // java.lang.Object[] members
         0: .line 202
            getstatic com.oracle.truffle.api.test.polyglot.ScopeLegacyTest.$assertionsDisabled:Z
            ifne 1
            aload 2 /* members */
            arraylength
            iconst_2
            irem
            ifeq 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 203
      StackMap locals:
      StackMap stack:
            invokestatic com.oracle.truffle.api.interop.InteropLibrary.getUncached:()Lcom/oracle/truffle/api/interop/InteropLibrary;
            astore 3 /* interop */
        start local 3 // com.oracle.truffle.api.interop.InteropLibrary interop
         2: .line 204
            aload 3 /* interop */
            aload 0 /* scope */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.isScope:(Ljava/lang/Object;)Z
            invokestatic org.junit.Assert.assertTrue:(Z)V
         3: .line 205
            aload 1 /* scopeName */
            aload 3 /* interop */
            aload 0 /* scope */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.toDisplayString:(Ljava/lang/Object;)Ljava/lang/Object;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         4: .line 206
            aload 3 /* interop */
            aload 0 /* scope */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.getMembers:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 4 /* memberNames */
        start local 4 // java.lang.Object memberNames
         5: .line 207
            ldc "Wrong number of member names"
            aload 2 /* members */
            arraylength
            iconst_2
            idiv
            i2l
            aload 3 /* interop */
            aload 4 /* memberNames */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.getArraySize:(Ljava/lang/Object;)J
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/String;JJ)V
         6: .line 208
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         7: goto 13
         8: .line 209
      StackMap locals: com.oracle.truffle.api.interop.InteropLibrary java.lang.Object int
      StackMap stack:
            aload 2 /* members */
            iload 5 /* i */
            aaload
            checkcast java.lang.String
            astore 6 /* name */
        start local 6 // java.lang.String name
         9: .line 210
            aload 6 /* name */
            aload 3 /* interop */
            aload 4 /* memberNames */
            iload 5 /* i */
            iconst_2
            idiv
            i2l
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.readArrayElement:(Ljava/lang/Object;J)Ljava/lang/Object;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
        10: .line 211
            aload 6 /* name */
            aload 3 /* interop */
            aload 0 /* scope */
            aload 6 /* name */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.isMemberExisting:(Ljava/lang/Object;Ljava/lang/String;)Z
            invokestatic org.junit.Assert.assertTrue:(Ljava/lang/String;Z)V
        11: .line 212
            aload 6 /* name */
            aload 2 /* members */
            iload 5 /* i */
            iconst_1
            iadd
            aaload
            aload 3 /* interop */
            aload 0 /* scope */
            aload 6 /* name */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.readMember:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;)V
        end local 6 // java.lang.String name
        12: .line 208
            iinc 5 /* i */ 2
      StackMap locals:
      StackMap stack:
        13: iload 5 /* i */
            aload 2 /* members */
            arraylength
            if_icmplt 8
        end local 5 // int i
        14: .line 214
            return
        end local 4 // java.lang.Object memberNames
        end local 3 // com.oracle.truffle.api.interop.InteropLibrary interop
        end local 2 // java.lang.Object[] members
        end local 1 // java.lang.String scopeName
        end local 0 // java.lang.Object scope
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   15     0        scope  Ljava/lang/Object;
            0   15     1    scopeName  Ljava/lang/String;
            0   15     2      members  [Ljava/lang/Object;
            2   15     3      interop  Lcom/oracle/truffle/api/interop/InteropLibrary;
            5   15     4  memberNames  Ljava/lang/Object;
            7   14     5            i  I
            9   12     6         name  Ljava/lang/String;
    Exceptions:
      throws com.oracle.truffle.api.interop.InteropException
    MethodParameters:
           Name  Flags
      scope      
      scopeName  
      members    

  private static java.lang.Object createVariables(java.lang.Object[]);
    descriptor: ([Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x008a) ACC_PRIVATE, ACC_STATIC, ACC_VARARGS
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.Object[] variables
         0: .line 217
            new com.oracle.truffle.api.test.polyglot.ScopeLegacyTest$VariablesObject
            dup
            aload 0 /* variables */
            invokespecial com.oracle.truffle.api.test.polyglot.ScopeLegacyTest$VariablesObject.<init>:([Ljava/lang/Object;)V
            areturn
        end local 0 // java.lang.Object[] variables
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0  variables  [Ljava/lang/Object;
    MethodParameters:
           Name  Flags
      variables  
}
SourceFile: "ScopeLegacyTest.java"
NestMembers:
  com.oracle.truffle.api.test.polyglot.ScopeLegacyTest$1  com.oracle.truffle.api.test.polyglot.ScopeLegacyTest$2  com.oracle.truffle.api.test.polyglot.ScopeLegacyTest$3  com.oracle.truffle.api.test.polyglot.ScopeLegacyTest$VariableNames  com.oracle.truffle.api.test.polyglot.ScopeLegacyTest$VariablesObject
InnerClasses:
  public final Builder = com.oracle.truffle.api.Scope$Builder of com.oracle.truffle.api.Scope
  public final RootTag = com.oracle.truffle.api.instrumentation.StandardTags$RootTag of com.oracle.truffle.api.instrumentation.StandardTags
  public final StatementTag = com.oracle.truffle.api.instrumentation.StandardTags$StatementTag of com.oracle.truffle.api.instrumentation.StandardTags
  public final TestRun = com.oracle.truffle.api.test.AbstractParametrizedLibraryTest$TestRun of com.oracle.truffle.api.test.AbstractParametrizedLibraryTest
  com.oracle.truffle.api.test.polyglot.ScopeLegacyTest$1
  com.oracle.truffle.api.test.polyglot.ScopeLegacyTest$2
  com.oracle.truffle.api.test.polyglot.ScopeLegacyTest$3
  final VariableNames = com.oracle.truffle.api.test.polyglot.ScopeLegacyTest$VariableNames of com.oracle.truffle.api.test.polyglot.ScopeLegacyTest
  final VariablesObject = com.oracle.truffle.api.test.polyglot.ScopeLegacyTest$VariablesObject of com.oracle.truffle.api.test.polyglot.ScopeLegacyTest
  TestInstrumentableNode = com.oracle.truffle.api.test.polyglot.ScopedViewLegacyTest$TestInstrumentableNode of com.oracle.truffle.api.test.polyglot.ScopedViewLegacyTest
  TestRootNode = com.oracle.truffle.api.test.polyglot.ScopedViewLegacyTest$TestRootNode of com.oracle.truffle.api.test.polyglot.ScopedViewLegacyTest
  public abstract Parameters = org.junit.runners.Parameterized$Parameters of org.junit.runners.Parameterized