final class com.oracle.truffle.tools.chromeinspector.test.NotReadableValuesLegacyTest$NotReadableValuesLanguage$VariablesObject extends com.oracle.truffle.api.test.polyglot.ProxyInteropObject
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.tools.chromeinspector.test.NotReadableValuesLegacyTest$NotReadableValuesLanguage$VariablesObject
  super_class: com.oracle.truffle.api.test.polyglot.ProxyInteropObject
{
  private static final java.lang.String[] NAMES;
    descriptor: [Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 229
            iconst_5
            anewarray java.lang.String
            dup
            iconst_0
            ldc "nr_a"
            aastore
            dup
            iconst_1
            ldc "object"
            aastore
            dup
            iconst_2
            ldc "nr_object"
            aastore
            dup
            iconst_3
            ldc "array"
            aastore
            dup
            iconst_4
            ldc "nr_array"
            aastore
            putstatic com.oracle.truffle.tools.chromeinspector.test.NotReadableValuesLegacyTest$NotReadableValuesLanguage$VariablesObject.NAMES:[Ljava/lang/String;
            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$VariablesObject this
         0: .line 227
            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$VariablesObject this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/tools/chromeinspector/test/NotReadableValuesLegacyTest$NotReadableValuesLanguage$VariablesObject;

  protected boolean hasMembers();
    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$VariablesObject this
         0: .line 233
            iconst_1
            ireturn
        end local 0 // com.oracle.truffle.tools.chromeinspector.test.NotReadableValuesLegacyTest$NotReadableValuesLanguage$VariablesObject this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/tools/chromeinspector/test/NotReadableValuesLegacyTest$NotReadableValuesLanguage$VariablesObject;

  protected java.lang.Object getMembers(boolean);
    descriptor: (Z)Ljava/lang/Object;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.truffle.tools.chromeinspector.test.NotReadableValuesLegacyTest$NotReadableValuesLanguage$VariablesObject this
        start local 1 // boolean includeInternal
         0: .line 239
            new com.oracle.truffle.tools.chromeinspector.test.NotReadableValuesLegacyTest$NotReadableValuesLanguage$Names
            dup
            getstatic com.oracle.truffle.tools.chromeinspector.test.NotReadableValuesLegacyTest$NotReadableValuesLanguage$VariablesObject.NAMES:[Ljava/lang/String;
            invokespecial com.oracle.truffle.tools.chromeinspector.test.NotReadableValuesLegacyTest$NotReadableValuesLanguage$Names.<init>:([Ljava/lang/String;)V
            areturn
        end local 1 // boolean includeInternal
        end local 0 // com.oracle.truffle.tools.chromeinspector.test.NotReadableValuesLegacyTest$NotReadableValuesLanguage$VariablesObject this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lcom/oracle/truffle/tools/chromeinspector/test/NotReadableValuesLegacyTest$NotReadableValuesLanguage$VariablesObject;
            0    1     1  includeInternal  Z
    Exceptions:
      throws com.oracle.truffle.api.interop.UnsupportedMessageException
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.CompilerDirectives$TruffleBoundary()
    MethodParameters:
                 Name  Flags
      includeInternal  

  protected boolean isMemberReadable(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.tools.chromeinspector.test.NotReadableValuesLegacyTest$NotReadableValuesLanguage$VariablesObject this
        start local 1 // java.lang.String member
         0: .line 244
            aload 1 /* member */
            ldc "nr"
            invokevirtual java.lang.String.startsWith:(Ljava/lang/String;)Z
            ifeq 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_1
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 1 // java.lang.String member
        end local 0 // com.oracle.truffle.tools.chromeinspector.test.NotReadableValuesLegacyTest$NotReadableValuesLanguage$VariablesObject this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lcom/oracle/truffle/tools/chromeinspector/test/NotReadableValuesLegacyTest$NotReadableValuesLanguage$VariablesObject;
            0    3     1  member  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      member  

  protected java.lang.Object readMember(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.oracle.truffle.tools.chromeinspector.test.NotReadableValuesLegacyTest$NotReadableValuesLanguage$VariablesObject this
        start local 1 // java.lang.String member
         0: .line 250
            aload 1 /* member */
            ldc "nr"
            invokevirtual java.lang.String.startsWith:(Ljava/lang/String;)Z
            ifeq 2
         1: .line 251
            invokestatic com.oracle.truffle.api.interop.UnsupportedMessageException.create:()Lcom/oracle/truffle/api/interop/UnsupportedMessageException;
            athrow
         2: .line 253
      StackMap locals:
      StackMap stack:
            aload 1 /* member */
            dup
            astore 2
            invokevirtual java.lang.String.hashCode:()I
            lookupswitch { // 2
          -1023368385: 3
             93090393: 4
              default: 7
          }
      StackMap locals: java.lang.String
      StackMap stack:
         3: aload 2
            ldc "object"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 5
            goto 7
      StackMap locals:
      StackMap stack:
         4: aload 2
            ldc "array"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 6
            goto 7
         5: .line 255
      StackMap locals:
      StackMap stack:
            new com.oracle.truffle.tools.chromeinspector.test.NotReadableValuesLegacyTest$NotReadableValuesLanguage$VariablesObject
            dup
            invokespecial com.oracle.truffle.tools.chromeinspector.test.NotReadableValuesLegacyTest$NotReadableValuesLanguage$VariablesObject.<init>:()V
            areturn
         6: .line 257
      StackMap locals:
      StackMap stack:
            new com.oracle.truffle.tools.chromeinspector.test.NotReadableValuesLegacyTest$NotReadableValuesLanguage$ArrayValue
            dup
            invokespecial com.oracle.truffle.tools.chromeinspector.test.NotReadableValuesLegacyTest$NotReadableValuesLanguage$ArrayValue.<init>:()V
            areturn
         7: .line 259
      StackMap locals:
      StackMap stack:
            invokestatic com.oracle.truffle.api.interop.UnsupportedMessageException.create:()Lcom/oracle/truffle/api/interop/UnsupportedMessageException;
            athrow
        end local 1 // java.lang.String member
        end local 0 // com.oracle.truffle.tools.chromeinspector.test.NotReadableValuesLegacyTest$NotReadableValuesLanguage$VariablesObject this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Lcom/oracle/truffle/tools/chromeinspector/test/NotReadableValuesLegacyTest$NotReadableValuesLanguage$VariablesObject;
            0    8     1  member  Ljava/lang/String;
    Exceptions:
      throws com.oracle.truffle.api.interop.UnsupportedMessageException, com.oracle.truffle.api.interop.UnknownIdentifierException
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.CompilerDirectives$TruffleBoundary()
    MethodParameters:
        Name  Flags
      member  
}
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
  private Names = com.oracle.truffle.tools.chromeinspector.test.NotReadableValuesLegacyTest$NotReadableValuesLanguage$Names of com.oracle.truffle.tools.chromeinspector.test.NotReadableValuesLegacyTest$NotReadableValuesLanguage
  private final VariablesObject = com.oracle.truffle.tools.chromeinspector.test.NotReadableValuesLegacyTest$NotReadableValuesLanguage$VariablesObject of com.oracle.truffle.tools.chromeinspector.test.NotReadableValuesLegacyTest$NotReadableValuesLanguage