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

  public void testNumValue();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=1
        start local 0 // com.oracle.truffle.api.debug.test.DebugValueTest this
         0: .line 91
            aload 0 /* this */
            ldc "ROOT(\n  VARIABLE(a, 42), \n  VARIABLE(b, true), \n  VARIABLE(inf, infinity), \n  STATEMENT()\n)\n"
            invokevirtual com.oracle.truffle.api.debug.test.DebugValueTest.testSource:(Ljava/lang/String;)Lorg/graalvm/polyglot/Source;
            astore 1 /* source */
        start local 1 // org.graalvm.polyglot.Source source
         1: .line 97
            aconst_null
            astore 2
            aconst_null
            astore 3
         2: aload 0 /* this */
            invokevirtual com.oracle.truffle.api.debug.test.DebugValueTest.startSession:()Lcom/oracle/truffle/api/debug/DebuggerSession;
            astore 4 /* session */
        start local 4 // com.oracle.truffle.api.debug.DebuggerSession session
         3: .line 98
            aload 4 /* session */
            invokevirtual com.oracle.truffle.api.debug.DebuggerSession.suspendNextExecution:()V
         4: .line 99
            aload 0 /* this */
            aload 1 /* source */
            invokevirtual com.oracle.truffle.api.debug.test.DebugValueTest.startEval:(Lorg/graalvm/polyglot/Source;)V
         5: .line 101
            aload 0 /* this */
            invokedynamic onSuspend()Lcom/oracle/truffle/api/debug/SuspendedCallback;
              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:
                  (Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
                  com/oracle/truffle/api/debug/test/DebugValueTest.lambda$0(Lcom/oracle/truffle/api/debug/SuspendedEvent;)V (6)
                  (Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
            invokevirtual com.oracle.truffle.api.debug.test.DebugValueTest.expectSuspended:(Lcom/oracle/truffle/api/debug/SuspendedCallback;)V
         6: .line 168
            aload 0 /* this */
            invokevirtual com.oracle.truffle.api.debug.test.DebugValueTest.expectDone:()Ljava/lang/String;
            pop
         7: .line 169
            aload 4 /* session */
            ifnull 13
            aload 4 /* session */
            invokevirtual com.oracle.truffle.api.debug.DebuggerSession.close:()V
            goto 13
      StackMap locals: com.oracle.truffle.api.debug.test.DebugValueTest org.graalvm.polyglot.Source java.lang.Throwable java.lang.Throwable com.oracle.truffle.api.debug.DebuggerSession
      StackMap stack: java.lang.Throwable
         8: astore 2
            aload 4 /* session */
            ifnull 9
            aload 4 /* session */
            invokevirtual com.oracle.truffle.api.debug.DebuggerSession.close:()V
        end local 4 // com.oracle.truffle.api.debug.DebuggerSession session
      StackMap locals:
      StackMap stack:
         9: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
        10: astore 3
            aload 2
            ifnonnull 11
            aload 3
            astore 2
            goto 12
      StackMap locals:
      StackMap stack:
        11: aload 2
            aload 3
            if_acmpeq 12
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        12: aload 2
            athrow
        13: .line 170
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.graalvm.polyglot.Source source
        end local 0 // com.oracle.truffle.api.debug.test.DebugValueTest this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   14     0     this  Lcom/oracle/truffle/api/debug/test/DebugValueTest;
            1   14     1   source  Lorg/graalvm/polyglot/Source;
            3    9     4  session  Lcom/oracle/truffle/api/debug/DebuggerSession;
      Exception table:
        from    to  target  type
           3     7       8  any
           2    10      10  any
    Exceptions:
      throws java.lang.Throwable
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testGetRawValue();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=1
        start local 0 // com.oracle.truffle.api.debug.test.DebugValueTest this
         0: .line 174
            aload 0 /* this */
            ldc "ROOT(\n  VARIABLE(a, 42), \n  VARIABLE(inf, infinity), \n  STATEMENT()\n)\n"
            invokevirtual com.oracle.truffle.api.debug.test.DebugValueTest.testSource:(Ljava/lang/String;)Lorg/graalvm/polyglot/Source;
            astore 1 /* source */
        start local 1 // org.graalvm.polyglot.Source source
         1: .line 179
            aconst_null
            astore 2
            aconst_null
            astore 3
         2: aload 0 /* this */
            invokevirtual com.oracle.truffle.api.debug.test.DebugValueTest.startSession:()Lcom/oracle/truffle/api/debug/DebuggerSession;
            astore 4 /* session */
        start local 4 // com.oracle.truffle.api.debug.DebuggerSession session
         3: .line 180
            aload 4 /* session */
            invokevirtual com.oracle.truffle.api.debug.DebuggerSession.suspendNextExecution:()V
         4: .line 181
            aload 0 /* this */
            aload 1 /* source */
            invokevirtual com.oracle.truffle.api.debug.test.DebugValueTest.startEval:(Lorg/graalvm/polyglot/Source;)V
         5: .line 183
            aload 0 /* this */
            invokedynamic onSuspend()Lcom/oracle/truffle/api/debug/SuspendedCallback;
              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:
                  (Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
                  com/oracle/truffle/api/debug/test/DebugValueTest.lambda$1(Lcom/oracle/truffle/api/debug/SuspendedEvent;)V (6)
                  (Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
            invokevirtual com.oracle.truffle.api.debug.test.DebugValueTest.expectSuspended:(Lcom/oracle/truffle/api/debug/SuspendedCallback;)V
         6: .line 190
            aload 0 /* this */
            invokevirtual com.oracle.truffle.api.debug.test.DebugValueTest.expectDone:()Ljava/lang/String;
            pop
         7: .line 191
            aload 4 /* session */
            ifnull 13
            aload 4 /* session */
            invokevirtual com.oracle.truffle.api.debug.DebuggerSession.close:()V
            goto 13
      StackMap locals: com.oracle.truffle.api.debug.test.DebugValueTest org.graalvm.polyglot.Source java.lang.Throwable java.lang.Throwable com.oracle.truffle.api.debug.DebuggerSession
      StackMap stack: java.lang.Throwable
         8: astore 2
            aload 4 /* session */
            ifnull 9
            aload 4 /* session */
            invokevirtual com.oracle.truffle.api.debug.DebuggerSession.close:()V
        end local 4 // com.oracle.truffle.api.debug.DebuggerSession session
      StackMap locals:
      StackMap stack:
         9: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
        10: astore 3
            aload 2
            ifnonnull 11
            aload 3
            astore 2
            goto 12
      StackMap locals:
      StackMap stack:
        11: aload 2
            aload 3
            if_acmpeq 12
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        12: aload 2
            athrow
        13: .line 192
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.graalvm.polyglot.Source source
        end local 0 // com.oracle.truffle.api.debug.test.DebugValueTest this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   14     0     this  Lcom/oracle/truffle/api/debug/test/DebugValueTest;
            1   14     1   source  Lorg/graalvm/polyglot/Source;
            3    9     4  session  Lcom/oracle/truffle/api/debug/DebuggerSession;
      Exception table:
        from    to  target  type
           3     7       8  any
           2    10      10  any
    Exceptions:
      throws java.lang.Throwable
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testGetRawValueRestricted();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=1
        start local 0 // com.oracle.truffle.api.debug.test.DebugValueTest this
         0: .line 196
            aload 0 /* this */
            ldc "ROOT(\n  VARIABLE(a, 42), \n  VARIABLE(inf, infinity), \n  STATEMENT()\n)\n"
            invokevirtual com.oracle.truffle.api.debug.test.DebugValueTest.testSource:(Ljava/lang/String;)Lorg/graalvm/polyglot/Source;
            astore 1 /* source */
        start local 1 // org.graalvm.polyglot.Source source
         1: .line 201
            aconst_null
            astore 2
            aconst_null
            astore 3
         2: aload 0 /* this */
            invokevirtual com.oracle.truffle.api.debug.test.DebugValueTest.startSession:()Lcom/oracle/truffle/api/debug/DebuggerSession;
            astore 4 /* session */
        start local 4 // com.oracle.truffle.api.debug.DebuggerSession session
         3: .line 202
            aload 4 /* session */
            invokevirtual com.oracle.truffle.api.debug.DebuggerSession.suspendNextExecution:()V
         4: .line 203
            aload 0 /* this */
            aload 1 /* source */
            invokevirtual com.oracle.truffle.api.debug.test.DebugValueTest.startEval:(Lorg/graalvm/polyglot/Source;)V
         5: .line 205
            aload 0 /* this */
            invokedynamic onSuspend()Lcom/oracle/truffle/api/debug/SuspendedCallback;
              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:
                  (Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
                  com/oracle/truffle/api/debug/test/DebugValueTest.lambda$2(Lcom/oracle/truffle/api/debug/SuspendedEvent;)V (6)
                  (Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
            invokevirtual com.oracle.truffle.api.debug.test.DebugValueTest.expectSuspended:(Lcom/oracle/truffle/api/debug/SuspendedCallback;)V
         6: .line 212
            aload 0 /* this */
            invokevirtual com.oracle.truffle.api.debug.test.DebugValueTest.expectDone:()Ljava/lang/String;
            pop
         7: .line 213
            aload 4 /* session */
            ifnull 13
            aload 4 /* session */
            invokevirtual com.oracle.truffle.api.debug.DebuggerSession.close:()V
            goto 13
      StackMap locals: com.oracle.truffle.api.debug.test.DebugValueTest org.graalvm.polyglot.Source java.lang.Throwable java.lang.Throwable com.oracle.truffle.api.debug.DebuggerSession
      StackMap stack: java.lang.Throwable
         8: astore 2
            aload 4 /* session */
            ifnull 9
            aload 4 /* session */
            invokevirtual com.oracle.truffle.api.debug.DebuggerSession.close:()V
        end local 4 // com.oracle.truffle.api.debug.DebuggerSession session
      StackMap locals:
      StackMap stack:
         9: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
        10: astore 3
            aload 2
            ifnonnull 11
            aload 3
            astore 2
            goto 12
      StackMap locals:
      StackMap stack:
        11: aload 2
            aload 3
            if_acmpeq 12
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        12: aload 2
            athrow
        13: .line 214
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.graalvm.polyglot.Source source
        end local 0 // com.oracle.truffle.api.debug.test.DebugValueTest this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   14     0     this  Lcom/oracle/truffle/api/debug/test/DebugValueTest;
            1   14     1   source  Lorg/graalvm/polyglot/Source;
            3    9     4  session  Lcom/oracle/truffle/api/debug/DebuggerSession;
      Exception table:
        from    to  target  type
           3     7       8  any
           2    10      10  any
    Exceptions:
      throws java.lang.Throwable
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testValueAttributes();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=9, args_size=1
        start local 0 // com.oracle.truffle.api.debug.test.DebugValueTest this
         0: .line 222
            aload 0 /* this */
            ldc "DEFINE(function, ROOT(\n  ARGUMENT(a), \n  STATEMENT()\n))\n"
            invokevirtual com.oracle.truffle.api.debug.test.DebugValueTest.testSource:(Ljava/lang/String;)Lorg/graalvm/polyglot/Source;
            astore 1 /* source */
        start local 1 // org.graalvm.polyglot.Source source
         1: .line 226
            iconst_0
            anewarray java.lang.String
            invokestatic org.graalvm.polyglot.Context.create:([Ljava/lang/String;)Lorg/graalvm/polyglot/Context;
            astore 2 /* context */
        start local 2 // org.graalvm.polyglot.Context context
         2: .line 227
            aload 2 /* context */
            aload 1 /* source */
            invokevirtual org.graalvm.polyglot.Context.eval:(Lorg/graalvm/polyglot/Source;)Lorg/graalvm/polyglot/Value;
            pop
         3: .line 228
            aload 2 /* context */
            ldc "instrumentation-test-language"
            invokevirtual org.graalvm.polyglot.Context.getBindings:(Ljava/lang/String;)Lorg/graalvm/polyglot/Value;
            ldc "function"
            invokevirtual org.graalvm.polyglot.Value.getMember:(Ljava/lang/String;)Lorg/graalvm/polyglot/Value;
            astore 3 /* functionValue */
        start local 3 // org.graalvm.polyglot.Value functionValue
         4: .line 229
            aload 3 /* functionValue */
            invokestatic org.junit.Assert.assertNotNull:(Ljava/lang/Object;)V
         5: .line 230
            aload 2 /* context */
            invokevirtual org.graalvm.polyglot.Context.getEngine:()Lorg/graalvm/polyglot/Engine;
            invokevirtual org.graalvm.polyglot.Engine.getInstruments:()Ljava/util/Map;
            ldc "debugger"
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.graalvm.polyglot.Instrument
            ldc Lcom/oracle/truffle/api/debug/Debugger;
            invokevirtual org.graalvm.polyglot.Instrument.lookup:(Ljava/lang/Class;)Ljava/lang/Object;
            checkcast com.oracle.truffle.api.debug.Debugger
            astore 4 /* debugger */
        start local 4 // com.oracle.truffle.api.debug.Debugger debugger
         6: .line 233
            new com.oracle.truffle.api.debug.test.DebugValueTest$NoAttributesTruffleObject
            dup
            invokespecial com.oracle.truffle.api.debug.test.DebugValueTest$NoAttributesTruffleObject.<init>:()V
            astore 5 /* nao */
        start local 5 // com.oracle.truffle.api.debug.test.DebugValueTest$NoAttributesTruffleObject nao
         7: .line 234
            iconst_1
            newarray 4
            astore 6 /* suspended */
        start local 6 // boolean[] suspended
         8: .line 235
            aload 4 /* debugger */
            aload 6 /* suspended */
            invokedynamic onSuspend([Z)Lcom/oracle/truffle/api/debug/SuspendedCallback;
              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:
                  (Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
                  com/oracle/truffle/api/debug/test/DebugValueTest.lambda$3([ZLcom/oracle/truffle/api/debug/SuspendedEvent;)V (6)
                  (Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
            invokevirtual com.oracle.truffle.api.debug.Debugger.startSession:(Lcom/oracle/truffle/api/debug/SuspendedCallback;)Lcom/oracle/truffle/api/debug/DebuggerSession;
            astore 7 /* session */
        start local 7 // com.oracle.truffle.api.debug.DebuggerSession session
         9: .line 258
            aload 7 /* session */
            aload 0 /* this */
            aload 1 /* source */
            invokevirtual com.oracle.truffle.api.debug.test.DebugValueTest.getSourceImpl:(Lorg/graalvm/polyglot/Source;)Lcom/oracle/truffle/api/source/Source;
            invokestatic com.oracle.truffle.api.debug.Breakpoint.newBuilder:(Lcom/oracle/truffle/api/source/Source;)Lcom/oracle/truffle/api/debug/Breakpoint$Builder;
            iconst_3
            invokevirtual com.oracle.truffle.api.debug.Breakpoint$Builder.lineIs:(I)Lcom/oracle/truffle/api/debug/Breakpoint$Builder;
            invokevirtual com.oracle.truffle.api.debug.Breakpoint$Builder.build:()Lcom/oracle/truffle/api/debug/Breakpoint;
            invokevirtual com.oracle.truffle.api.debug.DebuggerSession.install:(Lcom/oracle/truffle/api/debug/Breakpoint;)Lcom/oracle/truffle/api/debug/Breakpoint;
            pop
        10: .line 259
            aload 3 /* functionValue */
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 5 /* nao */
            aastore
            invokevirtual org.graalvm.polyglot.Value.execute:([Ljava/lang/Object;)Lorg/graalvm/polyglot/Value;
            pop
        11: .line 260
            aload 7 /* session */
            invokevirtual com.oracle.truffle.api.debug.DebuggerSession.close:()V
        12: .line 261
            aload 6 /* suspended */
            iconst_0
            baload
            invokestatic org.junit.Assert.assertTrue:(Z)V
        13: .line 264
            aload 6 /* suspended */
            iconst_0
            iconst_0
            bastore
        14: .line 265
            new com.oracle.truffle.api.debug.test.DebugValueTest$ModifiableAttributesTruffleObject
            dup
            invokespecial com.oracle.truffle.api.debug.test.DebugValueTest$ModifiableAttributesTruffleObject.<init>:()V
            astore 8 /* mao */
        start local 8 // com.oracle.truffle.api.debug.test.DebugValueTest$ModifiableAttributesTruffleObject mao
        15: .line 266
            aload 4 /* debugger */
            aload 6 /* suspended */
            aload 8 /* mao */
            invokedynamic onSuspend([ZLcom/oracle/truffle/api/debug/test/DebugValueTest$ModifiableAttributesTruffleObject;)Lcom/oracle/truffle/api/debug/SuspendedCallback;
              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:
                  (Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
                  com/oracle/truffle/api/debug/test/DebugValueTest.lambda$4([ZLcom/oracle/truffle/api/debug/test/DebugValueTest$ModifiableAttributesTruffleObject;Lcom/oracle/truffle/api/debug/SuspendedEvent;)V (6)
                  (Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
            invokevirtual com.oracle.truffle.api.debug.Debugger.startSession:(Lcom/oracle/truffle/api/debug/SuspendedCallback;)Lcom/oracle/truffle/api/debug/DebuggerSession;
            astore 7 /* session */
        16: .line 295
            aload 7 /* session */
            aload 0 /* this */
            aload 1 /* source */
            invokevirtual com.oracle.truffle.api.debug.test.DebugValueTest.getSourceImpl:(Lorg/graalvm/polyglot/Source;)Lcom/oracle/truffle/api/source/Source;
            invokestatic com.oracle.truffle.api.debug.Breakpoint.newBuilder:(Lcom/oracle/truffle/api/source/Source;)Lcom/oracle/truffle/api/debug/Breakpoint$Builder;
            iconst_3
            invokevirtual com.oracle.truffle.api.debug.Breakpoint$Builder.lineIs:(I)Lcom/oracle/truffle/api/debug/Breakpoint$Builder;
            invokevirtual com.oracle.truffle.api.debug.Breakpoint$Builder.build:()Lcom/oracle/truffle/api/debug/Breakpoint;
            invokevirtual com.oracle.truffle.api.debug.DebuggerSession.install:(Lcom/oracle/truffle/api/debug/Breakpoint;)Lcom/oracle/truffle/api/debug/Breakpoint;
            pop
        17: .line 296
            aload 3 /* functionValue */
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 8 /* mao */
            aastore
            invokevirtual org.graalvm.polyglot.Value.execute:([Ljava/lang/Object;)Lorg/graalvm/polyglot/Value;
            pop
        18: .line 297
            aload 7 /* session */
            invokevirtual com.oracle.truffle.api.debug.DebuggerSession.close:()V
        19: .line 298
            aload 6 /* suspended */
            iconst_0
            baload
            invokestatic org.junit.Assert.assertTrue:(Z)V
        20: .line 299
            return
        end local 8 // com.oracle.truffle.api.debug.test.DebugValueTest$ModifiableAttributesTruffleObject mao
        end local 7 // com.oracle.truffle.api.debug.DebuggerSession session
        end local 6 // boolean[] suspended
        end local 5 // com.oracle.truffle.api.debug.test.DebugValueTest$NoAttributesTruffleObject nao
        end local 4 // com.oracle.truffle.api.debug.Debugger debugger
        end local 3 // org.graalvm.polyglot.Value functionValue
        end local 2 // org.graalvm.polyglot.Context context
        end local 1 // org.graalvm.polyglot.Source source
        end local 0 // com.oracle.truffle.api.debug.test.DebugValueTest this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   21     0           this  Lcom/oracle/truffle/api/debug/test/DebugValueTest;
            1   21     1         source  Lorg/graalvm/polyglot/Source;
            2   21     2        context  Lorg/graalvm/polyglot/Context;
            4   21     3  functionValue  Lorg/graalvm/polyglot/Value;
            6   21     4       debugger  Lcom/oracle/truffle/api/debug/Debugger;
            7   21     5            nao  Lcom/oracle/truffle/api/debug/test/DebugValueTest$NoAttributesTruffleObject;
            8   21     6      suspended  [Z
            9   21     7        session  Lcom/oracle/truffle/api/debug/DebuggerSession;
           15   21     8            mao  Lcom/oracle/truffle/api/debug/test/DebugValueTest$ModifiableAttributesTruffleObject;
    Exceptions:
      throws java.lang.Throwable
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testCached();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=10, args_size=1
        start local 0 // com.oracle.truffle.api.debug.test.DebugValueTest this
         0: .line 303
            aload 0 /* this */
            ldc "DEFINE(function, ROOT(\n  ARGUMENT(a), \n  STATEMENT()\n))\n"
            invokevirtual com.oracle.truffle.api.debug.test.DebugValueTest.testSource:(Ljava/lang/String;)Lorg/graalvm/polyglot/Source;
            astore 1 /* source */
        start local 1 // org.graalvm.polyglot.Source source
         1: .line 307
            iconst_0
            anewarray java.lang.String
            invokestatic org.graalvm.polyglot.Context.create:([Ljava/lang/String;)Lorg/graalvm/polyglot/Context;
            astore 2 /* context */
        start local 2 // org.graalvm.polyglot.Context context
         2: .line 308
            aload 2 /* context */
            aload 1 /* source */
            invokevirtual org.graalvm.polyglot.Context.eval:(Lorg/graalvm/polyglot/Source;)Lorg/graalvm/polyglot/Value;
            pop
         3: .line 309
            aload 2 /* context */
            ldc "instrumentation-test-language"
            invokevirtual org.graalvm.polyglot.Context.getBindings:(Ljava/lang/String;)Lorg/graalvm/polyglot/Value;
            ldc "function"
            invokevirtual org.graalvm.polyglot.Value.getMember:(Ljava/lang/String;)Lorg/graalvm/polyglot/Value;
            astore 3 /* functionValue */
        start local 3 // org.graalvm.polyglot.Value functionValue
         4: .line 310
            aload 3 /* functionValue */
            invokestatic org.junit.Assert.assertNotNull:(Ljava/lang/Object;)V
         5: .line 311
            aload 2 /* context */
            invokevirtual org.graalvm.polyglot.Context.getEngine:()Lorg/graalvm/polyglot/Engine;
            invokevirtual org.graalvm.polyglot.Engine.getInstruments:()Ljava/util/Map;
            ldc "debugger"
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.graalvm.polyglot.Instrument
            ldc Lcom/oracle/truffle/api/debug/Debugger;
            invokevirtual org.graalvm.polyglot.Instrument.lookup:(Ljava/lang/Class;)Ljava/lang/Object;
            checkcast com.oracle.truffle.api.debug.Debugger
            astore 4 /* debugger */
        start local 4 // com.oracle.truffle.api.debug.Debugger debugger
         6: .line 313
            iconst_1
            newarray 4
            astore 5 /* suspended */
        start local 5 // boolean[] suspended
         7: .line 314
            new com.oracle.truffle.api.debug.test.DebugValueTest$ModifiableAttributesTruffleObject
            dup
            invokespecial com.oracle.truffle.api.debug.test.DebugValueTest$ModifiableAttributesTruffleObject.<init>:()V
            astore 6 /* ma */
        start local 6 // com.oracle.truffle.api.debug.test.DebugValueTest$ModifiableAttributesTruffleObject ma
         8: .line 315
            aconst_null
            astore 7
            aconst_null
            astore 8
         9: aload 4 /* debugger */
            aload 5 /* suspended */
            aload 6 /* ma */
            invokedynamic onSuspend([ZLcom/oracle/truffle/api/debug/test/DebugValueTest$ModifiableAttributesTruffleObject;)Lcom/oracle/truffle/api/debug/SuspendedCallback;
              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:
                  (Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
                  com/oracle/truffle/api/debug/test/DebugValueTest.lambda$5([ZLcom/oracle/truffle/api/debug/test/DebugValueTest$ModifiableAttributesTruffleObject;Lcom/oracle/truffle/api/debug/SuspendedEvent;)V (6)
                  (Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
            invokevirtual com.oracle.truffle.api.debug.Debugger.startSession:(Lcom/oracle/truffle/api/debug/SuspendedCallback;)Lcom/oracle/truffle/api/debug/DebuggerSession;
            astore 9 /* session */
        start local 9 // com.oracle.truffle.api.debug.DebuggerSession session
        10: .line 354
            aload 9 /* session */
            aload 0 /* this */
            aload 1 /* source */
            invokevirtual com.oracle.truffle.api.debug.test.DebugValueTest.getSourceImpl:(Lorg/graalvm/polyglot/Source;)Lcom/oracle/truffle/api/source/Source;
            invokestatic com.oracle.truffle.api.debug.Breakpoint.newBuilder:(Lcom/oracle/truffle/api/source/Source;)Lcom/oracle/truffle/api/debug/Breakpoint$Builder;
            iconst_3
            invokevirtual com.oracle.truffle.api.debug.Breakpoint$Builder.lineIs:(I)Lcom/oracle/truffle/api/debug/Breakpoint$Builder;
            invokevirtual com.oracle.truffle.api.debug.Breakpoint$Builder.build:()Lcom/oracle/truffle/api/debug/Breakpoint;
            invokevirtual com.oracle.truffle.api.debug.DebuggerSession.install:(Lcom/oracle/truffle/api/debug/Breakpoint;)Lcom/oracle/truffle/api/debug/Breakpoint;
            pop
        11: .line 355
            aload 3 /* functionValue */
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 6 /* ma */
            aastore
            invokevirtual org.graalvm.polyglot.Value.execute:([Ljava/lang/Object;)Lorg/graalvm/polyglot/Value;
            pop
        12: .line 356
            aload 9 /* session */
            ifnull 18
            aload 9 /* session */
            invokevirtual com.oracle.truffle.api.debug.DebuggerSession.close:()V
            goto 18
      StackMap locals: com.oracle.truffle.api.debug.test.DebugValueTest org.graalvm.polyglot.Source org.graalvm.polyglot.Context org.graalvm.polyglot.Value com.oracle.truffle.api.debug.Debugger boolean[] com.oracle.truffle.api.debug.test.DebugValueTest$ModifiableAttributesTruffleObject java.lang.Throwable java.lang.Throwable com.oracle.truffle.api.debug.DebuggerSession
      StackMap stack: java.lang.Throwable
        13: astore 7
            aload 9 /* session */
            ifnull 14
            aload 9 /* session */
            invokevirtual com.oracle.truffle.api.debug.DebuggerSession.close:()V
        end local 9 // com.oracle.truffle.api.debug.DebuggerSession session
      StackMap locals:
      StackMap stack:
        14: aload 7
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
        15: astore 8
            aload 7
            ifnonnull 16
            aload 8
            astore 7
            goto 17
      StackMap locals:
      StackMap stack:
        16: aload 7
            aload 8
            if_acmpeq 17
            aload 7
            aload 8
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        17: aload 7
            athrow
        18: .line 357
      StackMap locals:
      StackMap stack:
            aload 5 /* suspended */
            iconst_0
            baload
            invokestatic org.junit.Assert.assertTrue:(Z)V
        19: .line 358
            return
        end local 6 // com.oracle.truffle.api.debug.test.DebugValueTest$ModifiableAttributesTruffleObject ma
        end local 5 // boolean[] suspended
        end local 4 // com.oracle.truffle.api.debug.Debugger debugger
        end local 3 // org.graalvm.polyglot.Value functionValue
        end local 2 // org.graalvm.polyglot.Context context
        end local 1 // org.graalvm.polyglot.Source source
        end local 0 // com.oracle.truffle.api.debug.test.DebugValueTest this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   20     0           this  Lcom/oracle/truffle/api/debug/test/DebugValueTest;
            1   20     1         source  Lorg/graalvm/polyglot/Source;
            2   20     2        context  Lorg/graalvm/polyglot/Context;
            4   20     3  functionValue  Lorg/graalvm/polyglot/Value;
            6   20     4       debugger  Lcom/oracle/truffle/api/debug/Debugger;
            7   20     5      suspended  [Z
            8   20     6             ma  Lcom/oracle/truffle/api/debug/test/DebugValueTest$ModifiableAttributesTruffleObject;
           10   14     9        session  Lcom/oracle/truffle/api/debug/DebuggerSession;
      Exception table:
        from    to  target  type
          10    12      13  any
           9    15      15  any
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testNull();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=1
        start local 0 // com.oracle.truffle.api.debug.test.DebugValueTest this
         0: .line 362
            new com.oracle.truffle.api.debug.test.DebugValueTest$1
            dup
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.debug.test.DebugValueTest$1.<init>:(Lcom/oracle/truffle/api/debug/test/DebugValueTest;)V
            invokestatic com.oracle.truffle.api.test.polyglot.ProxyLanguage.setDelegate:(Lcom/oracle/truffle/api/test/polyglot/ProxyLanguage;)Lcom/oracle/truffle/api/test/polyglot/ProxyLanguage;
            pop
         1: .line 384
            aconst_null
            astore 1
            aconst_null
            astore 2
         2: aload 0 /* this */
            getfield com.oracle.truffle.api.debug.test.DebugValueTest.tester:Lcom/oracle/truffle/tck/DebuggerTester;
            iconst_1
            anewarray com.oracle.truffle.api.debug.SourceElement
            dup
            iconst_0
            getstatic com.oracle.truffle.api.debug.SourceElement.ROOT:Lcom/oracle/truffle/api/debug/SourceElement;
            aastore
            invokevirtual com.oracle.truffle.tck.DebuggerTester.startSession:([Lcom/oracle/truffle/api/debug/SourceElement;)Lcom/oracle/truffle/api/debug/DebuggerSession;
            astore 3 /* session */
        start local 3 // com.oracle.truffle.api.debug.DebuggerSession session
         3: .line 385
            aload 3 /* session */
            invokevirtual com.oracle.truffle.api.debug.DebuggerSession.suspendNextExecution:()V
         4: .line 386
            ldc "proxyLanguage"
            ldc ""
            invokestatic org.graalvm.polyglot.Source.create:(Ljava/lang/String;Ljava/lang/CharSequence;)Lorg/graalvm/polyglot/Source;
            astore 4 /* source */
        start local 4 // org.graalvm.polyglot.Source source
         5: .line 387
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.test.DebugValueTest.tester:Lcom/oracle/truffle/tck/DebuggerTester;
            aload 4 /* source */
            invokevirtual com.oracle.truffle.tck.DebuggerTester.startEval:(Lorg/graalvm/polyglot/Source;)V
         6: .line 388
            aload 0 /* this */
            invokedynamic onSuspend()Lcom/oracle/truffle/api/debug/SuspendedCallback;
              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:
                  (Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
                  com/oracle/truffle/api/debug/test/DebugValueTest.lambda$6(Lcom/oracle/truffle/api/debug/SuspendedEvent;)V (6)
                  (Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
            invokevirtual com.oracle.truffle.api.debug.test.DebugValueTest.expectSuspended:(Lcom/oracle/truffle/api/debug/SuspendedCallback;)V
        end local 4 // org.graalvm.polyglot.Source source
         7: .line 419
            aload 3 /* session */
            ifnull 13
            aload 3 /* session */
            invokevirtual com.oracle.truffle.api.debug.DebuggerSession.close:()V
            goto 13
      StackMap locals: com.oracle.truffle.api.debug.test.DebugValueTest java.lang.Throwable java.lang.Throwable com.oracle.truffle.api.debug.DebuggerSession
      StackMap stack: java.lang.Throwable
         8: astore 1
            aload 3 /* session */
            ifnull 9
            aload 3 /* session */
            invokevirtual com.oracle.truffle.api.debug.DebuggerSession.close:()V
        end local 3 // com.oracle.truffle.api.debug.DebuggerSession session
      StackMap locals:
      StackMap stack:
         9: aload 1
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
        10: astore 2
            aload 1
            ifnonnull 11
            aload 2
            astore 1
            goto 12
      StackMap locals:
      StackMap stack:
        11: aload 1
            aload 2
            if_acmpeq 12
            aload 1
            aload 2
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        12: aload 1
            athrow
        13: .line 420
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.oracle.truffle.api.debug.test.DebugValueTest.expectDone:()Ljava/lang/String;
            pop
        14: .line 421
            return
        end local 0 // com.oracle.truffle.api.debug.test.DebugValueTest this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   15     0     this  Lcom/oracle/truffle/api/debug/test/DebugValueTest;
            3    9     3  session  Lcom/oracle/truffle/api/debug/DebuggerSession;
            5    7     4   source  Lorg/graalvm/polyglot/Source;
      Exception table:
        from    to  target  type
           3     7       8  any
           2    10      10  any
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  private static void lambda$0(com.oracle.truffle.api.debug.SuspendedEvent);
    descriptor: (Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=10, args_size=1
        start local 0 // com.oracle.truffle.api.debug.SuspendedEvent event
         0: .line 102
            aload 0 /* event */
            invokevirtual com.oracle.truffle.api.debug.SuspendedEvent.getTopStackFrame:()Lcom/oracle/truffle/api/debug/DebugStackFrame;
            astore 1 /* frame */
        start local 1 // com.oracle.truffle.api.debug.DebugStackFrame frame
         1: .line 103
            aload 1 /* frame */
            invokevirtual com.oracle.truffle.api.debug.DebugStackFrame.getScope:()Lcom/oracle/truffle/api/debug/DebugScope;
            ldc "a"
            invokevirtual com.oracle.truffle.api.debug.DebugScope.getDeclaredValue:(Ljava/lang/String;)Lcom/oracle/truffle/api/debug/DebugValue;
            astore 2 /* value42 */
        start local 2 // com.oracle.truffle.api.debug.DebugValue value42
         2: .line 104
            aload 1 /* frame */
            invokevirtual com.oracle.truffle.api.debug.DebugStackFrame.getScope:()Lcom/oracle/truffle/api/debug/DebugScope;
            ldc "b"
            invokevirtual com.oracle.truffle.api.debug.DebugScope.getDeclaredValue:(Ljava/lang/String;)Lcom/oracle/truffle/api/debug/DebugValue;
            astore 3 /* valueTrue */
        start local 3 // com.oracle.truffle.api.debug.DebugValue valueTrue
         3: .line 105
            aload 1 /* frame */
            invokevirtual com.oracle.truffle.api.debug.DebugStackFrame.getScope:()Lcom/oracle/truffle/api/debug/DebugScope;
            ldc "inf"
            invokevirtual com.oracle.truffle.api.debug.DebugScope.getDeclaredValue:(Ljava/lang/String;)Lcom/oracle/truffle/api/debug/DebugValue;
            astore 4 /* valueInf */
        start local 4 // com.oracle.truffle.api.debug.DebugValue valueInf
         4: .line 107
            ldc "a"
            aload 2 /* value42 */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.getName:()Ljava/lang/String;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         5: .line 108
            aload 2 /* value42 */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.isArray:()Z
            invokestatic org.junit.Assert.assertFalse:(Z)V
         6: .line 109
            aload 2 /* value42 */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.getArray:()Ljava/util/List;
            invokestatic org.junit.Assert.assertNull:(Ljava/lang/Object;)V
         7: .line 110
            aload 2 /* value42 */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.getProperties:()Ljava/util/Collection;
            invokestatic org.junit.Assert.assertNull:(Ljava/lang/Object;)V
         8: .line 111
            aload 2 /* value42 */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.isBoolean:()Z
            invokestatic org.junit.Assert.assertFalse:(Z)V
         9: .line 112
            aload 2 /* value42 */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.isNumber:()Z
            invokestatic org.junit.Assert.assertTrue:(Z)V
        10: .line 113
            aload 2 /* value42 */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.fitsInLong:()Z
            invokestatic org.junit.Assert.assertTrue:(Z)V
        11: .line 114
            aload 2 /* value42 */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.fitsInInt:()Z
            invokestatic org.junit.Assert.assertTrue:(Z)V
        12: .line 115
            aload 2 /* value42 */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.fitsInShort:()Z
            invokestatic org.junit.Assert.assertTrue:(Z)V
        13: .line 116
            aload 2 /* value42 */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.fitsInByte:()Z
            invokestatic org.junit.Assert.assertTrue:(Z)V
        14: .line 117
            aload 2 /* value42 */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.fitsInDouble:()Z
            invokestatic org.junit.Assert.assertTrue:(Z)V
        15: .line 118
            aload 2 /* value42 */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.fitsInFloat:()Z
            invokestatic org.junit.Assert.assertTrue:(Z)V
        16: .line 119
            aload 2 /* value42 */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.isString:()Z
            invokestatic org.junit.Assert.assertFalse:(Z)V
        17: .line 120
            aload 2 /* value42 */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.isDate:()Z
            invokestatic org.junit.Assert.assertFalse:(Z)V
        18: .line 121
            aload 2 /* value42 */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.isDuration:()Z
            invokestatic org.junit.Assert.assertFalse:(Z)V
        19: .line 122
            aload 2 /* value42 */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.isInstant:()Z
            invokestatic org.junit.Assert.assertFalse:(Z)V
        20: .line 123
            aload 2 /* value42 */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.isTime:()Z
            invokestatic org.junit.Assert.assertFalse:(Z)V
        21: .line 124
            aload 2 /* value42 */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.isTimeZone:()Z
            invokestatic org.junit.Assert.assertFalse:(Z)V
        22: .line 125
            ldc "42"
            aload 2 /* value42 */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.toDisplayString:()Ljava/lang/String;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
        23: .line 126
            aload 2 /* value42 */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.getMetaObject:()Lcom/oracle/truffle/api/debug/DebugValue;
            astore 5 /* value42Meta */
        start local 5 // com.oracle.truffle.api.debug.DebugValue value42Meta
        24: .line 127
            ldc "Integer"
            aload 5 /* value42Meta */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.toDisplayString:()Ljava/lang/String;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
        25: .line 128
            ldc "Integer"
            aload 5 /* value42Meta */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.getMetaQualifiedName:()Ljava/lang/String;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
        26: .line 129
            ldc "Integer"
            aload 5 /* value42Meta */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.getMetaSimpleName:()Ljava/lang/String;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
        27: .line 130
            aload 5 /* value42Meta */
            aload 2 /* value42 */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.isMetaInstance:(Lcom/oracle/truffle/api/debug/DebugValue;)Z
            invokestatic org.junit.Assert.assertTrue:(Z)V
        28: .line 131
            aload 5 /* value42Meta */
            aload 3 /* valueTrue */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.isMetaInstance:(Lcom/oracle/truffle/api/debug/DebugValue;)Z
            invokestatic org.junit.Assert.assertFalse:(Z)V
        29: .line 132
            aload 5 /* value42Meta */
            aload 4 /* valueInf */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.isMetaInstance:(Lcom/oracle/truffle/api/debug/DebugValue;)Z
            invokestatic org.junit.Assert.assertFalse:(Z)V
        30: .line 133
            aload 2 /* value42 */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.getSourceLocation:()Lcom/oracle/truffle/api/source/SourceSection;
            astore 6 /* integerSS */
        start local 6 // com.oracle.truffle.api.source.SourceSection integerSS
        31: .line 134
            ldc "source integer"
            aload 6 /* integerSS */
            invokevirtual com.oracle.truffle.api.source.SourceSection.getCharacters:()Ljava/lang/CharSequence;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
        32: .line 136
            ldc "b"
            aload 3 /* valueTrue */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.getName:()Ljava/lang/String;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
        33: .line 137
            aload 3 /* valueTrue */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.isBoolean:()Z
            invokestatic org.junit.Assert.assertTrue:(Z)V
        34: .line 138
            aload 3 /* valueTrue */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.isNumber:()Z
            invokestatic org.junit.Assert.assertFalse:(Z)V
        35: .line 139
            aload 3 /* valueTrue */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.fitsInLong:()Z
            invokestatic org.junit.Assert.assertFalse:(Z)V
        36: .line 140
            aload 3 /* valueTrue */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.fitsInInt:()Z
            invokestatic org.junit.Assert.assertFalse:(Z)V
        37: .line 141
            aload 3 /* valueTrue */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.fitsInDouble:()Z
            invokestatic org.junit.Assert.assertFalse:(Z)V
        38: .line 142
            ldc "true"
            aload 3 /* valueTrue */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.toDisplayString:()Ljava/lang/String;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
        39: .line 143
            aload 3 /* valueTrue */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.getMetaObject:()Lcom/oracle/truffle/api/debug/DebugValue;
            astore 7 /* valueTrueMeta */
        start local 7 // com.oracle.truffle.api.debug.DebugValue valueTrueMeta
        40: .line 144
            ldc "Boolean"
            aload 7 /* valueTrueMeta */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.toDisplayString:()Ljava/lang/String;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
        41: .line 145
            ldc "Boolean"
            aload 7 /* valueTrueMeta */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.getMetaQualifiedName:()Ljava/lang/String;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
        42: .line 146
            ldc "Boolean"
            aload 7 /* valueTrueMeta */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.getMetaSimpleName:()Ljava/lang/String;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
        43: .line 147
            aload 7 /* valueTrueMeta */
            aload 3 /* valueTrue */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.isMetaInstance:(Lcom/oracle/truffle/api/debug/DebugValue;)Z
            invokestatic org.junit.Assert.assertTrue:(Z)V
        44: .line 148
            aload 7 /* valueTrueMeta */
            aload 2 /* value42 */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.isMetaInstance:(Lcom/oracle/truffle/api/debug/DebugValue;)Z
            invokestatic org.junit.Assert.assertFalse:(Z)V
        45: .line 149
            aload 7 /* valueTrueMeta */
            aload 4 /* valueInf */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.isMetaInstance:(Lcom/oracle/truffle/api/debug/DebugValue;)Z
            invokestatic org.junit.Assert.assertFalse:(Z)V
        46: .line 151
            ldc "inf"
            aload 4 /* valueInf */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.getName:()Ljava/lang/String;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
        47: .line 152
            aload 4 /* valueInf */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.isBoolean:()Z
            invokestatic org.junit.Assert.assertFalse:(Z)V
        48: .line 153
            aload 4 /* valueInf */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.isNumber:()Z
            invokestatic org.junit.Assert.assertTrue:(Z)V
        49: .line 154
            aload 4 /* valueInf */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.fitsInLong:()Z
            invokestatic org.junit.Assert.assertFalse:(Z)V
        50: .line 155
            aload 4 /* valueInf */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.fitsInDouble:()Z
            invokestatic org.junit.Assert.assertTrue:(Z)V
        51: .line 156
            ldc "Infinity"
            aload 4 /* valueInf */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.toDisplayString:()Ljava/lang/String;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
        52: .line 157
            aload 4 /* valueInf */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.getMetaObject:()Lcom/oracle/truffle/api/debug/DebugValue;
            astore 8 /* valueInfMeta */
        start local 8 // com.oracle.truffle.api.debug.DebugValue valueInfMeta
        53: .line 158
            ldc "Infinity"
            aload 8 /* valueInfMeta */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.toDisplayString:()Ljava/lang/String;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
        54: .line 159
            ldc "Infinity"
            aload 8 /* valueInfMeta */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.getMetaQualifiedName:()Ljava/lang/String;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
        55: .line 160
            ldc "Infinity"
            aload 8 /* valueInfMeta */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.getMetaSimpleName:()Ljava/lang/String;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
        56: .line 161
            aload 8 /* valueInfMeta */
            aload 4 /* valueInf */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.isMetaInstance:(Lcom/oracle/truffle/api/debug/DebugValue;)Z
            invokestatic org.junit.Assert.assertTrue:(Z)V
        57: .line 162
            aload 8 /* valueInfMeta */
            aload 2 /* value42 */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.isMetaInstance:(Lcom/oracle/truffle/api/debug/DebugValue;)Z
            invokestatic org.junit.Assert.assertFalse:(Z)V
        58: .line 163
            aload 8 /* valueInfMeta */
            aload 3 /* valueTrue */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.isMetaInstance:(Lcom/oracle/truffle/api/debug/DebugValue;)Z
            invokestatic org.junit.Assert.assertFalse:(Z)V
        59: .line 164
            aload 4 /* valueInf */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.getSourceLocation:()Lcom/oracle/truffle/api/source/SourceSection;
            astore 9 /* infinitySS */
        start local 9 // com.oracle.truffle.api.source.SourceSection infinitySS
        60: .line 165
            ldc "source infinity"
            aload 9 /* infinitySS */
            invokevirtual com.oracle.truffle.api.source.SourceSection.getCharacters:()Ljava/lang/CharSequence;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
        end local 9 // com.oracle.truffle.api.source.SourceSection infinitySS
        end local 8 // com.oracle.truffle.api.debug.DebugValue valueInfMeta
        end local 7 // com.oracle.truffle.api.debug.DebugValue valueTrueMeta
        end local 6 // com.oracle.truffle.api.source.SourceSection integerSS
        end local 5 // com.oracle.truffle.api.debug.DebugValue value42Meta
        end local 4 // com.oracle.truffle.api.debug.DebugValue valueInf
        end local 3 // com.oracle.truffle.api.debug.DebugValue valueTrue
        end local 2 // com.oracle.truffle.api.debug.DebugValue value42
        end local 1 // com.oracle.truffle.api.debug.DebugStackFrame frame
        61: .line 166
            return
        end local 0 // com.oracle.truffle.api.debug.SuspendedEvent event
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   62     0          event  Lcom/oracle/truffle/api/debug/SuspendedEvent;
            1   61     1          frame  Lcom/oracle/truffle/api/debug/DebugStackFrame;
            2   61     2        value42  Lcom/oracle/truffle/api/debug/DebugValue;
            3   61     3      valueTrue  Lcom/oracle/truffle/api/debug/DebugValue;
            4   61     4       valueInf  Lcom/oracle/truffle/api/debug/DebugValue;
           24   61     5    value42Meta  Lcom/oracle/truffle/api/debug/DebugValue;
           31   61     6      integerSS  Lcom/oracle/truffle/api/source/SourceSection;
           40   61     7  valueTrueMeta  Lcom/oracle/truffle/api/debug/DebugValue;
           53   61     8   valueInfMeta  Lcom/oracle/truffle/api/debug/DebugValue;
           60   61     9     infinitySS  Lcom/oracle/truffle/api/source/SourceSection;

  private static void lambda$1(com.oracle.truffle.api.debug.SuspendedEvent);
    descriptor: (Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // com.oracle.truffle.api.debug.SuspendedEvent event
         0: .line 184
            aload 0 /* event */
            invokevirtual com.oracle.truffle.api.debug.SuspendedEvent.getTopStackFrame:()Lcom/oracle/truffle/api/debug/DebugStackFrame;
            astore 1 /* frame */
        start local 1 // com.oracle.truffle.api.debug.DebugStackFrame frame
         1: .line 185
            aload 1 /* frame */
            invokevirtual com.oracle.truffle.api.debug.DebugStackFrame.getScope:()Lcom/oracle/truffle/api/debug/DebugScope;
            ldc "a"
            invokevirtual com.oracle.truffle.api.debug.DebugScope.getDeclaredValue:(Ljava/lang/String;)Lcom/oracle/truffle/api/debug/DebugValue;
            astore 2 /* value42 */
        start local 2 // com.oracle.truffle.api.debug.DebugValue value42
         2: .line 186
            bipush 42
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aload 2 /* value42 */
            ldc Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTestLanguage;
            invokevirtual com.oracle.truffle.api.debug.DebugValue.getRawValue:(Ljava/lang/Class;)Ljava/lang/Object;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         3: .line 187
            ldc Infinity
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            aload 1 /* frame */
            invokevirtual com.oracle.truffle.api.debug.DebugStackFrame.getScope:()Lcom/oracle/truffle/api/debug/DebugScope;
            ldc "inf"
            invokevirtual com.oracle.truffle.api.debug.DebugScope.getDeclaredValue:(Ljava/lang/String;)Lcom/oracle/truffle/api/debug/DebugValue;
            ldc Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTestLanguage;
            invokevirtual com.oracle.truffle.api.debug.DebugValue.getRawValue:(Ljava/lang/Class;)Ljava/lang/Object;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
        end local 2 // com.oracle.truffle.api.debug.DebugValue value42
        end local 1 // com.oracle.truffle.api.debug.DebugStackFrame frame
         4: .line 188
            return
        end local 0 // com.oracle.truffle.api.debug.SuspendedEvent event
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0    event  Lcom/oracle/truffle/api/debug/SuspendedEvent;
            1    4     1    frame  Lcom/oracle/truffle/api/debug/DebugStackFrame;
            2    4     2  value42  Lcom/oracle/truffle/api/debug/DebugValue;

  private static void lambda$2(com.oracle.truffle.api.debug.SuspendedEvent);
    descriptor: (Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // com.oracle.truffle.api.debug.SuspendedEvent event
         0: .line 206
            aload 0 /* event */
            invokevirtual com.oracle.truffle.api.debug.SuspendedEvent.getTopStackFrame:()Lcom/oracle/truffle/api/debug/DebugStackFrame;
            astore 1 /* frame */
        start local 1 // com.oracle.truffle.api.debug.DebugStackFrame frame
         1: .line 207
            aload 1 /* frame */
            invokevirtual com.oracle.truffle.api.debug.DebugStackFrame.getScope:()Lcom/oracle/truffle/api/debug/DebugScope;
            ldc "a"
            invokevirtual com.oracle.truffle.api.debug.DebugScope.getDeclaredValue:(Ljava/lang/String;)Lcom/oracle/truffle/api/debug/DebugValue;
            astore 2 /* value42 */
        start local 2 // com.oracle.truffle.api.debug.DebugValue value42
         2: .line 208
            aload 2 /* value42 */
            ldc Lcom/oracle/truffle/api/test/polyglot/ProxyLanguage;
            invokevirtual com.oracle.truffle.api.debug.DebugValue.getRawValue:(Ljava/lang/Class;)Ljava/lang/Object;
            invokestatic org.junit.Assert.assertNull:(Ljava/lang/Object;)V
         3: .line 209
            aload 1 /* frame */
            invokevirtual com.oracle.truffle.api.debug.DebugStackFrame.getScope:()Lcom/oracle/truffle/api/debug/DebugScope;
            ldc "inf"
            invokevirtual com.oracle.truffle.api.debug.DebugScope.getDeclaredValue:(Ljava/lang/String;)Lcom/oracle/truffle/api/debug/DebugValue;
            ldc Lcom/oracle/truffle/api/test/polyglot/ProxyLanguage;
            invokevirtual com.oracle.truffle.api.debug.DebugValue.getRawValue:(Ljava/lang/Class;)Ljava/lang/Object;
            invokestatic org.junit.Assert.assertNull:(Ljava/lang/Object;)V
        end local 2 // com.oracle.truffle.api.debug.DebugValue value42
        end local 1 // com.oracle.truffle.api.debug.DebugStackFrame frame
         4: .line 210
            return
        end local 0 // com.oracle.truffle.api.debug.SuspendedEvent event
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0    event  Lcom/oracle/truffle/api/debug/SuspendedEvent;
            1    4     1    frame  Lcom/oracle/truffle/api/debug/DebugStackFrame;
            2    4     2  value42  Lcom/oracle/truffle/api/debug/DebugValue;

  private static void lambda$3(boolean[], com.oracle.truffle.api.debug.SuspendedEvent);
    descriptor: ([ZLcom/oracle/truffle/api/debug/SuspendedEvent;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=5, args_size=2
        start local 1 // com.oracle.truffle.api.debug.SuspendedEvent event
         0: .line 236
            aload 0
            iconst_0
            baload
            invokestatic org.junit.Assert.assertFalse:(Z)V
         1: .line 237
            aload 1 /* event */
            invokevirtual com.oracle.truffle.api.debug.SuspendedEvent.getTopStackFrame:()Lcom/oracle/truffle/api/debug/DebugStackFrame;
            invokevirtual com.oracle.truffle.api.debug.DebugStackFrame.getScope:()Lcom/oracle/truffle/api/debug/DebugScope;
            ldc "a"
            invokevirtual com.oracle.truffle.api.debug.DebugScope.getDeclaredValue:(Ljava/lang/String;)Lcom/oracle/truffle/api/debug/DebugValue;
            astore 2 /* value */
        start local 2 // com.oracle.truffle.api.debug.DebugValue value
         2: .line 238
            aload 2 /* value */
            invokestatic org.junit.Assert.assertNotNull:(Ljava/lang/Object;)V
         3: .line 239
            aload 2 /* value */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.getProperties:()Ljava/util/Collection;
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.oracle.truffle.api.debug.DebugValue
            astore 3 /* attributesTOValue */
        start local 3 // com.oracle.truffle.api.debug.DebugValue attributesTOValue
         4: .line 240
            ldc "property"
            aload 3 /* attributesTOValue */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.getName:()Ljava/lang/String;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         5: .line 242
            aload 3 /* attributesTOValue */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.isReadable:()Z
            invokestatic org.junit.Assert.assertTrue:(Z)V
         6: .line 244
            aload 3 /* attributesTOValue */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.isWritable:()Z
            invokestatic org.junit.Assert.assertTrue:(Z)V
         7: .line 246
            aload 3 /* attributesTOValue */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.isInternal:()Z
            invokestatic org.junit.Assert.assertFalse:(Z)V
         8: .line 248
            aload 3 /* attributesTOValue */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.hasReadSideEffects:()Z
            invokestatic org.junit.Assert.assertFalse:(Z)V
         9: .line 250
            aload 3 /* attributesTOValue */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.hasWriteSideEffects:()Z
            invokestatic org.junit.Assert.assertFalse:(Z)V
        10: .line 252
            aload 3 /* attributesTOValue */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.canExecute:()Z
            invokestatic org.junit.Assert.assertFalse:(Z)V
        11: .line 253
            aload 1 /* event */
            invokevirtual com.oracle.truffle.api.debug.SuspendedEvent.getSession:()Lcom/oracle/truffle/api/debug/DebuggerSession;
            ldc "instrumentation-test-language"
            invokevirtual com.oracle.truffle.api.debug.DebuggerSession.getTopScope:(Ljava/lang/String;)Lcom/oracle/truffle/api/debug/DebugScope;
            ldc "function"
            invokevirtual com.oracle.truffle.api.debug.DebugScope.getDeclaredValue:(Ljava/lang/String;)Lcom/oracle/truffle/api/debug/DebugValue;
            astore 4 /* fvalue */
        start local 4 // com.oracle.truffle.api.debug.DebugValue fvalue
        12: .line 254
            aload 4 /* fvalue */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.canExecute:()Z
            invokestatic org.junit.Assert.assertTrue:(Z)V
        13: .line 255
            aload 1 /* event */
            invokevirtual com.oracle.truffle.api.debug.SuspendedEvent.prepareContinue:()V
        14: .line 256
            aload 0
            iconst_0
            iconst_1
            bastore
        end local 4 // com.oracle.truffle.api.debug.DebugValue fvalue
        end local 3 // com.oracle.truffle.api.debug.DebugValue attributesTOValue
        end local 2 // com.oracle.truffle.api.debug.DebugValue value
        15: .line 257
            return
        end local 1 // com.oracle.truffle.api.debug.SuspendedEvent event
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   16     1              event  Lcom/oracle/truffle/api/debug/SuspendedEvent;
            2   15     2              value  Lcom/oracle/truffle/api/debug/DebugValue;
            4   15     3  attributesTOValue  Lcom/oracle/truffle/api/debug/DebugValue;
           12   15     4             fvalue  Lcom/oracle/truffle/api/debug/DebugValue;

  private static void lambda$4(boolean[], com.oracle.truffle.api.debug.test.DebugValueTest$ModifiableAttributesTruffleObject, com.oracle.truffle.api.debug.SuspendedEvent);
    descriptor: ([ZLcom/oracle/truffle/api/debug/test/DebugValueTest$ModifiableAttributesTruffleObject;Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=5, args_size=3
        start local 2 // com.oracle.truffle.api.debug.SuspendedEvent event
         0: .line 267
            aload 0
            iconst_0
            baload
            invokestatic org.junit.Assert.assertFalse:(Z)V
         1: .line 268
            aload 2 /* event */
            invokevirtual com.oracle.truffle.api.debug.SuspendedEvent.getTopStackFrame:()Lcom/oracle/truffle/api/debug/DebugStackFrame;
            invokevirtual com.oracle.truffle.api.debug.DebugStackFrame.getScope:()Lcom/oracle/truffle/api/debug/DebugScope;
            ldc "a"
            invokevirtual com.oracle.truffle.api.debug.DebugScope.getDeclaredValue:(Ljava/lang/String;)Lcom/oracle/truffle/api/debug/DebugValue;
            astore 3 /* value */
        start local 3 // com.oracle.truffle.api.debug.DebugValue value
         2: .line 269
            aload 3 /* value */
            invokestatic org.junit.Assert.assertNotNull:(Ljava/lang/Object;)V
         3: .line 270
            aload 3 /* value */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.getProperties:()Ljava/util/Collection;
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.oracle.truffle.api.debug.DebugValue
            astore 4 /* attributesTOValue */
        start local 4 // com.oracle.truffle.api.debug.DebugValue attributesTOValue
         4: .line 271
            ldc "property"
            aload 4 /* attributesTOValue */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.getName:()Ljava/lang/String;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         5: .line 273
            aload 4 /* attributesTOValue */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.isReadable:()Z
            invokestatic org.junit.Assert.assertFalse:(Z)V
         6: .line 274
            aload 4 /* attributesTOValue */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.isWritable:()Z
            invokestatic org.junit.Assert.assertFalse:(Z)V
         7: .line 275
            aload 4 /* attributesTOValue */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.isInternal:()Z
            invokestatic org.junit.Assert.assertFalse:(Z)V
         8: .line 276
            aload 4 /* attributesTOValue */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.hasReadSideEffects:()Z
            invokestatic org.junit.Assert.assertFalse:(Z)V
         9: .line 277
            aload 4 /* attributesTOValue */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.hasWriteSideEffects:()Z
            invokestatic org.junit.Assert.assertFalse:(Z)V
        10: .line 278
            aload 1
            iconst_1
            invokevirtual com.oracle.truffle.api.debug.test.DebugValueTest$ModifiableAttributesTruffleObject.setIsReadable:(Z)V
        11: .line 279
            aload 3 /* value */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.getProperties:()Ljava/util/Collection;
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.oracle.truffle.api.debug.DebugValue
            astore 4 /* attributesTOValue */
        12: .line 280
            aload 4 /* attributesTOValue */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.isReadable:()Z
            invokestatic org.junit.Assert.assertTrue:(Z)V
        13: .line 281
            aload 1
            iconst_1
            invokevirtual com.oracle.truffle.api.debug.test.DebugValueTest$ModifiableAttributesTruffleObject.setIsWritable:(Z)V
        14: .line 282
            aload 3 /* value */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.getProperties:()Ljava/util/Collection;
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.oracle.truffle.api.debug.DebugValue
            astore 4 /* attributesTOValue */
        15: .line 283
            aload 4 /* attributesTOValue */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.isWritable:()Z
            invokestatic org.junit.Assert.assertTrue:(Z)V
        16: .line 284
            aload 1
            iconst_1
            invokevirtual com.oracle.truffle.api.debug.test.DebugValueTest$ModifiableAttributesTruffleObject.setIsInternal:(Z)V
        17: .line 285
            aload 3 /* value */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.getProperties:()Ljava/util/Collection;
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.oracle.truffle.api.debug.DebugValue
            astore 4 /* attributesTOValue */
        18: .line 286
            aload 4 /* attributesTOValue */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.isInternal:()Z
            invokestatic org.junit.Assert.assertTrue:(Z)V
        19: .line 287
            aload 1
            iconst_1
            invokevirtual com.oracle.truffle.api.debug.test.DebugValueTest$ModifiableAttributesTruffleObject.setHasReadSideEffects:(Z)V
        20: .line 288
            aload 1
            iconst_1
            invokevirtual com.oracle.truffle.api.debug.test.DebugValueTest$ModifiableAttributesTruffleObject.setHasWriteSideEffects:(Z)V
        21: .line 289
            aload 3 /* value */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.getProperties:()Ljava/util/Collection;
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.oracle.truffle.api.debug.DebugValue
            astore 4 /* attributesTOValue */
        22: .line 290
            aload 4 /* attributesTOValue */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.hasReadSideEffects:()Z
            invokestatic org.junit.Assert.assertTrue:(Z)V
        23: .line 291
            aload 4 /* attributesTOValue */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.hasWriteSideEffects:()Z
            invokestatic org.junit.Assert.assertTrue:(Z)V
        24: .line 292
            aload 2 /* event */
            invokevirtual com.oracle.truffle.api.debug.SuspendedEvent.prepareContinue:()V
        25: .line 293
            aload 0
            iconst_0
            iconst_1
            bastore
        end local 4 // com.oracle.truffle.api.debug.DebugValue attributesTOValue
        end local 3 // com.oracle.truffle.api.debug.DebugValue value
        26: .line 294
            return
        end local 2 // com.oracle.truffle.api.debug.SuspendedEvent event
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   27     2              event  Lcom/oracle/truffle/api/debug/SuspendedEvent;
            2   26     3              value  Lcom/oracle/truffle/api/debug/DebugValue;
            4   26     4  attributesTOValue  Lcom/oracle/truffle/api/debug/DebugValue;

  private static void lambda$5(boolean[], com.oracle.truffle.api.debug.test.DebugValueTest$ModifiableAttributesTruffleObject, com.oracle.truffle.api.debug.SuspendedEvent);
    descriptor: ([ZLcom/oracle/truffle/api/debug/test/DebugValueTest$ModifiableAttributesTruffleObject;Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=4, locals=8, args_size=3
        start local 2 // com.oracle.truffle.api.debug.SuspendedEvent event
         0: .line 316
            aload 0
            iconst_0
            baload
            invokestatic org.junit.Assert.assertFalse:(Z)V
         1: .line 317
            aload 2 /* event */
            invokevirtual com.oracle.truffle.api.debug.SuspendedEvent.getTopStackFrame:()Lcom/oracle/truffle/api/debug/DebugStackFrame;
            invokevirtual com.oracle.truffle.api.debug.DebugStackFrame.getScope:()Lcom/oracle/truffle/api/debug/DebugScope;
            ldc "a"
            invokevirtual com.oracle.truffle.api.debug.DebugScope.getDeclaredValue:(Ljava/lang/String;)Lcom/oracle/truffle/api/debug/DebugValue;
            astore 3 /* a */
        start local 3 // com.oracle.truffle.api.debug.DebugValue a
         2: .line 318
            aload 1
            iconst_1
            invokevirtual com.oracle.truffle.api.debug.test.DebugValueTest$ModifiableAttributesTruffleObject.setIsReadable:(Z)V
         3: .line 319
            aload 3 /* a */
            ldc "p1"
            invokevirtual com.oracle.truffle.api.debug.DebugValue.getProperty:(Ljava/lang/String;)Lcom/oracle/truffle/api/debug/DebugValue;
            astore 4 /* ap1 */
        start local 4 // com.oracle.truffle.api.debug.DebugValue ap1
         4: .line 320
            aload 3 /* a */
            ldc "p2"
            invokevirtual com.oracle.truffle.api.debug.DebugValue.getProperty:(Ljava/lang/String;)Lcom/oracle/truffle/api/debug/DebugValue;
            astore 5 /* ap2 */
        start local 5 // com.oracle.truffle.api.debug.DebugValue ap2
         5: .line 321
            aload 4 /* ap1 */
            invokestatic org.junit.Assert.assertNotNull:(Ljava/lang/Object;)V
         6: .line 322
            aload 5 /* ap2 */
            invokestatic org.junit.Assert.assertNotNull:(Ljava/lang/Object;)V
         7: .line 324
            lconst_0
            aload 4 /* ap1 */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.asInt:()I
            i2l
            invokestatic org.junit.Assert.assertEquals:(JJ)V
         8: .line 325
            lconst_0
            aload 5 /* ap2 */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.asInt:()I
            i2l
            invokestatic org.junit.Assert.assertEquals:(JJ)V
         9: .line 326
            lconst_0
            aload 4 /* ap1 */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.asInt:()I
            i2l
            invokestatic org.junit.Assert.assertEquals:(JJ)V
        10: .line 327
            aload 3 /* a */
            ldc "p2"
            invokevirtual com.oracle.truffle.api.debug.DebugValue.getProperty:(Ljava/lang/String;)Lcom/oracle/truffle/api/debug/DebugValue;
            astore 5 /* ap2 */
        11: .line 328
            lconst_1
            aload 5 /* ap2 */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.asInt:()I
            i2l
            invokestatic org.junit.Assert.assertEquals:(JJ)V
        12: .line 329
            aload 4 /* ap1 */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.isArray:()Z
            pop
        13: .line 330
            aload 4 /* ap1 */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.isNull:()Z
            pop
        14: .line 331
            aload 5 /* ap2 */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.isArray:()Z
            pop
        15: .line 332
            aload 5 /* ap2 */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.isNull:()Z
            pop
        16: .line 333
            lconst_0
            aload 4 /* ap1 */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.asInt:()I
            i2l
            invokestatic org.junit.Assert.assertEquals:(JJ)V
        17: .line 334
            lconst_1
            aload 5 /* ap2 */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.asInt:()I
            i2l
            invokestatic org.junit.Assert.assertEquals:(JJ)V
        18: .line 336
            aload 3 /* a */
            ldc "p1"
            invokevirtual com.oracle.truffle.api.debug.DebugValue.getProperty:(Ljava/lang/String;)Lcom/oracle/truffle/api/debug/DebugValue;
            astore 6 /* ap1New */
        start local 6 // com.oracle.truffle.api.debug.DebugValue ap1New
        19: .line 337
            aload 3 /* a */
            ldc "p2"
            invokevirtual com.oracle.truffle.api.debug.DebugValue.getProperty:(Ljava/lang/String;)Lcom/oracle/truffle/api/debug/DebugValue;
            astore 7 /* ap2New */
        start local 7 // com.oracle.truffle.api.debug.DebugValue ap2New
        20: .line 338
            aload 6 /* ap1New */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.isNull:()Z
            pop
        21: .line 339
            aload 7 /* ap2New */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.isNull:()Z
            pop
        22: .line 340
            lconst_1
            aload 6 /* ap1New */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.asInt:()I
            i2l
            invokestatic org.junit.Assert.assertEquals:(JJ)V
        23: .line 341
            ldc 2
            aload 7 /* ap2New */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.asInt:()I
            i2l
            invokestatic org.junit.Assert.assertEquals:(JJ)V
        24: .line 342
            aload 3 /* a */
            ldc "p1"
            invokevirtual com.oracle.truffle.api.debug.DebugValue.getProperty:(Ljava/lang/String;)Lcom/oracle/truffle/api/debug/DebugValue;
            pop
        25: .line 343
            aload 3 /* a */
            ldc "p1"
            invokevirtual com.oracle.truffle.api.debug.DebugValue.getProperty:(Ljava/lang/String;)Lcom/oracle/truffle/api/debug/DebugValue;
            astore 6 /* ap1New */
        26: .line 344
            aload 6 /* ap1New */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.isNull:()Z
            pop
        27: .line 345
            aload 7 /* ap2New */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.isNull:()Z
            pop
        28: .line 346
            ldc 2
            aload 6 /* ap1New */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.asInt:()I
            i2l
            invokestatic org.junit.Assert.assertEquals:(JJ)V
        29: .line 347
            ldc 2
            aload 7 /* ap2New */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.asInt:()I
            i2l
            invokestatic org.junit.Assert.assertEquals:(JJ)V
        30: .line 349
            lconst_0
            aload 4 /* ap1 */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.asInt:()I
            i2l
            invokestatic org.junit.Assert.assertEquals:(JJ)V
        31: .line 350
            lconst_1
            aload 5 /* ap2 */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.asInt:()I
            i2l
            invokestatic org.junit.Assert.assertEquals:(JJ)V
        32: .line 351
            aload 2 /* event */
            invokevirtual com.oracle.truffle.api.debug.SuspendedEvent.prepareContinue:()V
        33: .line 352
            aload 0
            iconst_0
            iconst_1
            bastore
        end local 7 // com.oracle.truffle.api.debug.DebugValue ap2New
        end local 6 // com.oracle.truffle.api.debug.DebugValue ap1New
        end local 5 // com.oracle.truffle.api.debug.DebugValue ap2
        end local 4 // com.oracle.truffle.api.debug.DebugValue ap1
        end local 3 // com.oracle.truffle.api.debug.DebugValue a
        34: .line 353
            return
        end local 2 // com.oracle.truffle.api.debug.SuspendedEvent event
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   35     2   event  Lcom/oracle/truffle/api/debug/SuspendedEvent;
            2   34     3       a  Lcom/oracle/truffle/api/debug/DebugValue;
            4   34     4     ap1  Lcom/oracle/truffle/api/debug/DebugValue;
            5   34     5     ap2  Lcom/oracle/truffle/api/debug/DebugValue;
           19   34     6  ap1New  Lcom/oracle/truffle/api/debug/DebugValue;
           20   34     7  ap2New  Lcom/oracle/truffle/api/debug/DebugValue;

  private static void lambda$6(com.oracle.truffle.api.debug.SuspendedEvent);
    descriptor: (Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=5, args_size=1
        start local 0 // com.oracle.truffle.api.debug.SuspendedEvent event
         0: .line 389
            aload 0 /* event */
            invokevirtual com.oracle.truffle.api.debug.SuspendedEvent.getTopStackFrame:()Lcom/oracle/truffle/api/debug/DebugStackFrame;
            invokevirtual com.oracle.truffle.api.debug.DebugStackFrame.getScope:()Lcom/oracle/truffle/api/debug/DebugScope;
            invokevirtual com.oracle.truffle.api.debug.DebugScope.getDeclaredValues:()Ljava/lang/Iterable;
            invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
            astore 1 /* declaredValues */
        start local 1 // java.util.Iterator declaredValues
         1: .line 390
            aload 1 /* declaredValues */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.oracle.truffle.api.debug.DebugValue
            astore 2 /* arg0 */
        start local 2 // com.oracle.truffle.api.debug.DebugValue arg0
         2: .line 391
            aload 1 /* declaredValues */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.oracle.truffle.api.debug.DebugValue
            astore 3 /* arg1 */
        start local 3 // com.oracle.truffle.api.debug.DebugValue arg1
         3: .line 392
            aload 1 /* declaredValues */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.oracle.truffle.api.debug.DebugValue
            astore 4 /* arg2 */
        start local 4 // com.oracle.truffle.api.debug.DebugValue arg2
         4: .line 393
            aload 1 /* declaredValues */
            invokeinterface java.util.Iterator.hasNext:()Z
            invokestatic org.junit.Assert.assertFalse:(Z)V
         5: .line 395
            aload 2 /* arg0 */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.isReadable:()Z
            invokestatic org.junit.Assert.assertFalse:(Z)V
         6: .line 396
            aload 3 /* arg1 */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.isReadable:()Z
            invokestatic org.junit.Assert.assertTrue:(Z)V
         7: .line 397
            aload 4 /* arg2 */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.isReadable:()Z
            invokestatic org.junit.Assert.assertFalse:(Z)V
         8: .line 399
            ldc "<not readable>"
            aload 2 /* arg0 */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.toDisplayString:()Ljava/lang/String;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         9: .line 400
            aload 2 /* arg0 */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.getProperties:()Ljava/util/Collection;
            invokestatic org.junit.Assert.assertNull:(Ljava/lang/Object;)V
        10: .line 401
            aload 2 /* arg0 */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.getMetaObject:()Lcom/oracle/truffle/api/debug/DebugValue;
            invokestatic org.junit.Assert.assertNull:(Ljava/lang/Object;)V
        11: .line 402
            aload 2 /* arg0 */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.isArray:()Z
            invokestatic org.junit.Assert.assertFalse:(Z)V
        12: .line 403
            aload 2 /* arg0 */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.isBoolean:()Z
            invokestatic org.junit.Assert.assertFalse:(Z)V
        13: .line 404
            aload 2 /* arg0 */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.isDate:()Z
            invokestatic org.junit.Assert.assertFalse:(Z)V
        14: .line 405
            aload 2 /* arg0 */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.isDuration:()Z
            invokestatic org.junit.Assert.assertFalse:(Z)V
        15: .line 406
            aload 2 /* arg0 */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.isInstant:()Z
            invokestatic org.junit.Assert.assertFalse:(Z)V
        16: .line 407
            aload 2 /* arg0 */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.isInternal:()Z
            invokestatic org.junit.Assert.assertFalse:(Z)V
        17: .line 408
            aload 2 /* arg0 */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.isMetaObject:()Z
            invokestatic org.junit.Assert.assertFalse:(Z)V
        18: .line 409
            aload 2 /* arg0 */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.isNull:()Z
            invokestatic org.junit.Assert.assertFalse:(Z)V
        19: .line 410
            aload 2 /* arg0 */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.isNumber:()Z
            invokestatic org.junit.Assert.assertFalse:(Z)V
        20: .line 411
            aload 2 /* arg0 */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.isReadable:()Z
            invokestatic org.junit.Assert.assertFalse:(Z)V
        21: .line 412
            aload 2 /* arg0 */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.isString:()Z
            invokestatic org.junit.Assert.assertFalse:(Z)V
        22: .line 413
            aload 2 /* arg0 */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.isTime:()Z
            invokestatic org.junit.Assert.assertFalse:(Z)V
        23: .line 414
            aload 2 /* arg0 */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.isTimeZone:()Z
            invokestatic org.junit.Assert.assertFalse:(Z)V
        24: .line 416
            ldc "11"
            aload 3 /* arg1 */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.toDisplayString:()Ljava/lang/String;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
        25: .line 417
            ldc "<not readable>"
            aload 4 /* arg2 */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.toDisplayString:()Ljava/lang/String;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
        end local 4 // com.oracle.truffle.api.debug.DebugValue arg2
        end local 3 // com.oracle.truffle.api.debug.DebugValue arg1
        end local 2 // com.oracle.truffle.api.debug.DebugValue arg0
        end local 1 // java.util.Iterator declaredValues
        26: .line 418
            return
        end local 0 // com.oracle.truffle.api.debug.SuspendedEvent event
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   27     0           event  Lcom/oracle/truffle/api/debug/SuspendedEvent;
            1   26     1  declaredValues  Ljava/util/Iterator<Lcom/oracle/truffle/api/debug/DebugValue;>;
            2   26     2            arg0  Lcom/oracle/truffle/api/debug/DebugValue;
            3   26     3            arg1  Lcom/oracle/truffle/api/debug/DebugValue;
            4   26     4            arg2  Lcom/oracle/truffle/api/debug/DebugValue;
}
SourceFile: "DebugValueTest.java"
NestMembers:
  com.oracle.truffle.api.debug.test.DebugValueTest$1  com.oracle.truffle.api.debug.test.DebugValueTest$1$TestRootNode  com.oracle.truffle.api.debug.test.DebugValueTest$EmptyKeysTruffleObject  com.oracle.truffle.api.debug.test.DebugValueTest$ModifiableAttributesTruffleObject  com.oracle.truffle.api.debug.test.DebugValueTest$NoAttributesTruffleObject  com.oracle.truffle.api.debug.test.DebugValueTest$PropertyKeysTruffleObject  com.oracle.truffle.api.debug.test.DebugValueTest$TestBody
InnerClasses:
  public final Builder = com.oracle.truffle.api.debug.Breakpoint$Builder of com.oracle.truffle.api.debug.Breakpoint
  com.oracle.truffle.api.debug.test.DebugValueTest$1
  final EmptyKeysTruffleObject = com.oracle.truffle.api.debug.test.DebugValueTest$EmptyKeysTruffleObject of com.oracle.truffle.api.debug.test.DebugValueTest
  final ModifiableAttributesTruffleObject = com.oracle.truffle.api.debug.test.DebugValueTest$ModifiableAttributesTruffleObject of com.oracle.truffle.api.debug.test.DebugValueTest
  final NoAttributesTruffleObject = com.oracle.truffle.api.debug.test.DebugValueTest$NoAttributesTruffleObject of com.oracle.truffle.api.debug.test.DebugValueTest
  final PropertyKeysTruffleObject = com.oracle.truffle.api.debug.test.DebugValueTest$PropertyKeysTruffleObject of com.oracle.truffle.api.debug.test.DebugValueTest
  TestBody = com.oracle.truffle.api.debug.test.DebugValueTest$TestBody of com.oracle.truffle.api.debug.test.DebugValueTest
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles