public class com.oracle.truffle.js.runtime.builtins.intl.JSDisplayNames$InternalState
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.truffle.js.runtime.builtins.intl.JSDisplayNames$InternalState
  super_class: java.lang.Object
{
  java.lang.String locale;
    descriptor: Ljava/lang/String;
    flags: (0x0000) 

  java.lang.String style;
    descriptor: Ljava/lang/String;
    flags: (0x0000) 

  java.lang.String type;
    descriptor: Ljava/lang/String;
    flags: (0x0000) 

  java.lang.String fallback;
    descriptor: Ljava/lang/String;
    flags: (0x0000) 

  com.ibm.icu.text.LocaleDisplayNames displayNames;
    descriptor: Lcom/ibm/icu/text/LocaleDisplayNames;
    flags: (0x0000) 

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.js.runtime.builtins.intl.JSDisplayNames$InternalState this
         0: .line 119
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.truffle.js.runtime.builtins.intl.JSDisplayNames$InternalState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/js/runtime/builtins/intl/JSDisplayNames$InternalState;

  com.oracle.truffle.api.object.DynamicObject toResolvedOptionsObject(com.oracle.truffle.js.runtime.JSContext);
    descriptor: (Lcom/oracle/truffle/js/runtime/JSContext;)Lcom/oracle/truffle/api/object/DynamicObject;
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.oracle.truffle.js.runtime.builtins.intl.JSDisplayNames$InternalState this
        start local 1 // com.oracle.truffle.js.runtime.JSContext context
         0: .line 127
            aload 1 /* context */
            invokestatic com.oracle.truffle.js.runtime.builtins.JSOrdinary.create:(Lcom/oracle/truffle/js/runtime/JSContext;)Lcom/oracle/truffle/api/object/DynamicObject;
            astore 2 /* result */
        start local 2 // com.oracle.truffle.api.object.DynamicObject result
         1: .line 128
            aload 2 /* result */
            ldc "locale"
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.builtins.intl.JSDisplayNames$InternalState.locale:Ljava/lang/String;
            invokestatic com.oracle.truffle.js.runtime.objects.JSAttributes.getDefault:()I
            invokestatic com.oracle.truffle.js.runtime.objects.JSObjectUtil.defineDataProperty:(Lcom/oracle/truffle/api/object/DynamicObject;Ljava/lang/Object;Ljava/lang/Object;I)V
         2: .line 129
            aload 2 /* result */
            ldc "style"
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.builtins.intl.JSDisplayNames$InternalState.style:Ljava/lang/String;
            invokestatic com.oracle.truffle.js.runtime.objects.JSAttributes.getDefault:()I
            invokestatic com.oracle.truffle.js.runtime.objects.JSObjectUtil.defineDataProperty:(Lcom/oracle/truffle/api/object/DynamicObject;Ljava/lang/Object;Ljava/lang/Object;I)V
         3: .line 130
            aload 2 /* result */
            ldc "type"
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.builtins.intl.JSDisplayNames$InternalState.type:Ljava/lang/String;
            invokestatic com.oracle.truffle.js.runtime.objects.JSAttributes.getDefault:()I
            invokestatic com.oracle.truffle.js.runtime.objects.JSObjectUtil.defineDataProperty:(Lcom/oracle/truffle/api/object/DynamicObject;Ljava/lang/Object;Ljava/lang/Object;I)V
         4: .line 131
            aload 2 /* result */
            ldc "fallback"
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.builtins.intl.JSDisplayNames$InternalState.fallback:Ljava/lang/String;
            invokestatic com.oracle.truffle.js.runtime.objects.JSAttributes.getDefault:()I
            invokestatic com.oracle.truffle.js.runtime.objects.JSObjectUtil.defineDataProperty:(Lcom/oracle/truffle/api/object/DynamicObject;Ljava/lang/Object;Ljava/lang/Object;I)V
         5: .line 132
            aload 2 /* result */
            areturn
        end local 2 // com.oracle.truffle.api.object.DynamicObject result
        end local 1 // com.oracle.truffle.js.runtime.JSContext context
        end local 0 // com.oracle.truffle.js.runtime.builtins.intl.JSDisplayNames$InternalState this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lcom/oracle/truffle/js/runtime/builtins/intl/JSDisplayNames$InternalState;
            0    6     1  context  Lcom/oracle/truffle/js/runtime/JSContext;
            1    6     2   result  Lcom/oracle/truffle/api/object/DynamicObject;
    MethodParameters:
         Name  Flags
      context  
}
SourceFile: "JSDisplayNames.java"
NestHost: com.oracle.truffle.js.runtime.builtins.intl.JSDisplayNames
InnerClasses:
  public InternalState = com.oracle.truffle.js.runtime.builtins.intl.JSDisplayNames$InternalState of com.oracle.truffle.js.runtime.builtins.intl.JSDisplayNames