class com.oracle.truffle.api.test.polyglot.PolyglotExceptionTest$4 implements org.graalvm.polyglot.proxy.ProxyExecutable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.api.test.polyglot.PolyglotExceptionTest$4
  super_class: java.lang.Object
{
  final com.oracle.truffle.api.test.polyglot.PolyglotExceptionTest this$0;
    descriptor: Lcom/oracle/truffle/api/test/polyglot/PolyglotExceptionTest;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final java.lang.RuntimeException val$e1;
    descriptor: Ljava/lang/RuntimeException;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.oracle.truffle.api.test.polyglot.PolyglotExceptionTest, java.lang.RuntimeException);
    descriptor: (Lcom/oracle/truffle/api/test/polyglot/PolyglotExceptionTest;Ljava/lang/RuntimeException;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.test.polyglot.PolyglotExceptionTest$4 this
         0: .line 223
            aload 0 /* this */
            aload 1
            putfield com.oracle.truffle.api.test.polyglot.PolyglotExceptionTest$4.this$0:Lcom/oracle/truffle/api/test/polyglot/PolyglotExceptionTest;
            aload 0 /* this */
            aload 2
            putfield com.oracle.truffle.api.test.polyglot.PolyglotExceptionTest$4.val$e1:Ljava/lang/RuntimeException;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.test.polyglot.PolyglotExceptionTest$4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/test/polyglot/PolyglotExceptionTest$4;
    MethodParameters:
        Name  Flags
      this$0  final
      val$e1  final

  public java.lang.Object execute(org.graalvm.polyglot.Value[]);
    descriptor: ([Lorg/graalvm/polyglot/Value;)Ljava/lang/Object;
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.test.polyglot.PolyglotExceptionTest$4 this
        start local 1 // org.graalvm.polyglot.Value[] arguments
         0: .line 225
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.polyglot.PolyglotExceptionTest$4.val$e1:Ljava/lang/RuntimeException;
            athrow
        end local 1 // org.graalvm.polyglot.Value[] arguments
        end local 0 // com.oracle.truffle.api.test.polyglot.PolyglotExceptionTest$4 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lcom/oracle/truffle/api/test/polyglot/PolyglotExceptionTest$4;
            0    1     1  arguments  [Lorg/graalvm/polyglot/Value;
    MethodParameters:
           Name  Flags
      arguments  
}
SourceFile: "PolyglotExceptionTest.java"
EnclosingMethod: com.oracle.truffle.api.test.polyglot.PolyglotExceptionTest.testRecursiveHostException:()V
NestHost: com.oracle.truffle.api.test.polyglot.PolyglotExceptionTest
InnerClasses:
  com.oracle.truffle.api.test.polyglot.PolyglotExceptionTest$4