class com.oracle.truffle.js.nodes.function.JSFunctionZeroArgumentsNode extends com.oracle.truffle.js.nodes.function.AbstractFunctionArgumentsNode
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.js.nodes.function.JSFunctionZeroArgumentsNode
  super_class: com.oracle.truffle.js.nodes.function.AbstractFunctionArgumentsNode
{
  protected void <init>();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.js.nodes.function.JSFunctionZeroArgumentsNode this
         0: .line 109
            aload 0 /* this */
            invokespecial com.oracle.truffle.js.nodes.function.AbstractFunctionArgumentsNode.<init>:()V
         1: .line 110
            return
        end local 0 // com.oracle.truffle.js.nodes.function.JSFunctionZeroArgumentsNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/js/nodes/function/JSFunctionZeroArgumentsNode;

  public int getCount(com.oracle.truffle.api.frame.VirtualFrame);
    descriptor: (Lcom/oracle/truffle/api/frame/VirtualFrame;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.oracle.truffle.js.nodes.function.JSFunctionZeroArgumentsNode this
        start local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
         0: .line 114
            iconst_0
            ireturn
        end local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
        end local 0 // com.oracle.truffle.js.nodes.function.JSFunctionZeroArgumentsNode this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/oracle/truffle/js/nodes/function/JSFunctionZeroArgumentsNode;
            0    1     1  frame  Lcom/oracle/truffle/api/frame/VirtualFrame;
    MethodParameters:
       Name  Flags
      frame  

  public java.lang.Object[] executeFillObjectArray(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object[], int);
    descriptor: (Lcom/oracle/truffle/api/frame/VirtualFrame;[Ljava/lang/Object;I)[Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=4, args_size=4
        start local 0 // com.oracle.truffle.js.nodes.function.JSFunctionZeroArgumentsNode this
        start local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
        start local 2 // java.lang.Object[] arguments
        start local 3 // int delta
         0: .line 119
            aload 2 /* arguments */
            areturn
        end local 3 // int delta
        end local 2 // java.lang.Object[] arguments
        end local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
        end local 0 // com.oracle.truffle.js.nodes.function.JSFunctionZeroArgumentsNode this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lcom/oracle/truffle/js/nodes/function/JSFunctionZeroArgumentsNode;
            0    1     1      frame  Lcom/oracle/truffle/api/frame/VirtualFrame;
            0    1     2  arguments  [Ljava/lang/Object;
            0    1     3      delta  I
    MethodParameters:
           Name  Flags
      frame      
      arguments  
      delta      

  protected com.oracle.truffle.js.nodes.function.AbstractFunctionArgumentsNode copyUninitialized(java.util.Set<java.lang.Class<? extends com.oracle.truffle.api.instrumentation.Tag>>);
    descriptor: (Ljava/util/Set;)Lcom/oracle/truffle/js/nodes/function/AbstractFunctionArgumentsNode;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.js.nodes.function.JSFunctionZeroArgumentsNode this
        start local 1 // java.util.Set materializedTags
         0: .line 124
            new com.oracle.truffle.js.nodes.function.JSFunctionZeroArgumentsNode
            dup
            invokespecial com.oracle.truffle.js.nodes.function.JSFunctionZeroArgumentsNode.<init>:()V
            areturn
        end local 1 // java.util.Set materializedTags
        end local 0 // com.oracle.truffle.js.nodes.function.JSFunctionZeroArgumentsNode this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    1     0              this  Lcom/oracle/truffle/js/nodes/function/JSFunctionZeroArgumentsNode;
            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/function/AbstractFunctionArgumentsNode;
    MethodParameters:
                  Name  Flags
      materializedTags  

  public void materializeInstrumentableArguments();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // com.oracle.truffle.js.nodes.function.JSFunctionZeroArgumentsNode this
         0: .line 130
            return
        end local 0 // com.oracle.truffle.js.nodes.function.JSFunctionZeroArgumentsNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/js/nodes/function/JSFunctionZeroArgumentsNode;
}
SourceFile: "JSFunctionArgumentsNode.java"