public abstract class com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InvokeNode extends com.oracle.truffle.js.nodes.function.JSFunctionCallNode
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InvokeNode
  super_class: com.oracle.truffle.js.nodes.function.JSFunctionCallNode
{
  protected com.oracle.truffle.js.nodes.JavaScriptNode targetNode;
    descriptor: Lcom/oracle/truffle/js/nodes/JavaScriptNode;
    flags: (0x0004) ACC_PROTECTED
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.nodes.Node$Child()

  protected com.oracle.truffle.js.nodes.access.JSTargetableNode functionTargetNode;
    descriptor: Lcom/oracle/truffle/js/nodes/access/JSTargetableNode;
    flags: (0x0004) ACC_PROTECTED
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.nodes.Node$Child()

  protected void <init>(com.oracle.truffle.js.nodes.access.JSTargetableNode, byte);
    descriptor: (Lcom/oracle/truffle/js/nodes/access/JSTargetableNode;B)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InvokeNode this
        start local 1 // com.oracle.truffle.js.nodes.access.JSTargetableNode functionTargetNode
        start local 2 // byte flags
         0: .line 681
            aload 0 /* this */
            iload 2 /* flags */
            invokespecial com.oracle.truffle.js.nodes.function.JSFunctionCallNode.<init>:(B)V
         1: .line 682
            aload 0 /* this */
            aload 1 /* functionTargetNode */
            putfield com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InvokeNode.functionTargetNode:Lcom/oracle/truffle/js/nodes/access/JSTargetableNode;
         2: .line 683
            return
        end local 2 // byte flags
        end local 1 // com.oracle.truffle.js.nodes.access.JSTargetableNode functionTargetNode
        end local 0 // com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InvokeNode this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    3     0                this  Lcom/oracle/truffle/js/nodes/function/JSFunctionCallNode$InvokeNode;
            0    3     1  functionTargetNode  Lcom/oracle/truffle/js/nodes/access/JSTargetableNode;
            0    3     2               flags  B
    MethodParameters:
                    Name  Flags
      functionTargetNode  
      flags               

  protected void <init>(com.oracle.truffle.js.nodes.JavaScriptNode, com.oracle.truffle.js.nodes.access.JSTargetableNode, byte);
    descriptor: (Lcom/oracle/truffle/js/nodes/JavaScriptNode;Lcom/oracle/truffle/js/nodes/access/JSTargetableNode;B)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InvokeNode this
        start local 1 // com.oracle.truffle.js.nodes.JavaScriptNode targetNode
        start local 2 // com.oracle.truffle.js.nodes.access.JSTargetableNode functionTargetNode
        start local 3 // byte flags
         0: .line 686
            aload 0 /* this */
            iload 3 /* flags */
            invokespecial com.oracle.truffle.js.nodes.function.JSFunctionCallNode.<init>:(B)V
         1: .line 687
            aload 0 /* this */
            aload 1 /* targetNode */
            putfield com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InvokeNode.targetNode:Lcom/oracle/truffle/js/nodes/JavaScriptNode;
         2: .line 688
            aload 0 /* this */
            aload 2 /* functionTargetNode */
            putfield com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InvokeNode.functionTargetNode:Lcom/oracle/truffle/js/nodes/access/JSTargetableNode;
         3: .line 689
            return
        end local 3 // byte flags
        end local 2 // com.oracle.truffle.js.nodes.access.JSTargetableNode functionTargetNode
        end local 1 // com.oracle.truffle.js.nodes.JavaScriptNode targetNode
        end local 0 // com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InvokeNode this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    4     0                this  Lcom/oracle/truffle/js/nodes/function/JSFunctionCallNode$InvokeNode;
            0    4     1          targetNode  Lcom/oracle/truffle/js/nodes/JavaScriptNode;
            0    4     2  functionTargetNode  Lcom/oracle/truffle/js/nodes/access/JSTargetableNode;
            0    4     3               flags  B
    MethodParameters:
                    Name  Flags
      targetNode          
      functionTargetNode  
      flags               

  public com.oracle.truffle.js.nodes.JavaScriptNode getTarget();
    descriptor: ()Lcom/oracle/truffle/js/nodes/JavaScriptNode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InvokeNode this
         0: .line 693
            aload 0 /* this */
            getfield com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InvokeNode.targetNode:Lcom/oracle/truffle/js/nodes/JavaScriptNode;
            ifnull 2
         1: .line 694
            aload 0 /* this */
            getfield com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InvokeNode.targetNode:Lcom/oracle/truffle/js/nodes/JavaScriptNode;
            areturn
         2: .line 696
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InvokeNode.functionTargetNode:Lcom/oracle/truffle/js/nodes/access/JSTargetableNode;
            invokevirtual com.oracle.truffle.js.nodes.access.JSTargetableNode.getTarget:()Lcom/oracle/truffle/js/nodes/JavaScriptNode;
            areturn
        end local 0 // com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InvokeNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/js/nodes/function/JSFunctionCallNode$InvokeNode;

  protected abstract java.lang.Object[] createArguments(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object);
    descriptor: (Lcom/oracle/truffle/api/frame/VirtualFrame;Ljava/lang/Object;Ljava/lang/Object;)[Ljava/lang/Object;
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    MethodParameters:
          Name  Flags
      frame     
      target    
      function  

  protected abstract com.oracle.truffle.js.nodes.JavaScriptNode[] getArgumentNodes();
    descriptor: ()[Lcom/oracle/truffle/js/nodes/JavaScriptNode;
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT

  protected abstract void materializeInstrumentableArguments();
    descriptor: ()V
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT

  public java.lang.Object execute(com.oracle.truffle.api.frame.VirtualFrame);
    descriptor: (Lcom/oracle/truffle/api/frame/VirtualFrame;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InvokeNode this
        start local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
         0: .line 707
            aload 0 /* this */
            aload 1 /* frame */
            invokevirtual com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InvokeNode.executeTarget:(Lcom/oracle/truffle/api/frame/VirtualFrame;)Ljava/lang/Object;
            astore 2 /* target */
        start local 2 // java.lang.Object target
         1: .line 708
            aload 0 /* this */
            aload 1 /* frame */
            aload 2 /* target */
            invokevirtual com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InvokeNode.evaluateReceiver:(Lcom/oracle/truffle/api/frame/VirtualFrame;Ljava/lang/Object;)Ljava/lang/Object;
            astore 3 /* receiver */
        start local 3 // java.lang.Object receiver
         2: .line 709
            aload 0 /* this */
            aload 1 /* frame */
            aload 2 /* target */
            invokevirtual com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InvokeNode.executeFunctionWithTarget:(Lcom/oracle/truffle/api/frame/VirtualFrame;Ljava/lang/Object;)Ljava/lang/Object;
            astore 4 /* function */
        start local 4 // java.lang.Object function
         3: .line 711
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* frame */
            aload 3 /* receiver */
            aload 4 /* function */
            invokevirtual com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InvokeNode.createArguments:(Lcom/oracle/truffle/api/frame/VirtualFrame;Ljava/lang/Object;Ljava/lang/Object;)[Ljava/lang/Object;
            invokevirtual com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InvokeNode.executeCall:([Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 4 // java.lang.Object function
        end local 3 // java.lang.Object receiver
        end local 2 // java.lang.Object target
        end local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
        end local 0 // com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InvokeNode this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lcom/oracle/truffle/js/nodes/function/JSFunctionCallNode$InvokeNode;
            0    4     1     frame  Lcom/oracle/truffle/api/frame/VirtualFrame;
            1    4     2    target  Ljava/lang/Object;
            2    4     3  receiver  Ljava/lang/Object;
            3    4     4  function  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      frame  

  protected java.lang.Object executeTarget(com.oracle.truffle.api.frame.VirtualFrame);
    descriptor: (Lcom/oracle/truffle/api/frame/VirtualFrame;)Ljava/lang/Object;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InvokeNode this
        start local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
         0: .line 715
            aload 0 /* this */
            getfield com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InvokeNode.targetNode:Lcom/oracle/truffle/js/nodes/JavaScriptNode;
            ifnull 2
         1: .line 716
            aload 0 /* this */
            getfield com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InvokeNode.targetNode:Lcom/oracle/truffle/js/nodes/JavaScriptNode;
            aload 1 /* frame */
            invokevirtual com.oracle.truffle.js.nodes.JavaScriptNode.execute:(Lcom/oracle/truffle/api/frame/VirtualFrame;)Ljava/lang/Object;
            areturn
         2: .line 718
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InvokeNode.functionTargetNode:Lcom/oracle/truffle/js/nodes/access/JSTargetableNode;
            aload 1 /* frame */
            invokevirtual com.oracle.truffle.js.nodes.access.JSTargetableNode.evaluateTarget:(Lcom/oracle/truffle/api/frame/VirtualFrame;)Ljava/lang/Object;
            areturn
        end local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
        end local 0 // com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InvokeNode this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/oracle/truffle/js/nodes/function/JSFunctionCallNode$InvokeNode;
            0    3     1  frame  Lcom/oracle/truffle/api/frame/VirtualFrame;
    MethodParameters:
       Name  Flags
      frame  

  final java.lang.Object executeFunctionWithTarget(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object);
    descriptor: (Lcom/oracle/truffle/api/frame/VirtualFrame;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0010) ACC_FINAL
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InvokeNode this
        start local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
        start local 2 // java.lang.Object target
         0: .line 722
            aload 0 /* this */
            getfield com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InvokeNode.functionTargetNode:Lcom/oracle/truffle/js/nodes/access/JSTargetableNode;
            aload 1 /* frame */
            aload 2 /* target */
            invokevirtual com.oracle.truffle.js.nodes.access.JSTargetableNode.executeWithTarget:(Lcom/oracle/truffle/api/frame/VirtualFrame;Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 2 // java.lang.Object target
        end local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
        end local 0 // com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InvokeNode this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/oracle/truffle/js/nodes/function/JSFunctionCallNode$InvokeNode;
            0    1     1   frame  Lcom/oracle/truffle/api/frame/VirtualFrame;
            0    1     2  target  Ljava/lang/Object;
    MethodParameters:
        Name  Flags
      frame   
      target  

  public java.lang.String expressionToString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InvokeNode this
         0: .line 727
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            getfield com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InvokeNode.functionTargetNode:Lcom/oracle/truffle/js/nodes/access/JSTargetableNode;
            invokevirtual com.oracle.truffle.js.nodes.access.JSTargetableNode.expressionToString:()Ljava/lang/String;
            ldc "(intermediate value)"
            invokestatic java.util.Objects.toString:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc "(...)"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InvokeNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/js/nodes/function/JSFunctionCallNode$InvokeNode;

  public com.oracle.truffle.api.instrumentation.InstrumentableNode materializeInstrumentableNodes(java.util.Set<java.lang.Class<? extends com.oracle.truffle.api.instrumentation.Tag>>);
    descriptor: (Ljava/util/Set;)Lcom/oracle/truffle/api/instrumentation/InstrumentableNode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=2
        start local 0 // com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InvokeNode this
        start local 1 // java.util.Set materializedTags
         0: .line 732
            aload 0 /* this */
            getfield com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InvokeNode.targetNode:Lcom/oracle/truffle/js/nodes/JavaScriptNode;
            ifnull 2
         1: .line 734
            aload 0 /* this */
            areturn
         2: .line 736
      StackMap locals:
      StackMap stack:
            aload 1 /* materializedTags */
            ldc Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$FunctionCallTag;
            invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
            ifne 4
            aload 1 /* materializedTags */
            ldc Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$ReadPropertyTag;
            invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
            ifne 4
         3: .line 737
            aload 1 /* materializedTags */
            ldc Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$ReadElementTag;
            invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
            ifeq 15
         4: .line 738
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InvokeNode.materializeInstrumentableArguments:()V
         5: .line 739
            aconst_null
            aload 0 /* this */
            invokevirtual com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InvokeNode.getArgumentNodes:()[Lcom/oracle/truffle/js/nodes/JavaScriptNode;
            aload 1 /* materializedTags */
            invokestatic com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InvokeNode.cloneUninitialized:([Lcom/oracle/truffle/js/nodes/JavaScriptNode;Ljava/util/Set;)[Lcom/oracle/truffle/js/nodes/JavaScriptNode;
            aload 0 /* this */
            getfield com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InvokeNode.flags:B
            invokestatic com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InvokeNode.isNew:(B)Z
            aload 0 /* this */
            getfield com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InvokeNode.flags:B
            invokestatic com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InvokeNode.isNewTarget:(B)Z
            invokestatic com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InvokeNode.createInvoke:(Lcom/oracle/truffle/js/nodes/access/JSTargetableNode;[Lcom/oracle/truffle/js/nodes/JavaScriptNode;ZZ)Lcom/oracle/truffle/js/nodes/function/JSFunctionCallNode;
            checkcast com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InvokeNode
            astore 2 /* invoke */
        start local 2 // com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InvokeNode invoke
         6: .line 740
            aload 0 /* this */
            invokevirtual com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InvokeNode.getFunctionTargetDelegate:()Lcom/oracle/truffle/js/nodes/access/JSTargetableNode;
            aload 1 /* materializedTags */
            invokestatic com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InvokeNode.cloneUninitialized:(Lcom/oracle/truffle/js/nodes/JavaScriptNode;Ljava/util/Set;)Lcom/oracle/truffle/js/nodes/JavaScriptNode;
            checkcast com.oracle.truffle.js.nodes.access.JSTargetableNode
            astore 3 /* functionTargetNodeDelegate */
        start local 3 // com.oracle.truffle.js.nodes.access.JSTargetableNode functionTargetNodeDelegate
         7: .line 741
            aload 3 /* functionTargetNodeDelegate */
            invokevirtual com.oracle.truffle.js.nodes.access.JSTargetableNode.getTarget:()Lcom/oracle/truffle/js/nodes/JavaScriptNode;
            astore 4 /* target */
        start local 4 // com.oracle.truffle.js.nodes.JavaScriptNode target
         8: .line 742
            aload 2 /* invoke */
            aload 4 /* target */
            invokevirtual com.oracle.truffle.js.nodes.JavaScriptNode.isInstrumentable:()Z
            ifne 9
            aload 4 /* target */
            invokestatic com.oracle.truffle.js.nodes.instrumentation.JSInputGeneratingNodeWrapper.create:(Lcom/oracle/truffle/js/nodes/JavaScriptNode;)Lcom/oracle/truffle/js/nodes/JavaScriptNode;
            goto 10
      StackMap locals: com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InvokeNode java.util.Set com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InvokeNode com.oracle.truffle.js.nodes.access.JSTargetableNode com.oracle.truffle.js.nodes.JavaScriptNode
      StackMap stack: com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InvokeNode
         9: aload 4 /* target */
      StackMap locals: com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InvokeNode java.util.Set com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InvokeNode com.oracle.truffle.js.nodes.access.JSTargetableNode com.oracle.truffle.js.nodes.JavaScriptNode
      StackMap stack: com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InvokeNode com.oracle.truffle.js.nodes.JavaScriptNode
        10: putfield com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InvokeNode.targetNode:Lcom/oracle/truffle/js/nodes/JavaScriptNode;
        11: .line 743
            aload 2 /* invoke */
            aload 3 /* functionTargetNodeDelegate */
            invokestatic com.oracle.truffle.js.nodes.instrumentation.JSMaterializedInvokeTargetableNode.createFor:(Lcom/oracle/truffle/js/nodes/access/JSTargetableNode;)Lcom/oracle/truffle/js/nodes/access/JSTargetableNode;
            putfield com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InvokeNode.functionTargetNode:Lcom/oracle/truffle/js/nodes/access/JSTargetableNode;
        12: .line 744
            aload 3 /* functionTargetNodeDelegate */
            aload 2 /* invoke */
            getfield com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InvokeNode.functionTargetNode:Lcom/oracle/truffle/js/nodes/access/JSTargetableNode;
            invokestatic com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InvokeNode.transferSourceSectionAndTags:(Lcom/oracle/truffle/js/nodes/JavaScriptNode;Lcom/oracle/truffle/js/nodes/JavaScriptNode;)V
        13: .line 745
            aload 0 /* this */
            aload 2 /* invoke */
            invokestatic com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InvokeNode.transferSourceSectionAndTags:(Lcom/oracle/truffle/js/nodes/JavaScriptNode;Lcom/oracle/truffle/js/nodes/JavaScriptNode;)V
        14: .line 746
            aload 2 /* invoke */
            areturn
        end local 4 // com.oracle.truffle.js.nodes.JavaScriptNode target
        end local 3 // com.oracle.truffle.js.nodes.access.JSTargetableNode functionTargetNodeDelegate
        end local 2 // com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InvokeNode invoke
        15: .line 748
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // java.util.Set materializedTags
        end local 0 // com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InvokeNode this
      LocalVariableTable:
        Start  End  Slot                        Name  Signature
            0   16     0                        this  Lcom/oracle/truffle/js/nodes/function/JSFunctionCallNode$InvokeNode;
            0   16     1            materializedTags  Ljava/util/Set<Ljava/lang/Class<+Lcom/oracle/truffle/api/instrumentation/Tag;>;>;
            6   15     2                      invoke  Lcom/oracle/truffle/js/nodes/function/JSFunctionCallNode$InvokeNode;
            7   15     3  functionTargetNodeDelegate  Lcom/oracle/truffle/js/nodes/access/JSTargetableNode;
            8   15     4                      target  Lcom/oracle/truffle/js/nodes/JavaScriptNode;
    Signature: (Ljava/util/Set<Ljava/lang/Class<+Lcom/oracle/truffle/api/instrumentation/Tag;>;>;)Lcom/oracle/truffle/api/instrumentation/InstrumentableNode;
    MethodParameters:
                  Name  Flags
      materializedTags  

  private com.oracle.truffle.js.nodes.access.JSTargetableNode getFunctionTargetDelegate();
    descriptor: ()Lcom/oracle/truffle/js/nodes/access/JSTargetableNode;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InvokeNode this
         0: .line 753
            aload 0 /* this */
            getfield com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InvokeNode.functionTargetNode:Lcom/oracle/truffle/js/nodes/access/JSTargetableNode;
            instanceof com.oracle.truffle.api.instrumentation.InstrumentableNode$WrapperNode
            ifeq 2
         1: .line 754
            aload 0 /* this */
            getfield com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InvokeNode.functionTargetNode:Lcom/oracle/truffle/js/nodes/access/JSTargetableNode;
            checkcast com.oracle.truffle.api.instrumentation.InstrumentableNode$WrapperNode
            invokeinterface com.oracle.truffle.api.instrumentation.InstrumentableNode$WrapperNode.getDelegateNode:()Lcom/oracle/truffle/api/nodes/Node;
            checkcast com.oracle.truffle.js.nodes.access.JSTargetableNode
            areturn
         2: .line 756
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InvokeNode.functionTargetNode:Lcom/oracle/truffle/js/nodes/access/JSTargetableNode;
            areturn
        end local 0 // com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InvokeNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/js/nodes/function/JSFunctionCallNode$InvokeNode;

  protected java.lang.Object getPropertyKey();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InvokeNode this
         0: .line 762
            aload 0 /* this */
            getfield com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InvokeNode.functionTargetNode:Lcom/oracle/truffle/js/nodes/access/JSTargetableNode;
            astore 1 /* propertyNode */
        start local 1 // com.oracle.truffle.js.nodes.JavaScriptNode propertyNode
         1: .line 763
            aload 1 /* propertyNode */
            instanceof com.oracle.truffle.api.instrumentation.InstrumentableNode$WrapperNode
            ifeq 3
         2: .line 764
            aload 1 /* propertyNode */
            checkcast com.oracle.truffle.api.instrumentation.InstrumentableNode$WrapperNode
            invokeinterface com.oracle.truffle.api.instrumentation.InstrumentableNode$WrapperNode.getDelegateNode:()Lcom/oracle/truffle/api/nodes/Node;
            checkcast com.oracle.truffle.js.nodes.JavaScriptNode
            astore 1 /* propertyNode */
         3: .line 766
      StackMap locals: com.oracle.truffle.js.nodes.JavaScriptNode
      StackMap stack:
            aload 1 /* propertyNode */
            instanceof com.oracle.truffle.js.nodes.access.PropertyNode
            ifeq 5
         4: .line 767
            aload 1 /* propertyNode */
            checkcast com.oracle.truffle.js.nodes.access.PropertyNode
            invokevirtual com.oracle.truffle.js.nodes.access.PropertyNode.getPropertyKey:()Ljava/lang/Object;
            areturn
         5: .line 769
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 1 // com.oracle.truffle.js.nodes.JavaScriptNode propertyNode
        end local 0 // com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InvokeNode this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lcom/oracle/truffle/js/nodes/function/JSFunctionCallNode$InvokeNode;
            1    6     1  propertyNode  Lcom/oracle/truffle/js/nodes/JavaScriptNode;

  public com.oracle.truffle.js.nodes.access.JSTargetableNode getFunctionTargetNode();
    descriptor: ()Lcom/oracle/truffle/js/nodes/access/JSTargetableNode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InvokeNode this
         0: .line 773
            aload 0 /* this */
            getfield com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InvokeNode.functionTargetNode:Lcom/oracle/truffle/js/nodes/access/JSTargetableNode;
            areturn
        end local 0 // com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InvokeNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/js/nodes/function/JSFunctionCallNode$InvokeNode;

  public com.oracle.truffle.api.nodes.Node getTarget();
    descriptor: ()Lcom/oracle/truffle/api/nodes/Node;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InvokeNode.getTarget:()Lcom/oracle/truffle/js/nodes/JavaScriptNode;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "JSFunctionCallNode.java"
NestHost: com.oracle.truffle.js.nodes.function.JSFunctionCallNode
InnerClasses:
  public abstract WrapperNode = com.oracle.truffle.api.instrumentation.InstrumentableNode$WrapperNode of com.oracle.truffle.api.instrumentation.InstrumentableNode
  public abstract Child = com.oracle.truffle.api.nodes.Node$Child of com.oracle.truffle.api.nodes.Node
  public abstract InvokeNode = com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InvokeNode of com.oracle.truffle.js.nodes.function.JSFunctionCallNode
  public final FunctionCallTag = com.oracle.truffle.js.nodes.instrumentation.JSTags$FunctionCallTag of com.oracle.truffle.js.nodes.instrumentation.JSTags
  public final ReadElementTag = com.oracle.truffle.js.nodes.instrumentation.JSTags$ReadElementTag of com.oracle.truffle.js.nodes.instrumentation.JSTags
  public final ReadPropertyTag = com.oracle.truffle.js.nodes.instrumentation.JSTags$ReadPropertyTag of com.oracle.truffle.js.nodes.instrumentation.JSTags