class com.oracle.truffle.api.debug.DebugScope$SubtractedVariables implements com.oracle.truffle.api.interop.TruffleObject
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.api.debug.DebugScope$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

  void <init>(java.lang.Object, java.lang.Object);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.debug.DebugScope$SubtractedVariables this
        start local 1 // java.lang.Object allVariables
        start local 2 // java.lang.Object removedVariables
         0: .line 414
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 415
            aload 0 /* this */
            aload 1 /* allVariables */
            putfield com.oracle.truffle.api.debug.DebugScope$SubtractedVariables.allVariables:Ljava/lang/Object;
         2: .line 416
            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.api.debug.DebugScope$SubtractedVariables.allLibrary:Lcom/oracle/truffle/api/interop/InteropLibrary;
         3: .line 417
            aload 0 /* this */
            aload 2 /* removedVariables */
            putfield com.oracle.truffle.api.debug.DebugScope$SubtractedVariables.removedVariables:Ljava/lang/Object;
         4: .line 418
            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.api.debug.DebugScope$SubtractedVariables.removedLibrary:Lcom/oracle/truffle/api/interop/InteropLibrary;
         5: .line 419
            return
        end local 2 // java.lang.Object removedVariables
        end local 1 // java.lang.Object allVariables
        end local 0 // com.oracle.truffle.api.debug.DebugScope$SubtractedVariables this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    6     0              this  Lcom/oracle/truffle/api/debug/DebugScope$SubtractedVariables;
            0    6     1      allVariables  Ljava/lang/Object;
            0    6     2  removedVariables  Ljava/lang/Object;
    MethodParameters:
                  Name  Flags
      allVariables      
      removedVariables  

  final boolean hasMembers();
    descriptor: ()Z
    flags: (0x0010) ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.debug.DebugScope$SubtractedVariables this
         0: .line 424
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugScope$SubtractedVariables.allLibrary:Lcom/oracle/truffle/api/interop/InteropLibrary;
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugScope$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.api.debug.DebugScope$SubtractedVariables.removedLibrary:Lcom/oracle/truffle/api/interop/InteropLibrary;
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugScope$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.api.debug.DebugScope$SubtractedVariables this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/api/debug/DebugScope$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.api.debug.DebugScope$SubtractedVariables this
        start local 1 // boolean includeInternal
         0: .line 430
            new com.oracle.truffle.api.debug.DebugScope$SubtractedKeys
            dup
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugScope$SubtractedVariables.allLibrary:Lcom/oracle/truffle/api/interop/InteropLibrary;
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugScope$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.api.debug.DebugScope$SubtractedVariables.removedLibrary:Lcom/oracle/truffle/api/interop/InteropLibrary;
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugScope$SubtractedVariables.removedVariables:Ljava/lang/Object;
            iload 1 /* includeInternal */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.getMembers:(Ljava/lang/Object;Z)Ljava/lang/Object;
            invokespecial com.oracle.truffle.api.debug.DebugScope$SubtractedKeys.<init>:(Ljava/lang/Object;Ljava/lang/Object;)V
            areturn
        end local 1 // boolean includeInternal
        end local 0 // com.oracle.truffle.api.debug.DebugScope$SubtractedVariables this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lcom/oracle/truffle/api/debug/DebugScope$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.api.debug.DebugScope$SubtractedVariables this
        start local 1 // java.lang.String member
         0: .line 436
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugScope$SubtractedVariables.allLibrary:Lcom/oracle/truffle/api/interop/InteropLibrary;
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugScope$SubtractedVariables.allVariables:Ljava/lang/Object;
            aload 1 /* member */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.isMemberReadable:(Ljava/lang/Object;Ljava/lang/String;)Z
            ifne 2
         1: .line 437
            iconst_0
            ireturn
         2: .line 439
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugScope$SubtractedVariables.removedLibrary:Lcom/oracle/truffle/api/interop/InteropLibrary;
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugScope$SubtractedVariables.removedVariables: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 440
            iconst_1
            ireturn
         4: .line 443
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* member */
            invokevirtual com.oracle.truffle.api.debug.DebugScope$SubtractedVariables.isAmongMembers:(Ljava/lang/String;)Z
            ireturn
        end local 1 // java.lang.String member
        end local 0 // com.oracle.truffle.api.debug.DebugScope$SubtractedVariables this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lcom/oracle/truffle/api/debug/DebugScope$SubtractedVariables;
            0    5     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.api.debug.DebugScope$SubtractedVariables this
        start local 1 // java.lang.String member
         0: .line 448
            aload 0 /* this */
            iconst_1
            invokevirtual com.oracle.truffle.api.debug.DebugScope$SubtractedVariables.getMembers:(Z)Ljava/lang/Object;
            astore 2 /* members */
        start local 2 // java.lang.Object members
         1: .line 449
            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 450
            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 451
            lconst_0
            lstore 6 /* i */
        start local 6 // long i
         4: goto 9
         5: .line 452
      StackMap locals: com.oracle.truffle.api.debug.DebugScope$SubtractedVariables java.lang.String java.lang.Object com.oracle.truffle.api.interop.InteropLibrary long long
      StackMap stack:
            getstatic com.oracle.truffle.api.debug.DebugScope.INTEROP: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 453
            aload 1 /* member */
            aload 8 /* m */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 8
         7: .line 454
            iconst_1
            ireturn
        end local 8 // java.lang.String m
         8: .line 451
      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 457
            goto 13
      StackMap locals: com.oracle.truffle.api.debug.DebugScope$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 458
            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 460
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.lang.String member
        end local 0 // com.oracle.truffle.api.debug.DebugScope$SubtractedVariables this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   14     0            this  Lcom/oracle/truffle/api/debug/DebugScope$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.api.debug.DebugScope$SubtractedVariables this
        start local 1 // java.lang.String member
         0: .line 466
            aload 0 /* this */
            aload 1 /* member */
            invokevirtual com.oracle.truffle.api.debug.DebugScope$SubtractedVariables.isMemberReadable:(Ljava/lang/String;)Z
            ifeq 2
         1: .line 467
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugScope$SubtractedVariables.allLibrary:Lcom/oracle/truffle/api/interop/InteropLibrary;
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugScope$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 469
      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.api.debug.DebugScope$SubtractedVariables this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lcom/oracle/truffle/api/debug/DebugScope$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.api.debug.DebugScope$SubtractedVariables this
        start local 1 // java.lang.String member
         0: .line 476
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugScope$SubtractedVariables.allLibrary:Lcom/oracle/truffle/api/interop/InteropLibrary;
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugScope$SubtractedVariables.allVariables:Ljava/lang/Object;
            aload 1 /* member */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.isMemberModifiable:(Ljava/lang/Object;Ljava/lang/String;)Z
            ifne 2
         1: .line 477
            iconst_0
            ireturn
         2: .line 479
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugScope$SubtractedVariables.removedLibrary:Lcom/oracle/truffle/api/interop/InteropLibrary;
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugScope$SubtractedVariables.removedVariables: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 480
            iconst_1
            ireturn
         4: .line 483
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* member */
            invokevirtual com.oracle.truffle.api.debug.DebugScope$SubtractedVariables.isAmongMembers:(Ljava/lang/String;)Z
            ireturn
        end local 1 // java.lang.String member
        end local 0 // com.oracle.truffle.api.debug.DebugScope$SubtractedVariables this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lcom/oracle/truffle/api/debug/DebugScope$SubtractedVariables;
            0    5     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.api.debug.DebugScope$SubtractedVariables this
        start local 1 // java.lang.String member
         0: .line 489
            iconst_0
            ireturn
        end local 1 // java.lang.String member
        end local 0 // com.oracle.truffle.api.debug.DebugScope$SubtractedVariables this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/oracle/truffle/api/debug/DebugScope$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.api.debug.DebugScope$SubtractedVariables this
        start local 1 // java.lang.String member
        start local 2 // java.lang.Object value
         0: .line 495
            aload 0 /* this */
            aload 1 /* member */
            invokevirtual com.oracle.truffle.api.debug.DebugScope$SubtractedVariables.isMemberModifiable:(Ljava/lang/String;)Z
            ifeq 3
         1: .line 496
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugScope$SubtractedVariables.allLibrary:Lcom/oracle/truffle/api/interop/InteropLibrary;
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugScope$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 497
            goto 4
         3: .line 498
      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 500
      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.api.debug.DebugScope$SubtractedVariables this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lcom/oracle/truffle/api/debug/DebugScope$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.api.debug.DebugScope$SubtractedVariables this
        start local 1 // java.lang.String member
         0: .line 504
            aload 0 /* this */
            aload 1 /* member */
            invokevirtual com.oracle.truffle.api.debug.DebugScope$SubtractedVariables.isMemberReadable:(Ljava/lang/String;)Z
            ifeq 1
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugScope$SubtractedVariables.allLibrary:Lcom/oracle/truffle/api/interop/InteropLibrary;
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugScope$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.api.debug.DebugScope$SubtractedVariables this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/oracle/truffle/api/debug/DebugScope$SubtractedVariables;
            0    2     1  member  Ljava/lang/String;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
    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.api.debug.DebugScope$SubtractedVariables this
        start local 1 // java.lang.String member
         0: .line 509
            aload 0 /* this */
            aload 1 /* member */
            invokevirtual com.oracle.truffle.api.debug.DebugScope$SubtractedVariables.isMemberModifiable:(Ljava/lang/String;)Z
            ifeq 1
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugScope$SubtractedVariables.allLibrary:Lcom/oracle/truffle/api/interop/InteropLibrary;
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugScope$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.api.debug.DebugScope$SubtractedVariables this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/oracle/truffle/api/debug/DebugScope$SubtractedVariables;
            0    2     1  member  Ljava/lang/String;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
    MethodParameters:
        Name  Flags
      member  
}
SourceFile: "DebugScope.java"
NestHost: com.oracle.truffle.api.debug.DebugScope
InnerClasses:
  public abstract TruffleBoundary = com.oracle.truffle.api.CompilerDirectives$TruffleBoundary of com.oracle.truffle.api.CompilerDirectives
  final SubtractedKeys = com.oracle.truffle.api.debug.DebugScope$SubtractedKeys of com.oracle.truffle.api.debug.DebugScope
  SubtractedVariables = com.oracle.truffle.api.debug.DebugScope$SubtractedVariables of com.oracle.truffle.api.debug.DebugScope
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportLibrary(value = Lcom/oracle/truffle/api/interop/InteropLibrary;)