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

  protected void testLiteral(java.lang.String, com.oracle.truffle.js.nodes.instrumentation.JSTags$LiteralTag$Type);
    descriptor: (Ljava/lang/String;Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$LiteralTag$Type;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.oracle.truffle.js.test.instrumentation.LiteralsTest this
        start local 1 // java.lang.String src
        start local 2 // com.oracle.truffle.js.nodes.instrumentation.JSTags$LiteralTag$Type expectedTagType
         0: .line 55
            aload 0 /* this */
            aload 1 /* src */
            aload 2 /* expectedTagType */
            aconst_null
            invokevirtual com.oracle.truffle.js.test.instrumentation.LiteralsTest.testLiteral:(Ljava/lang/String;Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$LiteralTag$Type;Ljava/lang/Object;)V
         1: .line 56
            return
        end local 2 // com.oracle.truffle.js.nodes.instrumentation.JSTags$LiteralTag$Type expectedTagType
        end local 1 // java.lang.String src
        end local 0 // com.oracle.truffle.js.test.instrumentation.LiteralsTest this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lcom/oracle/truffle/js/test/instrumentation/LiteralsTest;
            0    2     1              src  Ljava/lang/String;
            0    2     2  expectedTagType  Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$LiteralTag$Type;
    MethodParameters:
                 Name  Flags
      src              
      expectedTagType  

  protected void testLiteral(java.lang.String, com.oracle.truffle.js.nodes.instrumentation.JSTags$LiteralTag$Type, java.lang.Object);
    descriptor: (Ljava/lang/String;Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$LiteralTag$Type;Ljava/lang/Object;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // com.oracle.truffle.js.test.instrumentation.LiteralsTest this
        start local 1 // java.lang.String src
        start local 2 // com.oracle.truffle.js.nodes.instrumentation.JSTags$LiteralTag$Type expectedTagType
        start local 3 // java.lang.Object expectedValue
         0: .line 59
            aload 0 /* this */
            aload 1 /* src */
            invokevirtual com.oracle.truffle.js.test.instrumentation.LiteralsTest.evalAllTags:(Ljava/lang/String;)Lorg/graalvm/polyglot/Source;
            pop
         1: .line 61
            aload 0 /* this */
            ldc Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$WritePropertyTag;
            aload 0 /* this */
            aload 2 /* expectedTagType */
            aload 3 /* expectedValue */
            invokedynamic accept(Lcom/oracle/truffle/js/test/instrumentation/LiteralsTest;Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$LiteralTag$Type;Ljava/lang/Object;)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/LiteralsTest.lambda$0(Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$LiteralTag$Type;Ljava/lang/Object;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.LiteralsTest.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 3 // java.lang.Object expectedValue
        end local 2 // com.oracle.truffle.js.nodes.instrumentation.JSTags$LiteralTag$Type expectedTagType
        end local 1 // java.lang.String src
        end local 0 // com.oracle.truffle.js.test.instrumentation.LiteralsTest this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/oracle/truffle/js/test/instrumentation/LiteralsTest;
            0    4     1              src  Ljava/lang/String;
            0    4     2  expectedTagType  Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$LiteralTag$Type;
            0    4     3    expectedValue  Ljava/lang/Object;
    MethodParameters:
                 Name  Flags
      src              
      expectedTagType  
      expectedValue    

  public void object();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.truffle.js.test.instrumentation.LiteralsTest this
         0: .line 77
            aload 0 /* this */
            ldc "x = {};"
            getstatic com.oracle.truffle.js.nodes.instrumentation.JSTags$LiteralTag$Type.ObjectLiteral:Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$LiteralTag$Type;
            invokevirtual com.oracle.truffle.js.test.instrumentation.LiteralsTest.testLiteral:(Ljava/lang/String;Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$LiteralTag$Type;)V
         1: .line 78
            return
        end local 0 // com.oracle.truffle.js.test.instrumentation.LiteralsTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/js/test/instrumentation/LiteralsTest;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void array();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.truffle.js.test.instrumentation.LiteralsTest this
         0: .line 82
            aload 0 /* this */
            ldc "x = [];"
            getstatic com.oracle.truffle.js.nodes.instrumentation.JSTags$LiteralTag$Type.ArrayLiteral:Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$LiteralTag$Type;
            invokevirtual com.oracle.truffle.js.test.instrumentation.LiteralsTest.testLiteral:(Ljava/lang/String;Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$LiteralTag$Type;)V
         1: .line 83
            return
        end local 0 // com.oracle.truffle.js.test.instrumentation.LiteralsTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/js/test/instrumentation/LiteralsTest;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void number();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.oracle.truffle.js.test.instrumentation.LiteralsTest this
         0: .line 87
            aload 0 /* this */
            ldc "x = 42;"
            getstatic com.oracle.truffle.js.nodes.instrumentation.JSTags$LiteralTag$Type.NumericLiteral:Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$LiteralTag$Type;
            bipush 42
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual com.oracle.truffle.js.test.instrumentation.LiteralsTest.testLiteral:(Ljava/lang/String;Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$LiteralTag$Type;Ljava/lang/Object;)V
         1: .line 88
            return
        end local 0 // com.oracle.truffle.js.test.instrumentation.LiteralsTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/js/test/instrumentation/LiteralsTest;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void string();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.oracle.truffle.js.test.instrumentation.LiteralsTest this
         0: .line 92
            aload 0 /* this */
            ldc "x = \"foo\";"
            getstatic com.oracle.truffle.js.nodes.instrumentation.JSTags$LiteralTag$Type.StringLiteral:Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$LiteralTag$Type;
            ldc "foo"
            invokevirtual com.oracle.truffle.js.test.instrumentation.LiteralsTest.testLiteral:(Ljava/lang/String;Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$LiteralTag$Type;Ljava/lang/Object;)V
         1: .line 93
            return
        end local 0 // com.oracle.truffle.js.test.instrumentation.LiteralsTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/js/test/instrumentation/LiteralsTest;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void bool();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.oracle.truffle.js.test.instrumentation.LiteralsTest this
         0: .line 97
            aload 0 /* this */
            ldc "x = true;"
            getstatic com.oracle.truffle.js.nodes.instrumentation.JSTags$LiteralTag$Type.BooleanLiteral:Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$LiteralTag$Type;
            iconst_1
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokevirtual com.oracle.truffle.js.test.instrumentation.LiteralsTest.testLiteral:(Ljava/lang/String;Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$LiteralTag$Type;Ljava/lang/Object;)V
         1: .line 98
            return
        end local 0 // com.oracle.truffle.js.test.instrumentation.LiteralsTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/js/test/instrumentation/LiteralsTest;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void nullLit();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.truffle.js.test.instrumentation.LiteralsTest this
         0: .line 102
            aload 0 /* this */
            ldc "x = null;"
            getstatic com.oracle.truffle.js.nodes.instrumentation.JSTags$LiteralTag$Type.NullLiteral:Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$LiteralTag$Type;
            invokevirtual com.oracle.truffle.js.test.instrumentation.LiteralsTest.testLiteral:(Ljava/lang/String;Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$LiteralTag$Type;)V
         1: .line 103
            return
        end local 0 // com.oracle.truffle.js.test.instrumentation.LiteralsTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/js/test/instrumentation/LiteralsTest;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void undefined();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.oracle.truffle.js.test.instrumentation.LiteralsTest this
         0: .line 107
            aload 0 /* this */
            ldc "x = undefined;"
            getstatic com.oracle.truffle.js.nodes.instrumentation.JSTags$LiteralTag$Type.UndefinedLiteral:Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$LiteralTag$Type;
            getstatic com.oracle.truffle.js.runtime.objects.Undefined.instance:Lcom/oracle/truffle/js/runtime/objects/JSDynamicObject;
            invokevirtual com.oracle.truffle.js.test.instrumentation.LiteralsTest.testLiteral:(Ljava/lang/String;Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$LiteralTag$Type;Ljava/lang/Object;)V
         1: .line 108
            return
        end local 0 // com.oracle.truffle.js.test.instrumentation.LiteralsTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/js/test/instrumentation/LiteralsTest;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void regexp();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.truffle.js.test.instrumentation.LiteralsTest this
         0: .line 112
            aload 0 /* this */
            ldc "x = /\\w+/;"
            getstatic com.oracle.truffle.js.nodes.instrumentation.JSTags$LiteralTag$Type.RegExpLiteral:Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$LiteralTag$Type;
            invokevirtual com.oracle.truffle.js.test.instrumentation.LiteralsTest.testLiteral:(Ljava/lang/String;Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$LiteralTag$Type;)V
         1: .line 113
            return
        end local 0 // com.oracle.truffle.js.test.instrumentation.LiteralsTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/js/test/instrumentation/LiteralsTest;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void function();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.truffle.js.test.instrumentation.LiteralsTest this
         0: .line 117
            aload 0 /* this */
            ldc "x = function foo(){};"
            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.test.instrumentation.LiteralsTest.testLiteral:(Ljava/lang/String;Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$LiteralTag$Type;)V
         1: .line 118
            return
        end local 0 // com.oracle.truffle.js.test.instrumentation.LiteralsTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/js/test/instrumentation/LiteralsTest;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void anonFunction();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.truffle.js.test.instrumentation.LiteralsTest this
         0: .line 122
            aload 0 /* this */
            ldc "x = () => {};"
            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.test.instrumentation.LiteralsTest.testLiteral:(Ljava/lang/String;Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$LiteralTag$Type;)V
         1: .line 123
            return
        end local 0 // com.oracle.truffle.js.test.instrumentation.LiteralsTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/js/test/instrumentation/LiteralsTest;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void bigint();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=1, args_size=1
        start local 0 // com.oracle.truffle.js.test.instrumentation.LiteralsTest this
         0: .line 127
            aload 0 /* this */
            ldc "x = 42n;"
            getstatic com.oracle.truffle.js.nodes.instrumentation.JSTags$LiteralTag$Type.BigIntLiteral:Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$LiteralTag$Type;
            new com.oracle.truffle.js.runtime.BigInt
            dup
            ldc 42
            invokestatic java.math.BigInteger.valueOf:(J)Ljava/math/BigInteger;
            invokespecial com.oracle.truffle.js.runtime.BigInt.<init>:(Ljava/math/BigInteger;)V
            invokevirtual com.oracle.truffle.js.test.instrumentation.LiteralsTest.testLiteral:(Ljava/lang/String;Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$LiteralTag$Type;Ljava/lang/Object;)V
         1: .line 128
            return
        end local 0 // com.oracle.truffle.js.test.instrumentation.LiteralsTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/js/test/instrumentation/LiteralsTest;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  private void lambda$0(com.oracle.truffle.js.nodes.instrumentation.JSTags$LiteralTag$Type, java.lang.Object, com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$Event, com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent);
    descriptor: (Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$LiteralTag$Type;Ljava/lang/Object;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=5, args_size=5
        start local 0 // com.oracle.truffle.js.test.instrumentation.LiteralsTest this
        start local 3 // com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$Event e1
        start local 4 // com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent prop
         0: .line 62
            aload 4 /* prop */
            getstatic com.oracle.truffle.js.test.instrumentation.LiteralsTest.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 63
            aload 3 /* e1 */
            ldc "key"
            ldc "x"
            invokestatic com.oracle.truffle.js.test.instrumentation.LiteralsTest.assertAttribute:(Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$Event;Ljava/lang/String;Ljava/lang/Object;)V
         2: .line 64
            aload 0 /* this */
            ldc Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$LiteralTag;
            aload 1
            invokedynamic accept(Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$LiteralTag$Type;)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/LiteralsTest.lambda$1(Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$LiteralTag$Type;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.LiteralsTest.enter:(Ljava/lang/Class;Ljava/util/function/Consumer;)Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;
         3: .line 66
            invokevirtual com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent.exit:()V
         4: .line 67
            aload 2
            ifnull 7
         5: .line 68
            aload 4 /* prop */
            aload 2
            invokevirtual com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent.input:(Ljava/lang/Object;)Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;
            pop
         6: .line 69
            goto 8
         7: .line 70
      StackMap locals:
      StackMap stack:
            aload 4 /* prop */
            invokevirtual com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent.input:()Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;
            pop
         8: .line 72
      StackMap locals:
      StackMap stack:
            return
        end local 4 // com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$AssertedEvent prop
        end local 3 // com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$Event e1
        end local 0 // com.oracle.truffle.js.test.instrumentation.LiteralsTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lcom/oracle/truffle/js/test/instrumentation/LiteralsTest;
            0    9     3    e1  Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$Event;
            0    9     4  prop  Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$AssertedEvent;

  private static void lambda$1(com.oracle.truffle.js.nodes.instrumentation.JSTags$LiteralTag$Type, com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$Event);
    descriptor: (Lcom/oracle/truffle/js/nodes/instrumentation/JSTags$LiteralTag$Type;Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$Event;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=2, args_size=2
        start local 1 // com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$Event e2
         0: .line 65
            aload 1 /* e2 */
            ldc "literalType"
            aload 0
            invokevirtual com.oracle.truffle.js.nodes.instrumentation.JSTags$LiteralTag$Type.name:()Ljava/lang/String;
            invokestatic com.oracle.truffle.js.test.instrumentation.LiteralsTest.assertAttribute:(Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$Event;Ljava/lang/String;Ljava/lang/Object;)V
         1: .line 66
            return
        end local 1 // com.oracle.truffle.js.test.instrumentation.FineGrainedAccessTest$Event e2
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     1    e2  Lcom/oracle/truffle/js/test/instrumentation/FineGrainedAccessTest$Event;
}
SourceFile: "LiteralsTest.java"
InnerClasses:
  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 WritePropertyTag = com.oracle.truffle.js.nodes.instrumentation.JSTags$WritePropertyTag 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