class com.oracle.truffle.trufflenode.test.ForeignCallTestingInstrument$1 extends com.oracle.truffle.api.instrumentation.ExecutionEventNode
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.trufflenode.test.ForeignCallTestingInstrument$1
  super_class: com.oracle.truffle.api.instrumentation.ExecutionEventNode
{
  private com.oracle.truffle.api.interop.InteropLibrary dispatch;
    descriptor: Lcom/oracle/truffle/api/interop/InteropLibrary;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.nodes.Node$Child()

  final com.oracle.truffle.trufflenode.test.ForeignCallTestingInstrument this$0;
    descriptor: Lcom/oracle/truffle/trufflenode/test/ForeignCallTestingInstrument;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.oracle.truffle.trufflenode.test.ForeignCallTestingInstrument);
    descriptor: (Lcom/oracle/truffle/trufflenode/test/ForeignCallTestingInstrument;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.truffle.trufflenode.test.ForeignCallTestingInstrument$1 this
         0: .line 89
            aload 0 /* this */
            aload 1
            putfield com.oracle.truffle.trufflenode.test.ForeignCallTestingInstrument$1.this$0:Lcom/oracle/truffle/trufflenode/test/ForeignCallTestingInstrument;
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.instrumentation.ExecutionEventNode.<init>:()V
         1: .line 90
            aload 0 /* this */
            invokestatic com.oracle.truffle.api.interop.InteropLibrary.getFactory:()Lcom/oracle/truffle/api/library/LibraryFactory;
            iconst_5
            invokevirtual com.oracle.truffle.api.library.LibraryFactory.createDispatched:(I)Lcom/oracle/truffle/api/library/Library;
            checkcast com.oracle.truffle.api.interop.InteropLibrary
            putfield com.oracle.truffle.trufflenode.test.ForeignCallTestingInstrument$1.dispatch:Lcom/oracle/truffle/api/interop/InteropLibrary;
         2: .line 89
            return
        end local 0 // com.oracle.truffle.trufflenode.test.ForeignCallTestingInstrument$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/trufflenode/test/ForeignCallTestingInstrument$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public void onEnter(com.oracle.truffle.api.frame.VirtualFrame);
    descriptor: (Lcom/oracle/truffle/api/frame/VirtualFrame;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // com.oracle.truffle.trufflenode.test.ForeignCallTestingInstrument$1 this
        start local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
         0: .line 100
            invokestatic com.oracle.truffle.api.interop.InteropLibrary.getFactory:()Lcom/oracle/truffle/api/library/LibraryFactory;
            invokevirtual com.oracle.truffle.api.library.LibraryFactory.getUncached:()Lcom/oracle/truffle/api/library/Library;
            checkcast com.oracle.truffle.api.interop.InteropLibrary
            astore 2 /* interopLibrary */
        start local 2 // com.oracle.truffle.api.interop.InteropLibrary interopLibrary
         1: .line 101
            aload 2 /* interopLibrary */
            aload 0 /* this */
            getfield com.oracle.truffle.trufflenode.test.ForeignCallTestingInstrument$1.this$0:Lcom/oracle/truffle/trufflenode/test/ForeignCallTestingInstrument;
            getfield com.oracle.truffle.trufflenode.test.ForeignCallTestingInstrument.env:Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;
            invokevirtual com.oracle.truffle.api.instrumentation.TruffleInstrument$Env.getPolyglotBindings:()Ljava/lang/Object;
            ldc "emptyFunction"
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.isMemberReadable:(Ljava/lang/Object;Ljava/lang/String;)Z
            ifeq 7
         2: .line 102
            aload 2 /* interopLibrary */
            aload 0 /* this */
            getfield com.oracle.truffle.trufflenode.test.ForeignCallTestingInstrument$1.this$0:Lcom/oracle/truffle/trufflenode/test/ForeignCallTestingInstrument;
            getfield com.oracle.truffle.trufflenode.test.ForeignCallTestingInstrument.env:Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;
            invokevirtual com.oracle.truffle.api.instrumentation.TruffleInstrument$Env.getPolyglotBindings:()Ljava/lang/Object;
            ldc "emptyFunction"
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.readMember:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            astore 3 /* func */
        start local 3 // java.lang.Object func
         3: .line 103
            aload 0 /* this */
            getfield com.oracle.truffle.trufflenode.test.ForeignCallTestingInstrument$1.dispatch:Lcom/oracle/truffle/api/interop/InteropLibrary;
            aload 3 /* func */
            iconst_0
            anewarray java.lang.Object
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.execute:(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 3 // java.lang.Object func
        end local 2 // com.oracle.truffle.api.interop.InteropLibrary interopLibrary
         4: .line 105
            goto 7
      StackMap locals:
      StackMap stack: java.lang.Exception
         5: astore 2 /* e */
        start local 2 // java.lang.Exception e
         6: .line 106
            new java.lang.AssertionError
            dup
            aload 2 /* e */
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        end local 2 // java.lang.Exception e
         7: .line 108
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
        end local 0 // com.oracle.truffle.trufflenode.test.ForeignCallTestingInstrument$1 this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    8     0            this  Lcom/oracle/truffle/trufflenode/test/ForeignCallTestingInstrument$1;
            0    8     1           frame  Lcom/oracle/truffle/api/frame/VirtualFrame;
            1    4     2  interopLibrary  Lcom/oracle/truffle/api/interop/InteropLibrary;
            3    4     3            func  Ljava/lang/Object;
            6    7     2               e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           0     4       5  Class java.lang.Exception
    MethodParameters:
       Name  Flags
      frame  
}
SourceFile: "ForeignCallTestingInstrument.java"
EnclosingMethod: com.oracle.truffle.trufflenode.test.ForeignCallTestingInstrument.lambda$0:(Lcom/oracle/truffle/api/instrumentation/EventContext;)Lcom/oracle/truffle/api/instrumentation/ExecutionEventNode;
NestHost: com.oracle.truffle.trufflenode.test.ForeignCallTestingInstrument
InnerClasses:
  public final Env = com.oracle.truffle.api.instrumentation.TruffleInstrument$Env of com.oracle.truffle.api.instrumentation.TruffleInstrument
  public abstract Child = com.oracle.truffle.api.nodes.Node$Child of com.oracle.truffle.api.nodes.Node
  com.oracle.truffle.trufflenode.test.ForeignCallTestingInstrument$1