class com.oracle.truffle.polyglot.LegacyScopesBridge$SubtractedVariables implements com.oracle.truffle.api.interop.TruffleObject
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.polyglot.LegacyScopesBridge$SubtractedVariables
  super_class: java.lang.Object
{
  private final java.lang.Object allVariables;
    descriptor: Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

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

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

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

  void <init>(java.lang.Object, java.lang.Object, java.lang.String);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // com.oracle.truffle.polyglot.LegacyScopesBridge$SubtractedVariables this
        start local 1 // java.lang.Object allVariables
        start local 2 // java.lang.Object removedVariables
        start local 3 // java.lang.String receiverName
         0: .line 513
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 514
            aload 0 /* this */
            aload 1 /* allVariables */
            putfield com.oracle.truffle.polyglot.LegacyScopesBridge$SubtractedVariables.allVariables:Ljava/lang/Object;
         2: .line 515
            aload 0 /* this */
            aload 1 /* allVariables */
            invokestatic com.oracle.truffle.api.interop.InteropLibrary.getUncached:(Ljava/lang/Object;)Lcom/oracle/truffle/api/interop/InteropLibrary;
            putfield com.oracle.truffle.polyglot.LegacyScopesBridge$SubtractedVariables.allLibrary:Lcom/oracle/truffle/api/interop/InteropLibrary;
         3: .line 516
            aload 0 /* this */
            aload 2 /* removedVariables */
            putfield com.oracle.truffle.polyglot.LegacyScopesBridge$SubtractedVariables.removedVariables:Ljava/lang/Object;
         4: .line 517
            aload 0 /* this */
            aload 2 /* removedVariables */
            invokestatic com.oracle.truffle.api.interop.InteropLibrary.getUncached:(Ljava/lang/Object;)Lcom/oracle/truffle/api/interop/InteropLibrary;
            putfield com.oracle.truffle.polyglot.LegacyScopesBridge$SubtractedVariables.removedLibrary:Lcom/oracle/truffle/api/interop/InteropLibrary;
         5: .line 518
            aload 0 /* this */
            aload 3 /* receiverName */
            putfield com.oracle.truffle.polyglot.LegacyScopesBridge$SubtractedVariables.receiverName:Ljava/lang/String;
         6: .line 519
            return
        end local 3 // java.lang.String receiverName
        end local 2 // java.lang.Object removedVariables
        end local 1 // java.lang.Object allVariables
        end local 0 // com.oracle.truffle.polyglot.LegacyScopesBridge$SubtractedVariables this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    7     0              this  Lcom/oracle/truffle/polyglot/LegacyScopesBridge$SubtractedVariables;
            0    7     1      allVariables  Ljava/lang/Object;
            0    7     2  removedVariables  Ljava/lang/Object;
            0    7     3      receiverName  Ljava/lang/String;
    MethodParameters:
                  Name  Flags
      allVariables      
      removedVariables  
      receiverName      

  final boolean hasMembers();
    descriptor: ()Z
    flags: (0x0010) ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.polyglot.LegacyScopesBridge$SubtractedVariables this
         0: .line 524
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.LegacyScopesBridge$SubtractedVariables.allLibrary:Lcom/oracle/truffle/api/interop/InteropLibrary;
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.LegacyScopesBridge$SubtractedVariables.allVariables:Ljava/lang/Object;
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.hasMembers:(Ljava/lang/Object;)Z
            ifeq 1
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.LegacyScopesBridge$SubtractedVariables.removedLibrary:Lcom/oracle/truffle/api/interop/InteropLibrary;
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.LegacyScopesBridge$SubtractedVariables.removedVariables:Ljava/lang/Object;
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.hasMembers:(Ljava/lang/Object;)Z
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.oracle.truffle.polyglot.LegacyScopesBridge$SubtractedVariables this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/polyglot/LegacyScopesBridge$SubtractedVariables;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
      com.oracle.truffle.api.CompilerDirectives$TruffleBoundary()

  final java.lang.Object getMembers(boolean);
    descriptor: (Z)Ljava/lang/Object;
    flags: (0x0010) ACC_FINAL
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // com.oracle.truffle.polyglot.LegacyScopesBridge$SubtractedVariables this
        start local 1 // boolean includeInternal
         0: .line 530
            new com.oracle.truffle.polyglot.LegacyScopesBridge$SubtractedKeys
            dup
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.LegacyScopesBridge$SubtractedVariables.allLibrary:Lcom/oracle/truffle/api/interop/InteropLibrary;
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.LegacyScopesBridge$SubtractedVariables.allVariables:Ljava/lang/Object;
            iload 1 /* includeInternal */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.getMembers:(Ljava/lang/Object;Z)Ljava/lang/Object;
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.LegacyScopesBridge$SubtractedVariables.removedLibrary:Lcom/oracle/truffle/api/interop/InteropLibrary;
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.LegacyScopesBridge$SubtractedVariables.removedVariables:Ljava/lang/Object;
            iload 1 /* includeInternal */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.getMembers:(Ljava/lang/Object;Z)Ljava/lang/Object;
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.LegacyScopesBridge$SubtractedVariables.receiverName:Ljava/lang/String;
            invokespecial com.oracle.truffle.polyglot.LegacyScopesBridge$SubtractedKeys.<init>:(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/String;)V
            areturn
        end local 1 // boolean includeInternal
        end local 0 // com.oracle.truffle.polyglot.LegacyScopesBridge$SubtractedVariables this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lcom/oracle/truffle/polyglot/LegacyScopesBridge$SubtractedVariables;
            0    1     1  includeInternal  Z
    Exceptions:
      throws com.oracle.truffle.api.interop.UnsupportedMessageException
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
      com.oracle.truffle.api.CompilerDirectives$TruffleBoundary()
    MethodParameters:
                 Name  Flags
      includeInternal  

  final boolean isMemberReadable(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0010) ACC_FINAL
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.truffle.polyglot.LegacyScopesBridge$SubtractedVariables this
        start local 1 // java.lang.String member
         0: .line 536
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.LegacyScopesBridge$SubtractedVariables.receiverName:Ljava/lang/String;
            ifnull 2
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.LegacyScopesBridge$SubtractedVariables.receiverName:Ljava/lang/String;
            aload 1 /* member */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 2
         1: .line 537
            iconst_0
            ireturn
         2: .line 539
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.LegacyScopesBridge$SubtractedVariables.allLibrary:Lcom/oracle/truffle/api/interop/InteropLibrary;
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.LegacyScopesBridge$SubtractedVariables.allVariables:Ljava/lang/Object;
            aload 1 /* member */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.isMemberReadable:(Ljava/lang/Object;Ljava/lang/String;)Z
            ifne 4
         3: .line 540
            iconst_0
            ireturn
         4: .line 542
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.LegacyScopesBridge$SubtractedVariables.removedLibrary:Lcom/oracle/truffle/api/interop/InteropLibrary;
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.LegacyScopesBridge$SubtractedVariables.removedVariables:Ljava/lang/Object;
            aload 1 /* member */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.isMemberReadable:(Ljava/lang/Object;Ljava/lang/String;)Z
            ifne 6
         5: .line 543
            iconst_1
            ireturn
         6: .line 546
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* member */
            invokevirtual com.oracle.truffle.polyglot.LegacyScopesBridge$SubtractedVariables.isAmongMembers:(Ljava/lang/String;)Z
            ireturn
        end local 1 // java.lang.String member
        end local 0 // com.oracle.truffle.polyglot.LegacyScopesBridge$SubtractedVariables this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lcom/oracle/truffle/polyglot/LegacyScopesBridge$SubtractedVariables;
            0    7     1  member  Ljava/lang/String;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
      com.oracle.truffle.api.CompilerDirectives$TruffleBoundary()
    MethodParameters:
        Name  Flags
      member  

  private boolean isAmongMembers(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=9, args_size=2
        start local 0 // com.oracle.truffle.polyglot.LegacyScopesBridge$SubtractedVariables this
        start local 1 // java.lang.String member
         0: .line 551
            aload 0 /* this */
            iconst_1
            invokevirtual com.oracle.truffle.polyglot.LegacyScopesBridge$SubtractedVariables.getMembers:(Z)Ljava/lang/Object;
            astore 2 /* members */
        start local 2 // java.lang.Object members
         1: .line 552
            aload 2 /* members */
            invokestatic com.oracle.truffle.api.interop.InteropLibrary.getUncached:(Ljava/lang/Object;)Lcom/oracle/truffle/api/interop/InteropLibrary;
            astore 3 /* membersLibrary */
        start local 3 // com.oracle.truffle.api.interop.InteropLibrary membersLibrary
         2: .line 553
            aload 3 /* membersLibrary */
            aload 2 /* members */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.getArraySize:(Ljava/lang/Object;)J
            lstore 4 /* n */
        start local 4 // long n
         3: .line 554
            lconst_0
            lstore 6 /* i */
        start local 6 // long i
         4: goto 9
         5: .line 555
      StackMap locals: com.oracle.truffle.polyglot.LegacyScopesBridge$SubtractedVariables java.lang.String java.lang.Object com.oracle.truffle.api.interop.InteropLibrary long long
      StackMap stack:
            invokestatic com.oracle.truffle.api.interop.InteropLibrary.getUncached:()Lcom/oracle/truffle/api/interop/InteropLibrary;
            aload 3 /* membersLibrary */
            aload 2 /* members */
            lload 6 /* i */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.readArrayElement:(Ljava/lang/Object;J)Ljava/lang/Object;
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.asString:(Ljava/lang/Object;)Ljava/lang/String;
            astore 8 /* m */
        start local 8 // java.lang.String m
         6: .line 556
            aload 1 /* member */
            aload 8 /* m */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 8
         7: .line 557
            iconst_1
            ireturn
        end local 8 // java.lang.String m
         8: .line 554
      StackMap locals:
      StackMap stack:
            lload 6 /* i */
            lconst_1
            ladd
            lstore 6 /* i */
      StackMap locals:
      StackMap stack:
         9: lload 6 /* i */
            lload 4 /* n */
            lcmp
            iflt 5
        end local 6 // long i
        end local 4 // long n
        end local 3 // com.oracle.truffle.api.interop.InteropLibrary membersLibrary
        end local 2 // java.lang.Object members
        10: .line 560
            goto 13
      StackMap locals: com.oracle.truffle.polyglot.LegacyScopesBridge$SubtractedVariables java.lang.String
      StackMap stack: com.oracle.truffle.api.interop.InteropException
        11: astore 2 /* e */
        start local 2 // com.oracle.truffle.api.interop.InteropException e
        12: .line 561
            aload 2 /* e */
            invokestatic com.oracle.truffle.api.CompilerDirectives.shouldNotReachHere:(Ljava/lang/Throwable;)Ljava/lang/RuntimeException;
            athrow
        end local 2 // com.oracle.truffle.api.interop.InteropException e
        13: .line 563
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.lang.String member
        end local 0 // com.oracle.truffle.polyglot.LegacyScopesBridge$SubtractedVariables this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   14     0            this  Lcom/oracle/truffle/polyglot/LegacyScopesBridge$SubtractedVariables;
            0   14     1          member  Ljava/lang/String;
            1   10     2         members  Ljava/lang/Object;
            2   10     3  membersLibrary  Lcom/oracle/truffle/api/interop/InteropLibrary;
            3   10     4               n  J
            4   10     6               i  J
            6    8     8               m  Ljava/lang/String;
           12   13     2               e  Lcom/oracle/truffle/api/interop/InteropException;
      Exception table:
        from    to  target  type
           0     7      11  Class com.oracle.truffle.api.interop.UnsupportedMessageException
           8    10      11  Class com.oracle.truffle.api.interop.UnsupportedMessageException
           0     7      11  Class com.oracle.truffle.api.interop.InvalidArrayIndexException
           8    10      11  Class com.oracle.truffle.api.interop.InvalidArrayIndexException
    MethodParameters:
        Name  Flags
      member  

  final java.lang.Object readMember(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x0010) ACC_FINAL
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.truffle.polyglot.LegacyScopesBridge$SubtractedVariables this
        start local 1 // java.lang.String member
         0: .line 569
            aload 0 /* this */
            aload 1 /* member */
            invokevirtual com.oracle.truffle.polyglot.LegacyScopesBridge$SubtractedVariables.isMemberReadable:(Ljava/lang/String;)Z
            ifeq 2
         1: .line 570
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.LegacyScopesBridge$SubtractedVariables.allLibrary:Lcom/oracle/truffle/api/interop/InteropLibrary;
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.LegacyScopesBridge$SubtractedVariables.allVariables:Ljava/lang/Object;
            aload 1 /* member */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.readMember:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            areturn
         2: .line 572
      StackMap locals:
      StackMap stack:
            aload 1 /* member */
            invokestatic com.oracle.truffle.api.interop.UnknownIdentifierException.create:(Ljava/lang/String;)Lcom/oracle/truffle/api/interop/UnknownIdentifierException;
            athrow
        end local 1 // java.lang.String member
        end local 0 // com.oracle.truffle.polyglot.LegacyScopesBridge$SubtractedVariables this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lcom/oracle/truffle/polyglot/LegacyScopesBridge$SubtractedVariables;
            0    3     1  member  Ljava/lang/String;
    Exceptions:
      throws com.oracle.truffle.api.interop.UnknownIdentifierException, com.oracle.truffle.api.interop.UnsupportedMessageException
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
      com.oracle.truffle.api.CompilerDirectives$TruffleBoundary()
    MethodParameters:
        Name  Flags
      member  

  final boolean isMemberModifiable(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0010) ACC_FINAL
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.truffle.polyglot.LegacyScopesBridge$SubtractedVariables this
        start local 1 // java.lang.String member
         0: .line 579
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.LegacyScopesBridge$SubtractedVariables.receiverName:Ljava/lang/String;
            ifnull 2
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.LegacyScopesBridge$SubtractedVariables.receiverName:Ljava/lang/String;
            aload 1 /* member */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 2
         1: .line 580
            iconst_0
            ireturn
         2: .line 582
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.LegacyScopesBridge$SubtractedVariables.allLibrary:Lcom/oracle/truffle/api/interop/InteropLibrary;
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.LegacyScopesBridge$SubtractedVariables.allVariables:Ljava/lang/Object;
            aload 1 /* member */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.isMemberModifiable:(Ljava/lang/Object;Ljava/lang/String;)Z
            ifne 4
         3: .line 583
            iconst_0
            ireturn
         4: .line 585
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.LegacyScopesBridge$SubtractedVariables.removedLibrary:Lcom/oracle/truffle/api/interop/InteropLibrary;
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.LegacyScopesBridge$SubtractedVariables.removedVariables:Ljava/lang/Object;
            aload 1 /* member */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.isMemberModifiable:(Ljava/lang/Object;Ljava/lang/String;)Z
            ifne 6
         5: .line 586
            iconst_1
            ireturn
         6: .line 589
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* member */
            invokevirtual com.oracle.truffle.polyglot.LegacyScopesBridge$SubtractedVariables.isAmongMembers:(Ljava/lang/String;)Z
            ireturn
        end local 1 // java.lang.String member
        end local 0 // com.oracle.truffle.polyglot.LegacyScopesBridge$SubtractedVariables this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lcom/oracle/truffle/polyglot/LegacyScopesBridge$SubtractedVariables;
            0    7     1  member  Ljava/lang/String;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
      com.oracle.truffle.api.CompilerDirectives$TruffleBoundary()
    MethodParameters:
        Name  Flags
      member  

  final boolean isMemberInsertable(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0010) ACC_FINAL
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.oracle.truffle.polyglot.LegacyScopesBridge$SubtractedVariables this
        start local 1 // java.lang.String member
         0: .line 595
            iconst_0
            ireturn
        end local 1 // java.lang.String member
        end local 0 // com.oracle.truffle.polyglot.LegacyScopesBridge$SubtractedVariables this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/oracle/truffle/polyglot/LegacyScopesBridge$SubtractedVariables;
            0    1     1  member  Ljava/lang/String;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
    MethodParameters:
        Name  Flags
      member  

  final void writeMember(java.lang.String, java.lang.Object);
    descriptor: (Ljava/lang/String;Ljava/lang/Object;)V
    flags: (0x0010) ACC_FINAL
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.oracle.truffle.polyglot.LegacyScopesBridge$SubtractedVariables this
        start local 1 // java.lang.String member
        start local 2 // java.lang.Object value
         0: .line 601
            aload 0 /* this */
            aload 1 /* member */
            invokevirtual com.oracle.truffle.polyglot.LegacyScopesBridge$SubtractedVariables.isMemberModifiable:(Ljava/lang/String;)Z
            ifeq 3
         1: .line 602
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.LegacyScopesBridge$SubtractedVariables.allLibrary:Lcom/oracle/truffle/api/interop/InteropLibrary;
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.LegacyScopesBridge$SubtractedVariables.allVariables:Ljava/lang/Object;
            aload 1 /* member */
            aload 2 /* value */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.writeMember:(Ljava/lang/Object;Ljava/lang/String;Ljava/lang/Object;)V
         2: .line 603
            goto 4
         3: .line 604
      StackMap locals:
      StackMap stack:
            aload 1 /* member */
            invokestatic com.oracle.truffle.api.interop.UnknownIdentifierException.create:(Ljava/lang/String;)Lcom/oracle/truffle/api/interop/UnknownIdentifierException;
            athrow
         4: .line 606
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.Object value
        end local 1 // java.lang.String member
        end local 0 // com.oracle.truffle.polyglot.LegacyScopesBridge$SubtractedVariables this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lcom/oracle/truffle/polyglot/LegacyScopesBridge$SubtractedVariables;
            0    5     1  member  Ljava/lang/String;
            0    5     2   value  Ljava/lang/Object;
    Exceptions:
      throws com.oracle.truffle.api.interop.UnsupportedMessageException, com.oracle.truffle.api.interop.UnknownIdentifierException, com.oracle.truffle.api.interop.UnsupportedTypeException
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
      com.oracle.truffle.api.CompilerDirectives$TruffleBoundary()
    MethodParameters:
        Name  Flags
      member  
      value   

  final boolean hasMemberReadSideEffects(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0010) ACC_FINAL
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.truffle.polyglot.LegacyScopesBridge$SubtractedVariables this
        start local 1 // java.lang.String member
         0: .line 611
            aload 0 /* this */
            aload 1 /* member */
            invokevirtual com.oracle.truffle.polyglot.LegacyScopesBridge$SubtractedVariables.isMemberReadable:(Ljava/lang/String;)Z
            ifeq 1
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.LegacyScopesBridge$SubtractedVariables.allLibrary:Lcom/oracle/truffle/api/interop/InteropLibrary;
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.LegacyScopesBridge$SubtractedVariables.allVariables:Ljava/lang/Object;
            aload 1 /* member */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.hasMemberReadSideEffects:(Ljava/lang/Object;Ljava/lang/String;)Z
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // java.lang.String member
        end local 0 // com.oracle.truffle.polyglot.LegacyScopesBridge$SubtractedVariables this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/oracle/truffle/polyglot/LegacyScopesBridge$SubtractedVariables;
            0    2     1  member  Ljava/lang/String;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
      com.oracle.truffle.api.CompilerDirectives$TruffleBoundary()
    MethodParameters:
        Name  Flags
      member  

  final boolean hasMemberWriteSideEffects(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0010) ACC_FINAL
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.truffle.polyglot.LegacyScopesBridge$SubtractedVariables this
        start local 1 // java.lang.String member
         0: .line 617
            aload 0 /* this */
            aload 1 /* member */
            invokevirtual com.oracle.truffle.polyglot.LegacyScopesBridge$SubtractedVariables.isMemberModifiable:(Ljava/lang/String;)Z
            ifeq 1
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.LegacyScopesBridge$SubtractedVariables.allLibrary:Lcom/oracle/truffle/api/interop/InteropLibrary;
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.LegacyScopesBridge$SubtractedVariables.allVariables:Ljava/lang/Object;
            aload 1 /* member */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.hasMemberWriteSideEffects:(Ljava/lang/Object;Ljava/lang/String;)Z
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // java.lang.String member
        end local 0 // com.oracle.truffle.polyglot.LegacyScopesBridge$SubtractedVariables this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/oracle/truffle/polyglot/LegacyScopesBridge$SubtractedVariables;
            0    2     1  member  Ljava/lang/String;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
      com.oracle.truffle.api.CompilerDirectives$TruffleBoundary()
    MethodParameters:
        Name  Flags
      member  
}
SourceFile: "LegacyScopesBridge.java"
NestHost: com.oracle.truffle.polyglot.LegacyScopesBridge
InnerClasses:
  public abstract TruffleBoundary = com.oracle.truffle.api.CompilerDirectives$TruffleBoundary of com.oracle.truffle.api.CompilerDirectives
  final SubtractedKeys = com.oracle.truffle.polyglot.LegacyScopesBridge$SubtractedKeys of com.oracle.truffle.polyglot.LegacyScopesBridge
  SubtractedVariables = com.oracle.truffle.polyglot.LegacyScopesBridge$SubtractedVariables of com.oracle.truffle.polyglot.LegacyScopesBridge
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportLibrary(value = Lcom/oracle/truffle/api/interop/InteropLibrary;)