final class com.oracle.truffle.js.test.interop.ArrayPrototypeInteropTest$MyProxyArray 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.ArrayPrototypeInteropTest$MyProxyArray
  super_class: java.lang.Object
{
  private final java.util.List<java.lang.Object> values;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Ljava/lang/Object;>;

  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 257
            ldc Lcom/oracle/truffle/js/test/interop/ArrayPrototypeInteropTest;
            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.js.test.interop.ArrayPrototypeInteropTest$MyProxyArray.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(java.util.List<java.lang.Object>);
    descriptor: (Ljava/util/List;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.js.test.interop.ArrayPrototypeInteropTest$MyProxyArray this
        start local 1 // java.util.List values
         0: .line 260
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 261
            aload 0 /* this */
            aload 1 /* values */
            putfield com.oracle.truffle.js.test.interop.ArrayPrototypeInteropTest$MyProxyArray.values:Ljava/util/List;
         2: .line 262
            return
        end local 1 // java.util.List values
        end local 0 // com.oracle.truffle.js.test.interop.ArrayPrototypeInteropTest$MyProxyArray this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lcom/oracle/truffle/js/test/interop/ArrayPrototypeInteropTest$MyProxyArray;
            0    3     1  values  Ljava/util/List<Ljava/lang/Object;>;
    Signature: (Ljava/util/List<Ljava/lang/Object;>;)V
    MethodParameters:
        Name  Flags
      values  

  public java.lang.Object get(long);
    descriptor: (J)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.oracle.truffle.js.test.interop.ArrayPrototypeInteropTest$MyProxyArray this
        start local 1 // long index
         0: .line 266
            aload 0 /* this */
            getfield com.oracle.truffle.js.test.interop.ArrayPrototypeInteropTest$MyProxyArray.values:Ljava/util/List;
            lload 1 /* index */
            invokestatic com.oracle.truffle.js.test.interop.ArrayPrototypeInteropTest$MyProxyArray.checkIndex:(J)I
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            areturn
        end local 1 // long index
        end local 0 // com.oracle.truffle.js.test.interop.ArrayPrototypeInteropTest$MyProxyArray this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/oracle/truffle/js/test/interop/ArrayPrototypeInteropTest$MyProxyArray;
            0    1     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=4, locals=6, args_size=3
        start local 0 // com.oracle.truffle.js.test.interop.ArrayPrototypeInteropTest$MyProxyArray this
        start local 1 // long index
        start local 3 // org.graalvm.polyglot.Value value
         0: .line 271
            lload 1 /* index */
            invokestatic com.oracle.truffle.js.test.interop.ArrayPrototypeInteropTest$MyProxyArray.checkIndex:(J)I
            istore 4 /* idx */
        start local 4 // int idx
         1: .line 272
            aload 3 /* value */
            invokestatic com.oracle.truffle.js.test.interop.ArrayPrototypeInteropTest$MyProxyArray.devalue:(Lorg/graalvm/polyglot/Value;)Ljava/lang/Object;
            astore 5 /* val */
        start local 5 // java.lang.Object val
         2: .line 273
            iload 4 /* idx */
            i2l
            aload 0 /* this */
            invokevirtual com.oracle.truffle.js.test.interop.ArrayPrototypeInteropTest$MyProxyArray.getSize:()J
            lcmp
            ifge 6
         3: .line 274
            aload 0 /* this */
            getfield com.oracle.truffle.js.test.interop.ArrayPrototypeInteropTest$MyProxyArray.values:Ljava/util/List;
            iload 4 /* idx */
            aload 5 /* val */
            invokeinterface java.util.List.set:(ILjava/lang/Object;)Ljava/lang/Object;
            pop
         4: .line 275
            goto 9
         5: .line 277
      StackMap locals: int java.lang.Object
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.js.test.interop.ArrayPrototypeInteropTest$MyProxyArray.values:Ljava/util/List;
            aconst_null
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         6: .line 276
      StackMap locals:
      StackMap stack:
            iload 4 /* idx */
            i2l
            aload 0 /* this */
            invokevirtual com.oracle.truffle.js.test.interop.ArrayPrototypeInteropTest$MyProxyArray.getSize:()J
            lcmp
            ifgt 5
         7: .line 279
            getstatic com.oracle.truffle.js.test.interop.ArrayPrototypeInteropTest$MyProxyArray.$assertionsDisabled:Z
            ifne 8
            iload 4 /* idx */
            i2l
            aload 0 /* this */
            invokevirtual com.oracle.truffle.js.test.interop.ArrayPrototypeInteropTest$MyProxyArray.getSize:()J
            lcmp
            ifeq 8
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         8: .line 280
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.js.test.interop.ArrayPrototypeInteropTest$MyProxyArray.values:Ljava/util/List;
            aload 5 /* val */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         9: .line 282
      StackMap locals:
      StackMap stack:
            return
        end local 5 // java.lang.Object val
        end local 4 // int idx
        end local 3 // org.graalvm.polyglot.Value value
        end local 1 // long index
        end local 0 // com.oracle.truffle.js.test.interop.ArrayPrototypeInteropTest$MyProxyArray this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   10     0   this  Lcom/oracle/truffle/js/test/interop/ArrayPrototypeInteropTest$MyProxyArray;
            0   10     1  index  J
            0   10     3  value  Lorg/graalvm/polyglot/Value;
            1   10     4    idx  I
            2   10     5    val  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      index  
      value  

  public boolean remove(long);
    descriptor: (J)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.oracle.truffle.js.test.interop.ArrayPrototypeInteropTest$MyProxyArray this
        start local 1 // long index
         0: .line 286
            aload 0 /* this */
            getfield com.oracle.truffle.js.test.interop.ArrayPrototypeInteropTest$MyProxyArray.values:Ljava/util/List;
            lload 1 /* index */
            invokestatic com.oracle.truffle.js.test.interop.ArrayPrototypeInteropTest$MyProxyArray.checkIndex:(J)I
            invokeinterface java.util.List.remove:(I)Ljava/lang/Object;
            pop
         1: .line 287
            iconst_1
            ireturn
        end local 1 // long index
        end local 0 // com.oracle.truffle.js.test.interop.ArrayPrototypeInteropTest$MyProxyArray this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/oracle/truffle/js/test/interop/ArrayPrototypeInteropTest$MyProxyArray;
            0    2     1  index  J
    MethodParameters:
       Name  Flags
      index  

  public long getSize();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.js.test.interop.ArrayPrototypeInteropTest$MyProxyArray this
         0: .line 292
            aload 0 /* this */
            getfield com.oracle.truffle.js.test.interop.ArrayPrototypeInteropTest$MyProxyArray.values:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            i2l
            lreturn
        end local 0 // com.oracle.truffle.js.test.interop.ArrayPrototypeInteropTest$MyProxyArray this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/js/test/interop/ArrayPrototypeInteropTest$MyProxyArray;

  private static int checkIndex(long);
    descriptor: (J)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // long index
         0: .line 296
            lload 0 /* index */
            ldc 2147483647
            lcmp
            ifgt 1
            lload 0 /* index */
            lconst_0
            lcmp
            ifge 2
         1: .line 297
      StackMap locals:
      StackMap stack:
            new java.lang.ArrayIndexOutOfBoundsException
            dup
            ldc "invalid index."
            invokespecial java.lang.ArrayIndexOutOfBoundsException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 299
      StackMap locals:
      StackMap stack:
            lload 0 /* index */
            l2i
            ireturn
        end local 0 // long index
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0  index  J
    MethodParameters:
       Name  Flags
      index  

  private static java.lang.Object devalue(org.graalvm.polyglot.Value);
    descriptor: (Lorg/graalvm/polyglot/Value;)Ljava/lang/Object;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.polyglot.Value value
         0: .line 303
            aload 0 /* value */
            invokevirtual org.graalvm.polyglot.Value.isHostObject:()Z
            ifeq 2
         1: .line 304
            aload 0 /* value */
            invokevirtual org.graalvm.polyglot.Value.asHostObject:()Ljava/lang/Object;
            areturn
         2: .line 305
      StackMap locals:
      StackMap stack:
            aload 0 /* value */
            invokevirtual org.graalvm.polyglot.Value.fitsInInt:()Z
            ifeq 4
         3: .line 306
            aload 0 /* value */
            invokevirtual org.graalvm.polyglot.Value.asInt:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            areturn
         4: .line 308
      StackMap locals:
      StackMap stack:
            aload 0 /* value */
            areturn
        end local 0 // org.graalvm.polyglot.Value value
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0  value  Lorg/graalvm/polyglot/Value;
    MethodParameters:
       Name  Flags
      value  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.js.test.interop.ArrayPrototypeInteropTest$MyProxyArray this
         0: .line 314
            aload 0 /* this */
            getfield com.oracle.truffle.js.test.interop.ArrayPrototypeInteropTest$MyProxyArray.values:Ljava/util/List;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            areturn
        end local 0 // com.oracle.truffle.js.test.interop.ArrayPrototypeInteropTest$MyProxyArray this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/js/test/interop/ArrayPrototypeInteropTest$MyProxyArray;
}
SourceFile: "ArrayPrototypeInteropTest.java"
NestHost: com.oracle.truffle.js.test.interop.ArrayPrototypeInteropTest
InnerClasses:
  private final MyProxyArray = com.oracle.truffle.js.test.interop.ArrayPrototypeInteropTest$MyProxyArray of com.oracle.truffle.js.test.interop.ArrayPrototypeInteropTest