final class com.oracle.truffle.api.test.polyglot.ContextAPITest$ContextTestFunction implements com.oracle.truffle.api.interop.TruffleObject
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.api.test.polyglot.ContextAPITest$ContextTestFunction
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.test.polyglot.ContextAPITest$ContextTestFunction this
         0: .line 647
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.test.polyglot.ContextAPITest$ContextTestFunction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/test/polyglot/ContextAPITest$ContextTestFunction;

  boolean isExecutable();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.test.polyglot.ContextAPITest$ContextTestFunction this
         0: .line 651
            iconst_1
            ireturn
        end local 0 // com.oracle.truffle.api.test.polyglot.ContextAPITest$ContextTestFunction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/test/polyglot/ContextAPITest$ContextTestFunction;
    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=1, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.test.polyglot.ContextAPITest$ContextTestFunction this
        start local 1 // java.lang.Object[] arguments
         0: .line 656
            bipush 42
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            areturn
        end local 1 // java.lang.Object[] arguments
        end local 0 // com.oracle.truffle.api.test.polyglot.ContextAPITest$ContextTestFunction this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lcom/oracle/truffle/api/test/polyglot/ContextAPITest$ContextTestFunction;
            0    1     1  arguments  [Ljava/lang/Object;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
    MethodParameters:
           Name  Flags
      arguments  
}
SourceFile: "ContextAPITest.java"
NestHost: com.oracle.truffle.api.test.polyglot.ContextAPITest
InnerClasses:
  final ContextTestFunction = com.oracle.truffle.api.test.polyglot.ContextAPITest$ContextTestFunction of com.oracle.truffle.api.test.polyglot.ContextAPITest
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportLibrary(value = Lcom/oracle/truffle/api/interop/InteropLibrary;)