final class com.oracle.truffle.js.runtime.builtins.JSArrayFactory$WithShape extends com.oracle.truffle.js.runtime.builtins.JSArrayFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.js.runtime.builtins.JSArrayFactory$WithShape
  super_class: com.oracle.truffle.js.runtime.builtins.JSArrayFactory
{
  private final com.oracle.truffle.api.object.Shape shape;
    descriptor: Lcom/oracle/truffle/api/object/Shape;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.oracle.truffle.js.runtime.builtins.PrototypeSupplier prototypeSupplier;
    descriptor: Lcom/oracle/truffle/js/runtime/builtins/PrototypeSupplier;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  protected void <init>(com.oracle.truffle.js.runtime.JSContext, com.oracle.truffle.api.object.Shape, com.oracle.truffle.js.runtime.builtins.PrototypeSupplier);
    descriptor: (Lcom/oracle/truffle/js/runtime/JSContext;Lcom/oracle/truffle/api/object/Shape;Lcom/oracle/truffle/js/runtime/builtins/PrototypeSupplier;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // com.oracle.truffle.js.runtime.builtins.JSArrayFactory$WithShape this
        start local 1 // com.oracle.truffle.js.runtime.JSContext context
        start local 2 // com.oracle.truffle.api.object.Shape shape
        start local 3 // com.oracle.truffle.js.runtime.builtins.PrototypeSupplier prototypeSupplier
         0: .line 119
            aload 0 /* this */
            aload 1 /* context */
            invokespecial com.oracle.truffle.js.runtime.builtins.JSArrayFactory.<init>:(Lcom/oracle/truffle/js/runtime/JSContext;)V
         1: .line 120
            aload 0 /* this */
            aload 2 /* shape */
            putfield com.oracle.truffle.js.runtime.builtins.JSArrayFactory$WithShape.shape:Lcom/oracle/truffle/api/object/Shape;
         2: .line 121
            aload 0 /* this */
            aload 3 /* prototypeSupplier */
            putfield com.oracle.truffle.js.runtime.builtins.JSArrayFactory$WithShape.prototypeSupplier:Lcom/oracle/truffle/js/runtime/builtins/PrototypeSupplier;
         3: .line 122
            return
        end local 3 // com.oracle.truffle.js.runtime.builtins.PrototypeSupplier prototypeSupplier
        end local 2 // com.oracle.truffle.api.object.Shape shape
        end local 1 // com.oracle.truffle.js.runtime.JSContext context
        end local 0 // com.oracle.truffle.js.runtime.builtins.JSArrayFactory$WithShape this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    4     0               this  Lcom/oracle/truffle/js/runtime/builtins/JSArrayFactory$WithShape;
            0    4     1            context  Lcom/oracle/truffle/js/runtime/JSContext;
            0    4     2              shape  Lcom/oracle/truffle/api/object/Shape;
            0    4     3  prototypeSupplier  Lcom/oracle/truffle/js/runtime/builtins/PrototypeSupplier;
    MethodParameters:
                   Name  Flags
      context            
      shape              
      prototypeSupplier  

  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.JSArrayFactory$WithShape this
        start local 1 // com.oracle.truffle.js.runtime.JSRealm realm
         0: .line 126
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.builtins.JSArrayFactory$WithShape.prototypeSupplier:Lcom/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.JSArrayFactory$WithShape this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/oracle/truffle/js/runtime/builtins/JSArrayFactory$WithShape;
            0    1     1  realm  Lcom/oracle/truffle/js/runtime/JSRealm;
    MethodParameters:
       Name  Flags
      realm  

  protected com.oracle.truffle.api.object.Shape getShape(com.oracle.truffle.js.runtime.JSRealm, com.oracle.truffle.api.object.DynamicObject);
    descriptor: (Lcom/oracle/truffle/js/runtime/JSRealm;Lcom/oracle/truffle/api/object/DynamicObject;)Lcom/oracle/truffle/api/object/Shape;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // com.oracle.truffle.js.runtime.builtins.JSArrayFactory$WithShape this
        start local 1 // com.oracle.truffle.js.runtime.JSRealm realm
        start local 2 // com.oracle.truffle.api.object.DynamicObject prototype
         0: .line 131
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.builtins.JSArrayFactory$WithShape.shape:Lcom/oracle/truffle/api/object/Shape;
            areturn
        end local 2 // com.oracle.truffle.api.object.DynamicObject prototype
        end local 1 // com.oracle.truffle.js.runtime.JSRealm realm
        end local 0 // com.oracle.truffle.js.runtime.builtins.JSArrayFactory$WithShape this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lcom/oracle/truffle/js/runtime/builtins/JSArrayFactory$WithShape;
            0    1     1      realm  Lcom/oracle/truffle/js/runtime/JSRealm;
            0    1     2  prototype  Lcom/oracle/truffle/api/object/DynamicObject;
    MethodParameters:
           Name  Flags
      realm      
      prototype  
}
SourceFile: "JSArrayFactory.java"
NestHost: com.oracle.truffle.js.runtime.builtins.JSArrayFactory
InnerClasses:
  private final WithShape = com.oracle.truffle.js.runtime.builtins.JSArrayFactory$WithShape of com.oracle.truffle.js.runtime.builtins.JSArrayFactory