class com.oracle.truffle.js.nodes.function.JSFunctionCallNode$ExecuteCallNode extends com.oracle.truffle.js.nodes.function.JSFunctionCallNode
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.js.nodes.function.JSFunctionCallNode$ExecuteCallNode
  super_class: com.oracle.truffle.js.nodes.function.JSFunctionCallNode
{
  protected void <init>(byte);
    descriptor: (B)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.js.nodes.function.JSFunctionCallNode$ExecuteCallNode this
        start local 1 // byte flags
         0: .line 914
            aload 0 /* this */
            iload 1 /* flags */
            invokespecial com.oracle.truffle.js.nodes.function.JSFunctionCallNode.<init>:(B)V
         1: .line 915
            return
        end local 1 // byte flags
        end local 0 // com.oracle.truffle.js.nodes.function.JSFunctionCallNode$ExecuteCallNode this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/oracle/truffle/js/nodes/function/JSFunctionCallNode$ExecuteCallNode;
            0    2     1  flags  B
    MethodParameters:
       Name  Flags
      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$ExecuteCallNode this
         0: .line 919
            aconst_null
            areturn
        end local 0 // com.oracle.truffle.js.nodes.function.JSFunctionCallNode$ExecuteCallNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/js/nodes/function/JSFunctionCallNode$ExecuteCallNode;

  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=1, locals=2, args_size=2
        start local 0 // com.oracle.truffle.js.nodes.function.JSFunctionCallNode$ExecuteCallNode this
        start local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
         0: .line 924
            invokestatic com.oracle.truffle.js.runtime.Errors.shouldNotReachHere:()Ljava/lang/RuntimeException;
            athrow
        end local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
        end local 0 // com.oracle.truffle.js.nodes.function.JSFunctionCallNode$ExecuteCallNode this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/oracle/truffle/js/nodes/function/JSFunctionCallNode$ExecuteCallNode;
            0    1     1  frame  Lcom/oracle/truffle/api/frame/VirtualFrame;
    MethodParameters:
       Name  Flags
      frame  

  protected com.oracle.truffle.js.nodes.JavaScriptNode copyUninitialized(java.util.Set<java.lang.Class<? extends com.oracle.truffle.api.instrumentation.Tag>>);
    descriptor: (Ljava/util/Set;)Lcom/oracle/truffle/js/nodes/JavaScriptNode;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.truffle.js.nodes.function.JSFunctionCallNode$ExecuteCallNode this
        start local 1 // java.util.Set materializedTags
         0: .line 929
            new com.oracle.truffle.js.nodes.function.JSFunctionCallNode$ExecuteCallNode
            dup
            aload 0 /* this */
            getfield com.oracle.truffle.js.nodes.function.JSFunctionCallNode$ExecuteCallNode.flags:B
            invokespecial com.oracle.truffle.js.nodes.function.JSFunctionCallNode$ExecuteCallNode.<init>:(B)V
            areturn
        end local 1 // java.util.Set materializedTags
        end local 0 // com.oracle.truffle.js.nodes.function.JSFunctionCallNode$ExecuteCallNode this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    1     0              this  Lcom/oracle/truffle/js/nodes/function/JSFunctionCallNode$ExecuteCallNode;
            0    1     1  materializedTags  Ljava/util/Set<Ljava/lang/Class<+Lcom/oracle/truffle/api/instrumentation/Tag;>;>;
    Signature: (Ljava/util/Set<Ljava/lang/Class<+Lcom/oracle/truffle/api/instrumentation/Tag;>;>;)Lcom/oracle/truffle/js/nodes/JavaScriptNode;
    MethodParameters:
                  Name  Flags
      materializedTags  

  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$ExecuteCallNode this
         0: .line 934
            aconst_null
            areturn
        end local 0 // com.oracle.truffle.js.nodes.function.JSFunctionCallNode$ExecuteCallNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/js/nodes/function/JSFunctionCallNode$ExecuteCallNode;

  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$ExecuteCallNode.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:
  ExecuteCallNode = com.oracle.truffle.js.nodes.function.JSFunctionCallNode$ExecuteCallNode of com.oracle.truffle.js.nodes.function.JSFunctionCallNode