public abstract class com.oracle.truffle.js.nodes.intl.InitializeCollatorNode extends com.oracle.truffle.js.nodes.JavaScriptBaseNode
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.oracle.truffle.js.nodes.intl.InitializeCollatorNode
  super_class: com.oracle.truffle.js.nodes.JavaScriptBaseNode
{
  private final com.oracle.truffle.js.runtime.JSContext context;
    descriptor: Lcom/oracle/truffle/js/runtime/JSContext;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  com.oracle.truffle.js.nodes.intl.JSToCanonicalizedLocaleListNode toCanonicalizedLocaleListNode;
    descriptor: Lcom/oracle/truffle/js/nodes/intl/JSToCanonicalizedLocaleListNode;
    flags: (0x0000) 
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.nodes.Node$Child()

  com.oracle.truffle.js.nodes.intl.CreateOptionsObjectNode createOptionsNode;
    descriptor: Lcom/oracle/truffle/js/nodes/intl/CreateOptionsObjectNode;
    flags: (0x0000) 
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.nodes.Node$Child()

  com.oracle.truffle.js.nodes.intl.GetStringOptionNode getUsageOption;
    descriptor: Lcom/oracle/truffle/js/nodes/intl/GetStringOptionNode;
    flags: (0x0000) 
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.nodes.Node$Child()

  com.oracle.truffle.js.nodes.intl.GetStringOptionNode getLocaleMatcherOption;
    descriptor: Lcom/oracle/truffle/js/nodes/intl/GetStringOptionNode;
    flags: (0x0000) 
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.nodes.Node$Child()

  com.oracle.truffle.js.nodes.intl.GetBooleanOptionNode getNumericOption;
    descriptor: Lcom/oracle/truffle/js/nodes/intl/GetBooleanOptionNode;
    flags: (0x0000) 
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.nodes.Node$Child()

  com.oracle.truffle.js.nodes.intl.GetStringOptionNode getCaseFirstOption;
    descriptor: Lcom/oracle/truffle/js/nodes/intl/GetStringOptionNode;
    flags: (0x0000) 
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.nodes.Node$Child()

  com.oracle.truffle.js.nodes.intl.GetStringOptionNode getSensitivityOption;
    descriptor: Lcom/oracle/truffle/js/nodes/intl/GetStringOptionNode;
    flags: (0x0000) 
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.nodes.Node$Child()

  com.oracle.truffle.js.nodes.intl.GetBooleanOptionNode getIgnorePunctuationOption;
    descriptor: Lcom/oracle/truffle/js/nodes/intl/GetBooleanOptionNode;
    flags: (0x0000) 
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.nodes.Node$Child()

  private final com.oracle.truffle.api.profiles.BranchProfile errorBranch;
    descriptor: Lcom/oracle/truffle/api/profiles/BranchProfile;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  protected void <init>(com.oracle.truffle.js.runtime.JSContext);
    descriptor: (Lcom/oracle/truffle/js/runtime/JSContext;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.truffle.js.nodes.intl.InitializeCollatorNode this
         0: .line 75
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tCreateOptionsObjectNodeGen cannot be resolved\n\tInitializeCollatorNodeGen cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.oracle.truffle.js.nodes.intl.InitializeCollatorNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/js/nodes/intl/InitializeCollatorNode;
    MethodParameters:
         Name  Flags
      context  

  public abstract com.oracle.truffle.api.object.DynamicObject executeInit(com.oracle.truffle.api.object.DynamicObject, java.lang.Object, java.lang.Object);
    descriptor: (Lcom/oracle/truffle/api/object/DynamicObject;Ljava/lang/Object;Ljava/lang/Object;)Lcom/oracle/truffle/api/object/DynamicObject;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
          Name  Flags
      collator  
      locales   
      options   

  public static com.oracle.truffle.js.nodes.intl.InitializeCollatorNode createInitalizeCollatorNode(com.oracle.truffle.js.runtime.JSContext);
    descriptor: (Lcom/oracle/truffle/js/runtime/JSContext;)Lcom/oracle/truffle/js/nodes/intl/InitializeCollatorNode;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 87
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tInitializeCollatorNodeGen cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
         Name  Flags
      context  

  public com.oracle.truffle.api.object.DynamicObject initializeCollator(com.oracle.truffle.api.object.DynamicObject, java.lang.Object, java.lang.Object);
    descriptor: (Lcom/oracle/truffle/api/object/DynamicObject;Ljava/lang/Object;Ljava/lang/Object;)Lcom/oracle/truffle/api/object/DynamicObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=13, args_size=4
        start local 0 // com.oracle.truffle.js.nodes.intl.InitializeCollatorNode this
        start local 1 // com.oracle.truffle.api.object.DynamicObject collatorObj
        start local 2 // java.lang.Object localesArg
        start local 3 // java.lang.Object optionsArg
         0: .line 95
            aload 1 /* collatorObj */
            invokestatic com.oracle.truffle.js.runtime.builtins.intl.JSCollator.getInternalState:(Lcom/oracle/truffle/api/object/DynamicObject;)Lcom/oracle/truffle/js/runtime/builtins/intl/JSCollator$InternalState;
            astore 4 /* state */
        start local 4 // com.oracle.truffle.js.runtime.builtins.intl.JSCollator$InternalState state
         1: .line 96
            aload 0 /* this */
            getfield com.oracle.truffle.js.nodes.intl.InitializeCollatorNode.toCanonicalizedLocaleListNode:Lcom/oracle/truffle/js/nodes/intl/JSToCanonicalizedLocaleListNode;
            aload 2 /* localesArg */
            invokevirtual com.oracle.truffle.js.nodes.intl.JSToCanonicalizedLocaleListNode.executeLanguageTags:(Ljava/lang/Object;)[Ljava/lang/String;
            astore 5 /* locales */
        start local 5 // java.lang.String[] locales
         2: .line 97
            aload 0 /* this */
            getfield com.oracle.truffle.js.nodes.intl.InitializeCollatorNode.createOptionsNode:Lcom/oracle/truffle/js/nodes/intl/CreateOptionsObjectNode;
            aload 3 /* optionsArg */
            invokevirtual com.oracle.truffle.js.nodes.intl.CreateOptionsObjectNode.execute:(Ljava/lang/Object;)Lcom/oracle/truffle/api/object/DynamicObject;
            astore 6 /* options */
        start local 6 // com.oracle.truffle.api.object.DynamicObject options
         3: .line 98
            aload 0 /* this */
            getfield com.oracle.truffle.js.nodes.intl.InitializeCollatorNode.getUsageOption:Lcom/oracle/truffle/js/nodes/intl/GetStringOptionNode;
            aload 6 /* options */
            invokevirtual com.oracle.truffle.js.nodes.intl.GetStringOptionNode.executeValue:(Ljava/lang/Object;)Ljava/lang/String;
            astore 7 /* usage */
        start local 7 // java.lang.String usage
         4: .line 99
            aload 0 /* this */
            getfield com.oracle.truffle.js.nodes.intl.InitializeCollatorNode.getLocaleMatcherOption:Lcom/oracle/truffle/js/nodes/intl/GetStringOptionNode;
            aload 6 /* options */
            invokevirtual com.oracle.truffle.js.nodes.intl.GetStringOptionNode.executeValue:(Ljava/lang/Object;)Ljava/lang/String;
            astore 8 /* optLocaleMatcher */
        start local 8 // java.lang.String optLocaleMatcher
         5: .line 100
            aload 0 /* this */
            getfield com.oracle.truffle.js.nodes.intl.InitializeCollatorNode.getNumericOption:Lcom/oracle/truffle/js/nodes/intl/GetBooleanOptionNode;
            aload 6 /* options */
            invokevirtual com.oracle.truffle.js.nodes.intl.GetBooleanOptionNode.executeValue:(Ljava/lang/Object;)Ljava/lang/Boolean;
            astore 9 /* optkn */
        start local 9 // java.lang.Boolean optkn
         6: .line 101
            aload 0 /* this */
            getfield com.oracle.truffle.js.nodes.intl.InitializeCollatorNode.getCaseFirstOption:Lcom/oracle/truffle/js/nodes/intl/GetStringOptionNode;
            aload 6 /* options */
            invokevirtual com.oracle.truffle.js.nodes.intl.GetStringOptionNode.executeValue:(Ljava/lang/Object;)Ljava/lang/String;
            astore 10 /* optkf */
        start local 10 // java.lang.String optkf
         7: .line 102
            aload 0 /* this */
            getfield com.oracle.truffle.js.nodes.intl.InitializeCollatorNode.getSensitivityOption:Lcom/oracle/truffle/js/nodes/intl/GetStringOptionNode;
            aload 6 /* options */
            invokevirtual com.oracle.truffle.js.nodes.intl.GetStringOptionNode.executeValue:(Ljava/lang/Object;)Ljava/lang/String;
            astore 11 /* sensitivity */
        start local 11 // java.lang.String sensitivity
         8: .line 103
            aload 0 /* this */
            getfield com.oracle.truffle.js.nodes.intl.InitializeCollatorNode.getIgnorePunctuationOption:Lcom/oracle/truffle/js/nodes/intl/GetBooleanOptionNode;
            aload 6 /* options */
            invokevirtual com.oracle.truffle.js.nodes.intl.GetBooleanOptionNode.executeValue:(Ljava/lang/Object;)Ljava/lang/Boolean;
            astore 12 /* ignorePunctuation */
        start local 12 // java.lang.Boolean ignorePunctuation
         9: .line 105
            aload 0 /* this */
            getfield com.oracle.truffle.js.nodes.intl.InitializeCollatorNode.context:Lcom/oracle/truffle/js/runtime/JSContext;
            aload 4 /* state */
            aload 5 /* locales */
            aload 7 /* usage */
            aload 8 /* optLocaleMatcher */
            aload 9 /* optkn */
            aload 10 /* optkf */
            aload 11 /* sensitivity */
            aload 12 /* ignorePunctuation */
            invokestatic com.oracle.truffle.js.runtime.builtins.intl.JSCollator.initializeCollator:(Lcom/oracle/truffle/js/runtime/JSContext;Lcom/oracle/truffle/js/runtime/builtins/intl/JSCollator$InternalState;[Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Boolean;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Boolean;)V
        end local 12 // java.lang.Boolean ignorePunctuation
        end local 11 // java.lang.String sensitivity
        end local 10 // java.lang.String optkf
        end local 9 // java.lang.Boolean optkn
        end local 8 // java.lang.String optLocaleMatcher
        end local 7 // java.lang.String usage
        end local 6 // com.oracle.truffle.api.object.DynamicObject options
        end local 5 // java.lang.String[] locales
        end local 4 // com.oracle.truffle.js.runtime.builtins.intl.JSCollator$InternalState state
        10: .line 107
            goto 14
      StackMap locals:
      StackMap stack: java.util.MissingResourceException
        11: astore 4 /* e */
        start local 4 // java.util.MissingResourceException e
        12: .line 108
            aload 0 /* this */
            getfield com.oracle.truffle.js.nodes.intl.InitializeCollatorNode.errorBranch:Lcom/oracle/truffle/api/profiles/BranchProfile;
            invokevirtual com.oracle.truffle.api.profiles.BranchProfile.enter:()V
        13: .line 109
            aload 4 /* e */
            invokestatic com.oracle.truffle.js.runtime.Errors.createICU4JDataError:(Ljava/lang/Exception;)Lcom/oracle/truffle/js/runtime/JSException;
            athrow
        end local 4 // java.util.MissingResourceException e
        14: .line 112
      StackMap locals:
      StackMap stack:
            aload 1 /* collatorObj */
            areturn
        end local 3 // java.lang.Object optionsArg
        end local 2 // java.lang.Object localesArg
        end local 1 // com.oracle.truffle.api.object.DynamicObject collatorObj
        end local 0 // com.oracle.truffle.js.nodes.intl.InitializeCollatorNode this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   15     0               this  Lcom/oracle/truffle/js/nodes/intl/InitializeCollatorNode;
            0   15     1        collatorObj  Lcom/oracle/truffle/api/object/DynamicObject;
            0   15     2         localesArg  Ljava/lang/Object;
            0   15     3         optionsArg  Ljava/lang/Object;
            1   10     4              state  Lcom/oracle/truffle/js/runtime/builtins/intl/JSCollator$InternalState;
            2   10     5            locales  [Ljava/lang/String;
            3   10     6            options  Lcom/oracle/truffle/api/object/DynamicObject;
            4   10     7              usage  Ljava/lang/String;
            5   10     8   optLocaleMatcher  Ljava/lang/String;
            6   10     9              optkn  Ljava/lang/Boolean;
            7   10    10              optkf  Ljava/lang/String;
            8   10    11        sensitivity  Ljava/lang/String;
            9   10    12  ignorePunctuation  Ljava/lang/Boolean;
           12   14     4                  e  Ljava/util/MissingResourceException;
      Exception table:
        from    to  target  type
           0    10      11  Class java.util.MissingResourceException
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization()
    MethodParameters:
             Name  Flags
      collatorObj  
      localesArg   
      optionsArg   
}
SourceFile: "InitializeCollatorNode.java"
InnerClasses:
  public abstract Child = com.oracle.truffle.api.nodes.Node$Child of com.oracle.truffle.api.nodes.Node
  public InternalState = com.oracle.truffle.js.runtime.builtins.intl.JSCollator$InternalState of com.oracle.truffle.js.runtime.builtins.intl.JSCollator