abstract class com.oracle.truffle.js.nodes.function.JSFunctionCallNode$CallNode extends com.oracle.truffle.js.nodes.function.JSFunctionCallNode
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: com.oracle.truffle.js.nodes.function.JSFunctionCallNode$CallNode
  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.JavaScriptNode functionNode;
    descriptor: Lcom/oracle/truffle/js/nodes/JavaScriptNode;
    flags: (0x0004) ACC_PROTECTED
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.nodes.Node$Child()

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

  public final com.oracle.truffle.js.nodes.JavaScriptNode getTarget();
    descriptor: ()Lcom/oracle/truffle/js/nodes/JavaScriptNode;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.js.nodes.function.JSFunctionCallNode$CallNode this
         0: .line 489
            aload 0 /* this */
            getfield com.oracle.truffle.js.nodes.function.JSFunctionCallNode$CallNode.targetNode:Lcom/oracle/truffle/js/nodes/JavaScriptNode;
            areturn
        end local 0 // com.oracle.truffle.js.nodes.function.JSFunctionCallNode$CallNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/js/nodes/function/JSFunctionCallNode$CallNode;

  public final com.oracle.truffle.js.nodes.JavaScriptNode getFunction();
    descriptor: ()Lcom/oracle/truffle/js/nodes/JavaScriptNode;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.js.nodes.function.JSFunctionCallNode$CallNode this
         0: .line 493
            aload 0 /* this */
            getfield com.oracle.truffle.js.nodes.function.JSFunctionCallNode$CallNode.functionNode:Lcom/oracle/truffle/js/nodes/JavaScriptNode;
            areturn
        end local 0 // com.oracle.truffle.js.nodes.function.JSFunctionCallNode$CallNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/js/nodes/function/JSFunctionCallNode$CallNode;

  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$CallNode this
        start local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
         0: .line 504
            aload 0 /* this */
            aload 1 /* frame */
            invokevirtual com.oracle.truffle.js.nodes.function.JSFunctionCallNode$CallNode.executeTarget:(Lcom/oracle/truffle/api/frame/VirtualFrame;)Ljava/lang/Object;
            astore 2 /* target */
        start local 2 // java.lang.Object target
         1: .line 505
            aload 0 /* this */
            aload 1 /* frame */
            aload 2 /* target */
            invokevirtual com.oracle.truffle.js.nodes.function.JSFunctionCallNode$CallNode.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 506
            aload 0 /* this */
            getfield com.oracle.truffle.js.nodes.function.JSFunctionCallNode$CallNode.functionNode: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;
            astore 4 /* function */
        start local 4 // java.lang.Object function
         3: .line 508
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* frame */
            aload 3 /* receiver */
            aload 4 /* function */
            invokevirtual com.oracle.truffle.js.nodes.function.JSFunctionCallNode$CallNode.createArguments:(Lcom/oracle/truffle/api/frame/VirtualFrame;Ljava/lang/Object;Ljava/lang/Object;)[Ljava/lang/Object;
            invokevirtual com.oracle.truffle.js.nodes.function.JSFunctionCallNode$CallNode.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$CallNode this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lcom/oracle/truffle/js/nodes/function/JSFunctionCallNode$CallNode;
            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  

  final java.lang.Object executeTarget(com.oracle.truffle.api.frame.VirtualFrame);
    descriptor: (Lcom/oracle/truffle/api/frame/VirtualFrame;)Ljava/lang/Object;
    flags: (0x0010) ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.js.nodes.function.JSFunctionCallNode$CallNode this
        start local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
         0: .line 512
            aload 0 /* this */
            getfield com.oracle.truffle.js.nodes.function.JSFunctionCallNode$CallNode.targetNode:Lcom/oracle/truffle/js/nodes/JavaScriptNode;
            ifnull 2
         1: .line 513
            aload 0 /* this */
            getfield com.oracle.truffle.js.nodes.function.JSFunctionCallNode$CallNode.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 515
      StackMap locals:
      StackMap stack:
            getstatic com.oracle.truffle.js.runtime.objects.Undefined.instance:Lcom/oracle/truffle/js/runtime/objects/JSDynamicObject;
            areturn
        end local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
        end local 0 // com.oracle.truffle.js.nodes.function.JSFunctionCallNode$CallNode this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/oracle/truffle/js/nodes/function/JSFunctionCallNode$CallNode;
            0    3     1  frame  Lcom/oracle/truffle/api/frame/VirtualFrame;
    MethodParameters:
       Name  Flags
      frame  

  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$CallNode this
         0: .line 521
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            getfield com.oracle.truffle.js.nodes.function.JSFunctionCallNode$CallNode.functionNode:Lcom/oracle/truffle/js/nodes/JavaScriptNode;
            invokevirtual com.oracle.truffle.js.nodes.JavaScriptNode.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$CallNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/js/nodes/function/JSFunctionCallNode$CallNode;

  protected java.lang.Object getPropertyKey();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.js.nodes.function.JSFunctionCallNode$CallNode this
         0: .line 526
            aconst_null
            areturn
        end local 0 // com.oracle.truffle.js.nodes.function.JSFunctionCallNode$CallNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/js/nodes/function/JSFunctionCallNode$CallNode;

  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=5, locals=4, args_size=2
        start local 0 // com.oracle.truffle.js.nodes.function.JSFunctionCallNode$CallNode this
        start local 1 // java.util.Set materializedTags
         0: .line 531
            aload 1 /* materializedTags */
            ldc Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$FunctionCallTag;
            invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
            ifeq 12
         1: .line 532
            aload 0 /* this */
            invokevirtual com.oracle.truffle.js.nodes.function.JSFunctionCallNode$CallNode.materializeInstrumentableArguments:()V
         2: .line 533
            aload 0 /* this */
            invokevirtual com.oracle.truffle.js.nodes.function.JSFunctionCallNode$CallNode.hasSourceSection:()Z
            ifeq 4
            aload 0 /* this */
            getfield com.oracle.truffle.js.nodes.function.JSFunctionCallNode$CallNode.functionNode:Lcom/oracle/truffle/js/nodes/JavaScriptNode;
            invokevirtual com.oracle.truffle.js.nodes.JavaScriptNode.hasSourceSection:()Z
            ifne 4
         3: .line 534
            aload 0 /* this */
            aload 0 /* this */
            getfield com.oracle.truffle.js.nodes.function.JSFunctionCallNode$CallNode.functionNode:Lcom/oracle/truffle/js/nodes/JavaScriptNode;
            invokestatic com.oracle.truffle.js.nodes.function.JSFunctionCallNode$CallNode.transferSourceSectionAddExpressionTag:(Lcom/oracle/truffle/js/nodes/JavaScriptNode;Lcom/oracle/truffle/js/nodes/JavaScriptNode;)V
         4: .line 536
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.js.nodes.function.JSFunctionCallNode$CallNode.targetNode:Lcom/oracle/truffle/js/nodes/JavaScriptNode;
            ifnull 6
         5: .line 538
            aload 0 /* this */
            areturn
         6: .line 540
      StackMap locals:
      StackMap stack:
            invokestatic com.oracle.truffle.js.nodes.access.JSConstantNode$JSConstantUndefinedNode.createUndefined:()Lcom/oracle/truffle/js/nodes/access/JSConstantNode;
            invokestatic com.oracle.truffle.js.nodes.instrumentation.JSInputGeneratingNodeWrapper.create:(Lcom/oracle/truffle/js/nodes/JavaScriptNode;)Lcom/oracle/truffle/js/nodes/JavaScriptNode;
            astore 2 /* materializedTargetNode */
        start local 2 // com.oracle.truffle.js.nodes.JavaScriptNode materializedTargetNode
         7: .line 541
            aload 0 /* this */
            getfield com.oracle.truffle.js.nodes.function.JSFunctionCallNode$CallNode.functionNode:Lcom/oracle/truffle/js/nodes/JavaScriptNode;
            aload 1 /* materializedTags */
            invokestatic com.oracle.truffle.js.nodes.function.JSFunctionCallNode$CallNode.cloneUninitialized:(Lcom/oracle/truffle/js/nodes/JavaScriptNode;Ljava/util/Set;)Lcom/oracle/truffle/js/nodes/JavaScriptNode;
            aload 2 /* materializedTargetNode */
            aload 0 /* this */
            invokevirtual com.oracle.truffle.js.nodes.function.JSFunctionCallNode$CallNode.getArgumentNodes:()[Lcom/oracle/truffle/js/nodes/JavaScriptNode;
            aload 1 /* materializedTags */
            invokestatic com.oracle.truffle.js.nodes.function.JSFunctionCallNode$CallNode.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$CallNode.flags:B
            invokestatic com.oracle.truffle.js.nodes.function.JSFunctionCallNode$CallNode.isNew:(B)Z
         8: .line 542
            aload 0 /* this */
            getfield com.oracle.truffle.js.nodes.function.JSFunctionCallNode$CallNode.flags:B
            invokestatic com.oracle.truffle.js.nodes.function.JSFunctionCallNode$CallNode.isNewTarget:(B)Z
         9: .line 541
            invokestatic com.oracle.truffle.js.nodes.function.JSFunctionCallNode$CallNode.createCall:(Lcom/oracle/truffle/js/nodes/JavaScriptNode;Lcom/oracle/truffle/js/nodes/JavaScriptNode;[Lcom/oracle/truffle/js/nodes/JavaScriptNode;ZZ)Lcom/oracle/truffle/js/nodes/function/JSFunctionCallNode;
            astore 3 /* call */
        start local 3 // com.oracle.truffle.js.nodes.JavaScriptNode call
        10: .line 543
            aload 0 /* this */
            aload 3 /* call */
            invokestatic com.oracle.truffle.js.nodes.function.JSFunctionCallNode$CallNode.transferSourceSectionAndTags:(Lcom/oracle/truffle/js/nodes/JavaScriptNode;Lcom/oracle/truffle/js/nodes/JavaScriptNode;)V
        11: .line 544
            aload 3 /* call */
            areturn
        end local 3 // com.oracle.truffle.js.nodes.JavaScriptNode call
        end local 2 // com.oracle.truffle.js.nodes.JavaScriptNode materializedTargetNode
        12: .line 547
      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$CallNode this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0   13     0                    this  Lcom/oracle/truffle/js/nodes/function/JSFunctionCallNode$CallNode;
            0   13     1        materializedTags  Ljava/util/Set<Ljava/lang/Class<+Lcom/oracle/truffle/api/instrumentation/Tag;>;>;
            7   12     2  materializedTargetNode  Lcom/oracle/truffle/js/nodes/JavaScriptNode;
           10   12     3                    call  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  

  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$CallNode.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 Child = com.oracle.truffle.api.nodes.Node$Child of com.oracle.truffle.api.nodes.Node
  public final JSConstantUndefinedNode = com.oracle.truffle.js.nodes.access.JSConstantNode$JSConstantUndefinedNode of com.oracle.truffle.js.nodes.access.JSConstantNode
  abstract CallNode = com.oracle.truffle.js.nodes.function.JSFunctionCallNode$CallNode 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