class com.oracle.truffle.js.test.tools.ParseWithArgsTest$ParsingInstrument$1 implements com.oracle.truffle.api.instrumentation.ExecutionEventListener
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.js.test.tools.ParseWithArgsTest$ParsingInstrument$1
  super_class: java.lang.Object
{
  final com.oracle.truffle.js.test.tools.ParseWithArgsTest$ParsingInstrument this$1;
    descriptor: Lcom/oracle/truffle/js/test/tools/ParseWithArgsTest$ParsingInstrument;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final com.oracle.truffle.api.instrumentation.TruffleInstrument$Env val$env;
    descriptor: Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.oracle.truffle.js.test.tools.ParseWithArgsTest$ParsingInstrument, com.oracle.truffle.api.instrumentation.TruffleInstrument$Env);
    descriptor: (Lcom/oracle/truffle/js/test/tools/ParseWithArgsTest$ParsingInstrument;Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.oracle.truffle.js.test.tools.ParseWithArgsTest$ParsingInstrument$1 this
         0: .line 87
            aload 0 /* this */
            aload 1
            putfield com.oracle.truffle.js.test.tools.ParseWithArgsTest$ParsingInstrument$1.this$1:Lcom/oracle/truffle/js/test/tools/ParseWithArgsTest$ParsingInstrument;
            aload 0 /* this */
            aload 2
            putfield com.oracle.truffle.js.test.tools.ParseWithArgsTest$ParsingInstrument$1.val$env:Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.truffle.js.test.tools.ParseWithArgsTest$ParsingInstrument$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/js/test/tools/ParseWithArgsTest$ParsingInstrument$1;
    MethodParameters:
         Name  Flags
      this$0   final
      val$env  final

  public void onEnter(com.oracle.truffle.api.instrumentation.EventContext, com.oracle.truffle.api.frame.VirtualFrame);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/EventContext;Lcom/oracle/truffle/api/frame/VirtualFrame;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=3
        start local 0 // com.oracle.truffle.js.test.tools.ParseWithArgsTest$ParsingInstrument$1 this
        start local 1 // com.oracle.truffle.api.instrumentation.EventContext context
        start local 2 // com.oracle.truffle.api.frame.VirtualFrame frame
         0: .line 90
            invokestatic com.oracle.truffle.api.CompilerDirectives.transferToInterpreter:()V
         1: .line 92
            aload 1 /* context */
            invokevirtual com.oracle.truffle.api.instrumentation.EventContext.getInstrumentedSourceSection:()Lcom/oracle/truffle/api/source/SourceSection;
            astore 3 /* section */
        start local 3 // com.oracle.truffle.api.source.SourceSection section
         2: .line 93
            aload 0 /* this */
            getfield com.oracle.truffle.js.test.tools.ParseWithArgsTest$ParsingInstrument$1.this$1:Lcom/oracle/truffle/js/test/tools/ParseWithArgsTest$ParsingInstrument;
            getfield com.oracle.truffle.js.test.tools.ParseWithArgsTest$ParsingInstrument.sections:Ljava/util/List;
            aload 3 /* section */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         3: .line 95
            aload 3 /* section */
            invokevirtual com.oracle.truffle.api.source.SourceSection.getSource:()Lcom/oracle/truffle/api/source/Source;
            invokevirtual com.oracle.truffle.api.source.Source.isInternal:()Z
            ifeq 5
         4: .line 96
            return
         5: .line 99
      StackMap locals: com.oracle.truffle.api.source.SourceSection
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.js.test.tools.ParseWithArgsTest$ParsingInstrument$1.this$1:Lcom/oracle/truffle/js/test/tools/ParseWithArgsTest$ParsingInstrument;
            getfield com.oracle.truffle.js.test.tools.ParseWithArgsTest$ParsingInstrument.sections:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            bipush 10
            if_icmple 7
         6: .line 100
            return
         7: .line 103
      StackMap locals:
      StackMap stack:
            ldc "js"
            ldc "debugger;"
            ldc "stop.js"
            invokestatic com.oracle.truffle.api.source.Source.newBuilder:(Ljava/lang/String;Ljava/lang/CharSequence;Ljava/lang/String;)Lcom/oracle/truffle/api/source/Source$LiteralBuilder;
            iconst_1
            invokevirtual com.oracle.truffle.api.source.Source$LiteralBuilder.internal:(Z)Lcom/oracle/truffle/api/source/Source$LiteralBuilder;
            invokevirtual com.oracle.truffle.api.source.Source$LiteralBuilder.build:()Lcom/oracle/truffle/api/source/Source;
            astore 4 /* src */
        start local 4 // com.oracle.truffle.api.source.Source src
         8: .line 106
            aload 0 /* this */
            getfield com.oracle.truffle.js.test.tools.ParseWithArgsTest$ParsingInstrument$1.val$env:Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;
            aload 4 /* src */
            iconst_3
            anewarray java.lang.String
            dup
            iconst_0
            ldc "a"
            aastore
            dup
            iconst_1
            ldc "b"
            aastore
            dup
            iconst_2
            ldc "c"
            aastore
            invokevirtual com.oracle.truffle.api.instrumentation.TruffleInstrument$Env.parse:(Lcom/oracle/truffle/api/source/Source;[Ljava/lang/String;)Lcom/oracle/truffle/api/CallTarget;
            astore 5 /* call */
        start local 5 // com.oracle.truffle.api.CallTarget call
         9: .line 107
            aload 5 /* call */
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            iconst_1
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_1
            iconst_2
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_2
            iconst_3
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokeinterface com.oracle.truffle.api.CallTarget.call:([Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 5 // com.oracle.truffle.api.CallTarget call
        10: .line 108
            goto 13
      StackMap locals: com.oracle.truffle.js.test.tools.ParseWithArgsTest$ParsingInstrument$1 com.oracle.truffle.api.instrumentation.EventContext com.oracle.truffle.api.frame.VirtualFrame com.oracle.truffle.api.source.SourceSection com.oracle.truffle.api.source.Source
      StackMap stack: java.io.IOException
        11: astore 5 /* ex */
        start local 5 // java.io.IOException ex
        12: .line 109
            new java.lang.IllegalStateException
            dup
            aload 5 /* ex */
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 5 // java.io.IOException ex
        13: .line 111
      StackMap locals:
      StackMap stack:
            return
        end local 4 // com.oracle.truffle.api.source.Source src
        end local 3 // com.oracle.truffle.api.source.SourceSection section
        end local 2 // com.oracle.truffle.api.frame.VirtualFrame frame
        end local 1 // com.oracle.truffle.api.instrumentation.EventContext context
        end local 0 // com.oracle.truffle.js.test.tools.ParseWithArgsTest$ParsingInstrument$1 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   14     0     this  Lcom/oracle/truffle/js/test/tools/ParseWithArgsTest$ParsingInstrument$1;
            0   14     1  context  Lcom/oracle/truffle/api/instrumentation/EventContext;
            0   14     2    frame  Lcom/oracle/truffle/api/frame/VirtualFrame;
            2   14     3  section  Lcom/oracle/truffle/api/source/SourceSection;
            8   14     4      src  Lcom/oracle/truffle/api/source/Source;
            9   10     5     call  Lcom/oracle/truffle/api/CallTarget;
           12   13     5       ex  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           8    10      11  Class java.io.IOException
    MethodParameters:
         Name  Flags
      context  
      frame    

  public void onReturnValue(com.oracle.truffle.api.instrumentation.EventContext, com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/EventContext;Lcom/oracle/truffle/api/frame/VirtualFrame;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=4, args_size=4
        start local 0 // com.oracle.truffle.js.test.tools.ParseWithArgsTest$ParsingInstrument$1 this
        start local 1 // com.oracle.truffle.api.instrumentation.EventContext context
        start local 2 // com.oracle.truffle.api.frame.VirtualFrame frame
        start local 3 // java.lang.Object result
         0: .line 115
            return
        end local 3 // java.lang.Object result
        end local 2 // com.oracle.truffle.api.frame.VirtualFrame frame
        end local 1 // com.oracle.truffle.api.instrumentation.EventContext context
        end local 0 // com.oracle.truffle.js.test.tools.ParseWithArgsTest$ParsingInstrument$1 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lcom/oracle/truffle/js/test/tools/ParseWithArgsTest$ParsingInstrument$1;
            0    1     1  context  Lcom/oracle/truffle/api/instrumentation/EventContext;
            0    1     2    frame  Lcom/oracle/truffle/api/frame/VirtualFrame;
            0    1     3   result  Ljava/lang/Object;
    MethodParameters:
         Name  Flags
      context  
      frame    
      result   

  public void onReturnExceptional(com.oracle.truffle.api.instrumentation.EventContext, com.oracle.truffle.api.frame.VirtualFrame, java.lang.Throwable);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/EventContext;Lcom/oracle/truffle/api/frame/VirtualFrame;Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=4, args_size=4
        start local 0 // com.oracle.truffle.js.test.tools.ParseWithArgsTest$ParsingInstrument$1 this
        start local 1 // com.oracle.truffle.api.instrumentation.EventContext context
        start local 2 // com.oracle.truffle.api.frame.VirtualFrame frame
        start local 3 // java.lang.Throwable exception
         0: .line 119
            return
        end local 3 // java.lang.Throwable exception
        end local 2 // com.oracle.truffle.api.frame.VirtualFrame frame
        end local 1 // com.oracle.truffle.api.instrumentation.EventContext context
        end local 0 // com.oracle.truffle.js.test.tools.ParseWithArgsTest$ParsingInstrument$1 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lcom/oracle/truffle/js/test/tools/ParseWithArgsTest$ParsingInstrument$1;
            0    1     1    context  Lcom/oracle/truffle/api/instrumentation/EventContext;
            0    1     2      frame  Lcom/oracle/truffle/api/frame/VirtualFrame;
            0    1     3  exception  Ljava/lang/Throwable;
    MethodParameters:
           Name  Flags
      context    
      frame      
      exception  
}
SourceFile: "ParseWithArgsTest.java"
EnclosingMethod: com.oracle.truffle.js.test.tools.ParseWithArgsTest$ParsingInstrument.onCreate:(Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;)V
NestHost: com.oracle.truffle.js.test.tools.ParseWithArgsTest
InnerClasses:
  public final Env = com.oracle.truffle.api.instrumentation.TruffleInstrument$Env of com.oracle.truffle.api.instrumentation.TruffleInstrument
  public final LiteralBuilder = com.oracle.truffle.api.source.Source$LiteralBuilder of com.oracle.truffle.api.source.Source
  public final ParsingInstrument = com.oracle.truffle.js.test.tools.ParseWithArgsTest$ParsingInstrument of com.oracle.truffle.js.test.tools.ParseWithArgsTest
  com.oracle.truffle.js.test.tools.ParseWithArgsTest$ParsingInstrument$1