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

  public void testGR7318Object();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=7, args_size=1
        start local 0 // com.oracle.truffle.sl.test.SLJavaInteropConversionTest this
         0: .line 107
            ldc "function test(validator) {\n  obj = new();\n  obj.a = new();\n  obj.b = new();\n  return validator.validateObject(obj, obj);\n}"
            astore 1 /* sourceText */
        start local 1 // java.lang.String sourceText
         1: .line 113
            aconst_null
            astore 2
            aconst_null
            astore 3
         2: iconst_1
            anewarray java.lang.String
            dup
            iconst_0
            ldc "sl"
            aastore
            invokestatic org.graalvm.polyglot.Context.newBuilder:([Ljava/lang/String;)Lorg/graalvm/polyglot/Context$Builder;
            invokevirtual org.graalvm.polyglot.Context$Builder.build:()Lorg/graalvm/polyglot/Context;
            astore 4 /* context */
        start local 4 // org.graalvm.polyglot.Context context
         3: .line 114
            aload 4 /* context */
            ldc "sl"
            aload 1 /* sourceText */
            ldc "Test"
            invokestatic org.graalvm.polyglot.Source.newBuilder:(Ljava/lang/String;Ljava/lang/CharSequence;Ljava/lang/String;)Lorg/graalvm/polyglot/Source$Builder;
            invokevirtual org.graalvm.polyglot.Source$Builder.build:()Lorg/graalvm/polyglot/Source;
            invokevirtual org.graalvm.polyglot.Context.eval:(Lorg/graalvm/polyglot/Source;)Lorg/graalvm/polyglot/Value;
            pop
         4: .line 115
            aload 4 /* context */
            ldc "sl"
            invokevirtual org.graalvm.polyglot.Context.getBindings:(Ljava/lang/String;)Lorg/graalvm/polyglot/Value;
            ldc "test"
            invokevirtual org.graalvm.polyglot.Value.getMember:(Ljava/lang/String;)Lorg/graalvm/polyglot/Value;
            astore 5 /* test */
        start local 5 // org.graalvm.polyglot.Value test
         5: .line 116
            aload 5 /* test */
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            new com.oracle.truffle.sl.test.SLJavaInteropConversionTest$Validator
            dup
            invokespecial com.oracle.truffle.sl.test.SLJavaInteropConversionTest$Validator.<init>:()V
            aastore
            invokevirtual org.graalvm.polyglot.Value.execute:([Ljava/lang/Object;)Lorg/graalvm/polyglot/Value;
            astore 6 /* res */
        start local 6 // org.graalvm.polyglot.Value res
         6: .line 117
            aload 6 /* res */
            invokevirtual org.graalvm.polyglot.Value.isNumber:()Z
            ifeq 7
            aload 6 /* res */
            invokevirtual org.graalvm.polyglot.Value.asInt:()I
            bipush 42
            if_icmpne 7
            iconst_1
            goto 8
      StackMap locals: com.oracle.truffle.sl.test.SLJavaInteropConversionTest java.lang.String java.lang.Throwable java.lang.Throwable org.graalvm.polyglot.Context org.graalvm.polyglot.Value org.graalvm.polyglot.Value
      StackMap stack:
         7: iconst_0
      StackMap locals:
      StackMap stack: int
         8: invokestatic org.junit.Assert.assertTrue:(Z)V
        end local 6 // org.graalvm.polyglot.Value res
        end local 5 // org.graalvm.polyglot.Value test
         9: .line 118
            aload 4 /* context */
            ifnull 15
            aload 4 /* context */
            invokevirtual org.graalvm.polyglot.Context.close:()V
            goto 15
      StackMap locals: com.oracle.truffle.sl.test.SLJavaInteropConversionTest java.lang.String java.lang.Throwable java.lang.Throwable org.graalvm.polyglot.Context
      StackMap stack: java.lang.Throwable
        10: astore 2
            aload 4 /* context */
            ifnull 11
            aload 4 /* context */
            invokevirtual org.graalvm.polyglot.Context.close:()V
        end local 4 // org.graalvm.polyglot.Context context
      StackMap locals:
      StackMap stack:
        11: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
        12: astore 3
            aload 2
            ifnonnull 13
            aload 3
            astore 2
            goto 14
      StackMap locals:
      StackMap stack:
        13: aload 2
            aload 3
            if_acmpeq 14
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        14: aload 2
            athrow
        15: .line 119
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.String sourceText
        end local 0 // com.oracle.truffle.sl.test.SLJavaInteropConversionTest this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   16     0        this  Lcom/oracle/truffle/sl/test/SLJavaInteropConversionTest;
            1   16     1  sourceText  Ljava/lang/String;
            3   11     4     context  Lorg/graalvm/polyglot/Context;
            5    9     5        test  Lorg/graalvm/polyglot/Value;
            6    9     6         res  Lorg/graalvm/polyglot/Value;
      Exception table:
        from    to  target  type
           3     9      10  any
           2    12      12  any
    Exceptions:
      throws java.lang.Exception
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testGR7318Map();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=7, args_size=1
        start local 0 // com.oracle.truffle.sl.test.SLJavaInteropConversionTest this
         0: .line 123
            ldc "function test(validator) {\n  obj = new();\n  obj.a = new();\n  obj.b = new();\n  return validator.validateMap(obj, obj);\n}"
            astore 1 /* sourceText */
        start local 1 // java.lang.String sourceText
         1: .line 129
            aconst_null
            astore 2
            aconst_null
            astore 3
         2: iconst_1
            anewarray java.lang.String
            dup
            iconst_0
            ldc "sl"
            aastore
            invokestatic org.graalvm.polyglot.Context.newBuilder:([Ljava/lang/String;)Lorg/graalvm/polyglot/Context$Builder;
            invokevirtual org.graalvm.polyglot.Context$Builder.build:()Lorg/graalvm/polyglot/Context;
            astore 4 /* context */
        start local 4 // org.graalvm.polyglot.Context context
         3: .line 130
            aload 4 /* context */
            ldc "sl"
            aload 1 /* sourceText */
            ldc "Test"
            invokestatic org.graalvm.polyglot.Source.newBuilder:(Ljava/lang/String;Ljava/lang/CharSequence;Ljava/lang/String;)Lorg/graalvm/polyglot/Source$Builder;
            invokevirtual org.graalvm.polyglot.Source$Builder.build:()Lorg/graalvm/polyglot/Source;
            invokevirtual org.graalvm.polyglot.Context.eval:(Lorg/graalvm/polyglot/Source;)Lorg/graalvm/polyglot/Value;
            pop
         4: .line 131
            aload 4 /* context */
            ldc "sl"
            invokevirtual org.graalvm.polyglot.Context.getBindings:(Ljava/lang/String;)Lorg/graalvm/polyglot/Value;
            ldc "test"
            invokevirtual org.graalvm.polyglot.Value.getMember:(Ljava/lang/String;)Lorg/graalvm/polyglot/Value;
            astore 5 /* test */
        start local 5 // org.graalvm.polyglot.Value test
         5: .line 132
            aload 5 /* test */
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            new com.oracle.truffle.sl.test.SLJavaInteropConversionTest$Validator
            dup
            invokespecial com.oracle.truffle.sl.test.SLJavaInteropConversionTest$Validator.<init>:()V
            aastore
            invokevirtual org.graalvm.polyglot.Value.execute:([Ljava/lang/Object;)Lorg/graalvm/polyglot/Value;
            astore 6 /* res */
        start local 6 // org.graalvm.polyglot.Value res
         6: .line 133
            aload 6 /* res */
            invokevirtual org.graalvm.polyglot.Value.isNumber:()Z
            ifeq 7
            aload 6 /* res */
            invokevirtual org.graalvm.polyglot.Value.asInt:()I
            bipush 42
            if_icmpne 7
            iconst_1
            goto 8
      StackMap locals: com.oracle.truffle.sl.test.SLJavaInteropConversionTest java.lang.String java.lang.Throwable java.lang.Throwable org.graalvm.polyglot.Context org.graalvm.polyglot.Value org.graalvm.polyglot.Value
      StackMap stack:
         7: iconst_0
      StackMap locals:
      StackMap stack: int
         8: invokestatic org.junit.Assert.assertTrue:(Z)V
        end local 6 // org.graalvm.polyglot.Value res
        end local 5 // org.graalvm.polyglot.Value test
         9: .line 134
            aload 4 /* context */
            ifnull 15
            aload 4 /* context */
            invokevirtual org.graalvm.polyglot.Context.close:()V
            goto 15
      StackMap locals: com.oracle.truffle.sl.test.SLJavaInteropConversionTest java.lang.String java.lang.Throwable java.lang.Throwable org.graalvm.polyglot.Context
      StackMap stack: java.lang.Throwable
        10: astore 2
            aload 4 /* context */
            ifnull 11
            aload 4 /* context */
            invokevirtual org.graalvm.polyglot.Context.close:()V
        end local 4 // org.graalvm.polyglot.Context context
      StackMap locals:
      StackMap stack:
        11: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
        12: astore 3
            aload 2
            ifnonnull 13
            aload 3
            astore 2
            goto 14
      StackMap locals:
      StackMap stack:
        13: aload 2
            aload 3
            if_acmpeq 14
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        14: aload 2
            athrow
        15: .line 135
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.String sourceText
        end local 0 // com.oracle.truffle.sl.test.SLJavaInteropConversionTest this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   16     0        this  Lcom/oracle/truffle/sl/test/SLJavaInteropConversionTest;
            1   16     1  sourceText  Ljava/lang/String;
            3   11     4     context  Lorg/graalvm/polyglot/Context;
            5    9     5        test  Lorg/graalvm/polyglot/Value;
            6    9     6         res  Lorg/graalvm/polyglot/Value;
      Exception table:
        from    to  target  type
           3     9      10  any
           2    12      12  any
    Exceptions:
      throws java.lang.Exception
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testGR7318List();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=7, args_size=1
        start local 0 // com.oracle.truffle.sl.test.SLJavaInteropConversionTest this
         0: .line 139
            ldc "function test(validator, array) {\n  array[0] = new();\n  array[1] = new();\n  return validator.validateList(array, array);\n}"
            astore 1 /* sourceText */
        start local 1 // java.lang.String sourceText
         1: .line 144
            aconst_null
            astore 2
            aconst_null
            astore 3
         2: iconst_1
            anewarray java.lang.String
            dup
            iconst_0
            ldc "sl"
            aastore
            invokestatic org.graalvm.polyglot.Context.newBuilder:([Ljava/lang/String;)Lorg/graalvm/polyglot/Context$Builder;
            getstatic org.graalvm.polyglot.HostAccess.ALL:Lorg/graalvm/polyglot/HostAccess;
            invokevirtual org.graalvm.polyglot.Context$Builder.allowHostAccess:(Lorg/graalvm/polyglot/HostAccess;)Lorg/graalvm/polyglot/Context$Builder;
            invokevirtual org.graalvm.polyglot.Context$Builder.build:()Lorg/graalvm/polyglot/Context;
            astore 4 /* context */
        start local 4 // org.graalvm.polyglot.Context context
         3: .line 145
            aload 4 /* context */
            ldc "sl"
            aload 1 /* sourceText */
            ldc "Test"
            invokestatic org.graalvm.polyglot.Source.newBuilder:(Ljava/lang/String;Ljava/lang/CharSequence;Ljava/lang/String;)Lorg/graalvm/polyglot/Source$Builder;
            invokevirtual org.graalvm.polyglot.Source$Builder.build:()Lorg/graalvm/polyglot/Source;
            invokevirtual org.graalvm.polyglot.Context.eval:(Lorg/graalvm/polyglot/Source;)Lorg/graalvm/polyglot/Value;
            pop
         4: .line 146
            aload 4 /* context */
            ldc "sl"
            invokevirtual org.graalvm.polyglot.Context.getBindings:(Ljava/lang/String;)Lorg/graalvm/polyglot/Value;
            ldc "test"
            invokevirtual org.graalvm.polyglot.Value.getMember:(Ljava/lang/String;)Lorg/graalvm/polyglot/Value;
            astore 5 /* test */
        start local 5 // org.graalvm.polyglot.Value test
         5: .line 147
            aload 5 /* test */
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            new com.oracle.truffle.sl.test.SLJavaInteropConversionTest$Validator
            dup
            invokespecial com.oracle.truffle.sl.test.SLJavaInteropConversionTest$Validator.<init>:()V
            aastore
            dup
            iconst_1
            iconst_2
            anewarray java.lang.Object
            aastore
            invokevirtual org.graalvm.polyglot.Value.execute:([Ljava/lang/Object;)Lorg/graalvm/polyglot/Value;
            astore 6 /* res */
        start local 6 // org.graalvm.polyglot.Value res
         6: .line 148
            aload 6 /* res */
            invokevirtual org.graalvm.polyglot.Value.isNumber:()Z
            ifeq 7
            aload 6 /* res */
            invokevirtual org.graalvm.polyglot.Value.asInt:()I
            bipush 42
            if_icmpne 7
            iconst_1
            goto 8
      StackMap locals: com.oracle.truffle.sl.test.SLJavaInteropConversionTest java.lang.String java.lang.Throwable java.lang.Throwable org.graalvm.polyglot.Context org.graalvm.polyglot.Value org.graalvm.polyglot.Value
      StackMap stack:
         7: iconst_0
      StackMap locals:
      StackMap stack: int
         8: invokestatic org.junit.Assert.assertTrue:(Z)V
        end local 6 // org.graalvm.polyglot.Value res
        end local 5 // org.graalvm.polyglot.Value test
         9: .line 149
            aload 4 /* context */
            ifnull 15
            aload 4 /* context */
            invokevirtual org.graalvm.polyglot.Context.close:()V
            goto 15
      StackMap locals: com.oracle.truffle.sl.test.SLJavaInteropConversionTest java.lang.String java.lang.Throwable java.lang.Throwable org.graalvm.polyglot.Context
      StackMap stack: java.lang.Throwable
        10: astore 2
            aload 4 /* context */
            ifnull 11
            aload 4 /* context */
            invokevirtual org.graalvm.polyglot.Context.close:()V
        end local 4 // org.graalvm.polyglot.Context context
      StackMap locals:
      StackMap stack:
        11: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
        12: astore 3
            aload 2
            ifnonnull 13
            aload 3
            astore 2
            goto 14
      StackMap locals:
      StackMap stack:
        13: aload 2
            aload 3
            if_acmpeq 14
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        14: aload 2
            athrow
        15: .line 150
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.String sourceText
        end local 0 // com.oracle.truffle.sl.test.SLJavaInteropConversionTest this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   16     0        this  Lcom/oracle/truffle/sl/test/SLJavaInteropConversionTest;
            1   16     1  sourceText  Ljava/lang/String;
            3   11     4     context  Lorg/graalvm/polyglot/Context;
            5    9     5        test  Lorg/graalvm/polyglot/Value;
            6    9     6         res  Lorg/graalvm/polyglot/Value;
      Exception table:
        from    to  target  type
           3     9      10  any
           2    12      12  any
    Exceptions:
      throws java.lang.Exception
    RuntimeVisibleAnnotations: 
      org.junit.Test()
}
SourceFile: "SLJavaInteropConversionTest.java"
NestMembers:
  com.oracle.truffle.sl.test.SLJavaInteropConversionTest$Validator
InnerClasses:
  public Validator = com.oracle.truffle.sl.test.SLJavaInteropConversionTest$Validator of com.oracle.truffle.sl.test.SLJavaInteropConversionTest
  public final Builder = org.graalvm.polyglot.Context$Builder of org.graalvm.polyglot.Context
  public Builder = org.graalvm.polyglot.Source$Builder of org.graalvm.polyglot.Source