public class com.oracle.truffle.js.test.instrumentation.IterationsTest extends com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.truffle.js.test.instrumentation.IterationsTest
  super_class: com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.js.test.instrumentation.IterationsTest this
         0: .line 49
            aload 0 /* this */
            invokespecial com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest.<init>:()V
            return
        end local 0 // com.oracle.truffle.js.test.instrumentation.IterationsTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/js/test/instrumentation/IterationsTest;

  public void basicFor();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=1
        start local 0 // com.oracle.truffle.js.test.instrumentation.IterationsTest this
         0: .line 53
            ldc "for (var a=0; a<3; a++) { 42;};"
            astore 1 /* src */
        start local 1 // java.lang.String src
         1: .line 55
            aload 0 /* this */
            aload 1 /* src */
            iconst_3
            anewarray java.lang.Class
            dup
            iconst_0
         2: .line 56
            ldc Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$ControlFlowRootTag;
            aastore
            dup
            iconst_1
         3: .line 57
            ldc Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$ControlFlowBranchTag;
            aastore
            dup
            iconst_2
         4: .line 58
            ldc Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$ControlFlowBlockTag;
            aastore
         5: .line 59
            iconst_0
            anewarray java.lang.Class
         6: .line 55
            invokevirtual com.oracle.truffle.js.test.instrumentation.IterationsTest.evalWithTags:(Ljava/lang/String;[Ljava/lang/Class;[Ljava/lang/Class;)Lorg/graalvm/polyglot/Source;
            pop
         7: .line 61
            aload 0 /* this */
            ldc Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$ControlFlowRootTag;
            aload 0 /* this */
            invokedynamic accept(Lcom/oracle/truffle/js/test/instrumentation/IterationsTest;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  com/oracle/truffle/js/test/instrumentation/IterationsTest.lambda$0(Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$Event;)V (7)
                  (Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$Event;)V
            invokevirtual com.oracle.truffle.js.test.instrumentation.IterationsTest.enter:(Ljava/lang/Class;Ljava/util/function/Consumer;)Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;
         8: .line 68
            invokevirtual com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent.exit:()V
         9: .line 69
            return
        end local 1 // java.lang.String src
        end local 0 // com.oracle.truffle.js.test.instrumentation.IterationsTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lcom/oracle/truffle/js/test/instrumentation/IterationsTest;
            1   10     1   src  Ljava/lang/String;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void basicWhileDo();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=1
        start local 0 // com.oracle.truffle.js.test.instrumentation.IterationsTest this
         0: .line 73
            ldc "var a=0; while(a<3) { a++; };"
            astore 1 /* src */
        start local 1 // java.lang.String src
         1: .line 75
            aload 0 /* this */
            aload 1 /* src */
            iconst_3
            anewarray java.lang.Class
            dup
            iconst_0
         2: .line 76
            ldc Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$ControlFlowRootTag;
            aastore
            dup
            iconst_1
         3: .line 77
            ldc Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$ControlFlowBranchTag;
            aastore
            dup
            iconst_2
         4: .line 78
            ldc Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$ControlFlowBlockTag;
            aastore
         5: .line 79
            iconst_0
            anewarray java.lang.Class
         6: .line 75
            invokevirtual com.oracle.truffle.js.test.instrumentation.IterationsTest.evalWithTags:(Ljava/lang/String;[Ljava/lang/Class;[Ljava/lang/Class;)Lorg/graalvm/polyglot/Source;
            pop
         7: .line 81
            aload 0 /* this */
            ldc Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$ControlFlowRootTag;
            aload 0 /* this */
            invokedynamic accept(Lcom/oracle/truffle/js/test/instrumentation/IterationsTest;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  com/oracle/truffle/js/test/instrumentation/IterationsTest.lambda$1(Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$Event;)V (7)
                  (Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$Event;)V
            invokevirtual com.oracle.truffle.js.test.instrumentation.IterationsTest.enter:(Ljava/lang/Class;Ljava/util/function/Consumer;)Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;
         8: .line 88
            invokevirtual com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent.exit:()V
         9: .line 89
            return
        end local 1 // java.lang.String src
        end local 0 // com.oracle.truffle.js.test.instrumentation.IterationsTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lcom/oracle/truffle/js/test/instrumentation/IterationsTest;
            1   10     1   src  Ljava/lang/String;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void basicDoWhile();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=1
        start local 0 // com.oracle.truffle.js.test.instrumentation.IterationsTest this
         0: .line 93
            ldc "var a=0; do { a++; } while(a<3);"
            astore 1 /* src */
        start local 1 // java.lang.String src
         1: .line 95
            aload 0 /* this */
            aload 1 /* src */
            iconst_3
            anewarray java.lang.Class
            dup
            iconst_0
         2: .line 96
            ldc Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$ControlFlowRootTag;
            aastore
            dup
            iconst_1
         3: .line 97
            ldc Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$ControlFlowBranchTag;
            aastore
            dup
            iconst_2
         4: .line 98
            ldc Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$ControlFlowBlockTag;
            aastore
         5: .line 99
            iconst_0
            anewarray java.lang.Class
         6: .line 95
            invokevirtual com.oracle.truffle.js.test.instrumentation.IterationsTest.evalWithTags:(Ljava/lang/String;[Ljava/lang/Class;[Ljava/lang/Class;)Lorg/graalvm/polyglot/Source;
            pop
         7: .line 101
            aload 0 /* this */
            ldc Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$ControlFlowRootTag;
            aload 0 /* this */
            invokedynamic accept(Lcom/oracle/truffle/js/test/instrumentation/IterationsTest;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  com/oracle/truffle/js/test/instrumentation/IterationsTest.lambda$2(Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$Event;)V (7)
                  (Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$Event;)V
            invokevirtual com.oracle.truffle.js.test.instrumentation.IterationsTest.enter:(Ljava/lang/Class;Ljava/util/function/Consumer;)Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;
         8: .line 109
            invokevirtual com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent.exit:()V
         9: .line 110
            return
        end local 1 // java.lang.String src
        end local 0 // com.oracle.truffle.js.test.instrumentation.IterationsTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lcom/oracle/truffle/js/test/instrumentation/IterationsTest;
            1   10     1   src  Ljava/lang/String;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void emptyForLet();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=1
        start local 0 // com.oracle.truffle.js.test.instrumentation.IterationsTest this
         0: .line 114
            ldc "for (let i = 0; i < 3; i++) {};"
            astore 1 /* src */
        start local 1 // java.lang.String src
         1: .line 116
            aload 0 /* this */
            aload 1 /* src */
            iconst_3
            anewarray java.lang.Class
            dup
            iconst_0
         2: .line 117
            ldc Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$ControlFlowRootTag;
            aastore
            dup
            iconst_1
         3: .line 118
            ldc Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$ControlFlowBranchTag;
            aastore
            dup
            iconst_2
         4: .line 119
            ldc Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$ControlFlowBlockTag;
            aastore
         5: .line 120
            iconst_0
            anewarray java.lang.Class
         6: .line 116
            invokevirtual com.oracle.truffle.js.test.instrumentation.IterationsTest.evalWithTags:(Ljava/lang/String;[Ljava/lang/Class;[Ljava/lang/Class;)Lorg/graalvm/polyglot/Source;
            pop
         7: .line 122
            aload 0 /* this */
            ldc Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$ControlFlowRootTag;
            aload 0 /* this */
            invokedynamic accept(Lcom/oracle/truffle/js/test/instrumentation/IterationsTest;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  com/oracle/truffle/js/test/instrumentation/IterationsTest.lambda$3(Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$Event;)V (7)
                  (Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$Event;)V
            invokevirtual com.oracle.truffle.js.test.instrumentation.IterationsTest.enter:(Ljava/lang/Class;Ljava/util/function/Consumer;)Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;
         8: .line 129
            invokevirtual com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent.exit:()V
         9: .line 130
            return
        end local 1 // java.lang.String src
        end local 0 // com.oracle.truffle.js.test.instrumentation.IterationsTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lcom/oracle/truffle/js/test/instrumentation/IterationsTest;
            1   10     1   src  Ljava/lang/String;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void forLetWithPerIterationScope();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=1
        start local 0 // com.oracle.truffle.js.test.instrumentation.IterationsTest this
         0: .line 134
            ldc "for (let i = 0; i < 3; i++) { function dummy(){return i;} };"
            astore 1 /* src */
        start local 1 // java.lang.String src
         1: .line 136
            aload 0 /* this */
            aload 1 /* src */
            iconst_3
            anewarray java.lang.Class
            dup
            iconst_0
         2: .line 137
            ldc Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$ControlFlowRootTag;
            aastore
            dup
            iconst_1
         3: .line 138
            ldc Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$ControlFlowBranchTag;
            aastore
            dup
            iconst_2
         4: .line 139
            ldc Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$ControlFlowBlockTag;
            aastore
         5: .line 140
            iconst_0
            anewarray java.lang.Class
         6: .line 136
            invokevirtual com.oracle.truffle.js.test.instrumentation.IterationsTest.evalWithTags:(Ljava/lang/String;[Ljava/lang/Class;[Ljava/lang/Class;)Lorg/graalvm/polyglot/Source;
            pop
         7: .line 142
            aload 0 /* this */
            ldc Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$ControlFlowRootTag;
            aload 0 /* this */
            invokedynamic accept(Lcom/oracle/truffle/js/test/instrumentation/IterationsTest;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  com/oracle/truffle/js/test/instrumentation/IterationsTest.lambda$4(Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$Event;)V (7)
                  (Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$Event;)V
            invokevirtual com.oracle.truffle.js.test.instrumentation.IterationsTest.enter:(Ljava/lang/Class;Ljava/util/function/Consumer;)Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;
         8: .line 149
            invokevirtual com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent.exit:()V
         9: .line 150
            return
        end local 1 // java.lang.String src
        end local 0 // com.oracle.truffle.js.test.instrumentation.IterationsTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lcom/oracle/truffle/js/test/instrumentation/IterationsTest;
            1   10     1   src  Ljava/lang/String;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void emptyForOf();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.truffle.js.test.instrumentation.IterationsTest this
         0: .line 154
            aload 0 /* this */
            ldc "var obj = ['a', 'b', 'c']; for (var i of obj) {};"
            getstatic com.oracle.truffle.js.nodes.instrumentation.JSTags$ControlFlowRootTag$Type.ForOfIteration:Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$ControlFlowRootTag$Type;
            invokevirtual com.oracle.truffle.js.nodes.instrumentation.JSTags$ControlFlowRootTag$Type.name:()Ljava/lang/String;
            invokevirtual com.oracle.truffle.js.test.instrumentation.IterationsTest.testForInForOf:(Ljava/lang/String;Ljava/lang/String;)V
         1: .line 155
            return
        end local 0 // com.oracle.truffle.js.test.instrumentation.IterationsTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/js/test/instrumentation/IterationsTest;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void emptyForIn();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.truffle.js.test.instrumentation.IterationsTest this
         0: .line 159
            aload 0 /* this */
            ldc "var obj = ['a', 'b', 'c']; for (var i in obj) {};"
            getstatic com.oracle.truffle.js.nodes.instrumentation.JSTags$ControlFlowRootTag$Type.ForInIteration:Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$ControlFlowRootTag$Type;
            invokevirtual com.oracle.truffle.js.nodes.instrumentation.JSTags$ControlFlowRootTag$Type.name:()Ljava/lang/String;
            invokevirtual com.oracle.truffle.js.test.instrumentation.IterationsTest.testForInForOf:(Ljava/lang/String;Ljava/lang/String;)V
         1: .line 160
            return
        end local 0 // com.oracle.truffle.js.test.instrumentation.IterationsTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/js/test/instrumentation/IterationsTest;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  private void testForInForOf(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // com.oracle.truffle.js.test.instrumentation.IterationsTest this
        start local 1 // java.lang.String src
        start local 2 // java.lang.String expectedName
         0: .line 163
            aload 0 /* this */
            aload 1 /* src */
            iconst_3
            anewarray java.lang.Class
            dup
            iconst_0
         1: .line 164
            ldc Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$ControlFlowRootTag;
            aastore
            dup
            iconst_1
         2: .line 165
            ldc Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$ControlFlowBranchTag;
            aastore
            dup
            iconst_2
         3: .line 166
            ldc Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$ControlFlowBlockTag;
            aastore
         4: .line 167
            iconst_0
            anewarray java.lang.Class
         5: .line 163
            invokevirtual com.oracle.truffle.js.test.instrumentation.IterationsTest.evalWithTags:(Ljava/lang/String;[Ljava/lang/Class;[Ljava/lang/Class;)Lorg/graalvm/polyglot/Source;
            pop
         6: .line 169
            aload 0 /* this */
            ldc Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$ControlFlowRootTag;
            aload 0 /* this */
            aload 2 /* expectedName */
            invokedynamic accept(Lcom/oracle/truffle/js/test/instrumentation/IterationsTest;Ljava/lang/String;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  com/oracle/truffle/js/test/instrumentation/IterationsTest.lambda$5(Ljava/lang/String;Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$Event;)V (7)
                  (Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$Event;)V
            invokevirtual com.oracle.truffle.js.test.instrumentation.IterationsTest.enter:(Ljava/lang/Class;Ljava/util/function/Consumer;)Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;
         7: .line 174
            invokevirtual com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent.exit:()V
         8: .line 175
            return
        end local 2 // java.lang.String expectedName
        end local 1 // java.lang.String src
        end local 0 // com.oracle.truffle.js.test.instrumentation.IterationsTest this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    9     0          this  Lcom/oracle/truffle/js/test/instrumentation/IterationsTest;
            0    9     1           src  Ljava/lang/String;
            0    9     2  expectedName  Ljava/lang/String;
    MethodParameters:
              Name  Flags
      src           
      expectedName  

  private void lambda$0(com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$Event);
    descriptor: (Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$Event;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.oracle.truffle.js.test.instrumentation.IterationsTest this
        start local 1 // com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$Event e
         0: .line 62
            aload 1 /* e */
            ldc "type"
            getstatic com.oracle.truffle.js.nodes.instrumentation.JSTags$ControlFlowRootTag$Type.ForIteration:Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$ControlFlowRootTag$Type;
            invokevirtual com.oracle.truffle.js.nodes.instrumentation.JSTags$ControlFlowRootTag$Type.name:()Ljava/lang/String;
            invokestatic com.oracle.truffle.js.test.instrumentation.IterationsTest.assertAttribute:(Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$Event;Ljava/lang/String;Ljava/lang/Object;)V
         1: .line 63
            iconst_0
            istore 2 /* a */
        start local 2 // int a
         2: goto 6
         3: .line 64
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            ldc Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$ControlFlowBranchTag;
            invokevirtual com.oracle.truffle.js.test.instrumentation.IterationsTest.enter:(Ljava/lang/Class;)Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;
            iconst_1
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokestatic com.oracle.truffle.js.test.instrumentation.IterationsTest.assertReturnValue:(Ljava/lang/Object;)Ljava/util/function/Consumer;
            invokevirtual com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent.exit:(Ljava/util/function/Consumer;)V
         4: .line 65
            aload 0 /* this */
            ldc Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$ControlFlowBlockTag;
            invokevirtual com.oracle.truffle.js.test.instrumentation.IterationsTest.enter:(Ljava/lang/Class;)Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;
            invokevirtual com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent.exit:()V
         5: .line 63
            iinc 2 /* a */ 1
      StackMap locals:
      StackMap stack:
         6: iload 2 /* a */
            iconst_3
            if_icmplt 3
        end local 2 // int a
         7: .line 67
            aload 0 /* this */
            ldc Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$ControlFlowBranchTag;
            invokevirtual com.oracle.truffle.js.test.instrumentation.IterationsTest.enter:(Ljava/lang/Class;)Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;
            iconst_0
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokestatic com.oracle.truffle.js.test.instrumentation.IterationsTest.assertReturnValue:(Ljava/lang/Object;)Ljava/util/function/Consumer;
            invokevirtual com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent.exit:(Ljava/util/function/Consumer;)V
         8: .line 68
            return
        end local 1 // com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$Event e
        end local 0 // com.oracle.truffle.js.test.instrumentation.IterationsTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lcom/oracle/truffle/js/test/instrumentation/IterationsTest;
            0    9     1     e  Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$Event;
            2    7     2     a  I

  private void lambda$1(com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$Event);
    descriptor: (Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$Event;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.oracle.truffle.js.test.instrumentation.IterationsTest this
        start local 1 // com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$Event e
         0: .line 82
            aload 1 /* e */
            ldc "type"
            getstatic com.oracle.truffle.js.nodes.instrumentation.JSTags$ControlFlowRootTag$Type.WhileIteration:Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$ControlFlowRootTag$Type;
            invokevirtual com.oracle.truffle.js.nodes.instrumentation.JSTags$ControlFlowRootTag$Type.name:()Ljava/lang/String;
            invokestatic com.oracle.truffle.js.test.instrumentation.IterationsTest.assertAttribute:(Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$Event;Ljava/lang/String;Ljava/lang/Object;)V
         1: .line 83
            iconst_0
            istore 2 /* a */
        start local 2 // int a
         2: goto 6
         3: .line 84
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            ldc Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$ControlFlowBranchTag;
            invokevirtual com.oracle.truffle.js.test.instrumentation.IterationsTest.enter:(Ljava/lang/Class;)Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;
            iconst_1
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokestatic com.oracle.truffle.js.test.instrumentation.IterationsTest.assertReturnValue:(Ljava/lang/Object;)Ljava/util/function/Consumer;
            invokevirtual com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent.exit:(Ljava/util/function/Consumer;)V
         4: .line 85
            aload 0 /* this */
            ldc Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$ControlFlowBlockTag;
            invokevirtual com.oracle.truffle.js.test.instrumentation.IterationsTest.enter:(Ljava/lang/Class;)Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;
            invokevirtual com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent.exit:()V
         5: .line 83
            iinc 2 /* a */ 1
      StackMap locals:
      StackMap stack:
         6: iload 2 /* a */
            iconst_3
            if_icmplt 3
        end local 2 // int a
         7: .line 87
            aload 0 /* this */
            ldc Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$ControlFlowBranchTag;
            invokevirtual com.oracle.truffle.js.test.instrumentation.IterationsTest.enter:(Ljava/lang/Class;)Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;
            iconst_0
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokestatic com.oracle.truffle.js.test.instrumentation.IterationsTest.assertReturnValue:(Ljava/lang/Object;)Ljava/util/function/Consumer;
            invokevirtual com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent.exit:(Ljava/util/function/Consumer;)V
         8: .line 88
            return
        end local 1 // com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$Event e
        end local 0 // com.oracle.truffle.js.test.instrumentation.IterationsTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lcom/oracle/truffle/js/test/instrumentation/IterationsTest;
            0    9     1     e  Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$Event;
            2    7     2     a  I

  private void lambda$2(com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$Event);
    descriptor: (Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$Event;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.oracle.truffle.js.test.instrumentation.IterationsTest this
        start local 1 // com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$Event e
         0: .line 102
            aload 1 /* e */
            ldc "type"
            getstatic com.oracle.truffle.js.nodes.instrumentation.JSTags$ControlFlowRootTag$Type.DoWhileIteration:Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$ControlFlowRootTag$Type;
            invokevirtual com.oracle.truffle.js.nodes.instrumentation.JSTags$ControlFlowRootTag$Type.name:()Ljava/lang/String;
            invokestatic com.oracle.truffle.js.test.instrumentation.IterationsTest.assertAttribute:(Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$Event;Ljava/lang/String;Ljava/lang/Object;)V
         1: .line 103
            iconst_0
            istore 2 /* a */
        start local 2 // int a
         2: goto 6
         3: .line 104
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            ldc Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$ControlFlowBlockTag;
            invokevirtual com.oracle.truffle.js.test.instrumentation.IterationsTest.enter:(Ljava/lang/Class;)Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;
            invokevirtual com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent.exit:()V
         4: .line 105
            aload 0 /* this */
            ldc Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$ControlFlowBranchTag;
            invokevirtual com.oracle.truffle.js.test.instrumentation.IterationsTest.enter:(Ljava/lang/Class;)Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;
            iconst_1
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokestatic com.oracle.truffle.js.test.instrumentation.IterationsTest.assertReturnValue:(Ljava/lang/Object;)Ljava/util/function/Consumer;
            invokevirtual com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent.exit:(Ljava/util/function/Consumer;)V
         5: .line 103
            iinc 2 /* a */ 1
      StackMap locals:
      StackMap stack:
         6: iload 2 /* a */
            iconst_2
            if_icmplt 3
        end local 2 // int a
         7: .line 107
            aload 0 /* this */
            ldc Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$ControlFlowBlockTag;
            invokevirtual com.oracle.truffle.js.test.instrumentation.IterationsTest.enter:(Ljava/lang/Class;)Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;
            invokevirtual com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent.exit:()V
         8: .line 108
            aload 0 /* this */
            ldc Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$ControlFlowBranchTag;
            invokevirtual com.oracle.truffle.js.test.instrumentation.IterationsTest.enter:(Ljava/lang/Class;)Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;
            iconst_0
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokestatic com.oracle.truffle.js.test.instrumentation.IterationsTest.assertReturnValue:(Ljava/lang/Object;)Ljava/util/function/Consumer;
            invokevirtual com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent.exit:(Ljava/util/function/Consumer;)V
         9: .line 109
            return
        end local 1 // com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$Event e
        end local 0 // com.oracle.truffle.js.test.instrumentation.IterationsTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lcom/oracle/truffle/js/test/instrumentation/IterationsTest;
            0   10     1     e  Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$Event;
            2    7     2     a  I

  private void lambda$3(com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$Event);
    descriptor: (Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$Event;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.oracle.truffle.js.test.instrumentation.IterationsTest this
        start local 1 // com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$Event e
         0: .line 123
            aload 1 /* e */
            ldc "type"
            getstatic com.oracle.truffle.js.nodes.instrumentation.JSTags$ControlFlowRootTag$Type.ForIteration:Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$ControlFlowRootTag$Type;
            invokevirtual com.oracle.truffle.js.nodes.instrumentation.JSTags$ControlFlowRootTag$Type.name:()Ljava/lang/String;
            invokestatic com.oracle.truffle.js.test.instrumentation.IterationsTest.assertAttribute:(Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$Event;Ljava/lang/String;Ljava/lang/Object;)V
         1: .line 124
            iconst_0
            istore 2 /* a */
        start local 2 // int a
         2: goto 6
         3: .line 125
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            ldc Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$ControlFlowBranchTag;
            invokevirtual com.oracle.truffle.js.test.instrumentation.IterationsTest.enter:(Ljava/lang/Class;)Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;
            iconst_1
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokestatic com.oracle.truffle.js.test.instrumentation.IterationsTest.assertReturnValue:(Ljava/lang/Object;)Ljava/util/function/Consumer;
            invokevirtual com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent.exit:(Ljava/util/function/Consumer;)V
         4: .line 126
            aload 0 /* this */
            ldc Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$ControlFlowBlockTag;
            invokevirtual com.oracle.truffle.js.test.instrumentation.IterationsTest.enter:(Ljava/lang/Class;)Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;
            invokevirtual com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent.exit:()V
         5: .line 124
            iinc 2 /* a */ 1
      StackMap locals:
      StackMap stack:
         6: iload 2 /* a */
            iconst_3
            if_icmplt 3
        end local 2 // int a
         7: .line 128
            aload 0 /* this */
            ldc Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$ControlFlowBranchTag;
            invokevirtual com.oracle.truffle.js.test.instrumentation.IterationsTest.enter:(Ljava/lang/Class;)Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;
            iconst_0
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokestatic com.oracle.truffle.js.test.instrumentation.IterationsTest.assertReturnValue:(Ljava/lang/Object;)Ljava/util/function/Consumer;
            invokevirtual com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent.exit:(Ljava/util/function/Consumer;)V
         8: .line 129
            return
        end local 1 // com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$Event e
        end local 0 // com.oracle.truffle.js.test.instrumentation.IterationsTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lcom/oracle/truffle/js/test/instrumentation/IterationsTest;
            0    9     1     e  Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$Event;
            2    7     2     a  I

  private void lambda$4(com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$Event);
    descriptor: (Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$Event;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.oracle.truffle.js.test.instrumentation.IterationsTest this
        start local 1 // com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$Event e
         0: .line 143
            aload 1 /* e */
            ldc "type"
            getstatic com.oracle.truffle.js.nodes.instrumentation.JSTags$ControlFlowRootTag$Type.ForIteration:Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$ControlFlowRootTag$Type;
            invokevirtual com.oracle.truffle.js.nodes.instrumentation.JSTags$ControlFlowRootTag$Type.name:()Ljava/lang/String;
            invokestatic com.oracle.truffle.js.test.instrumentation.IterationsTest.assertAttribute:(Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$Event;Ljava/lang/String;Ljava/lang/Object;)V
         1: .line 144
            iconst_0
            istore 2 /* a */
        start local 2 // int a
         2: goto 6
         3: .line 145
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            ldc Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$ControlFlowBranchTag;
            invokevirtual com.oracle.truffle.js.test.instrumentation.IterationsTest.enter:(Ljava/lang/Class;)Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;
            iconst_1
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokestatic com.oracle.truffle.js.test.instrumentation.IterationsTest.assertReturnValue:(Ljava/lang/Object;)Ljava/util/function/Consumer;
            invokevirtual com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent.exit:(Ljava/util/function/Consumer;)V
         4: .line 146
            aload 0 /* this */
            ldc Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$ControlFlowBlockTag;
            invokevirtual com.oracle.truffle.js.test.instrumentation.IterationsTest.enter:(Ljava/lang/Class;)Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;
            invokevirtual com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent.exit:()V
         5: .line 144
            iinc 2 /* a */ 1
      StackMap locals:
      StackMap stack:
         6: iload 2 /* a */
            iconst_3
            if_icmplt 3
        end local 2 // int a
         7: .line 148
            aload 0 /* this */
            ldc Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$ControlFlowBranchTag;
            invokevirtual com.oracle.truffle.js.test.instrumentation.IterationsTest.enter:(Ljava/lang/Class;)Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;
            iconst_0
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokestatic com.oracle.truffle.js.test.instrumentation.IterationsTest.assertReturnValue:(Ljava/lang/Object;)Ljava/util/function/Consumer;
            invokevirtual com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent.exit:(Ljava/util/function/Consumer;)V
         8: .line 149
            return
        end local 1 // com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$Event e
        end local 0 // com.oracle.truffle.js.test.instrumentation.IterationsTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lcom/oracle/truffle/js/test/instrumentation/IterationsTest;
            0    9     1     e  Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$Event;
            2    7     2     a  I

  private void lambda$5(java.lang.String, com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$Event);
    descriptor: (Ljava/lang/String;Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$Event;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // com.oracle.truffle.js.test.instrumentation.IterationsTest this
        start local 2 // com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$Event e
         0: .line 170
            aload 2 /* e */
            ldc "type"
            aload 1
            invokestatic com.oracle.truffle.js.test.instrumentation.IterationsTest.assertAttribute:(Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$Event;Ljava/lang/String;Ljava/lang/Object;)V
         1: .line 171
            iconst_0
            istore 3 /* a */
        start local 3 // int a
         2: goto 5
         3: .line 172
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            ldc Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$ControlFlowBlockTag;
            invokevirtual com.oracle.truffle.js.test.instrumentation.IterationsTest.enter:(Ljava/lang/Class;)Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;
            invokevirtual com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent.exit:()V
         4: .line 171
            iinc 3 /* a */ 1
      StackMap locals:
      StackMap stack:
         5: iload 3 /* a */
            iconst_3
            if_icmplt 3
        end local 3 // int a
         6: .line 174
            return
        end local 2 // com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$Event e
        end local 0 // com.oracle.truffle.js.test.instrumentation.IterationsTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/oracle/truffle/js/test/instrumentation/IterationsTest;
            0    7     2     e  Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$Event;
            2    6     3     a  I
}
SourceFile: "IterationsTest.java"
InnerClasses:
  public final ControlFlowBlockTag = com.oracle.truffle.js.nodes.instrumentation.JSTags$ControlFlowBlockTag of com.oracle.truffle.js.nodes.instrumentation.JSTags
  public final ControlFlowBranchTag = com.oracle.truffle.js.nodes.instrumentation.JSTags$ControlFlowBranchTag of com.oracle.truffle.js.nodes.instrumentation.JSTags
  public final ControlFlowRootTag = com.oracle.truffle.js.nodes.instrumentation.JSTags$ControlFlowRootTag of com.oracle.truffle.js.nodes.instrumentation.JSTags
  public final Type = com.oracle.truffle.js.nodes.instrumentation.JSTags$ControlFlowRootTag$Type of com.oracle.truffle.js.nodes.instrumentation.JSTags$ControlFlowRootTag
  AssertedEvent = com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent of com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest
  protected Event = com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$Event of com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles