public class com.oracle.truffle.js.test.instrumentation.EvalTest 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.EvalTest
  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.EvalTest this
         0: .line 56
            aload 0 /* this */
            invokespecial com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest.<init>:()V
            return
        end local 0 // com.oracle.truffle.js.test.instrumentation.EvalTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/js/test/instrumentation/EvalTest;

  public void eval();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.truffle.js.test.instrumentation.EvalTest this
         0: .line 60
            aload 0 /* this */
            ldc "eval('var a = 42;')"
            invokevirtual com.oracle.truffle.js.test.instrumentation.EvalTest.evalAllTags:(Ljava/lang/String;)Lorg/graalvm/polyglot/Source;
            pop
         1: .line 62
            aload 0 /* this */
            ldc Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$EvalCallTag;
            aload 0 /* this */
            invokedynamic accept(Lcom/oracle/truffle/js/test/instrumentation/EvalTest;)Ljava/util/function/BiConsumer;
              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;Ljava/lang/Object;)V
                  com/oracle/truffle/js/test/instrumentation/EvalTest.lambda$0(Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$Event;Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;)V (7)
                  (Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$Event;Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;)V
            invokevirtual com.oracle.truffle.js.test.instrumentation.EvalTest.enter:(Ljava/lang/Class;Ljava/util/function/BiConsumer;)Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;
         2: .line 72
            invokevirtual com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent.exit:()V
         3: .line 73
            return
        end local 0 // com.oracle.truffle.js.test.instrumentation.EvalTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/oracle/truffle/js/test/instrumentation/EvalTest;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void evalVariableReadWrite();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.truffle.js.test.instrumentation.EvalTest this
         0: .line 77
            aload 0 /* this */
            ldc "function foo(a) {  function bar() {    a = a+1;    return a;  }  eval('var a = 30');  return bar;}foo(42)();"
            invokevirtual com.oracle.truffle.js.test.instrumentation.EvalTest.evalAllTags:(Ljava/lang/String;)Lorg/graalvm/polyglot/Source;
            pop
         1: .line 88
            aload 0 /* this */
            ldc Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$WritePropertyTag;
            aload 0 /* this */
            invokedynamic accept(Lcom/oracle/truffle/js/test/instrumentation/EvalTest;)Ljava/util/function/BiConsumer;
              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;Ljava/lang/Object;)V
                  com/oracle/truffle/js/test/instrumentation/EvalTest.lambda$2(Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$Event;Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;)V (7)
                  (Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$Event;Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;)V
            invokevirtual com.oracle.truffle.js.test.instrumentation.EvalTest.enter:(Ljava/lang/Class;Ljava/util/function/BiConsumer;)Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;
         2: .line 94
            invokevirtual com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent.exit:()V
         3: .line 97
            aload 0 /* this */
            ldc Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$FunctionCallTag;
            aload 0 /* this */
            invokedynamic accept(Lcom/oracle/truffle/js/test/instrumentation/EvalTest;)Ljava/util/function/BiConsumer;
              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;Ljava/lang/Object;)V
                  com/oracle/truffle/js/test/instrumentation/EvalTest.lambda$4(Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$Event;Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;)V (7)
                  (Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$Event;Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;)V
            invokevirtual com.oracle.truffle.js.test.instrumentation.EvalTest.enter:(Ljava/lang/Class;Ljava/util/function/BiConsumer;)Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;
         4: .line 180
            invokevirtual com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent.exit:()V
         5: .line 181
            return
        end local 0 // com.oracle.truffle.js.test.instrumentation.EvalTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/oracle/truffle/js/test/instrumentation/EvalTest;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  private void lambda$0(com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$Event, com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent);
    descriptor: (Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$Event;Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.oracle.truffle.js.test.instrumentation.EvalTest this
        start local 1 // com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$Event e
        start local 2 // com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent eval
         0: .line 63
            aload 0 /* this */
            ldc Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$ReadPropertyTag;
            ldc "eval"
            invokestatic com.oracle.truffle.js.test.instrumentation.EvalTest.assertPropertyReadName:(Ljava/lang/String;)Ljava/util/function/Consumer;
            invokevirtual com.oracle.truffle.js.test.instrumentation.EvalTest.enter:(Ljava/lang/Class;Ljava/util/function/Consumer;)Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;
            getstatic com.oracle.truffle.js.test.instrumentation.EvalTest.assertGlobalObjectInput:Ljava/util/function/Consumer;
            invokevirtual com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent.input:(Ljava/util/function/Consumer;)Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;
            invokevirtual com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent.exit:()V
         1: .line 64
            aload 2 /* eval */
            getstatic com.oracle.truffle.js.test.instrumentation.EvalTest.assertJSFunctionInput:Ljava/util/function/Consumer;
            invokevirtual com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent.input:(Ljava/util/function/Consumer;)Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;
            pop
         2: .line 65
            aload 0 /* this */
            ldc Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$LiteralTag;
            getstatic com.oracle.truffle.js.nodes.instrumentation.JSTags$LiteralTag$Type.StringLiteral:Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$LiteralTag$Type;
            invokestatic com.oracle.truffle.js.test.instrumentation.EvalTest.assertLiteralType:(Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$LiteralTag$Type;)Ljava/util/function/Consumer;
            invokevirtual com.oracle.truffle.js.test.instrumentation.EvalTest.enter:(Ljava/lang/Class;Ljava/util/function/Consumer;)Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;
            invokevirtual com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent.exit:()V
         3: .line 66
            aload 2 /* eval */
            ldc "var a = 42;"
            invokevirtual com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent.input:(Ljava/lang/Object;)Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;
            pop
         4: .line 67
            aload 0 /* this */
            ldc Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$WritePropertyTag;
            aload 0 /* this */
            invokedynamic accept(Lcom/oracle/truffle/js/test/instrumentation/EvalTest;)Ljava/util/function/BiConsumer;
              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;Ljava/lang/Object;)V
                  com/oracle/truffle/js/test/instrumentation/EvalTest.lambda$1(Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$Event;Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;)V (7)
                  (Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$Event;Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;)V
            invokevirtual com.oracle.truffle.js.test.instrumentation.EvalTest.enter:(Ljava/lang/Class;Ljava/util/function/BiConsumer;)Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;
         5: .line 71
            invokevirtual com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent.exit:()V
         6: .line 72
            return
        end local 2 // com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent eval
        end local 1 // com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$Event e
        end local 0 // com.oracle.truffle.js.test.instrumentation.EvalTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/oracle/truffle/js/test/instrumentation/EvalTest;
            0    7     1     e  Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$Event;
            0    7     2  eval  Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;

  private void lambda$2(com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$Event, com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent);
    descriptor: (Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$Event;Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.oracle.truffle.js.test.instrumentation.EvalTest this
        start local 1 // com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$Event e
        start local 2 // com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent wp
         0: .line 89
            aload 2 /* wp */
            getstatic com.oracle.truffle.js.test.instrumentation.EvalTest.assertGlobalObjectInput:Ljava/util/function/Consumer;
            invokevirtual com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent.input:(Ljava/util/function/Consumer;)Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;
            pop
         1: .line 90
            aload 0 /* this */
            ldc Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$LiteralTag;
            invokevirtual com.oracle.truffle.js.test.instrumentation.EvalTest.enter:(Ljava/lang/Class;)Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;
            invokedynamic accept()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/EvalTest.lambda$3(Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$Event;)V (6)
                  (Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$Event;)V
            invokevirtual com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent.exit:(Ljava/util/function/Consumer;)V
         2: .line 93
            aload 2 /* wp */
            getstatic com.oracle.truffle.js.test.instrumentation.EvalTest.assertJSFunctionInput:Ljava/util/function/Consumer;
            invokevirtual com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent.input:(Ljava/util/function/Consumer;)Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;
            pop
         3: .line 94
            return
        end local 2 // com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent wp
        end local 1 // com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$Event e
        end local 0 // com.oracle.truffle.js.test.instrumentation.EvalTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/oracle/truffle/js/test/instrumentation/EvalTest;
            0    4     1     e  Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$Event;
            0    4     2    wp  Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;

  private void lambda$4(com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$Event, com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent);
    descriptor: (Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$Event;Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.oracle.truffle.js.test.instrumentation.EvalTest this
        start local 1 // com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$Event e1
        start local 2 // com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent call
         0: .line 99
            aload 0 /* this */
            ldc Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$LiteralTag;
            invokevirtual com.oracle.truffle.js.test.instrumentation.EvalTest.enter:(Ljava/lang/Class;)Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;
            getstatic com.oracle.truffle.js.runtime.objects.Undefined.instance:Lcom/oracle/truffle/js/runtime/objects/JSDynamicObject;
            invokestatic com.oracle.truffle.js.test.instrumentation.EvalTest.assertReturnValue:(Ljava/lang/Object;)Ljava/util/function/Consumer;
            invokevirtual com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent.exit:(Ljava/util/function/Consumer;)V
         1: .line 100
            aload 2 /* call */
            getstatic com.oracle.truffle.js.test.instrumentation.EvalTest.assertUndefinedInput:Ljava/util/function/Consumer;
            invokevirtual com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent.input:(Ljava/util/function/Consumer;)Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;
            pop
         2: .line 103
            aload 0 /* this */
            ldc Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$FunctionCallTag;
            aload 0 /* this */
            aload 2 /* call */
            invokedynamic accept(Lcom/oracle/truffle/js/test/instrumentation/EvalTest;Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;)Ljava/util/function/BiConsumer;
              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;Ljava/lang/Object;)V
                  com/oracle/truffle/js/test/instrumentation/EvalTest.lambda$5(Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$Event;Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;)V (7)
                  (Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$Event;Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;)V
            invokevirtual com.oracle.truffle.js.test.instrumentation.EvalTest.enter:(Ljava/lang/Class;Ljava/util/function/BiConsumer;)Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;
         3: .line 155
            invokevirtual com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent.exit:()V
         4: .line 158
            aload 2 /* call */
            getstatic com.oracle.truffle.js.test.instrumentation.EvalTest.assertJSFunctionInput:Ljava/util/function/Consumer;
            invokevirtual com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent.input:(Ljava/util/function/Consumer;)Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;
            pop
         5: .line 162
            aload 0 /* this */
            ldc Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$WriteVariableTag;
            aload 0 /* this */
            invokedynamic accept(Lcom/oracle/truffle/js/test/instrumentation/EvalTest;)Ljava/util/function/BiConsumer;
              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;Ljava/lang/Object;)V
                  com/oracle/truffle/js/test/instrumentation/EvalTest.lambda$12(Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$Event;Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;)V (7)
                  (Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$Event;Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;)V
            invokevirtual com.oracle.truffle.js.test.instrumentation.EvalTest.enter:(Ljava/lang/Class;Ljava/util/function/BiConsumer;)Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;
         6: .line 172
            invokevirtual com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent.exit:()V
         7: .line 175
            aload 0 /* this */
            ldc Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$ControlFlowBranchTag;
            aload 0 /* this */
            invokedynamic accept(Lcom/oracle/truffle/js/test/instrumentation/EvalTest;)Ljava/util/function/BiConsumer;
              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;Ljava/lang/Object;)V
                  com/oracle/truffle/js/test/instrumentation/EvalTest.lambda$14(Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$Event;Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;)V (7)
                  (Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$Event;Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;)V
            invokevirtual com.oracle.truffle.js.test.instrumentation.EvalTest.enter:(Ljava/lang/Class;Ljava/util/function/BiConsumer;)Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;
         8: .line 179
            invokevirtual com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent.exitMaybeControlFlowException:()V
         9: .line 180
            return
        end local 2 // com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent call
        end local 1 // com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$Event e1
        end local 0 // com.oracle.truffle.js.test.instrumentation.EvalTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lcom/oracle/truffle/js/test/instrumentation/EvalTest;
            0   10     1    e1  Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$Event;
            0   10     2  call  Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;

  private void lambda$1(com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$Event, com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent);
    descriptor: (Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$Event;Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.oracle.truffle.js.test.instrumentation.EvalTest this
        start local 1 // com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$Event e1
        start local 2 // com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent prop
         0: .line 68
            aload 2 /* prop */
            getstatic com.oracle.truffle.js.test.instrumentation.EvalTest.assertJSObjectInput:Ljava/util/function/Consumer;
            invokevirtual com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent.input:(Ljava/util/function/Consumer;)Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;
            pop
         1: .line 69
            aload 0 /* this */
            ldc Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$LiteralTag;
            invokevirtual com.oracle.truffle.js.test.instrumentation.EvalTest.enter:(Ljava/lang/Class;)Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;
            bipush 42
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokestatic com.oracle.truffle.js.test.instrumentation.EvalTest.assertReturnValue:(Ljava/lang/Object;)Ljava/util/function/Consumer;
            invokevirtual com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent.exit:(Ljava/util/function/Consumer;)V
         2: .line 70
            aload 2 /* prop */
            bipush 42
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent.input:(Ljava/lang/Object;)Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;
            pop
         3: .line 71
            return
        end local 2 // com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent prop
        end local 1 // com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$Event e1
        end local 0 // com.oracle.truffle.js.test.instrumentation.EvalTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/oracle/truffle/js/test/instrumentation/EvalTest;
            0    4     1    e1  Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$Event;
            0    4     2  prop  Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;

  private static void lambda$3(com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$Event);
    descriptor: (Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$Event;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$Event e2
         0: .line 91
            aload 0 /* e2 */
            ldc "literalType"
            getstatic com.oracle.truffle.js.nodes.instrumentation.JSTags$LiteralTag$Type.FunctionLiteral:Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$LiteralTag$Type;
            invokevirtual com.oracle.truffle.js.nodes.instrumentation.JSTags$LiteralTag$Type.name:()Ljava/lang/String;
            invokestatic com.oracle.truffle.js.test.instrumentation.EvalTest.assertAttribute:(Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$Event;Ljava/lang/String;Ljava/lang/Object;)V
         1: .line 92
            return
        end local 0 // com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$Event e2
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0    e2  Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$Event;

  private void lambda$5(com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent, com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$Event, com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent);
    descriptor: (Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$Event;Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.oracle.truffle.js.test.instrumentation.EvalTest this
        start local 2 // com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$Event e2
        start local 3 // com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent call2
         0: .line 104
            aload 0 /* this */
            ldc Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$LiteralTag;
            invokevirtual com.oracle.truffle.js.test.instrumentation.EvalTest.enter:(Ljava/lang/Class;)Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;
            getstatic com.oracle.truffle.js.runtime.objects.Undefined.instance:Lcom/oracle/truffle/js/runtime/objects/JSDynamicObject;
            invokestatic com.oracle.truffle.js.test.instrumentation.EvalTest.assertReturnValue:(Ljava/lang/Object;)Ljava/util/function/Consumer;
            invokevirtual com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent.exit:(Ljava/util/function/Consumer;)V
         1: .line 105
            aload 1
            getstatic com.oracle.truffle.js.test.instrumentation.EvalTest.assertUndefinedInput:Ljava/util/function/Consumer;
            invokevirtual com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent.input:(Ljava/util/function/Consumer;)Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;
            pop
         2: .line 107
            aload 0 /* this */
            ldc Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$ReadPropertyTag;
            invokedynamic accept()Ljava/util/function/BiConsumer;
              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;Ljava/lang/Object;)V
                  com/oracle/truffle/js/test/instrumentation/EvalTest.lambda$6(Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$Event;Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;)V (6)
                  (Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$Event;Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;)V
            invokevirtual com.oracle.truffle.js.test.instrumentation.EvalTest.enter:(Ljava/lang/Class;Ljava/util/function/BiConsumer;)Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;
         3: .line 110
            invokevirtual com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent.exit:()V
         4: .line 111
            aload 1
            getstatic com.oracle.truffle.js.test.instrumentation.EvalTest.assertJSFunctionInput:Ljava/util/function/Consumer;
            invokevirtual com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent.input:(Ljava/util/function/Consumer;)Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;
            pop
         5: .line 114
            aload 0 /* this */
            ldc Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$LiteralTag;
            invokevirtual com.oracle.truffle.js.test.instrumentation.EvalTest.enter:(Ljava/lang/Class;)Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;
            invokevirtual com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent.exit:()V
         6: .line 115
            aload 1
            bipush 42
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent.input:(Ljava/lang/Object;)Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;
            pop
         7: .line 118
            aload 0 /* this */
            ldc "a"
            invokevirtual com.oracle.truffle.js.test.instrumentation.EvalTest.enterDeclareTag:(Ljava/lang/String;)V
         8: .line 119
            aload 0 /* this */
            ldc "arguments"
            invokevirtual com.oracle.truffle.js.test.instrumentation.EvalTest.enterDeclareTag:(Ljava/lang/String;)V
         9: .line 123
            aload 0 /* this */
            ldc Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$WriteVariableTag;
            invokedynamic accept()Ljava/util/function/BiConsumer;
              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;Ljava/lang/Object;)V
                  com/oracle/truffle/js/test/instrumentation/EvalTest.lambda$7(Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$Event;Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;)V (6)
                  (Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$Event;Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;)V
            invokevirtual com.oracle.truffle.js.test.instrumentation.EvalTest.enter:(Ljava/lang/Class;Ljava/util/function/BiConsumer;)Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;
        10: .line 125
            invokevirtual com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent.exit:()V
        11: .line 128
            aload 0 /* this */
            ldc Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$WriteVariableTag;
            aload 0 /* this */
            invokedynamic accept(Lcom/oracle/truffle/js/test/instrumentation/EvalTest;)Ljava/util/function/BiConsumer;
              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;Ljava/lang/Object;)V
                  com/oracle/truffle/js/test/instrumentation/EvalTest.lambda$8(Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$Event;Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;)V (7)
                  (Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$Event;Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;)V
            invokevirtual com.oracle.truffle.js.test.instrumentation.EvalTest.enter:(Ljava/lang/Class;Ljava/util/function/BiConsumer;)Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;
        12: .line 131
            invokevirtual com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent.exit:()V
        13: .line 134
            aload 0 /* this */
            ldc Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$EvalCallTag;
            aload 0 /* this */
            invokedynamic accept(Lcom/oracle/truffle/js/test/instrumentation/EvalTest;)Ljava/util/function/BiConsumer;
              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;Ljava/lang/Object;)V
                  com/oracle/truffle/js/test/instrumentation/EvalTest.lambda$9(Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$Event;Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;)V (7)
                  (Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$Event;Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;)V
            invokevirtual com.oracle.truffle.js.test.instrumentation.EvalTest.enter:(Ljava/lang/Class;Ljava/util/function/BiConsumer;)Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;
        14: .line 147
            invokevirtual com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent.exit:()V
        15: .line 150
            aload 0 /* this */
            ldc Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$ControlFlowBranchTag;
            aload 0 /* this */
            invokedynamic accept(Lcom/oracle/truffle/js/test/instrumentation/EvalTest;)Ljava/util/function/BiConsumer;
              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;Ljava/lang/Object;)V
                  com/oracle/truffle/js/test/instrumentation/EvalTest.lambda$11(Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$Event;Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;)V (7)
                  (Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$Event;Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;)V
            invokevirtual com.oracle.truffle.js.test.instrumentation.EvalTest.enter:(Ljava/lang/Class;Ljava/util/function/BiConsumer;)Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;
        16: .line 154
            invokevirtual com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent.exitMaybeControlFlowException:()V
        17: .line 155
            return
        end local 3 // com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent call2
        end local 2 // com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$Event e2
        end local 0 // com.oracle.truffle.js.test.instrumentation.EvalTest this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   18     0   this  Lcom/oracle/truffle/js/test/instrumentation/EvalTest;
            0   18     2     e2  Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$Event;
            0   18     3  call2  Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;

  private void lambda$12(com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$Event, com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent);
    descriptor: (Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$Event;Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.oracle.truffle.js.test.instrumentation.EvalTest this
        start local 1 // com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$Event e2
        start local 2 // com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent vw
         0: .line 165
            aload 0 /* this */
            ldc Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$BinaryOperationTag;
            aload 0 /* this */
            invokedynamic accept(Lcom/oracle/truffle/js/test/instrumentation/EvalTest;)Ljava/util/function/BiConsumer;
              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;Ljava/lang/Object;)V
                  com/oracle/truffle/js/test/instrumentation/EvalTest.lambda$13(Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$Event;Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;)V (7)
                  (Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$Event;Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;)V
            invokevirtual com.oracle.truffle.js.test.instrumentation.EvalTest.enter:(Ljava/lang/Class;Ljava/util/function/BiConsumer;)Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;
         1: .line 170
            invokevirtual com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent.exit:()V
         2: .line 171
            aload 2 /* vw */
            bipush 31
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent.input:(Ljava/lang/Object;)Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;
            pop
         3: .line 172
            return
        end local 2 // com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent vw
        end local 1 // com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$Event e2
        end local 0 // com.oracle.truffle.js.test.instrumentation.EvalTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/oracle/truffle/js/test/instrumentation/EvalTest;
            0    4     1    e2  Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$Event;
            0    4     2    vw  Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;

  private void lambda$14(com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$Event, com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent);
    descriptor: (Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$Event;Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.oracle.truffle.js.test.instrumentation.EvalTest this
        start local 1 // com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$Event e4
        start local 2 // com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent v
         0: .line 176
            aload 1 /* e4 */
            ldc "type"
            getstatic com.oracle.truffle.js.nodes.instrumentation.JSTags$ControlFlowBranchTag$Type.Return:Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$ControlFlowBranchTag$Type;
            invokevirtual com.oracle.truffle.js.nodes.instrumentation.JSTags$ControlFlowBranchTag$Type.name:()Ljava/lang/String;
            invokestatic com.oracle.truffle.js.test.instrumentation.EvalTest.assertAttribute:(Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$Event;Ljava/lang/String;Ljava/lang/Object;)V
         1: .line 177
            aload 0 /* this */
            ldc Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$ReadVariableTag;
            invokevirtual com.oracle.truffle.js.test.instrumentation.EvalTest.enter:(Ljava/lang/Class;)Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;
            invokevirtual com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent.exit:()V
         2: .line 178
            aload 2 /* v */
            bipush 31
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent.input:(Ljava/lang/Object;)Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;
            pop
         3: .line 179
            return
        end local 2 // com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent v
        end local 1 // com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$Event e4
        end local 0 // com.oracle.truffle.js.test.instrumentation.EvalTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/oracle/truffle/js/test/instrumentation/EvalTest;
            0    4     1    e4  Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$Event;
            0    4     2     v  Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;

  private static void lambda$6(com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$Event, com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent);
    descriptor: (Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$Event;Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$Event e3
        start local 1 // com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent pr
         0: .line 108
            aload 0 /* e3 */
            ldc "key"
            ldc "foo"
            invokestatic com.oracle.truffle.js.test.instrumentation.EvalTest.assertAttribute:(Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$Event;Ljava/lang/String;Ljava/lang/Object;)V
         1: .line 109
            aload 1 /* pr */
            getstatic com.oracle.truffle.js.test.instrumentation.EvalTest.assertGlobalObjectInput:Ljava/util/function/Consumer;
            invokevirtual com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent.input:(Ljava/util/function/Consumer;)Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;
            pop
         2: .line 110
            return
        end local 1 // com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent pr
        end local 0 // com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$Event e3
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0    e3  Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$Event;
            0    3     1    pr  Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;

  private static void lambda$7(com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$Event, com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent);
    descriptor: (Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$Event;Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$Event e3
        start local 1 // com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent vw
         0: .line 124
            aload 1 /* vw */
            bipush 42
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent.input:(Ljava/lang/Object;)Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;
            pop
         1: .line 125
            return
        end local 1 // com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent vw
        end local 0 // com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$Event e3
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0    e3  Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$Event;
            0    2     1    vw  Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;

  private void lambda$8(com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$Event, com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent);
    descriptor: (Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$Event;Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.oracle.truffle.js.test.instrumentation.EvalTest this
        start local 1 // com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$Event e3
        start local 2 // com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent vw
         0: .line 129
            aload 0 /* this */
            ldc "bar"
            invokevirtual com.oracle.truffle.js.test.instrumentation.EvalTest.enterDeclareTag:(Ljava/lang/String;)V
         1: .line 130
            aload 2 /* vw */
            getstatic com.oracle.truffle.js.test.instrumentation.EvalTest.assertJSFunctionInput:Ljava/util/function/Consumer;
            invokevirtual com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent.input:(Ljava/util/function/Consumer;)Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;
            pop
         2: .line 131
            return
        end local 2 // com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent vw
        end local 1 // com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$Event e3
        end local 0 // com.oracle.truffle.js.test.instrumentation.EvalTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/js/test/instrumentation/EvalTest;
            0    3     1    e3  Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$Event;
            0    3     2    vw  Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;

  private void lambda$9(com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$Event, com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent);
    descriptor: (Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$Event;Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.oracle.truffle.js.test.instrumentation.EvalTest this
        start local 1 // com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$Event e3
        start local 2 // com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent eval
         0: .line 136
            aload 0 /* this */
            ldc Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$ReadVariableTag;
            invokevirtual com.oracle.truffle.js.test.instrumentation.EvalTest.enter:(Ljava/lang/Class;)Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;
            invokevirtual com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent.exit:()V
         1: .line 137
            aload 2 /* eval */
            invokevirtual com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent.input:()Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;
            pop
         2: .line 139
            aload 0 /* this */
            ldc Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$LiteralTag;
            invokevirtual com.oracle.truffle.js.test.instrumentation.EvalTest.enter:(Ljava/lang/Class;)Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;
            invokevirtual com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent.exit:()V
         3: .line 140
            aload 2 /* eval */
            invokevirtual com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent.input:()Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;
            pop
         4: .line 143
            aload 0 /* this */
            ldc Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$WriteVariableTag;
            aload 0 /* this */
            invokedynamic accept(Lcom/oracle/truffle/js/test/instrumentation/EvalTest;)Ljava/util/function/BiConsumer;
              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;Ljava/lang/Object;)V
                  com/oracle/truffle/js/test/instrumentation/EvalTest.lambda$10(Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$Event;Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;)V (7)
                  (Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$Event;Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;)V
            invokevirtual com.oracle.truffle.js.test.instrumentation.EvalTest.enter:(Ljava/lang/Class;Ljava/util/function/BiConsumer;)Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;
         5: .line 146
            invokevirtual com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent.exit:()V
         6: .line 147
            return
        end local 2 // com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent eval
        end local 1 // com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$Event e3
        end local 0 // com.oracle.truffle.js.test.instrumentation.EvalTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/oracle/truffle/js/test/instrumentation/EvalTest;
            0    7     1    e3  Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$Event;
            0    7     2  eval  Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;

  private void lambda$11(com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$Event, com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent);
    descriptor: (Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$Event;Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.oracle.truffle.js.test.instrumentation.EvalTest this
        start local 1 // com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$Event e4
        start local 2 // com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent v
         0: .line 151
            aload 1 /* e4 */
            ldc "type"
            getstatic com.oracle.truffle.js.nodes.instrumentation.JSTags$ControlFlowBranchTag$Type.Return:Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$ControlFlowBranchTag$Type;
            invokevirtual com.oracle.truffle.js.nodes.instrumentation.JSTags$ControlFlowBranchTag$Type.name:()Ljava/lang/String;
            invokestatic com.oracle.truffle.js.test.instrumentation.EvalTest.assertAttribute:(Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$Event;Ljava/lang/String;Ljava/lang/Object;)V
         1: .line 152
            aload 0 /* this */
            ldc Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$ReadVariableTag;
            invokevirtual com.oracle.truffle.js.test.instrumentation.EvalTest.enter:(Ljava/lang/Class;)Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;
            invokevirtual com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent.exit:()V
         2: .line 153
            aload 2 /* v */
            getstatic com.oracle.truffle.js.test.instrumentation.EvalTest.assertJSFunctionInput:Ljava/util/function/Consumer;
            invokevirtual com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent.input:(Ljava/util/function/Consumer;)Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;
            pop
         3: .line 154
            return
        end local 2 // com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent v
        end local 1 // com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$Event e4
        end local 0 // com.oracle.truffle.js.test.instrumentation.EvalTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/oracle/truffle/js/test/instrumentation/EvalTest;
            0    4     1    e4  Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$Event;
            0    4     2     v  Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;

  private void lambda$13(com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$Event, com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent);
    descriptor: (Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$Event;Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.oracle.truffle.js.test.instrumentation.EvalTest this
        start local 1 // com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$Event e3
        start local 2 // com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent b
         0: .line 166
            aload 0 /* this */
            ldc Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$ReadVariableTag;
            invokevirtual com.oracle.truffle.js.test.instrumentation.EvalTest.enter:(Ljava/lang/Class;)Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;
            invokevirtual com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent.exit:()V
         1: .line 167
            aload 2 /* b */
            bipush 30
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent.input:(Ljava/lang/Object;)Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;
            pop
         2: .line 168
            aload 0 /* this */
            ldc Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$LiteralTag;
            invokevirtual com.oracle.truffle.js.test.instrumentation.EvalTest.enter:(Ljava/lang/Class;)Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;
            invokevirtual com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent.exit:()V
         3: .line 169
            aload 2 /* b */
            iconst_1
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent.input:(Ljava/lang/Object;)Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;
            pop
         4: .line 170
            return
        end local 2 // com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent b
        end local 1 // com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$Event e3
        end local 0 // com.oracle.truffle.js.test.instrumentation.EvalTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/oracle/truffle/js/test/instrumentation/EvalTest;
            0    5     1    e3  Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$Event;
            0    5     2     b  Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;

  private void lambda$10(com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$Event, com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent);
    descriptor: (Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$Event;Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.oracle.truffle.js.test.instrumentation.EvalTest this
        start local 1 // com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$Event e4
        start local 2 // com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent vw
         0: .line 144
            aload 0 /* this */
            ldc Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$LiteralTag;
            invokevirtual com.oracle.truffle.js.test.instrumentation.EvalTest.enter:(Ljava/lang/Class;)Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;
            invokevirtual com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent.exit:()V
         1: .line 145
            aload 2 /* vw */
            bipush 30
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent.input:(Ljava/lang/Object;)Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;
            pop
         2: .line 146
            return
        end local 2 // com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent vw
        end local 1 // com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$Event e4
        end local 0 // com.oracle.truffle.js.test.instrumentation.EvalTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/js/test/instrumentation/EvalTest;
            0    3     1    e4  Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$Event;
            0    3     2    vw  Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;
}
SourceFile: "EvalTest.java"
InnerClasses:
  public final BinaryOperationTag = com.oracle.truffle.js.nodes.instrumentation.JSTags$BinaryOperationTag 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 Type = com.oracle.truffle.js.nodes.instrumentation.JSTags$ControlFlowBranchTag$Type of com.oracle.truffle.js.nodes.instrumentation.JSTags$ControlFlowBranchTag
  public final EvalCallTag = com.oracle.truffle.js.nodes.instrumentation.JSTags$EvalCallTag of com.oracle.truffle.js.nodes.instrumentation.JSTags
  public final FunctionCallTag = com.oracle.truffle.js.nodes.instrumentation.JSTags$FunctionCallTag of com.oracle.truffle.js.nodes.instrumentation.JSTags
  public final LiteralTag = com.oracle.truffle.js.nodes.instrumentation.JSTags$LiteralTag of com.oracle.truffle.js.nodes.instrumentation.JSTags
  public final Type = com.oracle.truffle.js.nodes.instrumentation.JSTags$LiteralTag$Type of com.oracle.truffle.js.nodes.instrumentation.JSTags$LiteralTag
  public final ReadPropertyTag = com.oracle.truffle.js.nodes.instrumentation.JSTags$ReadPropertyTag of com.oracle.truffle.js.nodes.instrumentation.JSTags
  public final ReadVariableTag = com.oracle.truffle.js.nodes.instrumentation.JSTags$ReadVariableTag of com.oracle.truffle.js.nodes.instrumentation.JSTags
  public final WritePropertyTag = com.oracle.truffle.js.nodes.instrumentation.JSTags$WritePropertyTag of com.oracle.truffle.js.nodes.instrumentation.JSTags
  public final WriteVariableTag = com.oracle.truffle.js.nodes.instrumentation.JSTags$WriteVariableTag of com.oracle.truffle.js.nodes.instrumentation.JSTags
  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