class com.oracle.truffle.tools.chromeinspector.test.NotReadableValuesLegacyTest$NotReadableValuesLanguage$ArrayValue extends com.oracle.truffle.api.test.polyglot.ProxyInteropObject
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.tools.chromeinspector.test.NotReadableValuesLegacyTest$NotReadableValuesLanguage$ArrayValue
  super_class: com.oracle.truffle.api.test.polyglot.ProxyInteropObject
{
  private static final long LENGTH;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 6

  private static final java.util.Set<java.lang.Long> NOT_READABLE;
    descriptor: Ljava/util/Set;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Ljava/util/Set<Ljava/lang/Long;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=7, locals=0, args_size=0
         0: .line 301
            new java.util.HashSet
            dup
            iconst_2
            anewarray java.lang.Long
            dup
            iconst_0
            ldc 2
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            aastore
            dup
            iconst_1
            ldc 3
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            aastore
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            invokespecial java.util.HashSet.<init>:(Ljava/util/Collection;)V
            putstatic com.oracle.truffle.tools.chromeinspector.test.NotReadableValuesLegacyTest$NotReadableValuesLanguage$ArrayValue.NOT_READABLE:Ljava/util/Set;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.tools.chromeinspector.test.NotReadableValuesLegacyTest$NotReadableValuesLanguage$ArrayValue this
         0: .line 298
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.test.polyglot.ProxyInteropObject.<init>:()V
            return
        end local 0 // com.oracle.truffle.tools.chromeinspector.test.NotReadableValuesLegacyTest$NotReadableValuesLanguage$ArrayValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/tools/chromeinspector/test/NotReadableValuesLegacyTest$NotReadableValuesLanguage$ArrayValue;

  protected boolean hasArrayElements();
    descriptor: ()Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.tools.chromeinspector.test.NotReadableValuesLegacyTest$NotReadableValuesLanguage$ArrayValue this
         0: .line 305
            iconst_1
            ireturn
        end local 0 // com.oracle.truffle.tools.chromeinspector.test.NotReadableValuesLegacyTest$NotReadableValuesLanguage$ArrayValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/tools/chromeinspector/test/NotReadableValuesLegacyTest$NotReadableValuesLanguage$ArrayValue;

  protected long getArraySize();
    descriptor: ()J
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.tools.chromeinspector.test.NotReadableValuesLegacyTest$NotReadableValuesLanguage$ArrayValue this
         0: .line 310
            ldc 6
            lreturn
        end local 0 // com.oracle.truffle.tools.chromeinspector.test.NotReadableValuesLegacyTest$NotReadableValuesLanguage$ArrayValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/tools/chromeinspector/test/NotReadableValuesLegacyTest$NotReadableValuesLanguage$ArrayValue;
    Exceptions:
      throws com.oracle.truffle.api.interop.UnsupportedMessageException

  protected boolean isArrayElementReadable(long);
    descriptor: (J)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.oracle.truffle.tools.chromeinspector.test.NotReadableValuesLegacyTest$NotReadableValuesLanguage$ArrayValue this
        start local 1 // long index
         0: .line 316
            lload 1 /* index */
            lconst_0
            lcmp
            iflt 1
            lload 1 /* index */
            ldc 6
            lcmp
            ifge 1
            getstatic com.oracle.truffle.tools.chromeinspector.test.NotReadableValuesLegacyTest$NotReadableValuesLanguage$ArrayValue.NOT_READABLE:Ljava/util/Set;
            lload 1 /* index */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
            ifne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // long index
        end local 0 // com.oracle.truffle.tools.chromeinspector.test.NotReadableValuesLegacyTest$NotReadableValuesLanguage$ArrayValue this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/oracle/truffle/tools/chromeinspector/test/NotReadableValuesLegacyTest$NotReadableValuesLanguage$ArrayValue;
            0    2     1  index  J
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.CompilerDirectives$TruffleBoundary()
    MethodParameters:
       Name  Flags
      index  

  protected java.lang.Object readArrayElement(long);
    descriptor: (J)Ljava/lang/Object;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.oracle.truffle.tools.chromeinspector.test.NotReadableValuesLegacyTest$NotReadableValuesLanguage$ArrayValue this
        start local 1 // long index
         0: .line 321
            aload 0 /* this */
            lload 1 /* index */
            invokevirtual com.oracle.truffle.tools.chromeinspector.test.NotReadableValuesLegacyTest$NotReadableValuesLanguage$ArrayValue.isArrayElementReadable:(J)Z
            ifeq 2
         1: .line 322
            ldc 6
            lload 1 /* index */
            lsub
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            areturn
         2: .line 324
      StackMap locals:
      StackMap stack:
            invokestatic com.oracle.truffle.api.CompilerDirectives.transferToInterpreter:()V
         3: .line 325
            lload 1 /* index */
            invokestatic com.oracle.truffle.api.interop.InvalidArrayIndexException.create:(J)Lcom/oracle/truffle/api/interop/InvalidArrayIndexException;
            athrow
        end local 1 // long index
        end local 0 // com.oracle.truffle.tools.chromeinspector.test.NotReadableValuesLegacyTest$NotReadableValuesLanguage$ArrayValue this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lcom/oracle/truffle/tools/chromeinspector/test/NotReadableValuesLegacyTest$NotReadableValuesLanguage$ArrayValue;
            0    4     1  index  J
    Exceptions:
      throws com.oracle.truffle.api.interop.UnsupportedMessageException, com.oracle.truffle.api.interop.InvalidArrayIndexException
    MethodParameters:
       Name  Flags
      index  
}
SourceFile: "NotReadableValuesLegacyTest.java"
NestHost: com.oracle.truffle.tools.chromeinspector.test.NotReadableValuesLegacyTest
InnerClasses:
  public abstract TruffleBoundary = com.oracle.truffle.api.CompilerDirectives$TruffleBoundary of com.oracle.truffle.api.CompilerDirectives
  NotReadableValuesLanguage = com.oracle.truffle.tools.chromeinspector.test.NotReadableValuesLegacyTest$NotReadableValuesLanguage of com.oracle.truffle.tools.chromeinspector.test.NotReadableValuesLegacyTest
  private ArrayValue = com.oracle.truffle.tools.chromeinspector.test.NotReadableValuesLegacyTest$NotReadableValuesLanguage$ArrayValue of com.oracle.truffle.tools.chromeinspector.test.NotReadableValuesLegacyTest$NotReadableValuesLanguage