public final class com.oracle.truffle.js.nodes.function.SpreadArgumentNode extends com.oracle.truffle.js.nodes.JavaScriptNode
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.js.nodes.function.SpreadArgumentNode
  super_class: com.oracle.truffle.js.nodes.JavaScriptNode
{
  private com.oracle.truffle.js.nodes.access.GetIteratorNode getIteratorNode;
    descriptor: Lcom/oracle/truffle/js/nodes/access/GetIteratorNode;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.nodes.Node$Child()

  private com.oracle.truffle.js.nodes.access.IteratorGetNextValueNode iteratorStepNode;
    descriptor: Lcom/oracle/truffle/js/nodes/access/IteratorGetNextValueNode;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.nodes.Node$Child()

  private final com.oracle.truffle.api.profiles.BranchProfile errorBranch;
    descriptor: Lcom/oracle/truffle/api/profiles/BranchProfile;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.oracle.truffle.api.profiles.BranchProfile listGrowProfile;
    descriptor: Lcom/oracle/truffle/api/profiles/BranchProfile;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.oracle.truffle.js.runtime.JSContext context;
    descriptor: Lcom/oracle/truffle/js/runtime/JSContext;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private void <init>(com.oracle.truffle.js.runtime.JSContext, com.oracle.truffle.js.nodes.JavaScriptNode);
    descriptor: (Lcom/oracle/truffle/js/runtime/JSContext;Lcom/oracle/truffle/js/nodes/JavaScriptNode;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // com.oracle.truffle.js.nodes.function.SpreadArgumentNode this
        start local 1 // com.oracle.truffle.js.runtime.JSContext context
        start local 2 // com.oracle.truffle.js.nodes.JavaScriptNode arg
         0: .line 64
            aload 0 /* this */
            invokespecial com.oracle.truffle.js.nodes.JavaScriptNode.<init>:()V
         1: .line 60
            aload 0 /* this */
            invokestatic com.oracle.truffle.api.profiles.BranchProfile.create:()Lcom/oracle/truffle/api/profiles/BranchProfile;
            putfield com.oracle.truffle.js.nodes.function.SpreadArgumentNode.errorBranch:Lcom/oracle/truffle/api/profiles/BranchProfile;
         2: .line 61
            aload 0 /* this */
            invokestatic com.oracle.truffle.api.profiles.BranchProfile.create:()Lcom/oracle/truffle/api/profiles/BranchProfile;
            putfield com.oracle.truffle.js.nodes.function.SpreadArgumentNode.listGrowProfile:Lcom/oracle/truffle/api/profiles/BranchProfile;
         3: .line 65
            aload 0 /* this */
            aload 1 /* context */
            putfield com.oracle.truffle.js.nodes.function.SpreadArgumentNode.context:Lcom/oracle/truffle/js/runtime/JSContext;
         4: .line 66
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* arg */
            invokestatic com.oracle.truffle.js.nodes.access.GetIteratorNode.create:(Lcom/oracle/truffle/js/runtime/JSContext;Lcom/oracle/truffle/js/nodes/JavaScriptNode;)Lcom/oracle/truffle/js/nodes/access/GetIteratorNode;
            putfield com.oracle.truffle.js.nodes.function.SpreadArgumentNode.getIteratorNode:Lcom/oracle/truffle/js/nodes/access/GetIteratorNode;
         5: .line 67
            aload 0 /* this */
            aload 1 /* context */
            aconst_null
            aconst_null
            invokestatic com.oracle.truffle.js.nodes.access.JSConstantNode.create:(Ljava/lang/Object;)Lcom/oracle/truffle/js/nodes/access/JSConstantNode;
            iconst_0
            invokestatic com.oracle.truffle.js.nodes.access.IteratorGetNextValueNode.create:(Lcom/oracle/truffle/js/runtime/JSContext;Lcom/oracle/truffle/js/nodes/JavaScriptNode;Lcom/oracle/truffle/js/nodes/JavaScriptNode;Z)Lcom/oracle/truffle/js/nodes/access/IteratorGetNextValueNode;
            putfield com.oracle.truffle.js.nodes.function.SpreadArgumentNode.iteratorStepNode:Lcom/oracle/truffle/js/nodes/access/IteratorGetNextValueNode;
         6: .line 68
            return
        end local 2 // com.oracle.truffle.js.nodes.JavaScriptNode arg
        end local 1 // com.oracle.truffle.js.runtime.JSContext context
        end local 0 // com.oracle.truffle.js.nodes.function.SpreadArgumentNode this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Lcom/oracle/truffle/js/nodes/function/SpreadArgumentNode;
            0    7     1  context  Lcom/oracle/truffle/js/runtime/JSContext;
            0    7     2      arg  Lcom/oracle/truffle/js/nodes/JavaScriptNode;
    MethodParameters:
         Name  Flags
      context  
      arg      

  public boolean isInstrumentable();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.js.nodes.function.SpreadArgumentNode this
         0: .line 72
            iconst_0
            ireturn
        end local 0 // com.oracle.truffle.js.nodes.function.SpreadArgumentNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/js/nodes/function/SpreadArgumentNode;

  public static com.oracle.truffle.js.nodes.function.SpreadArgumentNode create(com.oracle.truffle.js.runtime.JSContext, com.oracle.truffle.js.nodes.JavaScriptNode);
    descriptor: (Lcom/oracle/truffle/js/runtime/JSContext;Lcom/oracle/truffle/js/nodes/JavaScriptNode;)Lcom/oracle/truffle/js/nodes/function/SpreadArgumentNode;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.oracle.truffle.js.runtime.JSContext context
        start local 1 // com.oracle.truffle.js.nodes.JavaScriptNode arg
         0: .line 76
            new com.oracle.truffle.js.nodes.function.SpreadArgumentNode
            dup
            aload 0 /* context */
            aload 1 /* arg */
            invokespecial com.oracle.truffle.js.nodes.function.SpreadArgumentNode.<init>:(Lcom/oracle/truffle/js/runtime/JSContext;Lcom/oracle/truffle/js/nodes/JavaScriptNode;)V
            areturn
        end local 1 // com.oracle.truffle.js.nodes.JavaScriptNode arg
        end local 0 // com.oracle.truffle.js.runtime.JSContext context
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0  context  Lcom/oracle/truffle/js/runtime/JSContext;
            0    1     1      arg  Lcom/oracle/truffle/js/nodes/JavaScriptNode;
    MethodParameters:
         Name  Flags
      context  
      arg      

  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=4, locals=3, args_size=2
        start local 0 // com.oracle.truffle.js.nodes.function.SpreadArgumentNode this
        start local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
         0: .line 81
            new com.oracle.truffle.js.runtime.util.SimpleArrayList
            dup
            invokespecial com.oracle.truffle.js.runtime.util.SimpleArrayList.<init>:()V
            astore 2 /* argList */
        start local 2 // com.oracle.truffle.js.runtime.util.SimpleArrayList argList
         1: .line 82
            aload 0 /* this */
            aload 1 /* frame */
            aload 2 /* argList */
            aload 0 /* this */
            getfield com.oracle.truffle.js.nodes.function.SpreadArgumentNode.listGrowProfile:Lcom/oracle/truffle/api/profiles/BranchProfile;
            invokevirtual com.oracle.truffle.js.nodes.function.SpreadArgumentNode.executeToList:(Lcom/oracle/truffle/api/frame/VirtualFrame;Lcom/oracle/truffle/js/runtime/util/SimpleArrayList;Lcom/oracle/truffle/api/profiles/BranchProfile;)V
         2: .line 83
            aload 2 /* argList */
            invokevirtual com.oracle.truffle.js.runtime.util.SimpleArrayList.toArray:()[Ljava/lang/Object;
            areturn
        end local 2 // com.oracle.truffle.js.runtime.util.SimpleArrayList argList
        end local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
        end local 0 // com.oracle.truffle.js.nodes.function.SpreadArgumentNode this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lcom/oracle/truffle/js/nodes/function/SpreadArgumentNode;
            0    3     1    frame  Lcom/oracle/truffle/api/frame/VirtualFrame;
            1    3     2  argList  Lcom/oracle/truffle/js/runtime/util/SimpleArrayList<Ljava/lang/Object;>;
    MethodParameters:
       Name  Flags
      frame  

  public void executeToList(com.oracle.truffle.api.frame.VirtualFrame, com.oracle.truffle.js.runtime.util.SimpleArrayList<java.lang.Object>, com.oracle.truffle.api.profiles.BranchProfile);
    descriptor: (Lcom/oracle/truffle/api/frame/VirtualFrame;Lcom/oracle/truffle/js/runtime/util/SimpleArrayList;Lcom/oracle/truffle/api/profiles/BranchProfile;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=4
        start local 0 // com.oracle.truffle.js.nodes.function.SpreadArgumentNode this
        start local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
        start local 2 // com.oracle.truffle.js.runtime.util.SimpleArrayList argList
        start local 3 // com.oracle.truffle.api.profiles.BranchProfile growProfile
         0: .line 87
            aload 0 /* this */
            getfield com.oracle.truffle.js.nodes.function.SpreadArgumentNode.getIteratorNode:Lcom/oracle/truffle/js/nodes/access/GetIteratorNode;
            aload 1 /* frame */
            invokevirtual com.oracle.truffle.js.nodes.access.GetIteratorNode.execute:(Lcom/oracle/truffle/api/frame/VirtualFrame;)Lcom/oracle/truffle/js/runtime/objects/IteratorRecord;
            astore 4 /* iteratorRecord */
        start local 4 // com.oracle.truffle.js.runtime.objects.IteratorRecord iteratorRecord
         1: .line 89
      StackMap locals: com.oracle.truffle.js.runtime.objects.IteratorRecord
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.js.nodes.function.SpreadArgumentNode.iteratorStepNode:Lcom/oracle/truffle/js/nodes/access/IteratorGetNextValueNode;
            aload 1 /* frame */
            aload 4 /* iteratorRecord */
            invokevirtual com.oracle.truffle.js.nodes.access.IteratorGetNextValueNode.execute:(Lcom/oracle/truffle/api/frame/VirtualFrame;Lcom/oracle/truffle/js/runtime/objects/IteratorRecord;)Ljava/lang/Object;
            astore 5 /* nextArg */
        start local 5 // java.lang.Object nextArg
         2: .line 90
            aload 5 /* nextArg */
            ifnonnull 4
         3: .line 91
            goto 9
         4: .line 93
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 2 /* argList */
            invokevirtual com.oracle.truffle.js.runtime.util.SimpleArrayList.size:()I
            i2l
            aload 0 /* this */
            getfield com.oracle.truffle.js.nodes.function.SpreadArgumentNode.context:Lcom/oracle/truffle/js/runtime/JSContext;
            invokevirtual com.oracle.truffle.js.runtime.JSContext.getFunctionArgumentsLimit:()J
            lcmp
            iflt 7
         5: .line 94
            aload 0 /* this */
            getfield com.oracle.truffle.js.nodes.function.SpreadArgumentNode.errorBranch:Lcom/oracle/truffle/api/profiles/BranchProfile;
            invokevirtual com.oracle.truffle.api.profiles.BranchProfile.enter:()V
         6: .line 95
            ldc "spreaded function argument count exceeds limit"
            invokestatic com.oracle.truffle.js.runtime.Errors.createRangeError:(Ljava/lang/String;)Lcom/oracle/truffle/js/runtime/JSException;
            athrow
         7: .line 97
      StackMap locals:
      StackMap stack:
            aload 2 /* argList */
            aload 5 /* nextArg */
            aload 3 /* growProfile */
            invokevirtual com.oracle.truffle.js.runtime.util.SimpleArrayList.add:(Ljava/lang/Object;Lcom/oracle/truffle/api/profiles/BranchProfile;)V
        end local 5 // java.lang.Object nextArg
         8: .line 88
            goto 1
         9: .line 99
      StackMap locals:
      StackMap stack:
            return
        end local 4 // com.oracle.truffle.js.runtime.objects.IteratorRecord iteratorRecord
        end local 3 // com.oracle.truffle.api.profiles.BranchProfile growProfile
        end local 2 // com.oracle.truffle.js.runtime.util.SimpleArrayList argList
        end local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
        end local 0 // com.oracle.truffle.js.nodes.function.SpreadArgumentNode this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   10     0            this  Lcom/oracle/truffle/js/nodes/function/SpreadArgumentNode;
            0   10     1           frame  Lcom/oracle/truffle/api/frame/VirtualFrame;
            0   10     2         argList  Lcom/oracle/truffle/js/runtime/util/SimpleArrayList<Ljava/lang/Object;>;
            0   10     3     growProfile  Lcom/oracle/truffle/api/profiles/BranchProfile;
            1   10     4  iteratorRecord  Lcom/oracle/truffle/js/runtime/objects/IteratorRecord;
            2    8     5         nextArg  Ljava/lang/Object;
    Signature: (Lcom/oracle/truffle/api/frame/VirtualFrame;Lcom/oracle/truffle/js/runtime/util/SimpleArrayList<Ljava/lang/Object;>;Lcom/oracle/truffle/api/profiles/BranchProfile;)V
    MethodParameters:
             Name  Flags
      frame        
      argList      
      growProfile  

  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=3, args_size=2
        start local 0 // com.oracle.truffle.js.nodes.function.SpreadArgumentNode this
        start local 1 // java.util.Set materializedTags
         0: .line 103
            aload 0 /* this */
            invokevirtual com.oracle.truffle.js.nodes.function.SpreadArgumentNode.copy:()Lcom/oracle/truffle/js/nodes/JavaScriptNode;
            checkcast com.oracle.truffle.js.nodes.function.SpreadArgumentNode
            astore 2 /* copy */
        start local 2 // com.oracle.truffle.js.nodes.function.SpreadArgumentNode copy
         1: .line 104
            aload 2 /* copy */
            aload 0 /* this */
            getfield com.oracle.truffle.js.nodes.function.SpreadArgumentNode.getIteratorNode:Lcom/oracle/truffle/js/nodes/access/GetIteratorNode;
            aload 1 /* materializedTags */
            invokestatic com.oracle.truffle.js.nodes.function.SpreadArgumentNode.cloneUninitialized:(Lcom/oracle/truffle/js/nodes/JavaScriptNode;Ljava/util/Set;)Lcom/oracle/truffle/js/nodes/JavaScriptNode;
            checkcast com.oracle.truffle.js.nodes.access.GetIteratorNode
            putfield com.oracle.truffle.js.nodes.function.SpreadArgumentNode.getIteratorNode:Lcom/oracle/truffle/js/nodes/access/GetIteratorNode;
         2: .line 105
            aload 2 /* copy */
            aload 0 /* this */
            getfield com.oracle.truffle.js.nodes.function.SpreadArgumentNode.iteratorStepNode:Lcom/oracle/truffle/js/nodes/access/IteratorGetNextValueNode;
            aload 1 /* materializedTags */
            invokestatic com.oracle.truffle.js.nodes.function.SpreadArgumentNode.cloneUninitialized:(Lcom/oracle/truffle/js/nodes/JavaScriptNode;Ljava/util/Set;)Lcom/oracle/truffle/js/nodes/JavaScriptNode;
            checkcast com.oracle.truffle.js.nodes.access.IteratorGetNextValueNode
            putfield com.oracle.truffle.js.nodes.function.SpreadArgumentNode.iteratorStepNode:Lcom/oracle/truffle/js/nodes/access/IteratorGetNextValueNode;
         3: .line 106
            aload 2 /* copy */
            areturn
        end local 2 // com.oracle.truffle.js.nodes.function.SpreadArgumentNode copy
        end local 1 // java.util.Set materializedTags
        end local 0 // com.oracle.truffle.js.nodes.function.SpreadArgumentNode this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    4     0              this  Lcom/oracle/truffle/js/nodes/function/SpreadArgumentNode;
            0    4     1  materializedTags  Ljava/util/Set<Ljava/lang/Class<+Lcom/oracle/truffle/api/instrumentation/Tag;>;>;
            1    4     2              copy  Lcom/oracle/truffle/js/nodes/function/SpreadArgumentNode;
    Signature: (Ljava/util/Set<Ljava/lang/Class<+Lcom/oracle/truffle/api/instrumentation/Tag;>;>;)Lcom/oracle/truffle/js/nodes/JavaScriptNode;
    MethodParameters:
                  Name  Flags
      materializedTags  

  public java.lang.Object execute(com.oracle.truffle.api.frame.VirtualFrame);
    descriptor: (Lcom/oracle/truffle/api/frame/VirtualFrame;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.oracle.truffle.js.nodes.function.SpreadArgumentNode.execute:(Lcom/oracle/truffle/api/frame/VirtualFrame;)[Ljava/lang/Object;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "SpreadArgumentNode.java"
InnerClasses:
  public abstract Child = com.oracle.truffle.api.nodes.Node$Child of com.oracle.truffle.api.nodes.Node