class com.oracle.js.parser.Parser$7 extends com.oracle.js.parser.ir.visitor.NodeVisitor<com.oracle.js.parser.ir.LexicalContext>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.js.parser.Parser$7
  super_class: com.oracle.js.parser.ir.visitor.NodeVisitor
{
  final com.oracle.js.parser.Parser this$0;
    descriptor: Lcom/oracle/js/parser/Parser;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

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

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

  void <init>(com.oracle.js.parser.Parser, com.oracle.js.parser.ir.LexicalContext, com.oracle.js.parser.ParserContextFunctionNode, int);
    descriptor: (Lcom/oracle/js/parser/Parser;Lcom/oracle/js/parser/ir/LexicalContext;Lcom/oracle/js/parser/ParserContextFunctionNode;I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // com.oracle.js.parser.Parser$7 this
        start local 2 // com.oracle.js.parser.ir.LexicalContext $anonymous0
         0: .line 5925
            aload 0 /* this */
            aload 1
            putfield com.oracle.js.parser.Parser$7.this$0:Lcom/oracle/js/parser/Parser;
            aload 0 /* this */
            aload 3
            putfield com.oracle.js.parser.Parser$7.val$current:Lcom/oracle/js/parser/ParserContextFunctionNode;
            aload 0 /* this */
            iload 4
            putfield com.oracle.js.parser.Parser$7.val$flagsToPropagate:I
            aload 0 /* this */
            aload 2 /* $anonymous0 */
            invokespecial com.oracle.js.parser.ir.visitor.NodeVisitor.<init>:(Lcom/oracle/js/parser/ir/LexicalContext;)V
            return
        end local 2 // com.oracle.js.parser.ir.LexicalContext $anonymous0
        end local 0 // com.oracle.js.parser.Parser$7 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lcom/oracle/js/parser/Parser$7;
            0    1     2  $anonymous0  Lcom/oracle/js/parser/ir/LexicalContext;
    MethodParameters:
                      Name  Flags
      this$0                final
      $anonymous0           
      val$current           final
      val$flagsToPropagate  final

  public boolean enterCallNode(com.oracle.js.parser.ir.CallNode);
    descriptor: (Lcom/oracle/js/parser/ir/CallNode;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.js.parser.Parser$7 this
        start local 1 // com.oracle.js.parser.ir.CallNode callNode
         0: .line 5928
            aload 1 /* callNode */
            invokevirtual com.oracle.js.parser.ir.CallNode.isEval:()Z
            ifeq 2
         1: .line 5929
            aload 0 /* this */
            getfield com.oracle.js.parser.Parser$7.val$current:Lcom/oracle/js/parser/ParserContextFunctionNode;
            aload 0 /* this */
            getfield com.oracle.js.parser.Parser$7.val$flagsToPropagate:I
            invokevirtual com.oracle.js.parser.ParserContextFunctionNode.setFlag:(I)I
            pop
         2: .line 5931
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 1 // com.oracle.js.parser.ir.CallNode callNode
        end local 0 // com.oracle.js.parser.Parser$7 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lcom/oracle/js/parser/Parser$7;
            0    3     1  callNode  Lcom/oracle/js/parser/ir/CallNode;
    MethodParameters:
          Name  Flags
      callNode  
}
Signature: Lcom/oracle/js/parser/ir/visitor/NodeVisitor<Lcom/oracle/js/parser/ir/LexicalContext;>;
SourceFile: "Parser.java"
EnclosingMethod: com.oracle.js.parser.Parser.markEvalInArrowParameterList:(Lcom/oracle/js/parser/ParserContextBlockNode;)V
NestHost: com.oracle.js.parser.Parser
InnerClasses:
  com.oracle.js.parser.Parser$7