final class com.oracle.truffle.js.runtime.builtins.JSObjectFactory$LazyJSClass<T extends com.oracle.truffle.js.runtime.builtins.JSClass extends com.oracle.truffle.js.runtime.builtins.PrototypeSupplier> extends com.oracle.truffle.js.runtime.builtins.JSObjectFactory$Lazy
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.js.runtime.builtins.JSObjectFactory$LazyJSClass
  super_class: com.oracle.truffle.js.runtime.builtins.JSObjectFactory$Lazy
{
  protected final T jsclass;
    descriptor: Lcom/oracle/truffle/js/runtime/builtins/JSClass;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Signature: TT;

  protected void <init>(com.oracle.truffle.js.runtime.JSContext, T, );
    descriptor: (Lcom/oracle/truffle/js/runtime/JSContext;Lcom/oracle/truffle/js/runtime/builtins/JSClass;I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.oracle.truffle.js.runtime.builtins.JSObjectFactory$LazyJSClass this
        start local 1 // com.oracle.truffle.js.runtime.JSContext context
        start local 2 // com.oracle.truffle.js.runtime.builtins.JSClass jsclass
        start local 3 // int slot
         0: .line 319
            aload 0 /* this */
            aload 1 /* context */
            iload 3 /* slot */
            invokespecial com.oracle.truffle.js.runtime.builtins.JSObjectFactory$Lazy.<init>:(Lcom/oracle/truffle/js/runtime/JSContext;I)V
         1: .line 320
            aload 0 /* this */
            aload 2 /* jsclass */
            putfield com.oracle.truffle.js.runtime.builtins.JSObjectFactory$LazyJSClass.jsclass:Lcom/oracle/truffle/js/runtime/builtins/JSClass;
         2: .line 321
            return
        end local 3 // int slot
        end local 2 // com.oracle.truffle.js.runtime.builtins.JSClass jsclass
        end local 1 // com.oracle.truffle.js.runtime.JSContext context
        end local 0 // com.oracle.truffle.js.runtime.builtins.JSObjectFactory$LazyJSClass this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lcom/oracle/truffle/js/runtime/builtins/JSObjectFactory$LazyJSClass<TT;>;
            0    3     1  context  Lcom/oracle/truffle/js/runtime/JSContext;
            0    3     2  jsclass  TT;
            0    3     3     slot  I
    Signature: (Lcom/oracle/truffle/js/runtime/JSContext;TT;I)V
    MethodParameters:
         Name  Flags
      context  
      jsclass  
      slot     

  protected com.oracle.truffle.api.object.DynamicObject getPrototype(com.oracle.truffle.js.runtime.JSRealm);
    descriptor: (Lcom/oracle/truffle/js/runtime/JSRealm;)Lcom/oracle/truffle/api/object/DynamicObject;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.js.runtime.builtins.JSObjectFactory$LazyJSClass this
        start local 1 // com.oracle.truffle.js.runtime.JSRealm realm
         0: .line 325
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.builtins.JSObjectFactory$LazyJSClass.jsclass:Lcom/oracle/truffle/js/runtime/builtins/JSClass;
            checkcast com.oracle.truffle.js.runtime.builtins.PrototypeSupplier
            aload 1 /* realm */
            invokeinterface com.oracle.truffle.js.runtime.builtins.PrototypeSupplier.getIntrinsicDefaultProto:(Lcom/oracle/truffle/js/runtime/JSRealm;)Lcom/oracle/truffle/api/object/DynamicObject;
            areturn
        end local 1 // com.oracle.truffle.js.runtime.JSRealm realm
        end local 0 // com.oracle.truffle.js.runtime.builtins.JSObjectFactory$LazyJSClass this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/oracle/truffle/js/runtime/builtins/JSObjectFactory$LazyJSClass<TT;>;
            0    1     1  realm  Lcom/oracle/truffle/js/runtime/JSRealm;
    MethodParameters:
       Name  Flags
      realm  

  protected com.oracle.truffle.api.object.Shape makeInitialShape(com.oracle.truffle.api.object.DynamicObject);
    descriptor: (Lcom/oracle/truffle/api/object/DynamicObject;)Lcom/oracle/truffle/api/object/Shape;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.truffle.js.runtime.builtins.JSObjectFactory$LazyJSClass this
        start local 1 // com.oracle.truffle.api.object.DynamicObject prototype
         0: .line 330
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.builtins.JSObjectFactory$LazyJSClass.jsclass:Lcom/oracle/truffle/js/runtime/builtins/JSClass;
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.builtins.JSObjectFactory$LazyJSClass.context:Lcom/oracle/truffle/js/runtime/JSContext;
            aload 1 /* prototype */
            invokevirtual com.oracle.truffle.js.runtime.builtins.JSClass.makeInitialShape:(Lcom/oracle/truffle/js/runtime/JSContext;Lcom/oracle/truffle/api/object/DynamicObject;)Lcom/oracle/truffle/api/object/Shape;
            areturn
        end local 1 // com.oracle.truffle.api.object.DynamicObject prototype
        end local 0 // com.oracle.truffle.js.runtime.builtins.JSObjectFactory$LazyJSClass this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lcom/oracle/truffle/js/runtime/builtins/JSObjectFactory$LazyJSClass<TT;>;
            0    1     1  prototype  Lcom/oracle/truffle/api/object/DynamicObject;
    MethodParameters:
           Name  Flags
      prototype  
}
Signature: <T:Lcom/oracle/truffle/js/runtime/builtins/JSClass;:Lcom/oracle/truffle/js/runtime/builtins/PrototypeSupplier;>Lcom/oracle/truffle/js/runtime/builtins/JSObjectFactory$Lazy;
SourceFile: "JSObjectFactory.java"
NestHost: com.oracle.truffle.js.runtime.builtins.JSObjectFactory
InnerClasses:
  private abstract Lazy = com.oracle.truffle.js.runtime.builtins.JSObjectFactory$Lazy of com.oracle.truffle.js.runtime.builtins.JSObjectFactory
  private final LazyJSClass = com.oracle.truffle.js.runtime.builtins.JSObjectFactory$LazyJSClass of com.oracle.truffle.js.runtime.builtins.JSObjectFactory