final class com.oracle.truffle.js.test.interop.InteropArrayTest$LazyArray implements org.graalvm.polyglot.proxy.ProxyArray
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.js.test.interop.InteropArrayTest$LazyArray
  super_class: java.lang.Object
{
  private final java.util.Iterator<?> it;
    descriptor: Ljava/util/Iterator;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Iterator<*>;

  private long at;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  void <init>(java.util.Iterator<?>);
    descriptor: (Ljava/util/Iterator;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.truffle.js.test.interop.InteropArrayTest$LazyArray this
        start local 1 // java.util.Iterator it
         0: .line 490
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 491
            aload 0 /* this */
            aload 1 /* it */
            putfield com.oracle.truffle.js.test.interop.InteropArrayTest$LazyArray.it:Ljava/util/Iterator;
         2: .line 492
            aload 0 /* this */
            lconst_0
            putfield com.oracle.truffle.js.test.interop.InteropArrayTest$LazyArray.at:J
         3: .line 493
            return
        end local 1 // java.util.Iterator it
        end local 0 // com.oracle.truffle.js.test.interop.InteropArrayTest$LazyArray this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/oracle/truffle/js/test/interop/InteropArrayTest$LazyArray;
            0    4     1    it  Ljava/util/Iterator<*>;
    Signature: (Ljava/util/Iterator<*>;)V
    MethodParameters:
      Name  Flags
      it    

  public java.lang.Object get(long);
    descriptor: (J)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // com.oracle.truffle.js.test.interop.InteropArrayTest$LazyArray this
        start local 1 // long index
         0: .line 497
            lload 1 /* index */
            aload 0 /* this */
            getfield com.oracle.truffle.js.test.interop.InteropArrayTest$LazyArray.at:J
            lcmp
            ifne 3
         1: .line 498
            aload 0 /* this */
            dup
            getfield com.oracle.truffle.js.test.interop.InteropArrayTest$LazyArray.at:J
            lconst_1
            ladd
            putfield com.oracle.truffle.js.test.interop.InteropArrayTest$LazyArray.at:J
         2: .line 499
            aload 0 /* this */
            getfield com.oracle.truffle.js.test.interop.InteropArrayTest$LazyArray.it:Ljava/util/Iterator;
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            areturn
         3: .line 501
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 1 // long index
        end local 0 // com.oracle.truffle.js.test.interop.InteropArrayTest$LazyArray this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lcom/oracle/truffle/js/test/interop/InteropArrayTest$LazyArray;
            0    4     1  index  J
    MethodParameters:
       Name  Flags
      index  

  public void set(long, org.graalvm.polyglot.Value);
    descriptor: (JLorg/graalvm/polyglot/Value;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // com.oracle.truffle.js.test.interop.InteropArrayTest$LazyArray this
        start local 1 // long index
        start local 3 // org.graalvm.polyglot.Value value
         0: .line 506
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 3 // org.graalvm.polyglot.Value value
        end local 1 // long index
        end local 0 // com.oracle.truffle.js.test.interop.InteropArrayTest$LazyArray this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/oracle/truffle/js/test/interop/InteropArrayTest$LazyArray;
            0    1     1  index  J
            0    1     3  value  Lorg/graalvm/polyglot/Value;
    MethodParameters:
       Name  Flags
      index  
      value  

  public boolean remove(long);
    descriptor: (J)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.oracle.truffle.js.test.interop.InteropArrayTest$LazyArray this
        start local 1 // long index
         0: .line 511
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // long index
        end local 0 // com.oracle.truffle.js.test.interop.InteropArrayTest$LazyArray this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/oracle/truffle/js/test/interop/InteropArrayTest$LazyArray;
            0    1     1  index  J
    MethodParameters:
       Name  Flags
      index  

  public long getSize();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.oracle.truffle.js.test.interop.InteropArrayTest$LazyArray this
         0: .line 516
            aload 0 /* this */
            getfield com.oracle.truffle.js.test.interop.InteropArrayTest$LazyArray.it:Ljava/util/Iterator;
            invokeinterface java.util.Iterator.hasNext:()Z
            ifeq 1
            aload 0 /* this */
            getfield com.oracle.truffle.js.test.interop.InteropArrayTest$LazyArray.at:J
            lconst_1
            ladd
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield com.oracle.truffle.js.test.interop.InteropArrayTest$LazyArray.at:J
      StackMap locals:
      StackMap stack: long
         2: lreturn
        end local 0 // com.oracle.truffle.js.test.interop.InteropArrayTest$LazyArray this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/js/test/interop/InteropArrayTest$LazyArray;
}
SourceFile: "InteropArrayTest.java"
NestHost: com.oracle.truffle.js.test.interop.InteropArrayTest
InnerClasses:
  private final LazyArray = com.oracle.truffle.js.test.interop.InteropArrayTest$LazyArray of com.oracle.truffle.js.test.interop.InteropArrayTest