final class com.oracle.truffle.js.runtime.builtins.JSClass$FreezeHolder
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.js.runtime.builtins.JSClass$FreezeHolder
  super_class: java.lang.Object
{
  private static final com.oracle.truffle.js.runtime.objects.PropertyDescriptor FREEZE_ACC_DESC;
    descriptor: Lcom/oracle/truffle/js/runtime/objects/PropertyDescriptor;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final com.oracle.truffle.js.runtime.objects.PropertyDescriptor FREEZE_DATA_DESC;
    descriptor: Lcom/oracle/truffle/js/runtime/objects/PropertyDescriptor;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 350
            invokestatic com.oracle.truffle.js.runtime.objects.PropertyDescriptor.createEmpty:()Lcom/oracle/truffle/js/runtime/objects/PropertyDescriptor;
            putstatic com.oracle.truffle.js.runtime.builtins.JSClass$FreezeHolder.FREEZE_ACC_DESC:Lcom/oracle/truffle/js/runtime/objects/PropertyDescriptor;
         1: .line 351
            getstatic com.oracle.truffle.js.runtime.builtins.JSClass$FreezeHolder.FREEZE_ACC_DESC:Lcom/oracle/truffle/js/runtime/objects/PropertyDescriptor;
            iconst_0
            invokevirtual com.oracle.truffle.js.runtime.objects.PropertyDescriptor.setConfigurable:(Z)V
         2: .line 353
            invokestatic com.oracle.truffle.js.runtime.objects.PropertyDescriptor.createEmpty:()Lcom/oracle/truffle/js/runtime/objects/PropertyDescriptor;
            putstatic com.oracle.truffle.js.runtime.builtins.JSClass$FreezeHolder.FREEZE_DATA_DESC:Lcom/oracle/truffle/js/runtime/objects/PropertyDescriptor;
         3: .line 354
            getstatic com.oracle.truffle.js.runtime.builtins.JSClass$FreezeHolder.FREEZE_DATA_DESC:Lcom/oracle/truffle/js/runtime/objects/PropertyDescriptor;
            iconst_0
            invokevirtual com.oracle.truffle.js.runtime.objects.PropertyDescriptor.setConfigurable:(Z)V
         4: .line 355
            getstatic com.oracle.truffle.js.runtime.builtins.JSClass$FreezeHolder.FREEZE_DATA_DESC:Lcom/oracle/truffle/js/runtime/objects/PropertyDescriptor;
            iconst_0
            invokevirtual com.oracle.truffle.js.runtime.objects.PropertyDescriptor.setWritable:(Z)V
         5: .line 356
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.js.runtime.builtins.JSClass$FreezeHolder this
         0: .line 345
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.truffle.js.runtime.builtins.JSClass$FreezeHolder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/js/runtime/builtins/JSClass$FreezeHolder;
}
SourceFile: "JSClass.java"
NestHost: com.oracle.truffle.js.runtime.builtins.JSClass
InnerClasses:
  private final FreezeHolder = com.oracle.truffle.js.runtime.builtins.JSClass$FreezeHolder of com.oracle.truffle.js.runtime.builtins.JSClass