class com.oracle.truffle.tools.chromeinspector.test.NotReadableValuesLegacyTest$NotReadableValuesLanguage extends com.oracle.truffle.api.test.polyglot.ProxyLanguage
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.tools.chromeinspector.test.NotReadableValuesLegacyTest$NotReadableValuesLanguage
  super_class: com.oracle.truffle.api.test.polyglot.ProxyLanguage
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.tools.chromeinspector.test.NotReadableValuesLegacyTest$NotReadableValuesLanguage this
         0: .line 129
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.test.polyglot.ProxyLanguage.<init>:()V
            return
        end local 0 // com.oracle.truffle.tools.chromeinspector.test.NotReadableValuesLegacyTest$NotReadableValuesLanguage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/tools/chromeinspector/test/NotReadableValuesLegacyTest$NotReadableValuesLanguage;

  protected final com.oracle.truffle.api.CallTarget parse(com.oracle.truffle.api.TruffleLanguage$ParsingRequest);
    descriptor: (Lcom/oracle/truffle/api/TruffleLanguage$ParsingRequest;)Lcom/oracle/truffle/api/CallTarget;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // com.oracle.truffle.tools.chromeinspector.test.NotReadableValuesLegacyTest$NotReadableValuesLanguage this
        start local 1 // com.oracle.truffle.api.TruffleLanguage$ParsingRequest request
         0: .line 133
            invokestatic com.oracle.truffle.api.Truffle.getRuntime:()Lcom/oracle/truffle/api/TruffleRuntime;
            new com.oracle.truffle.tools.chromeinspector.test.NotReadableValuesLegacyTest$NotReadableValuesLanguage$TestRootNode
            dup
            aload 0 /* this */
            aload 0 /* this */
            getfield com.oracle.truffle.tools.chromeinspector.test.NotReadableValuesLegacyTest$NotReadableValuesLanguage.languageInstance:Lcom/oracle/truffle/api/test/polyglot/ProxyLanguage;
            aload 1 /* request */
            invokevirtual com.oracle.truffle.api.TruffleLanguage$ParsingRequest.getSource:()Lcom/oracle/truffle/api/source/Source;
            invokespecial com.oracle.truffle.tools.chromeinspector.test.NotReadableValuesLegacyTest$NotReadableValuesLanguage$TestRootNode.<init>:(Lcom/oracle/truffle/tools/chromeinspector/test/NotReadableValuesLegacyTest$NotReadableValuesLanguage;Lcom/oracle/truffle/api/TruffleLanguage;Lcom/oracle/truffle/api/source/Source;)V
            invokeinterface com.oracle.truffle.api.TruffleRuntime.createCallTarget:(Lcom/oracle/truffle/api/nodes/RootNode;)Lcom/oracle/truffle/api/RootCallTarget;
            areturn
        end local 1 // com.oracle.truffle.api.TruffleLanguage$ParsingRequest request
        end local 0 // com.oracle.truffle.tools.chromeinspector.test.NotReadableValuesLegacyTest$NotReadableValuesLanguage this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lcom/oracle/truffle/tools/chromeinspector/test/NotReadableValuesLegacyTest$NotReadableValuesLanguage;
            0    1     1  request  Lcom/oracle/truffle/api/TruffleLanguage$ParsingRequest;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
         Name  Flags
      request  

  protected java.lang.Iterable<com.oracle.truffle.api.Scope> findTopScopes(com.oracle.truffle.api.test.polyglot.ProxyLanguage$LanguageContext);
    descriptor: (Lcom/oracle/truffle/api/test/polyglot/ProxyLanguage$LanguageContext;)Ljava/lang/Iterable;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.truffle.tools.chromeinspector.test.NotReadableValuesLegacyTest$NotReadableValuesLanguage this
        start local 1 // com.oracle.truffle.api.test.polyglot.ProxyLanguage$LanguageContext context
         0: .line 139
            ldc "top"
            new com.oracle.truffle.tools.chromeinspector.test.NotReadableValuesLegacyTest$NotReadableValuesLanguage$VariablesObject
            dup
            invokespecial com.oracle.truffle.tools.chromeinspector.test.NotReadableValuesLegacyTest$NotReadableValuesLanguage$VariablesObject.<init>:()V
            invokestatic com.oracle.truffle.api.Scope.newBuilder:(Ljava/lang/String;Ljava/lang/Object;)Lcom/oracle/truffle/api/Scope$Builder;
            invokevirtual com.oracle.truffle.api.Scope$Builder.build:()Lcom/oracle/truffle/api/Scope;
            invokestatic java.util.Collections.singletonList:(Ljava/lang/Object;)Ljava/util/List;
            areturn
        end local 1 // com.oracle.truffle.api.test.polyglot.ProxyLanguage$LanguageContext context
        end local 0 // com.oracle.truffle.tools.chromeinspector.test.NotReadableValuesLegacyTest$NotReadableValuesLanguage this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lcom/oracle/truffle/tools/chromeinspector/test/NotReadableValuesLegacyTest$NotReadableValuesLanguage;
            0    1     1  context  Lcom/oracle/truffle/api/test/polyglot/ProxyLanguage$LanguageContext;
    Signature: (Lcom/oracle/truffle/api/test/polyglot/ProxyLanguage$LanguageContext;)Ljava/lang/Iterable<Lcom/oracle/truffle/api/Scope;>;
    MethodParameters:
         Name  Flags
      context  

  protected java.lang.Object findMetaObject(com.oracle.truffle.api.test.polyglot.ProxyLanguage$LanguageContext, java.lang.Object);
    descriptor: (Lcom/oracle/truffle/api/test/polyglot/ProxyLanguage$LanguageContext;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.oracle.truffle.tools.chromeinspector.test.NotReadableValuesLegacyTest$NotReadableValuesLanguage this
        start local 1 // com.oracle.truffle.api.test.polyglot.ProxyLanguage$LanguageContext context
        start local 2 // java.lang.Object value
         0: .line 144
            aload 2 /* value */
            instanceof com.oracle.truffle.api.interop.TruffleObject
            ifeq 2
         1: .line 145
            ldc "Object"
            areturn
         2: .line 147
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* value */
            invokespecial com.oracle.truffle.api.test.polyglot.ProxyLanguage.findMetaObject:(Lcom/oracle/truffle/api/test/polyglot/ProxyLanguage$LanguageContext;Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 2 // java.lang.Object value
        end local 1 // com.oracle.truffle.api.test.polyglot.ProxyLanguage$LanguageContext context
        end local 0 // com.oracle.truffle.tools.chromeinspector.test.NotReadableValuesLegacyTest$NotReadableValuesLanguage this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lcom/oracle/truffle/tools/chromeinspector/test/NotReadableValuesLegacyTest$NotReadableValuesLanguage;
            0    3     1  context  Lcom/oracle/truffle/api/test/polyglot/ProxyLanguage$LanguageContext;
            0    3     2    value  Ljava/lang/Object;
    MethodParameters:
         Name  Flags
      context  
      value    

  protected java.lang.String toString(com.oracle.truffle.api.test.polyglot.ProxyLanguage$LanguageContext, java.lang.Object);
    descriptor: (Lcom/oracle/truffle/api/test/polyglot/ProxyLanguage$LanguageContext;Ljava/lang/Object;)Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.oracle.truffle.tools.chromeinspector.test.NotReadableValuesLegacyTest$NotReadableValuesLanguage this
        start local 1 // com.oracle.truffle.api.test.polyglot.ProxyLanguage$LanguageContext context
        start local 2 // java.lang.Object value
         0: .line 152
            aload 2 /* value */
            instanceof com.oracle.truffle.api.test.polyglot.ProxyInteropObject
            ifeq 2
         1: .line 153
            aload 2 /* value */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
            areturn
         2: .line 155
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* value */
            invokespecial com.oracle.truffle.api.test.polyglot.ProxyLanguage.toString:(Lcom/oracle/truffle/api/test/polyglot/ProxyLanguage$LanguageContext;Ljava/lang/Object;)Ljava/lang/String;
            areturn
        end local 2 // java.lang.Object value
        end local 1 // com.oracle.truffle.api.test.polyglot.ProxyLanguage$LanguageContext context
        end local 0 // com.oracle.truffle.tools.chromeinspector.test.NotReadableValuesLegacyTest$NotReadableValuesLanguage this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lcom/oracle/truffle/tools/chromeinspector/test/NotReadableValuesLegacyTest$NotReadableValuesLanguage;
            0    3     1  context  Lcom/oracle/truffle/api/test/polyglot/ProxyLanguage$LanguageContext;
            0    3     2    value  Ljava/lang/Object;
    MethodParameters:
         Name  Flags
      context  
      value    
}
SourceFile: "NotReadableValuesLegacyTest.java"
NestHost: com.oracle.truffle.tools.chromeinspector.test.NotReadableValuesLegacyTest
InnerClasses:
  public final Builder = com.oracle.truffle.api.Scope$Builder of com.oracle.truffle.api.Scope
  public final ParsingRequest = com.oracle.truffle.api.TruffleLanguage$ParsingRequest of com.oracle.truffle.api.TruffleLanguage
  public LanguageContext = com.oracle.truffle.api.test.polyglot.ProxyLanguage$LanguageContext of com.oracle.truffle.api.test.polyglot.ProxyLanguage
  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
  NrStatementLegacyNode = com.oracle.truffle.tools.chromeinspector.test.NotReadableValuesLegacyTest$NotReadableValuesLanguage$NrStatementLegacyNode of com.oracle.truffle.tools.chromeinspector.test.NotReadableValuesLegacyTest$NotReadableValuesLanguage
  final TestRootNode = com.oracle.truffle.tools.chromeinspector.test.NotReadableValuesLegacyTest$NotReadableValuesLanguage$TestRootNode 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