public class com.oracle.truffle.js.test.builtins.JSONParseTest
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.truffle.js.test.builtins.JSONParseTest
  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.js.test.builtins.JSONParseTest this
         0: .line 55
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.truffle.js.test.builtins.JSONParseTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/js/test/builtins/JSONParseTest;

  public void testJSONParseNumber();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=1
        start local 0 // com.oracle.truffle.js.test.builtins.JSONParseTest this
         0: .line 59
            aconst_null
            astore 1
            aconst_null
            astore 2
         1: iconst_0
            anewarray java.lang.String
            invokestatic com.oracle.truffle.js.test.JSTest.newContextBuilder:([Ljava/lang/String;)Lorg/graalvm/polyglot/Context$Builder;
            invokevirtual org.graalvm.polyglot.Context$Builder.build:()Lorg/graalvm/polyglot/Context;
            astore 3 /* context */
        start local 3 // org.graalvm.polyglot.Context context
         2: .line 60
            aload 3 /* context */
            ldc "js"
            ldc "JSON.parse('9007199254740992')"
            invokevirtual org.graalvm.polyglot.Context.eval:(Ljava/lang/String;Ljava/lang/CharSequence;)Lorg/graalvm/polyglot/Value;
            astore 4 /* result */
        start local 4 // org.graalvm.polyglot.Value result
         3: .line 61
            aload 4 /* result */
            invokevirtual org.graalvm.polyglot.Value.fitsInDouble:()Z
            invokestatic org.junit.Assert.assertTrue:(Z)V
         4: .line 62
            ldc 9.007199254740992E15
            aload 4 /* result */
            invokevirtual org.graalvm.polyglot.Value.asDouble:()D
            dconst_0
            invokestatic org.junit.Assert.assertEquals:(DDD)V
        end local 4 // org.graalvm.polyglot.Value result
         5: .line 63
            aload 3 /* context */
            ifnull 11
            aload 3 /* context */
            invokevirtual org.graalvm.polyglot.Context.close:()V
            goto 11
      StackMap locals: com.oracle.truffle.js.test.builtins.JSONParseTest java.lang.Throwable java.lang.Throwable org.graalvm.polyglot.Context
      StackMap stack: java.lang.Throwable
         6: astore 1
            aload 3 /* context */
            ifnull 7
            aload 3 /* context */
            invokevirtual org.graalvm.polyglot.Context.close:()V
        end local 3 // org.graalvm.polyglot.Context context
      StackMap locals:
      StackMap stack:
         7: aload 1
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 2
            aload 1
            ifnonnull 9
            aload 2
            astore 1
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 1
            aload 2
            if_acmpeq 10
            aload 1
            aload 2
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: aload 1
            athrow
        11: .line 64
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.oracle.truffle.js.test.builtins.JSONParseTest this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   12     0     this  Lcom/oracle/truffle/js/test/builtins/JSONParseTest;
            2    7     3  context  Lorg/graalvm/polyglot/Context;
            3    5     4   result  Lorg/graalvm/polyglot/Value;
      Exception table:
        from    to  target  type
           2     5       6  any
           1     8       8  any
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testJSONParseFail();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // com.oracle.truffle.js.test.builtins.JSONParseTest this
         0: .line 68
            aconst_null
            astore 1
            aconst_null
            astore 2
         1: iconst_0
            anewarray java.lang.String
            invokestatic com.oracle.truffle.js.test.JSTest.newContextBuilder:([Ljava/lang/String;)Lorg/graalvm/polyglot/Context$Builder;
            invokevirtual org.graalvm.polyglot.Context$Builder.build:()Lorg/graalvm/polyglot/Context;
            astore 3 /* context */
        start local 3 // org.graalvm.polyglot.Context context
         2: .line 69
            aload 3 /* context */
            ldc "js"
            ldc "JSON.parse('- 43')"
            invokevirtual org.graalvm.polyglot.Context.eval:(Ljava/lang/String;Ljava/lang/CharSequence;)Lorg/graalvm/polyglot/Value;
            pop
         3: .line 70
            ldc "failure expected"
            invokestatic org.junit.Assert.fail:(Ljava/lang/String;)V
         4: .line 71
            aload 3 /* context */
            ifnull 12
            aload 3 /* context */
            invokevirtual org.graalvm.polyglot.Context.close:()V
            goto 12
      StackMap locals: com.oracle.truffle.js.test.builtins.JSONParseTest java.lang.Throwable java.lang.Throwable org.graalvm.polyglot.Context
      StackMap stack: java.lang.Throwable
         5: astore 1
            aload 3 /* context */
            ifnull 6
            aload 3 /* context */
            invokevirtual org.graalvm.polyglot.Context.close:()V
        end local 3 // org.graalvm.polyglot.Context context
      StackMap locals:
      StackMap stack:
         6: aload 1
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         7: astore 2
            aload 1
            ifnonnull 8
            aload 2
            astore 1
            goto 9
      StackMap locals:
      StackMap stack:
         8: aload 1
            aload 2
            if_acmpeq 9
            aload 1
            aload 2
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
         9: aload 1
            athrow
      StackMap locals: com.oracle.truffle.js.test.builtins.JSONParseTest
      StackMap stack: org.graalvm.polyglot.PolyglotException
        10: astore 1 /* ex */
        start local 1 // org.graalvm.polyglot.PolyglotException ex
        11: .line 72
            aload 1 /* ex */
            invokevirtual org.graalvm.polyglot.PolyglotException.isSyntaxError:()Z
            invokestatic org.junit.Assert.assertTrue:(Z)V
        end local 1 // org.graalvm.polyglot.PolyglotException ex
        12: .line 74
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.oracle.truffle.js.test.builtins.JSONParseTest this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   13     0     this  Lcom/oracle/truffle/js/test/builtins/JSONParseTest;
            2    6     3  context  Lorg/graalvm/polyglot/Context;
           11   12     1       ex  Lorg/graalvm/polyglot/PolyglotException;
      Exception table:
        from    to  target  type
           2     4       5  any
           1     7       7  any
           0    10      10  Class org.graalvm.polyglot.PolyglotException
    RuntimeVisibleAnnotations: 
      org.junit.Test()
}
SourceFile: "JSONParseTest.java"
InnerClasses:
  public final Builder = org.graalvm.polyglot.Context$Builder of org.graalvm.polyglot.Context