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

  private final long allSize;
    descriptor: J
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final long removedSize;
    descriptor: J
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final long size;
    descriptor: J
    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=5, locals=8, args_size=4
        start local 0 // com.oracle.truffle.polyglot.LegacyScopesBridge$SubtractedKeys this
        start local 1 // java.lang.Object allKeys
        start local 2 // java.lang.Object removedKeys
        start local 3 // java.lang.String receiverNameOrig
         0: .line 630
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 631
            aload 0 /* this */
            aload 1 /* allKeys */
            putfield com.oracle.truffle.polyglot.LegacyScopesBridge$SubtractedKeys.allKeys:Ljava/lang/Object;
         2: .line 632
            aload 0 /* this */
            getstatic com.oracle.truffle.polyglot.LegacyScopesBridge.INTEROP:Lcom/oracle/truffle/api/interop/InteropLibrary;
            aload 1 /* allKeys */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.getArraySize:(Ljava/lang/Object;)J
            putfield com.oracle.truffle.polyglot.LegacyScopesBridge$SubtractedKeys.allSize:J
         3: .line 633
            aload 0 /* this */
            getstatic com.oracle.truffle.polyglot.LegacyScopesBridge.INTEROP:Lcom/oracle/truffle/api/interop/InteropLibrary;
            aload 2 /* removedKeys */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.getArraySize:(Ljava/lang/Object;)J
            putfield com.oracle.truffle.polyglot.LegacyScopesBridge$SubtractedKeys.removedSize:J
         4: .line 634
            aload 3 /* receiverNameOrig */
            astore 4 /* receiverName */
        start local 4 // java.lang.String receiverName
         5: .line 635
            aload 4 /* receiverName */
            ifnull 15
         6: .line 636
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.LegacyScopesBridge$SubtractedKeys.allSize:J
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.LegacyScopesBridge$SubtractedKeys.removedSize:J
            lsub
            lconst_1
            lsub
            lstore 5 /* receiverIndex */
        start local 5 // long receiverIndex
         7: .line 637
            lload 5 /* receiverIndex */
            lconst_0
            lcmp
            ifge 10
         8: .line 638
            aconst_null
            astore 4 /* receiverName */
         9: .line 639
            goto 15
        10: .line 641
      StackMap locals: com.oracle.truffle.polyglot.LegacyScopesBridge$SubtractedKeys java.lang.Object java.lang.Object java.lang.String java.lang.String long
      StackMap stack:
            aload 4 /* receiverName */
            invokestatic com.oracle.truffle.api.interop.InteropLibrary.getUncached:()Lcom/oracle/truffle/api/interop/InteropLibrary;
            aload 1 /* allKeys */
            lload 5 /* receiverIndex */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.readArrayElement:(Ljava/lang/Object;J)Ljava/lang/Object;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 15
        11: .line 643
            aconst_null
            astore 4 /* receiverName */
        12: .line 645
            goto 15
      StackMap locals:
      StackMap stack: com.oracle.truffle.api.interop.InteropException
        13: astore 7 /* e */
        start local 7 // com.oracle.truffle.api.interop.InteropException e
        14: .line 646
            aload 7 /* e */
            invokestatic com.oracle.truffle.api.CompilerDirectives.shouldNotReachHere:(Ljava/lang/Throwable;)Ljava/lang/RuntimeException;
            pop
        end local 7 // com.oracle.truffle.api.interop.InteropException e
        end local 5 // long receiverIndex
        15: .line 650
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.LegacyScopesBridge$SubtractedKeys.allSize:J
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.LegacyScopesBridge$SubtractedKeys.removedSize:J
            lsub
            aload 4 /* receiverName */
            ifnull 16
            iconst_1
            goto 17
      StackMap locals: com.oracle.truffle.polyglot.LegacyScopesBridge$SubtractedKeys java.lang.Object java.lang.Object java.lang.String java.lang.String
      StackMap stack: com.oracle.truffle.polyglot.LegacyScopesBridge$SubtractedKeys long
        16: iconst_0
      StackMap locals: com.oracle.truffle.polyglot.LegacyScopesBridge$SubtractedKeys java.lang.Object java.lang.Object java.lang.String java.lang.String
      StackMap stack: com.oracle.truffle.polyglot.LegacyScopesBridge$SubtractedKeys long int
        17: i2l
            lsub
            putfield com.oracle.truffle.polyglot.LegacyScopesBridge$SubtractedKeys.size:J
        18: .line 651
            return
        end local 4 // java.lang.String receiverName
        end local 3 // java.lang.String receiverNameOrig
        end local 2 // java.lang.Object removedKeys
        end local 1 // java.lang.Object allKeys
        end local 0 // com.oracle.truffle.polyglot.LegacyScopesBridge$SubtractedKeys this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   19     0              this  Lcom/oracle/truffle/polyglot/LegacyScopesBridge$SubtractedKeys;
            0   19     1           allKeys  Ljava/lang/Object;
            0   19     2       removedKeys  Ljava/lang/Object;
            0   19     3  receiverNameOrig  Ljava/lang/String;
            5   19     4      receiverName  Ljava/lang/String;
            7   15     5     receiverIndex  J
           14   15     7                 e  Lcom/oracle/truffle/api/interop/InteropException;
      Exception table:
        from    to  target  type
          10    12      13  Class com.oracle.truffle.api.interop.InteropException
    Exceptions:
      throws com.oracle.truffle.api.interop.UnsupportedMessageException
    MethodParameters:
                  Name  Flags
      allKeys           
      removedKeys       
      receiverNameOrig  

  boolean hasArrayElements();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.polyglot.LegacyScopesBridge$SubtractedKeys this
         0: .line 656
            iconst_1
            ireturn
        end local 0 // com.oracle.truffle.polyglot.LegacyScopesBridge$SubtractedKeys this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/polyglot/LegacyScopesBridge$SubtractedKeys;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()

  long getArraySize();
    descriptor: ()J
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.polyglot.LegacyScopesBridge$SubtractedKeys this
         0: .line 661
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.LegacyScopesBridge$SubtractedKeys.size:J
            lreturn
        end local 0 // com.oracle.truffle.polyglot.LegacyScopesBridge$SubtractedKeys this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/polyglot/LegacyScopesBridge$SubtractedKeys;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()

  java.lang.Object readArrayElement(long, com.oracle.truffle.api.interop.InteropLibrary);
    descriptor: (JLcom/oracle/truffle/api/interop/InteropLibrary;)Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // com.oracle.truffle.polyglot.LegacyScopesBridge$SubtractedKeys this
        start local 1 // long index
        start local 3 // com.oracle.truffle.api.interop.InteropLibrary interop
         0: .line 667
            lconst_0
            lload 1 /* index */
            lcmp
            ifgt 2
            lload 1 /* index */
            aload 0 /* this */
            invokevirtual com.oracle.truffle.polyglot.LegacyScopesBridge$SubtractedKeys.getArraySize:()J
            lcmp
            ifge 2
         1: .line 668
            aload 3 /* interop */
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.LegacyScopesBridge$SubtractedKeys.allKeys:Ljava/lang/Object;
            lload 1 /* index */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.readArrayElement:(Ljava/lang/Object;J)Ljava/lang/Object;
            areturn
         2: .line 670
      StackMap locals:
      StackMap stack:
            lload 1 /* index */
            invokestatic com.oracle.truffle.api.interop.InvalidArrayIndexException.create:(J)Lcom/oracle/truffle/api/interop/InvalidArrayIndexException;
            athrow
        end local 3 // com.oracle.truffle.api.interop.InteropLibrary interop
        end local 1 // long index
        end local 0 // com.oracle.truffle.polyglot.LegacyScopesBridge$SubtractedKeys this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lcom/oracle/truffle/polyglot/LegacyScopesBridge$SubtractedKeys;
            0    3     1    index  J
            0    3     3  interop  Lcom/oracle/truffle/api/interop/InteropLibrary;
    Exceptions:
      throws com.oracle.truffle.api.interop.InvalidArrayIndexException, com.oracle.truffle.api.interop.UnsupportedMessageException
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
        com.oracle.truffle.api.dsl.Cached$Shared(value = "interop")
        com.oracle.truffle.api.library.CachedLibrary(limit = "1")
    MethodParameters:
         Name  Flags
      index    
      interop  

  boolean isArrayElementReadable(long, com.oracle.truffle.api.interop.InteropLibrary);
    descriptor: (JLcom/oracle/truffle/api/interop/InteropLibrary;)Z
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // com.oracle.truffle.polyglot.LegacyScopesBridge$SubtractedKeys this
        start local 1 // long index
        start local 3 // com.oracle.truffle.api.interop.InteropLibrary interop
         0: .line 677
            lconst_0
            lload 1 /* index */
            lcmp
            ifgt 2
            lload 1 /* index */
            aload 0 /* this */
            invokevirtual com.oracle.truffle.polyglot.LegacyScopesBridge$SubtractedKeys.getArraySize:()J
            lcmp
            ifge 2
         1: .line 678
            aload 3 /* interop */
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.LegacyScopesBridge$SubtractedKeys.allKeys:Ljava/lang/Object;
            lload 1 /* index */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.isArrayElementReadable:(Ljava/lang/Object;J)Z
            ireturn
         2: .line 680
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 3 // com.oracle.truffle.api.interop.InteropLibrary interop
        end local 1 // long index
        end local 0 // com.oracle.truffle.polyglot.LegacyScopesBridge$SubtractedKeys this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lcom/oracle/truffle/polyglot/LegacyScopesBridge$SubtractedKeys;
            0    3     1    index  J
            0    3     3  interop  Lcom/oracle/truffle/api/interop/InteropLibrary;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
        com.oracle.truffle.api.dsl.Cached$Shared(value = "interop")
        com.oracle.truffle.api.library.CachedLibrary(limit = "1")
    MethodParameters:
         Name  Flags
      index    
      interop  
}
SourceFile: "LegacyScopesBridge.java"
NestHost: com.oracle.truffle.polyglot.LegacyScopesBridge
InnerClasses:
  public abstract Shared = com.oracle.truffle.api.dsl.Cached$Shared of com.oracle.truffle.api.dsl.Cached
  final SubtractedKeys = com.oracle.truffle.polyglot.LegacyScopesBridge$SubtractedKeys of com.oracle.truffle.polyglot.LegacyScopesBridge
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportLibrary(value = Lcom/oracle/truffle/api/interop/InteropLibrary;)