class com.oracle.truffle.tools.chromeinspector.test.BuggyLanguageInspectDebugLegacyTest$8 extends com.oracle.truffle.api.debug.test.TestDebugBuggyLanguage
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.tools.chromeinspector.test.BuggyLanguageInspectDebugLegacyTest$8
  super_class: com.oracle.truffle.api.debug.test.TestDebugBuggyLanguage
{
  private int numCalls;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  final com.oracle.truffle.tools.chromeinspector.test.BuggyLanguageInspectDebugLegacyTest this$0;
    descriptor: Lcom/oracle/truffle/tools/chromeinspector/test/BuggyLanguageInspectDebugLegacyTest;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.oracle.truffle.tools.chromeinspector.test.BuggyLanguageInspectDebugLegacyTest);
    descriptor: (Lcom/oracle/truffle/tools/chromeinspector/test/BuggyLanguageInspectDebugLegacyTest;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.tools.chromeinspector.test.BuggyLanguageInspectDebugLegacyTest$8 this
         0: .line 185
            aload 0 /* this */
            aload 1
            putfield com.oracle.truffle.tools.chromeinspector.test.BuggyLanguageInspectDebugLegacyTest$8.this$0:Lcom/oracle/truffle/tools/chromeinspector/test/BuggyLanguageInspectDebugLegacyTest;
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.debug.test.TestDebugBuggyLanguage.<init>:()V
         1: .line 186
            aload 0 /* this */
            iconst_0
            putfield com.oracle.truffle.tools.chromeinspector.test.BuggyLanguageInspectDebugLegacyTest$8.numCalls:I
         2: .line 185
            return
        end local 0 // com.oracle.truffle.tools.chromeinspector.test.BuggyLanguageInspectDebugLegacyTest$8 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/tools/chromeinspector/test/BuggyLanguageInspectDebugLegacyTest$8;
    MethodParameters:
        Name  Flags
      this$0  final

  protected com.oracle.truffle.api.source.SourceSection findSourceLocation(com.oracle.truffle.api.test.polyglot.ProxyLanguage$LanguageContext, java.lang.Object);
    descriptor: (Lcom/oracle/truffle/api/test/polyglot/ProxyLanguage$LanguageContext;Ljava/lang/Object;)Lcom/oracle/truffle/api/source/SourceSection;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // com.oracle.truffle.tools.chromeinspector.test.BuggyLanguageInspectDebugLegacyTest$8 this
        start local 1 // com.oracle.truffle.api.test.polyglot.ProxyLanguage$LanguageContext context
        start local 2 // java.lang.Object value
         0: .line 194
            aload 0 /* this */
            dup
            getfield com.oracle.truffle.tools.chromeinspector.test.BuggyLanguageInspectDebugLegacyTest$8.numCalls:I
            iconst_1
            iadd
            putfield com.oracle.truffle.tools.chromeinspector.test.BuggyLanguageInspectDebugLegacyTest$8.numCalls:I
         1: .line 195
            aload 0 /* this */
            getfield com.oracle.truffle.tools.chromeinspector.test.BuggyLanguageInspectDebugLegacyTest$8.numCalls:I
            iconst_3
            irem
            ifeq 3
         2: .line 196
            aconst_null
            areturn
         3: .line 198
      StackMap locals:
      StackMap stack:
            aload 2 /* value */
            instanceof com.oracle.truffle.api.interop.TruffleObject
            ifeq 9
         4: .line 200
            invokestatic com.oracle.truffle.api.interop.InteropLibrary.getFactory:()Lcom/oracle/truffle/api/library/LibraryFactory;
            invokevirtual com.oracle.truffle.api.library.LibraryFactory.getUncached:()Lcom/oracle/truffle/api/library/Library;
            checkcast com.oracle.truffle.api.interop.InteropLibrary
            aload 2 /* value */
            ldc "A"
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.readMember:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
            istore 3 /* errNum */
        start local 3 // int errNum
         5: .line 201
            aload 0 /* this */
            iload 3 /* errNum */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual com.oracle.truffle.tools.chromeinspector.test.BuggyLanguageInspectDebugLegacyTest$8.throwBug:(Ljava/lang/Object;)V
        end local 3 // int errNum
         6: .line 202
            goto 9
      StackMap locals:
      StackMap stack: com.oracle.truffle.api.interop.InteropException
         7: astore 3 /* ex */
        start local 3 // com.oracle.truffle.api.interop.InteropException ex
         8: .line 203
            aload 3 /* ex */
            invokestatic com.oracle.truffle.api.CompilerDirectives.shouldNotReachHere:(Ljava/lang/Throwable;)Ljava/lang/RuntimeException;
            athrow
        end local 3 // com.oracle.truffle.api.interop.InteropException ex
         9: .line 206
      StackMap locals:
      StackMap stack:
            aconst_null
            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.BuggyLanguageInspectDebugLegacyTest$8 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   10     0     this  Lcom/oracle/truffle/tools/chromeinspector/test/BuggyLanguageInspectDebugLegacyTest$8;
            0   10     1  context  Lcom/oracle/truffle/api/test/polyglot/ProxyLanguage$LanguageContext;
            0   10     2    value  Ljava/lang/Object;
            5    6     3   errNum  I
            8    9     3       ex  Lcom/oracle/truffle/api/interop/InteropException;
      Exception table:
        from    to  target  type
           4     6       7  Class com.oracle.truffle.api.interop.UnknownIdentifierException
           4     6       7  Class com.oracle.truffle.api.interop.UnsupportedMessageException
    MethodParameters:
         Name  Flags
      context  
      value    
}
SourceFile: "BuggyLanguageInspectDebugLegacyTest.java"
EnclosingMethod: com.oracle.truffle.tools.chromeinspector.test.BuggyLanguageInspectDebugLegacyTest.testBuggySourceLocation:()V
NestHost: com.oracle.truffle.tools.chromeinspector.test.BuggyLanguageInspectDebugLegacyTest
InnerClasses:
  public LanguageContext = com.oracle.truffle.api.test.polyglot.ProxyLanguage$LanguageContext of com.oracle.truffle.api.test.polyglot.ProxyLanguage
  com.oracle.truffle.tools.chromeinspector.test.BuggyLanguageInspectDebugLegacyTest$8