public final class com.oracle.truffle.api.library.test.GR21540Test$InteropBoundFunction2 implements com.oracle.truffle.api.interop.TruffleObject
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.api.library.test.GR21540Test$InteropBoundFunction2
  super_class: java.lang.Object
{
  final com.oracle.truffle.api.interop.TruffleObject function;
    descriptor: Lcom/oracle/truffle/api/interop/TruffleObject;
    flags: (0x0010) ACC_FINAL

  final java.lang.Object receiver;
    descriptor: Ljava/lang/Object;
    flags: (0x0010) ACC_FINAL

  public void <init>(com.oracle.truffle.api.interop.TruffleObject);
    descriptor: (Lcom/oracle/truffle/api/interop/TruffleObject;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.library.test.GR21540Test$InteropBoundFunction2 this
        start local 1 // com.oracle.truffle.api.interop.TruffleObject function
         0: .line 82
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 83
            aload 0 /* this */
            aload 1 /* function */
            putfield com.oracle.truffle.api.library.test.GR21540Test$InteropBoundFunction2.function:Lcom/oracle/truffle/api/interop/TruffleObject;
         2: .line 84
            aload 0 /* this */
            aconst_null
            putfield com.oracle.truffle.api.library.test.GR21540Test$InteropBoundFunction2.receiver:Ljava/lang/Object;
         3: .line 85
            return
        end local 1 // com.oracle.truffle.api.interop.TruffleObject function
        end local 0 // com.oracle.truffle.api.library.test.GR21540Test$InteropBoundFunction2 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lcom/oracle/truffle/api/library/test/GR21540Test$InteropBoundFunction2;
            0    4     1  function  Lcom/oracle/truffle/api/interop/TruffleObject;
    MethodParameters:
          Name  Flags
      function  

  boolean isExecutable();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.library.test.GR21540Test$InteropBoundFunction2 this
         0: .line 90
            iconst_1
            ireturn
        end local 0 // com.oracle.truffle.api.library.test.GR21540Test$InteropBoundFunction2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/library/test/GR21540Test$InteropBoundFunction2;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()

  java.lang.Object execute(java.lang.Object[]);
    descriptor: ([Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.library.test.GR21540Test$InteropBoundFunction2 this
        start local 1 // java.lang.Object[] arguments
         0: .line 96
            aload 1 /* arguments */
            iconst_0
            aaload
            areturn
        end local 1 // java.lang.Object[] arguments
        end local 0 // com.oracle.truffle.api.library.test.GR21540Test$InteropBoundFunction2 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lcom/oracle/truffle/api/library/test/GR21540Test$InteropBoundFunction2;
            0    1     1  arguments  [Ljava/lang/Object;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
    MethodParameters:
           Name  Flags
      arguments  
}
SourceFile: "GR21540Test.java"
NestHost: com.oracle.truffle.api.library.test.GR21540Test
InnerClasses:
  public final InteropBoundFunction2 = com.oracle.truffle.api.library.test.GR21540Test$InteropBoundFunction2 of com.oracle.truffle.api.library.test.GR21540Test
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportLibrary(value = Lcom/oracle/truffle/api/interop/InteropLibrary;, delegateTo = "function")