public class com.oracle.truffle.sl.test.SLInteropPrimitiveTest
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.truffle.sl.test.SLInteropPrimitiveTest
  super_class: java.lang.Object
{
  private org.graalvm.polyglot.Context context;
    descriptor: Lorg/graalvm/polyglot/Context;
    flags: (0x0002) ACC_PRIVATE

  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.SLInteropPrimitiveTest this
         0: .line 51
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.truffle.sl.test.SLInteropPrimitiveTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/sl/test/SLInteropPrimitiveTest;

  public void setUp();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // com.oracle.truffle.sl.test.SLInteropPrimitiveTest this
         0: .line 56
            aload 0 /* this */
            iconst_1
            anewarray java.lang.String
            dup
            iconst_0
            ldc "sl"
            aastore
            invokestatic org.graalvm.polyglot.Context.create:([Ljava/lang/String;)Lorg/graalvm/polyglot/Context;
            putfield com.oracle.truffle.sl.test.SLInteropPrimitiveTest.context:Lorg/graalvm/polyglot/Context;
         1: .line 57
            return
        end local 0 // com.oracle.truffle.sl.test.SLInteropPrimitiveTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/sl/test/SLInteropPrimitiveTest;
    RuntimeVisibleAnnotations: 
      org.junit.Before()

  public void tearDown();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.sl.test.SLInteropPrimitiveTest this
         0: .line 61
            aload 0 /* this */
            aconst_null
            putfield com.oracle.truffle.sl.test.SLInteropPrimitiveTest.context:Lorg/graalvm/polyglot/Context;
         1: .line 62
            return
        end local 0 // com.oracle.truffle.sl.test.SLInteropPrimitiveTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/sl/test/SLInteropPrimitiveTest;
    RuntimeVisibleAnnotations: 
      org.junit.After()

  public void testBoolean();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // com.oracle.truffle.sl.test.SLInteropPrimitiveTest this
         0: .line 66
            ldc "sl"
            ldc "function testBoolean(a,b) {return a == b;} function main() {return testBoolean;}"
            ldc "testBoolean.sl"
            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.buildLiteral:()Lorg/graalvm/polyglot/Source;
            astore 1 /* src */
        start local 1 // org.graalvm.polyglot.Source src
         1: .line 67
            aload 0 /* this */
            getfield com.oracle.truffle.sl.test.SLInteropPrimitiveTest.context:Lorg/graalvm/polyglot/Context;
            aload 1 /* src */
            invokevirtual org.graalvm.polyglot.Context.eval:(Lorg/graalvm/polyglot/Source;)Lorg/graalvm/polyglot/Value;
            astore 2 /* fnc */
        start local 2 // org.graalvm.polyglot.Value fnc
         2: .line 68
            aload 2 /* fnc */
            invokevirtual org.graalvm.polyglot.Value.canExecute:()Z
            invokestatic org.junit.Assert.assertTrue:(Z)V
         3: .line 69
            aload 2 /* fnc */
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            iconst_1
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            aastore
            dup
            iconst_1
            iconst_0
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            aastore
            invokevirtual org.graalvm.polyglot.Value.execute:([Ljava/lang/Object;)Lorg/graalvm/polyglot/Value;
            pop
         4: .line 70
            return
        end local 2 // org.graalvm.polyglot.Value fnc
        end local 1 // org.graalvm.polyglot.Source src
        end local 0 // com.oracle.truffle.sl.test.SLInteropPrimitiveTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/oracle/truffle/sl/test/SLInteropPrimitiveTest;
            1    5     1   src  Lorg/graalvm/polyglot/Source;
            2    5     2   fnc  Lorg/graalvm/polyglot/Value;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testChar();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // com.oracle.truffle.sl.test.SLInteropPrimitiveTest this
         0: .line 74
            ldc "sl"
            ldc "function testChar(a,b) {return a == b;} function main() {return testChar;}"
            ldc "testChar.sl"
            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.buildLiteral:()Lorg/graalvm/polyglot/Source;
            astore 1 /* src */
        start local 1 // org.graalvm.polyglot.Source src
         1: .line 75
            aload 0 /* this */
            getfield com.oracle.truffle.sl.test.SLInteropPrimitiveTest.context:Lorg/graalvm/polyglot/Context;
            aload 1 /* src */
            invokevirtual org.graalvm.polyglot.Context.eval:(Lorg/graalvm/polyglot/Source;)Lorg/graalvm/polyglot/Value;
            astore 2 /* fnc */
        start local 2 // org.graalvm.polyglot.Value fnc
         2: .line 76
            aload 2 /* fnc */
            invokevirtual org.graalvm.polyglot.Value.canExecute:()Z
            invokestatic org.junit.Assert.assertTrue:(Z)V
         3: .line 77
            aload 2 /* fnc */
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            bipush 97
            invokestatic java.lang.Character.valueOf:(C)Ljava/lang/Character;
            aastore
            dup
            iconst_1
            bipush 98
            invokestatic java.lang.Character.valueOf:(C)Ljava/lang/Character;
            aastore
            invokevirtual org.graalvm.polyglot.Value.execute:([Ljava/lang/Object;)Lorg/graalvm/polyglot/Value;
            pop
         4: .line 78
            return
        end local 2 // org.graalvm.polyglot.Value fnc
        end local 1 // org.graalvm.polyglot.Source src
        end local 0 // com.oracle.truffle.sl.test.SLInteropPrimitiveTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/oracle/truffle/sl/test/SLInteropPrimitiveTest;
            1    5     1   src  Lorg/graalvm/polyglot/Source;
            2    5     2   fnc  Lorg/graalvm/polyglot/Value;
    RuntimeVisibleAnnotations: 
      org.junit.Test()
}
SourceFile: "SLInteropPrimitiveTest.java"
InnerClasses:
  public Builder = org.graalvm.polyglot.Source$Builder of org.graalvm.polyglot.Source