class com.oracle.truffle.js.test.interop.AsyncInteropTest$TestOutput extends java.io.ByteArrayOutputStream
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.js.test.interop.AsyncInteropTest$TestOutput
  super_class: java.io.ByteArrayOutputStream
{
  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 270
            ldc Lcom/oracle/truffle/js/test/interop/AsyncInteropTest;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic com.oracle.truffle.js.test.interop.AsyncInteropTest$TestOutput.$assertionsDisabled:Z
            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.js.test.interop.AsyncInteropTest$TestOutput this
         0: .line 270
            aload 0 /* this */
            invokespecial java.io.ByteArrayOutputStream.<init>:()V
            return
        end local 0 // com.oracle.truffle.js.test.interop.AsyncInteropTest$TestOutput this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/js/test/interop/AsyncInteropTest$TestOutput;

  void write(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.js.test.interop.AsyncInteropTest$TestOutput this
        start local 1 // java.lang.String text
         0: .line 274
            aload 0 /* this */
            aload 1 /* text */
            invokevirtual java.lang.String.getBytes:()[B
            invokevirtual com.oracle.truffle.js.test.interop.AsyncInteropTest$TestOutput.write:([B)V
         1: .line 275
            goto 4
      StackMap locals:
      StackMap stack: java.io.IOException
         2: pop
         3: .line 276
            getstatic com.oracle.truffle.js.test.interop.AsyncInteropTest$TestOutput.$assertionsDisabled:Z
            ifne 4
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         4: .line 278
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.String text
        end local 0 // com.oracle.truffle.js.test.interop.AsyncInteropTest$TestOutput this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/oracle/truffle/js/test/interop/AsyncInteropTest$TestOutput;
            0    5     1  text  Ljava/lang/String;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException
    MethodParameters:
      Name  Flags
      text  

  public synchronized java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.oracle.truffle.js.test.interop.AsyncInteropTest$TestOutput this
         0: .line 282
            new java.lang.String
            dup
            aload 0 /* this */
            invokevirtual com.oracle.truffle.js.test.interop.AsyncInteropTest$TestOutput.toByteArray:()[B
            getstatic java.nio.charset.StandardCharsets.UTF_8:Ljava/nio/charset/Charset;
            invokespecial java.lang.String.<init>:([BLjava/nio/charset/Charset;)V
            areturn
        end local 0 // com.oracle.truffle.js.test.interop.AsyncInteropTest$TestOutput this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/js/test/interop/AsyncInteropTest$TestOutput;
}
SourceFile: "AsyncInteropTest.java"
NestHost: com.oracle.truffle.js.test.interop.AsyncInteropTest
InnerClasses:
  private TestOutput = com.oracle.truffle.js.test.interop.AsyncInteropTest$TestOutput of com.oracle.truffle.js.test.interop.AsyncInteropTest