class com.oracle.truffle.tools.chromeinspector.test.NotReadableValuesTest$NotReadableValuesLanguage$MetaObject 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.NotReadableValuesTest$NotReadableValuesLanguage$MetaObject
  super_class: com.oracle.truffle.api.test.polyglot.ProxyInteropObject
{
  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.NotReadableValuesTest$NotReadableValuesLanguage$MetaObject this
         0: .line 281
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.test.polyglot.ProxyInteropObject.<init>:()V
            return
        end local 0 // com.oracle.truffle.tools.chromeinspector.test.NotReadableValuesTest$NotReadableValuesLanguage$MetaObject this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/tools/chromeinspector/test/NotReadableValuesTest$NotReadableValuesLanguage$MetaObject;

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

  protected boolean isMetaInstance(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.oracle.truffle.tools.chromeinspector.test.NotReadableValuesTest$NotReadableValuesLanguage$MetaObject this
        start local 1 // java.lang.Object instance
         0: .line 290
            aload 1 /* instance */
            instanceof com.oracle.truffle.tools.chromeinspector.test.NotReadableValuesTest$NotReadableValuesLanguage$VariablesObject
            ifne 1
            aload 1 /* instance */
            instanceof com.oracle.truffle.tools.chromeinspector.test.NotReadableValuesTest$NotReadableValuesLanguage$ArrayValue
            ifne 1
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_1
            ireturn
        end local 1 // java.lang.Object instance
        end local 0 // com.oracle.truffle.tools.chromeinspector.test.NotReadableValuesTest$NotReadableValuesLanguage$MetaObject this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/oracle/truffle/tools/chromeinspector/test/NotReadableValuesTest$NotReadableValuesLanguage$MetaObject;
            0    2     1  instance  Ljava/lang/Object;
    MethodParameters:
          Name  Flags
      instance  

  protected java.lang.String getMetaSimpleName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.tools.chromeinspector.test.NotReadableValuesTest$NotReadableValuesLanguage$MetaObject this
         0: .line 295
            ldc "Object"
            areturn
        end local 0 // com.oracle.truffle.tools.chromeinspector.test.NotReadableValuesTest$NotReadableValuesLanguage$MetaObject this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/tools/chromeinspector/test/NotReadableValuesTest$NotReadableValuesLanguage$MetaObject;
    Exceptions:
      throws com.oracle.truffle.api.interop.UnsupportedMessageException

  protected java.lang.String getMetaQualifiedName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.tools.chromeinspector.test.NotReadableValuesTest$NotReadableValuesLanguage$MetaObject this
         0: .line 300
            ldc "Object"
            areturn
        end local 0 // com.oracle.truffle.tools.chromeinspector.test.NotReadableValuesTest$NotReadableValuesLanguage$MetaObject this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/tools/chromeinspector/test/NotReadableValuesTest$NotReadableValuesLanguage$MetaObject;
    Exceptions:
      throws com.oracle.truffle.api.interop.UnsupportedMessageException
}
SourceFile: "NotReadableValuesTest.java"
NestHost: com.oracle.truffle.tools.chromeinspector.test.NotReadableValuesTest
InnerClasses:
  NotReadableValuesLanguage = com.oracle.truffle.tools.chromeinspector.test.NotReadableValuesTest$NotReadableValuesLanguage of com.oracle.truffle.tools.chromeinspector.test.NotReadableValuesTest
  private ArrayValue = com.oracle.truffle.tools.chromeinspector.test.NotReadableValuesTest$NotReadableValuesLanguage$ArrayValue of com.oracle.truffle.tools.chromeinspector.test.NotReadableValuesTest$NotReadableValuesLanguage
  private MetaObject = com.oracle.truffle.tools.chromeinspector.test.NotReadableValuesTest$NotReadableValuesLanguage$MetaObject of com.oracle.truffle.tools.chromeinspector.test.NotReadableValuesTest$NotReadableValuesLanguage
  private final VariablesObject = com.oracle.truffle.tools.chromeinspector.test.NotReadableValuesTest$NotReadableValuesLanguage$VariablesObject of com.oracle.truffle.tools.chromeinspector.test.NotReadableValuesTest$NotReadableValuesLanguage