class com.oracle.js.parser.Parser$6 implements java.util.function.Consumer<com.oracle.js.parser.ir.IdentNode>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.js.parser.Parser$6
  super_class: java.lang.Object
{
  final com.oracle.js.parser.Parser this$0;
    descriptor: Lcom/oracle/js/parser/Parser;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final int val$paramLine;
    descriptor: I
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final long val$paramToken;
    descriptor: J
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final com.oracle.js.parser.ir.Expression val$pattern;
    descriptor: Lcom/oracle/js/parser/ir/Expression;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.oracle.js.parser.Parser, int, long, com.oracle.js.parser.ir.Expression);
    descriptor: (Lcom/oracle/js/parser/Parser;IJLcom/oracle/js/parser/ir/Expression;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=6, args_size=5
        start local 0 // com.oracle.js.parser.Parser$6 this
         0: .line 5177
            aload 0 /* this */
            aload 1
            putfield com.oracle.js.parser.Parser$6.this$0:Lcom/oracle/js/parser/Parser;
            aload 0 /* this */
            iload 2
            putfield com.oracle.js.parser.Parser$6.val$paramLine:I
            aload 0 /* this */
            lload 3
            putfield com.oracle.js.parser.Parser$6.val$paramToken:J
            aload 0 /* this */
            aload 5
            putfield com.oracle.js.parser.Parser$6.val$pattern:Lcom/oracle/js/parser/ir/Expression;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.js.parser.Parser$6 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/js/parser/Parser$6;
    MethodParameters:
                Name  Flags
      this$0          final
      val$paramLine   final
      val$paramToken  final
      val$pattern     final

  public void accept(com.oracle.js.parser.ir.IdentNode);
    descriptor: (Lcom/oracle/js/parser/ir/IdentNode;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=4, args_size=2
        start local 0 // com.oracle.js.parser.Parser$6 this
        start local 1 // com.oracle.js.parser.ir.IdentNode identNode
         0: .line 5180
            aload 0 /* this */
            getfield com.oracle.js.parser.Parser$6.this$0:Lcom/oracle/js/parser/Parser;
            aload 1 /* identNode */
            ldc "function parameter"
            invokevirtual com.oracle.js.parser.Parser.verifyStrictIdent:(Lcom/oracle/js/parser/ir/IdentNode;Ljava/lang/String;)V
         1: .line 5182
            aload 0 /* this */
            getfield com.oracle.js.parser.Parser$6.this$0:Lcom/oracle/js/parser/Parser;
            getfield com.oracle.js.parser.Parser.lc:Lcom/oracle/js/parser/ParserContext;
            invokevirtual com.oracle.js.parser.ParserContext.getCurrentFunction:()Lcom/oracle/js/parser/ParserContextFunctionNode;
            astore 2 /* currentFunction */
        start local 2 // com.oracle.js.parser.ParserContextFunctionNode currentFunction
         2: .line 5183
            aload 2 /* currentFunction */
            ifnull 5
         3: .line 5185
            new com.oracle.js.parser.ir.VarNode
            dup
            aload 0 /* this */
            getfield com.oracle.js.parser.Parser$6.val$paramLine:I
            aload 0 /* this */
            getfield com.oracle.js.parser.Parser$6.val$paramToken:J
            getstatic com.oracle.js.parser.TokenType.LET:Lcom/oracle/js/parser/TokenType;
            invokestatic com.oracle.js.parser.Token.recast:(JLcom/oracle/js/parser/TokenType;)J
            aload 0 /* this */
            getfield com.oracle.js.parser.Parser$6.val$pattern:Lcom/oracle/js/parser/ir/Expression;
            invokevirtual com.oracle.js.parser.ir.Expression.getFinish:()I
            aload 1 /* identNode */
            aconst_null
            bipush 17
            invokespecial com.oracle.js.parser.ir.VarNode.<init>:(IJILcom/oracle/js/parser/ir/IdentNode;Lcom/oracle/js/parser/ir/Expression;I)V
            astore 3 /* declaration */
        start local 3 // com.oracle.js.parser.ir.VarNode declaration
         4: .line 5186
            aload 2 /* currentFunction */
            aload 3 /* declaration */
            invokevirtual com.oracle.js.parser.ParserContextFunctionNode.addParameterBindingDeclaration:(Lcom/oracle/js/parser/ir/VarNode;)V
        end local 3 // com.oracle.js.parser.ir.VarNode declaration
         5: .line 5189
      StackMap locals: com.oracle.js.parser.ParserContextFunctionNode
      StackMap stack:
            return
        end local 2 // com.oracle.js.parser.ParserContextFunctionNode currentFunction
        end local 1 // com.oracle.js.parser.ir.IdentNode identNode
        end local 0 // com.oracle.js.parser.Parser$6 this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    6     0             this  Lcom/oracle/js/parser/Parser$6;
            0    6     1        identNode  Lcom/oracle/js/parser/ir/IdentNode;
            2    6     2  currentFunction  Lcom/oracle/js/parser/ParserContextFunctionNode;
            4    5     3      declaration  Lcom/oracle/js/parser/ir/VarNode;
    MethodParameters:
           Name  Flags
      identNode  

  public void accept(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast com.oracle.js.parser.ir.IdentNode
            invokevirtual com.oracle.js.parser.Parser$6.accept:(Lcom/oracle/js/parser/ir/IdentNode;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/util/function/Consumer<Lcom/oracle/js/parser/ir/IdentNode;>;
SourceFile: "Parser.java"
EnclosingMethod: com.oracle.js.parser.Parser.verifyDestructuringParameterBindingPattern:(Lcom/oracle/js/parser/ir/Expression;JI)V
NestHost: com.oracle.js.parser.Parser
InnerClasses:
  com.oracle.js.parser.Parser$6