public final class com.oracle.truffle.js.runtime.JSParserOptions
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.js.runtime.JSParserOptions
  super_class: java.lang.Object
{
  private final boolean strict;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean scripting;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean shebang;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int ecmaScriptVersion;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean syntaxExtensions;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean constAsVar;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean functionStatementError;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean dumpOnError;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean emptyStatements;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean annexB;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean allowBigInt;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean classFields;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.js.runtime.JSParserOptions this
         0: .line 73
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 74
            aload 0 /* this */
            iconst_0
            putfield com.oracle.truffle.js.runtime.JSParserOptions.strict:Z
         2: .line 75
            aload 0 /* this */
            iconst_0
            putfield com.oracle.truffle.js.runtime.JSParserOptions.scripting:Z
         3: .line 76
            aload 0 /* this */
            iconst_0
            putfield com.oracle.truffle.js.runtime.JSParserOptions.shebang:Z
         4: .line 77
            aload 0 /* this */
            bipush 13
            putfield com.oracle.truffle.js.runtime.JSParserOptions.ecmaScriptVersion:I
         5: .line 78
            aload 0 /* this */
            iconst_0
            putfield com.oracle.truffle.js.runtime.JSParserOptions.syntaxExtensions:Z
         6: .line 79
            aload 0 /* this */
            iconst_0
            putfield com.oracle.truffle.js.runtime.JSParserOptions.constAsVar:Z
         7: .line 80
            aload 0 /* this */
            iconst_0
            putfield com.oracle.truffle.js.runtime.JSParserOptions.functionStatementError:Z
         8: .line 81
            aload 0 /* this */
            iconst_0
            putfield com.oracle.truffle.js.runtime.JSParserOptions.dumpOnError:Z
         9: .line 82
            aload 0 /* this */
            iconst_0
            putfield com.oracle.truffle.js.runtime.JSParserOptions.emptyStatements:Z
        10: .line 83
            aload 0 /* this */
            iconst_1
            putfield com.oracle.truffle.js.runtime.JSParserOptions.annexB:Z
        11: .line 84
            aload 0 /* this */
            iconst_1
            putfield com.oracle.truffle.js.runtime.JSParserOptions.allowBigInt:Z
        12: .line 85
            aload 0 /* this */
            iconst_1
            putfield com.oracle.truffle.js.runtime.JSParserOptions.classFields:Z
        13: .line 86
            return
        end local 0 // com.oracle.truffle.js.runtime.JSParserOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   14     0  this  Lcom/oracle/truffle/js/runtime/JSParserOptions;

  private void <init>(boolean, boolean, boolean, int, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean);
    descriptor: (ZZZIZZZZZZZZ)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=13, args_size=13
        start local 0 // com.oracle.truffle.js.runtime.JSParserOptions this
        start local 1 // boolean strict
        start local 2 // boolean scripting
        start local 3 // boolean shebang
        start local 4 // int ecmaScriptVersion
        start local 5 // boolean syntaxExtensions
        start local 6 // boolean constAsVar
        start local 7 // boolean functionStatementError
        start local 8 // boolean dumpOnError
        start local 9 // boolean emptyStatements
        start local 10 // boolean annexB
        start local 11 // boolean allowBigInt
        start local 12 // boolean classFields
         0: .line 88
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 90
            aload 0 /* this */
            iload 1 /* strict */
            putfield com.oracle.truffle.js.runtime.JSParserOptions.strict:Z
         2: .line 91
            aload 0 /* this */
            iload 2 /* scripting */
            putfield com.oracle.truffle.js.runtime.JSParserOptions.scripting:Z
         3: .line 92
            aload 0 /* this */
            iload 3 /* shebang */
            putfield com.oracle.truffle.js.runtime.JSParserOptions.shebang:Z
         4: .line 93
            aload 0 /* this */
            iload 4 /* ecmaScriptVersion */
            putfield com.oracle.truffle.js.runtime.JSParserOptions.ecmaScriptVersion:I
         5: .line 94
            aload 0 /* this */
            iload 5 /* syntaxExtensions */
            putfield com.oracle.truffle.js.runtime.JSParserOptions.syntaxExtensions:Z
         6: .line 95
            aload 0 /* this */
            iload 6 /* constAsVar */
            putfield com.oracle.truffle.js.runtime.JSParserOptions.constAsVar:Z
         7: .line 96
            aload 0 /* this */
            iload 7 /* functionStatementError */
            putfield com.oracle.truffle.js.runtime.JSParserOptions.functionStatementError:Z
         8: .line 97
            aload 0 /* this */
            iload 8 /* dumpOnError */
            putfield com.oracle.truffle.js.runtime.JSParserOptions.dumpOnError:Z
         9: .line 98
            aload 0 /* this */
            iload 9 /* emptyStatements */
            putfield com.oracle.truffle.js.runtime.JSParserOptions.emptyStatements:Z
        10: .line 99
            aload 0 /* this */
            iload 10 /* annexB */
            putfield com.oracle.truffle.js.runtime.JSParserOptions.annexB:Z
        11: .line 100
            aload 0 /* this */
            iload 11 /* allowBigInt */
            putfield com.oracle.truffle.js.runtime.JSParserOptions.allowBigInt:Z
        12: .line 101
            aload 0 /* this */
            iload 12 /* classFields */
            putfield com.oracle.truffle.js.runtime.JSParserOptions.classFields:Z
        13: .line 102
            return
        end local 12 // boolean classFields
        end local 11 // boolean allowBigInt
        end local 10 // boolean annexB
        end local 9 // boolean emptyStatements
        end local 8 // boolean dumpOnError
        end local 7 // boolean functionStatementError
        end local 6 // boolean constAsVar
        end local 5 // boolean syntaxExtensions
        end local 4 // int ecmaScriptVersion
        end local 3 // boolean shebang
        end local 2 // boolean scripting
        end local 1 // boolean strict
        end local 0 // com.oracle.truffle.js.runtime.JSParserOptions this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0   14     0                    this  Lcom/oracle/truffle/js/runtime/JSParserOptions;
            0   14     1                  strict  Z
            0   14     2               scripting  Z
            0   14     3                 shebang  Z
            0   14     4       ecmaScriptVersion  I
            0   14     5        syntaxExtensions  Z
            0   14     6              constAsVar  Z
            0   14     7  functionStatementError  Z
            0   14     8             dumpOnError  Z
            0   14     9         emptyStatements  Z
            0   14    10                  annexB  Z
            0   14    11             allowBigInt  Z
            0   14    12             classFields  Z
    MethodParameters:
                        Name  Flags
      strict                  
      scripting               
      shebang                 
      ecmaScriptVersion       
      syntaxExtensions        
      constAsVar              
      functionStatementError  
      dumpOnError             
      emptyStatements         
      annexB                  
      allowBigInt             
      classFields             

  public boolean isStrict();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.js.runtime.JSParserOptions this
         0: .line 105
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.strict:Z
            ireturn
        end local 0 // com.oracle.truffle.js.runtime.JSParserOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/js/runtime/JSParserOptions;

  public boolean isScripting();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.js.runtime.JSParserOptions this
         0: .line 109
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.scripting:Z
            ireturn
        end local 0 // com.oracle.truffle.js.runtime.JSParserOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/js/runtime/JSParserOptions;

  public boolean isShebang();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.js.runtime.JSParserOptions this
         0: .line 113
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.shebang:Z
            ireturn
        end local 0 // com.oracle.truffle.js.runtime.JSParserOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/js/runtime/JSParserOptions;

  public boolean isSyntaxExtensions();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.js.runtime.JSParserOptions this
         0: .line 117
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.syntaxExtensions:Z
            ireturn
        end local 0 // com.oracle.truffle.js.runtime.JSParserOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/js/runtime/JSParserOptions;

  public boolean isConstAsVar();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.js.runtime.JSParserOptions this
         0: .line 121
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.constAsVar:Z
            ireturn
        end local 0 // com.oracle.truffle.js.runtime.JSParserOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/js/runtime/JSParserOptions;

  public int getEcmaScriptVersion();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.js.runtime.JSParserOptions this
         0: .line 125
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.ecmaScriptVersion:I
            ireturn
        end local 0 // com.oracle.truffle.js.runtime.JSParserOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/js/runtime/JSParserOptions;

  public boolean isES6();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.js.runtime.JSParserOptions this
         0: .line 129
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.ecmaScriptVersion:I
            bipush 6
            if_icmplt 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.oracle.truffle.js.runtime.JSParserOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/js/runtime/JSParserOptions;

  public boolean isES8();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.js.runtime.JSParserOptions this
         0: .line 133
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.ecmaScriptVersion:I
            bipush 8
            if_icmplt 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.oracle.truffle.js.runtime.JSParserOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/js/runtime/JSParserOptions;

  public boolean isFunctionStatementError();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.js.runtime.JSParserOptions this
         0: .line 137
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.functionStatementError:Z
            ireturn
        end local 0 // com.oracle.truffle.js.runtime.JSParserOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/js/runtime/JSParserOptions;

  public boolean isDumpOnError();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.js.runtime.JSParserOptions this
         0: .line 141
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.dumpOnError:Z
            ireturn
        end local 0 // com.oracle.truffle.js.runtime.JSParserOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/js/runtime/JSParserOptions;

  public boolean isEmptyStatements();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.js.runtime.JSParserOptions this
         0: .line 145
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.emptyStatements:Z
            ireturn
        end local 0 // com.oracle.truffle.js.runtime.JSParserOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/js/runtime/JSParserOptions;

  public boolean isAnnexB();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.js.runtime.JSParserOptions this
         0: .line 149
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.annexB:Z
            ireturn
        end local 0 // com.oracle.truffle.js.runtime.JSParserOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/js/runtime/JSParserOptions;

  public boolean isAllowBigInt();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.js.runtime.JSParserOptions this
         0: .line 153
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.allowBigInt:Z
            ireturn
        end local 0 // com.oracle.truffle.js.runtime.JSParserOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/js/runtime/JSParserOptions;

  public boolean isClassFields();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.js.runtime.JSParserOptions this
         0: .line 157
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.classFields:Z
            ireturn
        end local 0 // com.oracle.truffle.js.runtime.JSParserOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/js/runtime/JSParserOptions;

  public com.oracle.truffle.js.runtime.JSParserOptions putOptions(org.graalvm.options.OptionValues);
    descriptor: (Lorg/graalvm/options/OptionValues;)Lcom/oracle/truffle/js/runtime/JSParserOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // com.oracle.truffle.js.runtime.JSParserOptions this
        start local 1 // org.graalvm.options.OptionValues optionValues
         0: .line 161
            aload 0 /* this */
            astore 2 /* opts */
        start local 2 // com.oracle.truffle.js.runtime.JSParserOptions opts
         1: .line 162
            getstatic com.oracle.truffle.js.runtime.JSContextOptions.ECMASCRIPT_VERSION:Lorg/graalvm/options/OptionKey;
            aload 1 /* optionValues */
            invokevirtual org.graalvm.options.OptionKey.getValue:(Lorg/graalvm/options/OptionValues;)Ljava/lang/Object;
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
            istore 3 /* ecmaScriptVersion */
        start local 3 // int ecmaScriptVersion
         2: .line 163
            aload 2 /* opts */
            iload 3 /* ecmaScriptVersion */
            invokevirtual com.oracle.truffle.js.runtime.JSParserOptions.putEcmaScriptVersion:(I)Lcom/oracle/truffle/js/runtime/JSParserOptions;
            astore 2 /* opts */
         3: .line 164
            aload 2 /* opts */
            getstatic com.oracle.truffle.js.runtime.JSContextOptions.SYNTAX_EXTENSIONS:Lorg/graalvm/options/OptionKey;
            aload 1 /* optionValues */
            invokevirtual org.graalvm.options.OptionKey.hasBeenSet:(Lorg/graalvm/options/OptionValues;)Z
            ifeq 4
            getstatic com.oracle.truffle.js.runtime.JSContextOptions.SYNTAX_EXTENSIONS:Lorg/graalvm/options/OptionKey;
            aload 1 /* optionValues */
            invokevirtual org.graalvm.options.OptionKey.getValue:(Lorg/graalvm/options/OptionValues;)Ljava/lang/Object;
            checkcast java.lang.Boolean
            goto 5
      StackMap locals: com.oracle.truffle.js.runtime.JSParserOptions org.graalvm.options.OptionValues com.oracle.truffle.js.runtime.JSParserOptions int
      StackMap stack: com.oracle.truffle.js.runtime.JSParserOptions
         4: getstatic com.oracle.truffle.js.runtime.JSContextOptions.NASHORN_COMPATIBILITY_MODE:Lorg/graalvm/options/OptionKey;
            aload 1 /* optionValues */
            invokevirtual org.graalvm.options.OptionKey.getValue:(Lorg/graalvm/options/OptionValues;)Ljava/lang/Object;
            checkcast java.lang.Boolean
      StackMap locals: com.oracle.truffle.js.runtime.JSParserOptions org.graalvm.options.OptionValues com.oracle.truffle.js.runtime.JSParserOptions int
      StackMap stack: com.oracle.truffle.js.runtime.JSParserOptions java.lang.Boolean
         5: invokevirtual java.lang.Boolean.booleanValue:()Z
            invokevirtual com.oracle.truffle.js.runtime.JSParserOptions.putSyntaxExtensions:(Z)Lcom/oracle/truffle/js/runtime/JSParserOptions;
            astore 2 /* opts */
         6: .line 165
            aload 2 /* opts */
            getstatic com.oracle.truffle.js.runtime.JSContextOptions.SCRIPTING:Lorg/graalvm/options/OptionKey;
            aload 1 /* optionValues */
            invokevirtual org.graalvm.options.OptionKey.getValue:(Lorg/graalvm/options/OptionValues;)Ljava/lang/Object;
            checkcast java.lang.Boolean
            invokevirtual java.lang.Boolean.booleanValue:()Z
            invokevirtual com.oracle.truffle.js.runtime.JSParserOptions.putScripting:(Z)Lcom/oracle/truffle/js/runtime/JSParserOptions;
            astore 2 /* opts */
         7: .line 166
            aload 2 /* opts */
            getstatic com.oracle.truffle.js.runtime.JSContextOptions.SHEBANG:Lorg/graalvm/options/OptionKey;
            aload 1 /* optionValues */
            invokevirtual org.graalvm.options.OptionKey.hasBeenSet:(Lorg/graalvm/options/OptionValues;)Z
            ifeq 8
            getstatic com.oracle.truffle.js.runtime.JSContextOptions.SHEBANG:Lorg/graalvm/options/OptionKey;
            aload 1 /* optionValues */
            invokevirtual org.graalvm.options.OptionKey.getValue:(Lorg/graalvm/options/OptionValues;)Ljava/lang/Object;
            checkcast java.lang.Boolean
            invokevirtual java.lang.Boolean.booleanValue:()Z
            goto 10
      StackMap locals:
      StackMap stack: com.oracle.truffle.js.runtime.JSParserOptions
         8: iload 3 /* ecmaScriptVersion */
            bipush 11
            if_icmplt 9
            iconst_1
            goto 10
      StackMap locals:
      StackMap stack: com.oracle.truffle.js.runtime.JSParserOptions
         9: iconst_0
      StackMap locals: com.oracle.truffle.js.runtime.JSParserOptions org.graalvm.options.OptionValues com.oracle.truffle.js.runtime.JSParserOptions int
      StackMap stack: com.oracle.truffle.js.runtime.JSParserOptions int
        10: invokevirtual com.oracle.truffle.js.runtime.JSParserOptions.putShebang:(Z)Lcom/oracle/truffle/js/runtime/JSParserOptions;
            astore 2 /* opts */
        11: .line 167
            aload 2 /* opts */
            getstatic com.oracle.truffle.js.runtime.JSContextOptions.STRICT:Lorg/graalvm/options/OptionKey;
            aload 1 /* optionValues */
            invokevirtual org.graalvm.options.OptionKey.getValue:(Lorg/graalvm/options/OptionValues;)Ljava/lang/Object;
            checkcast java.lang.Boolean
            invokevirtual java.lang.Boolean.booleanValue:()Z
            invokevirtual com.oracle.truffle.js.runtime.JSParserOptions.putStrict:(Z)Lcom/oracle/truffle/js/runtime/JSParserOptions;
            astore 2 /* opts */
        12: .line 168
            aload 2 /* opts */
            getstatic com.oracle.truffle.js.runtime.JSContextOptions.CONST_AS_VAR:Lorg/graalvm/options/OptionKey;
            aload 1 /* optionValues */
            invokevirtual org.graalvm.options.OptionKey.getValue:(Lorg/graalvm/options/OptionValues;)Ljava/lang/Object;
            checkcast java.lang.Boolean
            invokevirtual java.lang.Boolean.booleanValue:()Z
            invokevirtual com.oracle.truffle.js.runtime.JSParserOptions.putConstAsVar:(Z)Lcom/oracle/truffle/js/runtime/JSParserOptions;
            astore 2 /* opts */
        13: .line 169
            aload 2 /* opts */
            getstatic com.oracle.truffle.js.runtime.JSContextOptions.FUNCTION_STATEMENT_ERROR:Lorg/graalvm/options/OptionKey;
            aload 1 /* optionValues */
            invokevirtual org.graalvm.options.OptionKey.getValue:(Lorg/graalvm/options/OptionValues;)Ljava/lang/Object;
            checkcast java.lang.Boolean
            invokevirtual java.lang.Boolean.booleanValue:()Z
            invokevirtual com.oracle.truffle.js.runtime.JSParserOptions.putFunctionStatementError:(Z)Lcom/oracle/truffle/js/runtime/JSParserOptions;
            astore 2 /* opts */
        14: .line 170
            aload 2 /* opts */
            getstatic com.oracle.truffle.js.runtime.JSContextOptions.ANNEX_B:Lorg/graalvm/options/OptionKey;
            aload 1 /* optionValues */
            invokevirtual org.graalvm.options.OptionKey.getValue:(Lorg/graalvm/options/OptionValues;)Ljava/lang/Object;
            checkcast java.lang.Boolean
            invokevirtual java.lang.Boolean.booleanValue:()Z
            invokevirtual com.oracle.truffle.js.runtime.JSParserOptions.putAnnexB:(Z)Lcom/oracle/truffle/js/runtime/JSParserOptions;
            astore 2 /* opts */
        15: .line 171
            aload 2 /* opts */
            getstatic com.oracle.truffle.js.runtime.JSContextOptions.BIGINT:Lorg/graalvm/options/OptionKey;
            aload 1 /* optionValues */
            invokevirtual org.graalvm.options.OptionKey.getValue:(Lorg/graalvm/options/OptionValues;)Ljava/lang/Object;
            checkcast java.lang.Boolean
            invokevirtual java.lang.Boolean.booleanValue:()Z
            invokevirtual com.oracle.truffle.js.runtime.JSParserOptions.putAllowBigInt:(Z)Lcom/oracle/truffle/js/runtime/JSParserOptions;
            astore 2 /* opts */
        16: .line 172
            aload 2 /* opts */
            getstatic com.oracle.truffle.js.runtime.JSContextOptions.CLASS_FIELDS:Lorg/graalvm/options/OptionKey;
            aload 1 /* optionValues */
            invokevirtual org.graalvm.options.OptionKey.hasBeenSet:(Lorg/graalvm/options/OptionValues;)Z
            ifeq 17
            getstatic com.oracle.truffle.js.runtime.JSContextOptions.CLASS_FIELDS:Lorg/graalvm/options/OptionKey;
            aload 1 /* optionValues */
            invokevirtual org.graalvm.options.OptionKey.getValue:(Lorg/graalvm/options/OptionValues;)Ljava/lang/Object;
            checkcast java.lang.Boolean
            invokevirtual java.lang.Boolean.booleanValue:()Z
            goto 19
      StackMap locals:
      StackMap stack: com.oracle.truffle.js.runtime.JSParserOptions
        17: iload 3 /* ecmaScriptVersion */
            bipush 12
            if_icmplt 18
            iconst_1
            goto 19
      StackMap locals:
      StackMap stack: com.oracle.truffle.js.runtime.JSParserOptions
        18: iconst_0
      StackMap locals: com.oracle.truffle.js.runtime.JSParserOptions org.graalvm.options.OptionValues com.oracle.truffle.js.runtime.JSParserOptions int
      StackMap stack: com.oracle.truffle.js.runtime.JSParserOptions int
        19: invokevirtual com.oracle.truffle.js.runtime.JSParserOptions.putClassFields:(Z)Lcom/oracle/truffle/js/runtime/JSParserOptions;
            astore 2 /* opts */
        20: .line 173
            aload 2 /* opts */
            areturn
        end local 3 // int ecmaScriptVersion
        end local 2 // com.oracle.truffle.js.runtime.JSParserOptions opts
        end local 1 // org.graalvm.options.OptionValues optionValues
        end local 0 // com.oracle.truffle.js.runtime.JSParserOptions this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   21     0               this  Lcom/oracle/truffle/js/runtime/JSParserOptions;
            0   21     1       optionValues  Lorg/graalvm/options/OptionValues;
            1   21     2               opts  Lcom/oracle/truffle/js/runtime/JSParserOptions;
            2   21     3  ecmaScriptVersion  I
    MethodParameters:
              Name  Flags
      optionValues  

  public static com.oracle.truffle.js.runtime.JSParserOptions fromOptions(org.graalvm.options.OptionValues);
    descriptor: (Lorg/graalvm/options/OptionValues;)Lcom/oracle/truffle/js/runtime/JSParserOptions;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.graalvm.options.OptionValues optionValues
         0: .line 177
            new com.oracle.truffle.js.runtime.JSParserOptions
            dup
            invokespecial com.oracle.truffle.js.runtime.JSParserOptions.<init>:()V
            aload 0 /* optionValues */
            invokevirtual com.oracle.truffle.js.runtime.JSParserOptions.putOptions:(Lorg/graalvm/options/OptionValues;)Lcom/oracle/truffle/js/runtime/JSParserOptions;
            areturn
        end local 0 // org.graalvm.options.OptionValues optionValues
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0  optionValues  Lorg/graalvm/options/OptionValues;
    MethodParameters:
              Name  Flags
      optionValues  

  public com.oracle.truffle.js.runtime.JSParserOptions putStrict(boolean);
    descriptor: (Z)Lcom/oracle/truffle/js/runtime/JSParserOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=14, locals=2, args_size=2
        start local 0 // com.oracle.truffle.js.runtime.JSParserOptions this
        start local 1 // boolean strict
         0: .line 181
            iload 1 /* strict */
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.strict:Z
            if_icmpeq 4
         1: .line 182
            new com.oracle.truffle.js.runtime.JSParserOptions
            dup
            iload 1 /* strict */
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.scripting:Z
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.shebang:Z
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.ecmaScriptVersion:I
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.syntaxExtensions:Z
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.constAsVar:Z
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.functionStatementError:Z
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.dumpOnError:Z
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.emptyStatements:Z
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.annexB:Z
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.allowBigInt:Z
         2: .line 183
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.classFields:Z
         3: .line 182
            invokespecial com.oracle.truffle.js.runtime.JSParserOptions.<init>:(ZZZIZZZZZZZZ)V
            areturn
         4: .line 185
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // boolean strict
        end local 0 // com.oracle.truffle.js.runtime.JSParserOptions this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lcom/oracle/truffle/js/runtime/JSParserOptions;
            0    5     1  strict  Z
    MethodParameters:
        Name  Flags
      strict  

  public com.oracle.truffle.js.runtime.JSParserOptions putScripting(boolean);
    descriptor: (Z)Lcom/oracle/truffle/js/runtime/JSParserOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=14, locals=2, args_size=2
        start local 0 // com.oracle.truffle.js.runtime.JSParserOptions this
        start local 1 // boolean scripting
         0: .line 189
            iload 1 /* scripting */
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.scripting:Z
            if_icmpeq 4
         1: .line 190
            new com.oracle.truffle.js.runtime.JSParserOptions
            dup
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.strict:Z
            iload 1 /* scripting */
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.shebang:Z
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.ecmaScriptVersion:I
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.syntaxExtensions:Z
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.constAsVar:Z
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.functionStatementError:Z
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.dumpOnError:Z
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.emptyStatements:Z
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.annexB:Z
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.allowBigInt:Z
         2: .line 191
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.classFields:Z
         3: .line 190
            invokespecial com.oracle.truffle.js.runtime.JSParserOptions.<init>:(ZZZIZZZZZZZZ)V
            areturn
         4: .line 193
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // boolean scripting
        end local 0 // com.oracle.truffle.js.runtime.JSParserOptions this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lcom/oracle/truffle/js/runtime/JSParserOptions;
            0    5     1  scripting  Z
    MethodParameters:
           Name  Flags
      scripting  

  public com.oracle.truffle.js.runtime.JSParserOptions putShebang(boolean);
    descriptor: (Z)Lcom/oracle/truffle/js/runtime/JSParserOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=14, locals=2, args_size=2
        start local 0 // com.oracle.truffle.js.runtime.JSParserOptions this
        start local 1 // boolean shebang
         0: .line 197
            iload 1 /* shebang */
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.shebang:Z
            if_icmpeq 4
         1: .line 198
            new com.oracle.truffle.js.runtime.JSParserOptions
            dup
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.strict:Z
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.scripting:Z
            iload 1 /* shebang */
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.ecmaScriptVersion:I
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.syntaxExtensions:Z
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.constAsVar:Z
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.functionStatementError:Z
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.dumpOnError:Z
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.emptyStatements:Z
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.annexB:Z
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.allowBigInt:Z
         2: .line 199
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.classFields:Z
         3: .line 198
            invokespecial com.oracle.truffle.js.runtime.JSParserOptions.<init>:(ZZZIZZZZZZZZ)V
            areturn
         4: .line 201
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // boolean shebang
        end local 0 // com.oracle.truffle.js.runtime.JSParserOptions this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lcom/oracle/truffle/js/runtime/JSParserOptions;
            0    5     1  shebang  Z
    MethodParameters:
         Name  Flags
      shebang  

  public com.oracle.truffle.js.runtime.JSParserOptions putEcmaScriptVersion(int);
    descriptor: (I)Lcom/oracle/truffle/js/runtime/JSParserOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=14, locals=2, args_size=2
        start local 0 // com.oracle.truffle.js.runtime.JSParserOptions this
        start local 1 // int ecmaScriptVersion
         0: .line 205
            iload 1 /* ecmaScriptVersion */
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.ecmaScriptVersion:I
            if_icmpeq 4
         1: .line 206
            new com.oracle.truffle.js.runtime.JSParserOptions
            dup
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.strict:Z
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.scripting:Z
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.shebang:Z
            iload 1 /* ecmaScriptVersion */
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.syntaxExtensions:Z
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.constAsVar:Z
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.functionStatementError:Z
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.dumpOnError:Z
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.emptyStatements:Z
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.annexB:Z
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.allowBigInt:Z
         2: .line 207
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.classFields:Z
         3: .line 206
            invokespecial com.oracle.truffle.js.runtime.JSParserOptions.<init>:(ZZZIZZZZZZZZ)V
            areturn
         4: .line 209
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // int ecmaScriptVersion
        end local 0 // com.oracle.truffle.js.runtime.JSParserOptions this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    5     0               this  Lcom/oracle/truffle/js/runtime/JSParserOptions;
            0    5     1  ecmaScriptVersion  I
    MethodParameters:
                   Name  Flags
      ecmaScriptVersion  

  public com.oracle.truffle.js.runtime.JSParserOptions putSyntaxExtensions(boolean);
    descriptor: (Z)Lcom/oracle/truffle/js/runtime/JSParserOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=14, locals=2, args_size=2
        start local 0 // com.oracle.truffle.js.runtime.JSParserOptions this
        start local 1 // boolean syntaxExtensions
         0: .line 213
            iload 1 /* syntaxExtensions */
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.syntaxExtensions:Z
            if_icmpeq 4
         1: .line 214
            new com.oracle.truffle.js.runtime.JSParserOptions
            dup
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.strict:Z
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.scripting:Z
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.shebang:Z
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.ecmaScriptVersion:I
            iload 1 /* syntaxExtensions */
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.constAsVar:Z
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.functionStatementError:Z
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.dumpOnError:Z
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.emptyStatements:Z
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.annexB:Z
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.allowBigInt:Z
         2: .line 215
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.classFields:Z
         3: .line 214
            invokespecial com.oracle.truffle.js.runtime.JSParserOptions.<init>:(ZZZIZZZZZZZZ)V
            areturn
         4: .line 217
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // boolean syntaxExtensions
        end local 0 // com.oracle.truffle.js.runtime.JSParserOptions this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    5     0              this  Lcom/oracle/truffle/js/runtime/JSParserOptions;
            0    5     1  syntaxExtensions  Z
    MethodParameters:
                  Name  Flags
      syntaxExtensions  

  public com.oracle.truffle.js.runtime.JSParserOptions putConstAsVar(boolean);
    descriptor: (Z)Lcom/oracle/truffle/js/runtime/JSParserOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=14, locals=2, args_size=2
        start local 0 // com.oracle.truffle.js.runtime.JSParserOptions this
        start local 1 // boolean constAsVar
         0: .line 221
            iload 1 /* constAsVar */
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.constAsVar:Z
            if_icmpeq 4
         1: .line 222
            new com.oracle.truffle.js.runtime.JSParserOptions
            dup
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.strict:Z
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.scripting:Z
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.shebang:Z
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.ecmaScriptVersion:I
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.syntaxExtensions:Z
            iload 1 /* constAsVar */
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.functionStatementError:Z
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.dumpOnError:Z
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.emptyStatements:Z
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.annexB:Z
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.allowBigInt:Z
         2: .line 223
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.classFields:Z
         3: .line 222
            invokespecial com.oracle.truffle.js.runtime.JSParserOptions.<init>:(ZZZIZZZZZZZZ)V
            areturn
         4: .line 225
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // boolean constAsVar
        end local 0 // com.oracle.truffle.js.runtime.JSParserOptions this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lcom/oracle/truffle/js/runtime/JSParserOptions;
            0    5     1  constAsVar  Z
    MethodParameters:
            Name  Flags
      constAsVar  

  public com.oracle.truffle.js.runtime.JSParserOptions putFunctionStatementError(boolean);
    descriptor: (Z)Lcom/oracle/truffle/js/runtime/JSParserOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=14, locals=2, args_size=2
        start local 0 // com.oracle.truffle.js.runtime.JSParserOptions this
        start local 1 // boolean functionStatementError
         0: .line 229
            iload 1 /* functionStatementError */
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.functionStatementError:Z
            if_icmpeq 4
         1: .line 230
            new com.oracle.truffle.js.runtime.JSParserOptions
            dup
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.strict:Z
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.scripting:Z
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.shebang:Z
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.ecmaScriptVersion:I
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.syntaxExtensions:Z
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.constAsVar:Z
            iload 1 /* functionStatementError */
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.dumpOnError:Z
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.emptyStatements:Z
         2: .line 231
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.annexB:Z
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.allowBigInt:Z
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.classFields:Z
         3: .line 230
            invokespecial com.oracle.truffle.js.runtime.JSParserOptions.<init>:(ZZZIZZZZZZZZ)V
            areturn
         4: .line 233
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // boolean functionStatementError
        end local 0 // com.oracle.truffle.js.runtime.JSParserOptions this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    5     0                    this  Lcom/oracle/truffle/js/runtime/JSParserOptions;
            0    5     1  functionStatementError  Z
    MethodParameters:
                        Name  Flags
      functionStatementError  

  public com.oracle.truffle.js.runtime.JSParserOptions putAnnexB(boolean);
    descriptor: (Z)Lcom/oracle/truffle/js/runtime/JSParserOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=14, locals=2, args_size=2
        start local 0 // com.oracle.truffle.js.runtime.JSParserOptions this
        start local 1 // boolean annexB
         0: .line 237
            iload 1 /* annexB */
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.annexB:Z
            if_icmpeq 4
         1: .line 238
            new com.oracle.truffle.js.runtime.JSParserOptions
            dup
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.strict:Z
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.scripting:Z
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.shebang:Z
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.ecmaScriptVersion:I
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.syntaxExtensions:Z
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.constAsVar:Z
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.functionStatementError:Z
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.dumpOnError:Z
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.emptyStatements:Z
            iload 1 /* annexB */
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.allowBigInt:Z
         2: .line 239
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.classFields:Z
         3: .line 238
            invokespecial com.oracle.truffle.js.runtime.JSParserOptions.<init>:(ZZZIZZZZZZZZ)V
            areturn
         4: .line 241
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // boolean annexB
        end local 0 // com.oracle.truffle.js.runtime.JSParserOptions this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lcom/oracle/truffle/js/runtime/JSParserOptions;
            0    5     1  annexB  Z
    MethodParameters:
        Name  Flags
      annexB  

  public com.oracle.truffle.js.runtime.JSParserOptions putAllowBigInt(boolean);
    descriptor: (Z)Lcom/oracle/truffle/js/runtime/JSParserOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=14, locals=2, args_size=2
        start local 0 // com.oracle.truffle.js.runtime.JSParserOptions this
        start local 1 // boolean allowBigInt
         0: .line 245
            iload 1 /* allowBigInt */
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.allowBigInt:Z
            if_icmpeq 4
         1: .line 246
            new com.oracle.truffle.js.runtime.JSParserOptions
            dup
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.strict:Z
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.scripting:Z
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.shebang:Z
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.ecmaScriptVersion:I
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.syntaxExtensions:Z
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.constAsVar:Z
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.functionStatementError:Z
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.dumpOnError:Z
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.emptyStatements:Z
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.annexB:Z
            iload 1 /* allowBigInt */
         2: .line 247
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.classFields:Z
         3: .line 246
            invokespecial com.oracle.truffle.js.runtime.JSParserOptions.<init>:(ZZZIZZZZZZZZ)V
            areturn
         4: .line 249
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // boolean allowBigInt
        end local 0 // com.oracle.truffle.js.runtime.JSParserOptions this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Lcom/oracle/truffle/js/runtime/JSParserOptions;
            0    5     1  allowBigInt  Z
    MethodParameters:
             Name  Flags
      allowBigInt  

  public com.oracle.truffle.js.runtime.JSParserOptions putClassFields(boolean);
    descriptor: (Z)Lcom/oracle/truffle/js/runtime/JSParserOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=14, locals=2, args_size=2
        start local 0 // com.oracle.truffle.js.runtime.JSParserOptions this
        start local 1 // boolean classFields
         0: .line 253
            iload 1 /* classFields */
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.classFields:Z
            if_icmpeq 4
         1: .line 254
            new com.oracle.truffle.js.runtime.JSParserOptions
            dup
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.strict:Z
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.scripting:Z
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.shebang:Z
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.ecmaScriptVersion:I
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.syntaxExtensions:Z
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.constAsVar:Z
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.functionStatementError:Z
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.dumpOnError:Z
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.emptyStatements:Z
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.annexB:Z
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.allowBigInt:Z
         2: .line 255
            iload 1 /* classFields */
         3: .line 254
            invokespecial com.oracle.truffle.js.runtime.JSParserOptions.<init>:(ZZZIZZZZZZZZ)V
            areturn
         4: .line 257
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // boolean classFields
        end local 0 // com.oracle.truffle.js.runtime.JSParserOptions this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Lcom/oracle/truffle/js/runtime/JSParserOptions;
            0    5     1  classFields  Z
    MethodParameters:
             Name  Flags
      classFields  

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.oracle.truffle.js.runtime.JSParserOptions this
         0: .line 263
            iconst_1
            istore 1 /* result */
        start local 1 // int result
         1: .line 264
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.annexB:Z
            ifeq 2
            sipush 1231
            goto 3
      StackMap locals: com.oracle.truffle.js.runtime.JSParserOptions int
      StackMap stack: int
         2: sipush 1237
      StackMap locals: com.oracle.truffle.js.runtime.JSParserOptions int
      StackMap stack: int int
         3: iadd
            istore 1 /* result */
         4: .line 265
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.constAsVar:Z
            ifeq 5
            sipush 1231
            goto 6
      StackMap locals:
      StackMap stack: int
         5: sipush 1237
      StackMap locals: com.oracle.truffle.js.runtime.JSParserOptions int
      StackMap stack: int int
         6: iadd
            istore 1 /* result */
         7: .line 266
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.dumpOnError:Z
            ifeq 8
            sipush 1231
            goto 9
      StackMap locals:
      StackMap stack: int
         8: sipush 1237
      StackMap locals: com.oracle.truffle.js.runtime.JSParserOptions int
      StackMap stack: int int
         9: iadd
            istore 1 /* result */
        10: .line 267
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.ecmaScriptVersion:I
            iadd
            istore 1 /* result */
        11: .line 268
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.emptyStatements:Z
            ifeq 12
            sipush 1231
            goto 13
      StackMap locals:
      StackMap stack: int
        12: sipush 1237
      StackMap locals: com.oracle.truffle.js.runtime.JSParserOptions int
      StackMap stack: int int
        13: iadd
            istore 1 /* result */
        14: .line 269
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.functionStatementError:Z
            ifeq 15
            sipush 1231
            goto 16
      StackMap locals:
      StackMap stack: int
        15: sipush 1237
      StackMap locals: com.oracle.truffle.js.runtime.JSParserOptions int
      StackMap stack: int int
        16: iadd
            istore 1 /* result */
        17: .line 270
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.scripting:Z
            ifeq 18
            sipush 1231
            goto 19
      StackMap locals:
      StackMap stack: int
        18: sipush 1237
      StackMap locals: com.oracle.truffle.js.runtime.JSParserOptions int
      StackMap stack: int int
        19: iadd
            istore 1 /* result */
        20: .line 271
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.shebang:Z
            ifeq 21
            sipush 1231
            goto 22
      StackMap locals:
      StackMap stack: int
        21: sipush 1237
      StackMap locals: com.oracle.truffle.js.runtime.JSParserOptions int
      StackMap stack: int int
        22: iadd
            istore 1 /* result */
        23: .line 272
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.strict:Z
            ifeq 24
            sipush 1231
            goto 25
      StackMap locals:
      StackMap stack: int
        24: sipush 1237
      StackMap locals: com.oracle.truffle.js.runtime.JSParserOptions int
      StackMap stack: int int
        25: iadd
            istore 1 /* result */
        26: .line 273
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.syntaxExtensions:Z
            ifeq 27
            sipush 1231
            goto 28
      StackMap locals:
      StackMap stack: int
        27: sipush 1237
      StackMap locals: com.oracle.truffle.js.runtime.JSParserOptions int
      StackMap stack: int int
        28: iadd
            istore 1 /* result */
        29: .line 274
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.allowBigInt:Z
            ifeq 30
            sipush 1231
            goto 31
      StackMap locals:
      StackMap stack: int
        30: sipush 1237
      StackMap locals: com.oracle.truffle.js.runtime.JSParserOptions int
      StackMap stack: int int
        31: iadd
            istore 1 /* result */
        32: .line 275
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.classFields:Z
            ifeq 33
            sipush 1231
            goto 34
      StackMap locals:
      StackMap stack: int
        33: sipush 1237
      StackMap locals: com.oracle.truffle.js.runtime.JSParserOptions int
      StackMap stack: int int
        34: iadd
            istore 1 /* result */
        35: .line 276
            iload 1 /* result */
            ireturn
        end local 1 // int result
        end local 0 // com.oracle.truffle.js.runtime.JSParserOptions this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   36     0    this  Lcom/oracle/truffle/js/runtime/JSParserOptions;
            1   36     1  result  I

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.oracle.truffle.js.runtime.JSParserOptions this
        start local 1 // java.lang.Object obj
         0: .line 281
            aload 0 /* this */
            aload 1 /* obj */
            if_acmpne 2
         1: .line 282
            iconst_1
            ireturn
         2: .line 284
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            instanceof com.oracle.truffle.js.runtime.JSParserOptions
            ifne 4
         3: .line 285
            iconst_0
            ireturn
         4: .line 287
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast com.oracle.truffle.js.runtime.JSParserOptions
            astore 2 /* other */
        start local 2 // com.oracle.truffle.js.runtime.JSParserOptions other
         5: .line 288
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.annexB:Z
            aload 2 /* other */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.annexB:Z
            if_icmpeq 7
         6: .line 289
            iconst_0
            ireturn
         7: .line 290
      StackMap locals: com.oracle.truffle.js.runtime.JSParserOptions
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.constAsVar:Z
            aload 2 /* other */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.constAsVar:Z
            if_icmpeq 9
         8: .line 291
            iconst_0
            ireturn
         9: .line 292
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.dumpOnError:Z
            aload 2 /* other */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.dumpOnError:Z
            if_icmpeq 11
        10: .line 293
            iconst_0
            ireturn
        11: .line 294
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.ecmaScriptVersion:I
            aload 2 /* other */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.ecmaScriptVersion:I
            if_icmpeq 13
        12: .line 295
            iconst_0
            ireturn
        13: .line 296
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.emptyStatements:Z
            aload 2 /* other */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.emptyStatements:Z
            if_icmpeq 15
        14: .line 297
            iconst_0
            ireturn
        15: .line 298
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.functionStatementError:Z
            aload 2 /* other */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.functionStatementError:Z
            if_icmpeq 17
        16: .line 299
            iconst_0
            ireturn
        17: .line 300
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.scripting:Z
            aload 2 /* other */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.scripting:Z
            if_icmpeq 19
        18: .line 301
            iconst_0
            ireturn
        19: .line 302
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.shebang:Z
            aload 2 /* other */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.shebang:Z
            if_icmpeq 21
        20: .line 303
            iconst_0
            ireturn
        21: .line 304
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.strict:Z
            aload 2 /* other */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.strict:Z
            if_icmpeq 23
        22: .line 305
            iconst_0
            ireturn
        23: .line 306
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.syntaxExtensions:Z
            aload 2 /* other */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.syntaxExtensions:Z
            if_icmpeq 25
        24: .line 307
            iconst_0
            ireturn
        25: .line 308
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.allowBigInt:Z
            aload 2 /* other */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.allowBigInt:Z
            if_icmpeq 27
        26: .line 309
            iconst_0
            ireturn
        27: .line 310
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.classFields:Z
            aload 2 /* other */
            getfield com.oracle.truffle.js.runtime.JSParserOptions.classFields:Z
            if_icmpeq 29
        28: .line 311
            iconst_0
            ireturn
        29: .line 313
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // com.oracle.truffle.js.runtime.JSParserOptions other
        end local 1 // java.lang.Object obj
        end local 0 // com.oracle.truffle.js.runtime.JSParserOptions this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   30     0   this  Lcom/oracle/truffle/js/runtime/JSParserOptions;
            0   30     1    obj  Ljava/lang/Object;
            5   30     2  other  Lcom/oracle/truffle/js/runtime/JSParserOptions;
    MethodParameters:
      Name  Flags
      obj   
}
SourceFile: "JSParserOptions.java"