public class com.oracle.truffle.js.test.polyglot.ForeignTestFunction implements com.oracle.truffle.api.interop.TruffleObject
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.truffle.js.test.polyglot.ForeignTestFunction
  super_class: java.lang.Object
{
  private final java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.oracle.truffle.js.test.polyglot.ForeignTestFunction$TestFunction function;
    descriptor: Lcom/oracle/truffle/js/test/polyglot/ForeignTestFunction$TestFunction;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(java.lang.String, com.oracle.truffle.js.test.polyglot.ForeignTestFunction$TestFunction);
    descriptor: (Ljava/lang/String;Lcom/oracle/truffle/js/test/polyglot/ForeignTestFunction$TestFunction;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.oracle.truffle.js.test.polyglot.ForeignTestFunction this
        start local 1 // java.lang.String name
        start local 2 // com.oracle.truffle.js.test.polyglot.ForeignTestFunction$TestFunction function
         0: .line 61
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 62
            aload 0 /* this */
            aload 1 /* name */
            putfield com.oracle.truffle.js.test.polyglot.ForeignTestFunction.name:Ljava/lang/String;
         2: .line 63
            aload 0 /* this */
            aload 2 /* function */
            putfield com.oracle.truffle.js.test.polyglot.ForeignTestFunction.function:Lcom/oracle/truffle/js/test/polyglot/ForeignTestFunction$TestFunction;
         3: .line 64
            return
        end local 2 // com.oracle.truffle.js.test.polyglot.ForeignTestFunction$TestFunction function
        end local 1 // java.lang.String name
        end local 0 // com.oracle.truffle.js.test.polyglot.ForeignTestFunction this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lcom/oracle/truffle/js/test/polyglot/ForeignTestFunction;
            0    4     1      name  Ljava/lang/String;
            0    4     2  function  Lcom/oracle/truffle/js/test/polyglot/ForeignTestFunction$TestFunction;
    MethodParameters:
          Name  Flags
      name      
      function  

  public boolean isNull();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.js.test.polyglot.ForeignTestFunction this
         0: .line 68
            iconst_0
            ireturn
        end local 0 // com.oracle.truffle.js.test.polyglot.ForeignTestFunction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/js/test/polyglot/ForeignTestFunction;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()

  public boolean hasMembers();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.js.test.polyglot.ForeignTestFunction this
         0: .line 73
            iconst_1
            ireturn
        end local 0 // com.oracle.truffle.js.test.polyglot.ForeignTestFunction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/js/test/polyglot/ForeignTestFunction;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()

  public java.lang.Object getMembers(boolean);
    descriptor: (Z)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.oracle.truffle.js.test.polyglot.ForeignTestFunction this
        start local 1 // boolean includeInternal
         0: .line 79
            aconst_null
            areturn
        end local 1 // boolean includeInternal
        end local 0 // com.oracle.truffle.js.test.polyglot.ForeignTestFunction this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lcom/oracle/truffle/js/test/polyglot/ForeignTestFunction;
            0    1     1  includeInternal  Z
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
    MethodParameters:
                 Name  Flags
      includeInternal  

  public boolean isExecutable();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.js.test.polyglot.ForeignTestFunction this
         0: .line 84
            iconst_1
            ireturn
        end local 0 // com.oracle.truffle.js.test.polyglot.ForeignTestFunction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/js/test/polyglot/ForeignTestFunction;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()

  public java.lang.Object execute(java.lang.Object[]);
    descriptor: ([Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.js.test.polyglot.ForeignTestFunction this
        start local 1 // java.lang.Object[] arguments
         0: .line 90
            aload 0 /* this */
            getfield com.oracle.truffle.js.test.polyglot.ForeignTestFunction.function:Lcom/oracle/truffle/js/test/polyglot/ForeignTestFunction$TestFunction;
            aload 1 /* arguments */
            invokeinterface com.oracle.truffle.js.test.polyglot.ForeignTestFunction$TestFunction.execute:([Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 1 // java.lang.Object[] arguments
        end local 0 // com.oracle.truffle.js.test.polyglot.ForeignTestFunction this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lcom/oracle/truffle/js/test/polyglot/ForeignTestFunction;
            0    1     1  arguments  [Ljava/lang/Object;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
    MethodParameters:
           Name  Flags
      arguments  

  public java.lang.Object toDisplayString(boolean);
    descriptor: (Z)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.truffle.js.test.polyglot.ForeignTestFunction this
        start local 1 // boolean allowSideEffects
         0: .line 95
            iload 1 /* allowSideEffects */
            ifeq 2
         1: .line 96
            new java.lang.StringBuilder
            dup
            ldc "function "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield com.oracle.truffle.js.test.polyglot.ForeignTestFunction.name:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "()"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
         2: .line 98
      StackMap locals:
      StackMap stack:
            ldc "f()"
            areturn
        end local 1 // boolean allowSideEffects
        end local 0 // com.oracle.truffle.js.test.polyglot.ForeignTestFunction this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    3     0              this  Lcom/oracle/truffle/js/test/polyglot/ForeignTestFunction;
            0    3     1  allowSideEffects  Z
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
    MethodParameters:
                  Name  Flags
      allowSideEffects  

  public boolean hasExecutableName();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.js.test.polyglot.ForeignTestFunction this
         0: .line 104
            iconst_1
            ireturn
        end local 0 // com.oracle.truffle.js.test.polyglot.ForeignTestFunction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/js/test/polyglot/ForeignTestFunction;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()

  final java.lang.Object getExecutableName();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0010) ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.js.test.polyglot.ForeignTestFunction this
         0: .line 109
            aload 0 /* this */
            getfield com.oracle.truffle.js.test.polyglot.ForeignTestFunction.name:Ljava/lang/String;
            areturn
        end local 0 // com.oracle.truffle.js.test.polyglot.ForeignTestFunction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/js/test/polyglot/ForeignTestFunction;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
}
SourceFile: "ForeignTestFunction.java"
NestMembers:
  com.oracle.truffle.js.test.polyglot.ForeignTestFunction$TestFunction
InnerClasses:
  abstract TestFunction = com.oracle.truffle.js.test.polyglot.ForeignTestFunction$TestFunction of com.oracle.truffle.js.test.polyglot.ForeignTestFunction
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportLibrary(value = Lcom/oracle/truffle/api/interop/InteropLibrary;)