public class com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder
  super_class: java.lang.Object
{
  private int fixedArgumentCount;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private boolean hasThis;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean varArgs;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean newTarget;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean hasFunction;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  public static final com.oracle.truffle.js.nodes.JavaScriptNode[] EMPTY_NODE_ARRAY;
    descriptor: [Lcom/oracle/truffle/js/nodes/JavaScriptNode;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 48
            ldc Lcom/oracle/truffle/js/nodes/function/BuiltinArgumentBuilder;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder.$assertionsDisabled:Z
         3: .line 54
            iconst_0
            anewarray com.oracle.truffle.js.nodes.JavaScriptNode
            putstatic com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder.EMPTY_NODE_ARRAY:[Lcom/oracle/truffle/js/nodes/JavaScriptNode;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder this
         0: .line 56
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 57
            return
        end local 0 // com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/js/nodes/function/BuiltinArgumentBuilder;

  public static com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder builder();
    descriptor: ()Lcom/oracle/truffle/js/nodes/function/BuiltinArgumentBuilder;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=0
         0: .line 60
            iconst_0
            istore 0 /* ea */
        start local 0 // boolean ea
         1: .line 61
            getstatic com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder.$assertionsDisabled:Z
            ifne 2
            iconst_1
            dup
            istore 0 /* ea */
            ifne 2
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 62
      StackMap locals: int
      StackMap stack:
            iload 0 /* ea */
            ifeq 4
         3: .line 63
            new com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder$1
            dup
            invokespecial com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder$1.<init>:()V
            areturn
         4: .line 73
      StackMap locals:
      StackMap stack:
            new com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder
            dup
            invokespecial com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder.<init>:()V
            areturn
        end local 0 // boolean ea
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            1    5     0    ea  Z

  public com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder withThis();
    descriptor: ()Lcom/oracle/truffle/js/nodes/function/BuiltinArgumentBuilder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder this
         0: .line 77
            aload 0 /* this */
            iconst_1
            invokevirtual com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder.withThis:(Z)Lcom/oracle/truffle/js/nodes/function/BuiltinArgumentBuilder;
            areturn
        end local 0 // com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/js/nodes/function/BuiltinArgumentBuilder;

  public com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder withThis(boolean);
    descriptor: (Z)Lcom/oracle/truffle/js/nodes/function/BuiltinArgumentBuilder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder this
        start local 1 // boolean hasThis
         0: .line 81
            aload 0 /* this */
            iload 1 /* hasThis */
            putfield com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder.hasThis:Z
         1: .line 82
            aload 0 /* this */
            iconst_1
            invokevirtual com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder.assertOrder:(I)V
         2: .line 83
            aload 0 /* this */
            areturn
        end local 1 // boolean hasThis
        end local 0 // com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lcom/oracle/truffle/js/nodes/function/BuiltinArgumentBuilder;
            0    3     1  hasThis  Z
    MethodParameters:
         Name  Flags
      hasThis  

  public com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder function();
    descriptor: ()Lcom/oracle/truffle/js/nodes/function/BuiltinArgumentBuilder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder this
         0: .line 87
            aload 0 /* this */
            iconst_1
            invokevirtual com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder.function:(Z)Lcom/oracle/truffle/js/nodes/function/BuiltinArgumentBuilder;
            areturn
        end local 0 // com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/js/nodes/function/BuiltinArgumentBuilder;

  public com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder function(boolean);
    descriptor: (Z)Lcom/oracle/truffle/js/nodes/function/BuiltinArgumentBuilder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder this
        start local 1 // boolean function
         0: .line 91
            aload 0 /* this */
            iload 1 /* function */
            putfield com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder.hasFunction:Z
         1: .line 92
            aload 0 /* this */
            iconst_2
            invokevirtual com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder.assertOrder:(I)V
         2: .line 93
            aload 0 /* this */
            areturn
        end local 1 // boolean function
        end local 0 // com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lcom/oracle/truffle/js/nodes/function/BuiltinArgumentBuilder;
            0    3     1  function  Z
    MethodParameters:
          Name  Flags
      function  

  public com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder newTarget();
    descriptor: ()Lcom/oracle/truffle/js/nodes/function/BuiltinArgumentBuilder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder this
         0: .line 97
            aload 0 /* this */
            iconst_1
            invokevirtual com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder.newTarget:(Z)Lcom/oracle/truffle/js/nodes/function/BuiltinArgumentBuilder;
            areturn
        end local 0 // com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/js/nodes/function/BuiltinArgumentBuilder;

  public com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder newTarget(boolean);
    descriptor: (Z)Lcom/oracle/truffle/js/nodes/function/BuiltinArgumentBuilder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder this
        start local 1 // boolean newTarget
         0: .line 101
            aload 0 /* this */
            iload 1 /* newTarget */
            putfield com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder.newTarget:Z
         1: .line 102
            aload 0 /* this */
            iconst_3
            invokevirtual com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder.assertOrder:(I)V
         2: .line 103
            aload 0 /* this */
            areturn
        end local 1 // boolean newTarget
        end local 0 // com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lcom/oracle/truffle/js/nodes/function/BuiltinArgumentBuilder;
            0    3     1  newTarget  Z
    MethodParameters:
           Name  Flags
      newTarget  

  public com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder fixedArgs(int);
    descriptor: (I)Lcom/oracle/truffle/js/nodes/function/BuiltinArgumentBuilder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder this
        start local 1 // int fixedArgumentCount
         0: .line 107
            aload 0 /* this */
            iload 1 /* fixedArgumentCount */
            putfield com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder.fixedArgumentCount:I
         1: .line 108
            aload 0 /* this */
            iconst_4
            invokevirtual com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder.assertOrder:(I)V
         2: .line 109
            aload 0 /* this */
            areturn
        end local 1 // int fixedArgumentCount
        end local 0 // com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    3     0                this  Lcom/oracle/truffle/js/nodes/function/BuiltinArgumentBuilder;
            0    3     1  fixedArgumentCount  I
    MethodParameters:
                    Name  Flags
      fixedArgumentCount  

  public com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder varArgs();
    descriptor: ()Lcom/oracle/truffle/js/nodes/function/BuiltinArgumentBuilder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder this
         0: .line 113
            aload 0 /* this */
            iconst_1
            invokevirtual com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder.varArgs:(Z)Lcom/oracle/truffle/js/nodes/function/BuiltinArgumentBuilder;
            areturn
        end local 0 // com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/js/nodes/function/BuiltinArgumentBuilder;

  public com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder varArgs(boolean);
    descriptor: (Z)Lcom/oracle/truffle/js/nodes/function/BuiltinArgumentBuilder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder this
        start local 1 // boolean varArgs
         0: .line 117
            aload 0 /* this */
            iload 1 /* varArgs */
            putfield com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder.varArgs:Z
         1: .line 118
            aload 0 /* this */
            iconst_5
            invokevirtual com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder.assertOrder:(I)V
         2: .line 119
            aload 0 /* this */
            areturn
        end local 1 // boolean varArgs
        end local 0 // com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lcom/oracle/truffle/js/nodes/function/BuiltinArgumentBuilder;
            0    3     1  varArgs  Z
    MethodParameters:
         Name  Flags
      varArgs  

  public com.oracle.truffle.js.nodes.JavaScriptNode[] createArgumentNodes(com.oracle.truffle.js.runtime.JSContext);
    descriptor: (Lcom/oracle/truffle/js/runtime/JSContext;)[Lcom/oracle/truffle/js/nodes/JavaScriptNode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=9, args_size=2
        start local 0 // com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder this
        start local 1 // com.oracle.truffle.js.runtime.JSContext context
         0: .line 123
            aload 1 /* context */
            invokestatic com.oracle.truffle.js.nodes.NodeFactory.getInstance:(Lcom/oracle/truffle/js/runtime/JSContext;)Lcom/oracle/truffle/js/nodes/NodeFactory;
            astore 2 /* factory */
        start local 2 // com.oracle.truffle.js.nodes.NodeFactory factory
         1: .line 124
            aload 0 /* this */
            invokevirtual com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder.getTotalArgumentCount:()I
            istore 3 /* totalArgs */
        start local 3 // int totalArgs
         2: .line 125
            iload 3 /* totalArgs */
            ifne 3
            getstatic com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder.EMPTY_NODE_ARRAY:[Lcom/oracle/truffle/js/nodes/JavaScriptNode;
            goto 4
      StackMap locals: com.oracle.truffle.js.nodes.NodeFactory int
      StackMap stack:
         3: iload 3 /* totalArgs */
            anewarray com.oracle.truffle.js.nodes.JavaScriptNode
      StackMap locals:
      StackMap stack: com.oracle.truffle.js.nodes.JavaScriptNode[]
         4: astore 4 /* callArgs */
        start local 4 // com.oracle.truffle.js.nodes.JavaScriptNode[] callArgs
         5: .line 126
            iconst_0
            istore 5 /* index */
        start local 5 // int index
         6: .line 127
            aload 0 /* this */
            getfield com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder.hasThis:Z
            ifeq 8
         7: .line 128
            aload 4 /* callArgs */
            iload 5 /* index */
            iinc 5 /* index */ 1
            aload 2 /* factory */
            invokevirtual com.oracle.truffle.js.nodes.NodeFactory.createAccessThis:()Lcom/oracle/truffle/js/nodes/JavaScriptNode;
            aastore
         8: .line 130
      StackMap locals: com.oracle.truffle.js.nodes.JavaScriptNode[] int
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder.hasFunction:Z
            ifeq 10
         9: .line 131
            aload 4 /* callArgs */
            iload 5 /* index */
            iinc 5 /* index */ 1
            aload 2 /* factory */
            iconst_0
            invokevirtual com.oracle.truffle.js.nodes.NodeFactory.createAccessCallee:(I)Lcom/oracle/truffle/js/nodes/JavaScriptNode;
            aastore
        10: .line 133
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 6 /* argIndex */
        start local 6 // int argIndex
        11: .line 134
            aload 0 /* this */
            getfield com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder.varArgs:Z
            ifeq 12
            iload 3 /* totalArgs */
            iconst_1
            isub
            goto 13
      StackMap locals: int
      StackMap stack:
        12: iload 3 /* totalArgs */
      StackMap locals:
      StackMap stack: int
        13: istore 7 /* size */
        start local 7 // int size
        14: .line 135
            iload 5 /* index */
            istore 8 /* i */
        start local 8 // int i
        15: goto 18
        16: .line 136
      StackMap locals: int int
      StackMap stack:
            aload 4 /* callArgs */
            iload 8 /* i */
            aload 2 /* factory */
            iload 6 /* argIndex */
            iinc 6 /* argIndex */ 1
            invokevirtual com.oracle.truffle.js.nodes.NodeFactory.createAccessArgument:(I)Lcom/oracle/truffle/js/nodes/JavaScriptNode;
            aastore
        17: .line 135
            iinc 8 /* i */ 1
      StackMap locals:
      StackMap stack:
        18: iload 8 /* i */
            iload 7 /* size */
            if_icmplt 16
        end local 8 // int i
        19: .line 138
            aload 0 /* this */
            getfield com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder.varArgs:Z
            ifeq 21
        20: .line 139
            aload 4 /* callArgs */
            iload 7 /* size */
            aload 2 /* factory */
            iload 6 /* argIndex */
            iinc 6 /* argIndex */ 1
            invokevirtual com.oracle.truffle.js.nodes.NodeFactory.createAccessVarArgs:(I)Lcom/oracle/truffle/js/nodes/JavaScriptNode;
            aastore
        21: .line 141
      StackMap locals:
      StackMap stack:
            aload 4 /* callArgs */
            areturn
        end local 7 // int size
        end local 6 // int argIndex
        end local 5 // int index
        end local 4 // com.oracle.truffle.js.nodes.JavaScriptNode[] callArgs
        end local 3 // int totalArgs
        end local 2 // com.oracle.truffle.js.nodes.NodeFactory factory
        end local 1 // com.oracle.truffle.js.runtime.JSContext context
        end local 0 // com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   22     0       this  Lcom/oracle/truffle/js/nodes/function/BuiltinArgumentBuilder;
            0   22     1    context  Lcom/oracle/truffle/js/runtime/JSContext;
            1   22     2    factory  Lcom/oracle/truffle/js/nodes/NodeFactory;
            2   22     3  totalArgs  I
            5   22     4   callArgs  [Lcom/oracle/truffle/js/nodes/JavaScriptNode;
            6   22     5      index  I
           11   22     6   argIndex  I
           14   22     7       size  I
           15   19     8          i  I
    MethodParameters:
         Name  Flags
      context  

  private int getTotalArgumentCount();
    descriptor: ()I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder this
         0: .line 145
            aload 0 /* this */
            getfield com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder.hasThis:Z
            ifeq 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: aload 0 /* this */
            getfield com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder.hasFunction:Z
            ifeq 3
            iconst_1
            goto 4
      StackMap locals:
      StackMap stack: int
         3: iconst_0
      StackMap locals: com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder
      StackMap stack: int int
         4: iadd
            aload 0 /* this */
            getfield com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder.newTarget:Z
            ifeq 5
            iconst_1
            goto 6
      StackMap locals:
      StackMap stack: int
         5: iconst_0
      StackMap locals: com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder
      StackMap stack: int int
         6: iadd
            aload 0 /* this */
            getfield com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder.fixedArgumentCount:I
            iadd
            aload 0 /* this */
            getfield com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder.varArgs:Z
            ifeq 7
            iconst_1
            goto 8
      StackMap locals:
      StackMap stack: int
         7: iconst_0
      StackMap locals: com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder
      StackMap stack: int int
         8: iadd
            ireturn
        end local 0 // com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lcom/oracle/truffle/js/nodes/function/BuiltinArgumentBuilder;

  protected void assertOrder(int);
    descriptor: (I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder this
        start local 1 // int order
         0: .line 155
            return
        end local 1 // int order
        end local 0 // com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/oracle/truffle/js/nodes/function/BuiltinArgumentBuilder;
            0    1     1  order  I
    MethodParameters:
       Name  Flags
      order  
}
SourceFile: "BuiltinArgumentBuilder.java"
NestMembers:
  com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder$1
InnerClasses:
  com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder$1