public abstract class com.oracle.truffle.js.nodes.function.SpecializedNewObjectNode 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.function.SpecializedNewObjectNode
  super_class: com.oracle.truffle.js.nodes.JavaScriptBaseNode
{
  protected final com.oracle.truffle.js.runtime.JSContext context;
    descriptor: Lcom/oracle/truffle/js/runtime/JSContext;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final boolean isBuiltin;
    descriptor: Z
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final boolean isConstructor;
    descriptor: Z
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final boolean isGenerator;
    descriptor: Z
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final boolean isAsyncGenerator;
    descriptor: Z
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  private com.oracle.truffle.js.nodes.access.JSTargetableNode getPrototypeNode;
    descriptor: Lcom/oracle/truffle/js/nodes/access/JSTargetableNode;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.nodes.Node$Child()

  public void <init>(com.oracle.truffle.js.runtime.JSContext, boolean, boolean, boolean, boolean);
    descriptor: (Lcom/oracle/truffle/js/runtime/JSContext;ZZZZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=6
        start local 0 // com.oracle.truffle.js.nodes.function.SpecializedNewObjectNode this
        start local 1 // com.oracle.truffle.js.runtime.JSContext context
        start local 2 // boolean isBuiltin
        start local 3 // boolean isConstructor
        start local 4 // boolean isGenerator
        start local 5 // boolean isAsyncGenerator
         0: .line 77
            aload 0 /* this */
            invokespecial com.oracle.truffle.js.nodes.JavaScriptBaseNode.<init>:()V
         1: .line 78
            aload 0 /* this */
            aload 1 /* context */
            putfield com.oracle.truffle.js.nodes.function.SpecializedNewObjectNode.context:Lcom/oracle/truffle/js/runtime/JSContext;
         2: .line 79
            aload 0 /* this */
            iload 2 /* isBuiltin */
            putfield com.oracle.truffle.js.nodes.function.SpecializedNewObjectNode.isBuiltin:Z
         3: .line 80
            aload 0 /* this */
            iload 3 /* isConstructor */
            putfield com.oracle.truffle.js.nodes.function.SpecializedNewObjectNode.isConstructor:Z
         4: .line 81
            aload 0 /* this */
            iload 4 /* isGenerator */
            putfield com.oracle.truffle.js.nodes.function.SpecializedNewObjectNode.isGenerator:Z
         5: .line 82
            aload 0 /* this */
            iload 5 /* isAsyncGenerator */
            putfield com.oracle.truffle.js.nodes.function.SpecializedNewObjectNode.isAsyncGenerator:Z
         6: .line 83
            aload 0 /* this */
            iload 2 /* isBuiltin */
            ifne 7
            iload 3 /* isConstructor */
            ifeq 7
            aload 1 /* context */
            aconst_null
            ldc "prototype"
            invokestatic com.oracle.truffle.js.nodes.access.PropertyNode.createProperty:(Lcom/oracle/truffle/js/runtime/JSContext;Lcom/oracle/truffle/js/nodes/JavaScriptNode;Ljava/lang/Object;)Lcom/oracle/truffle/js/nodes/access/PropertyNode;
            goto 8
      StackMap locals: com.oracle.truffle.js.nodes.function.SpecializedNewObjectNode com.oracle.truffle.js.runtime.JSContext int int int int
      StackMap stack: com.oracle.truffle.js.nodes.function.SpecializedNewObjectNode
         7: aconst_null
      StackMap locals: com.oracle.truffle.js.nodes.function.SpecializedNewObjectNode com.oracle.truffle.js.runtime.JSContext int int int int
      StackMap stack: com.oracle.truffle.js.nodes.function.SpecializedNewObjectNode com.oracle.truffle.js.nodes.access.PropertyNode
         8: putfield com.oracle.truffle.js.nodes.function.SpecializedNewObjectNode.getPrototypeNode:Lcom/oracle/truffle/js/nodes/access/JSTargetableNode;
         9: .line 84
            return
        end local 5 // boolean isAsyncGenerator
        end local 4 // boolean isGenerator
        end local 3 // boolean isConstructor
        end local 2 // boolean isBuiltin
        end local 1 // com.oracle.truffle.js.runtime.JSContext context
        end local 0 // com.oracle.truffle.js.nodes.function.SpecializedNewObjectNode this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   10     0              this  Lcom/oracle/truffle/js/nodes/function/SpecializedNewObjectNode;
            0   10     1           context  Lcom/oracle/truffle/js/runtime/JSContext;
            0   10     2         isBuiltin  Z
            0   10     3     isConstructor  Z
            0   10     4       isGenerator  Z
            0   10     5  isAsyncGenerator  Z
    MethodParameters:
                  Name  Flags
      context           
      isBuiltin         
      isConstructor     
      isGenerator       
      isAsyncGenerator  

  public static com.oracle.truffle.js.nodes.function.SpecializedNewObjectNode create(com.oracle.truffle.js.runtime.JSContext, boolean, boolean, boolean, boolean);
    descriptor: (Lcom/oracle/truffle/js/runtime/JSContext;ZZZZ)Lcom/oracle/truffle/js/nodes/function/SpecializedNewObjectNode;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=5, args_size=5
         0: .line 87
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tSpecializedNewObjectNodeGen cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
                  Name  Flags
      context           
      isBuiltin         
      isConstructor     
      isGenerator       
      isAsyncGenerator  

  public static com.oracle.truffle.js.nodes.function.SpecializedNewObjectNode create(com.oracle.truffle.js.runtime.builtins.JSFunctionData);
    descriptor: (Lcom/oracle/truffle/js/runtime/builtins/JSFunctionData;)Lcom/oracle/truffle/js/nodes/function/SpecializedNewObjectNode;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // com.oracle.truffle.js.runtime.builtins.JSFunctionData functionData
         0: .line 91
            aload 0 /* functionData */
            invokevirtual com.oracle.truffle.js.runtime.builtins.JSFunctionData.getContext:()Lcom/oracle/truffle/js/runtime/JSContext;
            aload 0 /* functionData */
            invokevirtual com.oracle.truffle.js.runtime.builtins.JSFunctionData.isBuiltin:()Z
            aload 0 /* functionData */
            invokevirtual com.oracle.truffle.js.runtime.builtins.JSFunctionData.isConstructor:()Z
            aload 0 /* functionData */
            invokevirtual com.oracle.truffle.js.runtime.builtins.JSFunctionData.isGenerator:()Z
            aload 0 /* functionData */
            invokevirtual com.oracle.truffle.js.runtime.builtins.JSFunctionData.isAsyncGenerator:()Z
            invokestatic com.oracle.truffle.js.nodes.function.SpecializedNewObjectNode.create:(Lcom/oracle/truffle/js/runtime/JSContext;ZZZZ)Lcom/oracle/truffle/js/nodes/function/SpecializedNewObjectNode;
            areturn
        end local 0 // com.oracle.truffle.js.runtime.builtins.JSFunctionData functionData
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0  functionData  Lcom/oracle/truffle/js/runtime/builtins/JSFunctionData;
    MethodParameters:
              Name  Flags
      functionData  

  public final com.oracle.truffle.api.object.DynamicObject execute(com.oracle.truffle.api.frame.VirtualFrame, com.oracle.truffle.api.object.DynamicObject);
    descriptor: (Lcom/oracle/truffle/api/frame/VirtualFrame;Lcom/oracle/truffle/api/object/DynamicObject;)Lcom/oracle/truffle/api/object/DynamicObject;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // com.oracle.truffle.js.nodes.function.SpecializedNewObjectNode this
        start local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
        start local 2 // com.oracle.truffle.api.object.DynamicObject newTarget
         0: .line 95
            aload 0 /* this */
            getfield com.oracle.truffle.js.nodes.function.SpecializedNewObjectNode.getPrototypeNode:Lcom/oracle/truffle/js/nodes/access/JSTargetableNode;
            ifnull 1
            aload 0 /* this */
            getfield com.oracle.truffle.js.nodes.function.SpecializedNewObjectNode.getPrototypeNode:Lcom/oracle/truffle/js/nodes/access/JSTargetableNode;
            aload 1 /* frame */
            aload 2 /* newTarget */
            invokevirtual com.oracle.truffle.js.nodes.access.JSTargetableNode.executeWithTarget:(Lcom/oracle/truffle/api/frame/VirtualFrame;Ljava/lang/Object;)Ljava/lang/Object;
            goto 2
      StackMap locals:
      StackMap stack:
         1: getstatic com.oracle.truffle.js.runtime.objects.Undefined.instance:Lcom/oracle/truffle/js/runtime/objects/JSDynamicObject;
      StackMap locals:
      StackMap stack: java.lang.Object
         2: astore 3 /* prototype */
        start local 3 // java.lang.Object prototype
         3: .line 96
            aload 0 /* this */
            aload 2 /* newTarget */
            aload 3 /* prototype */
            invokevirtual com.oracle.truffle.js.nodes.function.SpecializedNewObjectNode.execute:(Lcom/oracle/truffle/api/object/DynamicObject;Ljava/lang/Object;)Lcom/oracle/truffle/api/object/DynamicObject;
            areturn
        end local 3 // java.lang.Object prototype
        end local 2 // com.oracle.truffle.api.object.DynamicObject newTarget
        end local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
        end local 0 // com.oracle.truffle.js.nodes.function.SpecializedNewObjectNode this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lcom/oracle/truffle/js/nodes/function/SpecializedNewObjectNode;
            0    4     1      frame  Lcom/oracle/truffle/api/frame/VirtualFrame;
            0    4     2  newTarget  Lcom/oracle/truffle/api/object/DynamicObject;
            3    4     3  prototype  Ljava/lang/Object;
    MethodParameters:
           Name  Flags
      frame      
      newTarget  

  protected abstract com.oracle.truffle.api.object.DynamicObject execute(com.oracle.truffle.api.object.DynamicObject, java.lang.Object);
    descriptor: (Lcom/oracle/truffle/api/object/DynamicObject;Ljava/lang/Object;)Lcom/oracle/truffle/api/object/DynamicObject;
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    MethodParameters:
           Name  Flags
      newTarget  
      prototype  

  protected com.oracle.truffle.api.object.Shape getProtoChildShape(java.lang.Object);
    descriptor: (Ljava/lang/Object;)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.nodes.function.SpecializedNewObjectNode this
        start local 1 // java.lang.Object prototype
         0: .line 102
            invokestatic com.oracle.truffle.api.CompilerAsserts.neverPartOfCompilation:()V
         1: .line 103
            aload 1 /* prototype */
            invokestatic com.oracle.truffle.js.nodes.JSGuards.isJSObject:(Ljava/lang/Object;)Z
            ifeq 3
         2: .line 104
            aload 1 /* prototype */
            checkcast com.oracle.truffle.api.object.DynamicObject
            getstatic com.oracle.truffle.js.runtime.builtins.JSOrdinary.INSTANCE:Lcom/oracle/truffle/js/runtime/builtins/JSOrdinary;
            aload 0 /* this */
            getfield com.oracle.truffle.js.nodes.function.SpecializedNewObjectNode.context:Lcom/oracle/truffle/js/runtime/JSContext;
            invokestatic com.oracle.truffle.js.runtime.objects.JSObjectUtil.getProtoChildShape:(Lcom/oracle/truffle/api/object/DynamicObject;Lcom/oracle/truffle/js/runtime/builtins/JSClass;Lcom/oracle/truffle/js/runtime/JSContext;)Lcom/oracle/truffle/api/object/Shape;
            areturn
         3: .line 106
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 1 // java.lang.Object prototype
        end local 0 // com.oracle.truffle.js.nodes.function.SpecializedNewObjectNode this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lcom/oracle/truffle/js/nodes/function/SpecializedNewObjectNode;
            0    4     1  prototype  Ljava/lang/Object;
    MethodParameters:
           Name  Flags
      prototype  

  public com.oracle.truffle.api.object.DynamicObject doCachedProto(com.oracle.truffle.api.object.DynamicObject, java.lang.Object, java.lang.Object, com.oracle.truffle.api.object.Shape);
    descriptor: (Lcom/oracle/truffle/api/object/DynamicObject;Ljava/lang/Object;Ljava/lang/Object;Lcom/oracle/truffle/api/object/Shape;)Lcom/oracle/truffle/api/object/DynamicObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // com.oracle.truffle.js.nodes.function.SpecializedNewObjectNode this
        start local 1 // com.oracle.truffle.api.object.DynamicObject target
        start local 2 // java.lang.Object prototype
        start local 3 // java.lang.Object cachedPrototype
        start local 4 // com.oracle.truffle.api.object.Shape shape
         0: .line 113
            aload 0 /* this */
            getfield com.oracle.truffle.js.nodes.function.SpecializedNewObjectNode.context:Lcom/oracle/truffle/js/runtime/JSContext;
            aload 4 /* shape */
            invokestatic com.oracle.truffle.js.runtime.builtins.JSOrdinary.create:(Lcom/oracle/truffle/js/runtime/JSContext;Lcom/oracle/truffle/api/object/Shape;)Lcom/oracle/truffle/api/object/DynamicObject;
            areturn
        end local 4 // com.oracle.truffle.api.object.Shape shape
        end local 3 // java.lang.Object cachedPrototype
        end local 2 // java.lang.Object prototype
        end local 1 // com.oracle.truffle.api.object.DynamicObject target
        end local 0 // com.oracle.truffle.js.nodes.function.SpecializedNewObjectNode this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lcom/oracle/truffle/js/nodes/function/SpecializedNewObjectNode;
            0    1     1           target  Lcom/oracle/truffle/api/object/DynamicObject;
            0    1     2        prototype  Ljava/lang/Object;
            0    1     3  cachedPrototype  Ljava/lang/Object;
            0    1     4            shape  Lcom/oracle/truffle/api/object/Shape;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization(guards = {"!isBuiltin", "isConstructor", "!context.isMultiContext()", "isJSObject(cachedPrototype)", "prototype == cachedPrototype"}, limit = "context.getPropertyCacheLimit()")
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
      2:
        com.oracle.truffle.api.dsl.Cached(value = "prototype")
      3:
        com.oracle.truffle.api.dsl.Cached(value = "getProtoChildShape(prototype)")
    MethodParameters:
                 Name  Flags
      target           
      prototype        
      cachedPrototype  
      shape            

  public com.oracle.truffle.api.object.DynamicObject doUncachedProto(com.oracle.truffle.api.object.DynamicObject, com.oracle.truffle.api.object.DynamicObject, com.oracle.truffle.api.profiles.BranchProfile);
    descriptor: (Lcom/oracle/truffle/api/object/DynamicObject;Lcom/oracle/truffle/api/object/DynamicObject;Lcom/oracle/truffle/api/profiles/BranchProfile;)Lcom/oracle/truffle/api/object/DynamicObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // com.oracle.truffle.js.nodes.function.SpecializedNewObjectNode this
        start local 1 // com.oracle.truffle.api.object.DynamicObject target
        start local 2 // com.oracle.truffle.api.object.DynamicObject prototype
        start local 3 // com.oracle.truffle.api.profiles.BranchProfile slowBranch
         0: .line 121
            aload 2 /* prototype */
            getstatic com.oracle.truffle.js.runtime.builtins.JSOrdinary.INSTANCE:Lcom/oracle/truffle/js/runtime/builtins/JSOrdinary;
            aload 0 /* this */
            getfield com.oracle.truffle.js.nodes.function.SpecializedNewObjectNode.context:Lcom/oracle/truffle/js/runtime/JSContext;
            aload 3 /* slowBranch */
            invokestatic com.oracle.truffle.js.runtime.objects.JSObjectUtil.getProtoChildShape:(Lcom/oracle/truffle/api/object/DynamicObject;Lcom/oracle/truffle/js/runtime/builtins/JSClass;Lcom/oracle/truffle/js/runtime/JSContext;Lcom/oracle/truffle/api/profiles/BranchProfile;)Lcom/oracle/truffle/api/object/Shape;
            astore 4 /* shape */
        start local 4 // com.oracle.truffle.api.object.Shape shape
         1: .line 122
            aload 0 /* this */
            getfield com.oracle.truffle.js.nodes.function.SpecializedNewObjectNode.context:Lcom/oracle/truffle/js/runtime/JSContext;
            aload 4 /* shape */
            invokestatic com.oracle.truffle.js.runtime.builtins.JSOrdinary.create:(Lcom/oracle/truffle/js/runtime/JSContext;Lcom/oracle/truffle/api/object/Shape;)Lcom/oracle/truffle/api/object/DynamicObject;
            areturn
        end local 4 // com.oracle.truffle.api.object.Shape shape
        end local 3 // com.oracle.truffle.api.profiles.BranchProfile slowBranch
        end local 2 // com.oracle.truffle.api.object.DynamicObject prototype
        end local 1 // com.oracle.truffle.api.object.DynamicObject target
        end local 0 // com.oracle.truffle.js.nodes.function.SpecializedNewObjectNode this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lcom/oracle/truffle/js/nodes/function/SpecializedNewObjectNode;
            0    2     1      target  Lcom/oracle/truffle/api/object/DynamicObject;
            0    2     2   prototype  Lcom/oracle/truffle/api/object/DynamicObject;
            0    2     3  slowBranch  Lcom/oracle/truffle/api/profiles/BranchProfile;
            1    2     4       shape  Lcom/oracle/truffle/api/object/Shape;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization(guards = {"!isBuiltin", "isConstructor", "!context.isMultiContext()", "isJSObject(prototype)"}, replaces = {"doCachedProto"})
    RuntimeInvisibleAnnotations: 
      com.oracle.truffle.api.dsl.ReportPolymorphism$Megamorphic()
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
      2:
        com.oracle.truffle.api.dsl.Cached(value = "create()")
    MethodParameters:
            Name  Flags
      target      
      prototype   
      slowBranch  

  public com.oracle.truffle.api.object.DynamicObject createWithProtoCachedClass(com.oracle.truffle.api.object.DynamicObject, , com.oracle.truffle.api.object.DynamicObjectLibrary, java.lang.Class<?>);
    descriptor: (Lcom/oracle/truffle/api/object/DynamicObject;Ljava/lang/Object;Lcom/oracle/truffle/api/object/DynamicObjectLibrary;Ljava/lang/Class;)Lcom/oracle/truffle/api/object/DynamicObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // com.oracle.truffle.js.nodes.function.SpecializedNewObjectNode this
        start local 1 // com.oracle.truffle.api.object.DynamicObject target
        start local 2 // java.lang.Object prototype
        start local 3 // com.oracle.truffle.api.object.DynamicObjectLibrary setProtoNode
        start local 4 // java.lang.Class prototypeClass
         0: .line 129
            aload 0 /* this */
            aload 1 /* target */
            aload 4 /* prototypeClass */
            aload 2 /* prototype */
            invokevirtual java.lang.Class.cast:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.oracle.truffle.api.object.DynamicObject
            aload 3 /* setProtoNode */
            invokevirtual com.oracle.truffle.js.nodes.function.SpecializedNewObjectNode.createWithProto:(Lcom/oracle/truffle/api/object/DynamicObject;Lcom/oracle/truffle/api/object/DynamicObject;Lcom/oracle/truffle/api/object/DynamicObjectLibrary;)Lcom/oracle/truffle/api/object/DynamicObject;
            areturn
        end local 4 // java.lang.Class prototypeClass
        end local 3 // com.oracle.truffle.api.object.DynamicObjectLibrary setProtoNode
        end local 2 // java.lang.Object prototype
        end local 1 // com.oracle.truffle.api.object.DynamicObject target
        end local 0 // com.oracle.truffle.js.nodes.function.SpecializedNewObjectNode this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0            this  Lcom/oracle/truffle/js/nodes/function/SpecializedNewObjectNode;
            0    1     1          target  Lcom/oracle/truffle/api/object/DynamicObject;
            0    1     2       prototype  Ljava/lang/Object;
            0    1     3    setProtoNode  Lcom/oracle/truffle/api/object/DynamicObjectLibrary;
            0    1     4  prototypeClass  Ljava/lang/Class<*>;
    Signature: (Lcom/oracle/truffle/api/object/DynamicObject;Ljava/lang/Object;Lcom/oracle/truffle/api/object/DynamicObjectLibrary;Ljava/lang/Class<*>;)Lcom/oracle/truffle/api/object/DynamicObject;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization(guards = {"!isBuiltin", "isConstructor", "context.isMultiContext()", "prototypeClass != null", "prototypeClass.isInstance(prototype)"}, limit = "1")
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
      2:
        com.oracle.truffle.api.library.CachedLibrary(limit = "3")
        com.oracle.truffle.api.dsl.Cached$Shared(value = "setProtoNode")
      3:
        com.oracle.truffle.api.dsl.Cached(value = "getClassIfJSObject(prototype)")
    MethodParameters:
                Name  Flags
      target          
      prototype       
      setProtoNode    
      prototypeClass  

  public com.oracle.truffle.api.object.DynamicObject createWithProto(com.oracle.truffle.api.object.DynamicObject, com.oracle.truffle.api.object.DynamicObject, com.oracle.truffle.api.object.DynamicObjectLibrary);
    descriptor: (Lcom/oracle/truffle/api/object/DynamicObject;Lcom/oracle/truffle/api/object/DynamicObject;Lcom/oracle/truffle/api/object/DynamicObjectLibrary;)Lcom/oracle/truffle/api/object/DynamicObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // com.oracle.truffle.js.nodes.function.SpecializedNewObjectNode this
        start local 1 // com.oracle.truffle.api.object.DynamicObject target
        start local 2 // com.oracle.truffle.api.object.DynamicObject prototype
        start local 3 // com.oracle.truffle.api.object.DynamicObjectLibrary setProtoNode
         0: .line 135
            aload 0 /* this */
            getfield com.oracle.truffle.js.nodes.function.SpecializedNewObjectNode.context:Lcom/oracle/truffle/js/runtime/JSContext;
            invokestatic com.oracle.truffle.js.runtime.builtins.JSOrdinary.createWithoutPrototype:(Lcom/oracle/truffle/js/runtime/JSContext;)Lcom/oracle/truffle/api/object/DynamicObject;
            astore 4 /* object */
        start local 4 // com.oracle.truffle.api.object.DynamicObject object
         1: .line 136
            aload 3 /* setProtoNode */
            aload 4 /* object */
            getstatic com.oracle.truffle.js.runtime.objects.JSObject.HIDDEN_PROTO:Lcom/oracle/truffle/api/object/HiddenKey;
            aload 2 /* prototype */
            invokevirtual com.oracle.truffle.api.object.DynamicObjectLibrary.put:(Lcom/oracle/truffle/api/object/DynamicObject;Ljava/lang/Object;Ljava/lang/Object;)V
         2: .line 137
            aload 4 /* object */
            areturn
        end local 4 // com.oracle.truffle.api.object.DynamicObject object
        end local 3 // com.oracle.truffle.api.object.DynamicObjectLibrary setProtoNode
        end local 2 // com.oracle.truffle.api.object.DynamicObject prototype
        end local 1 // com.oracle.truffle.api.object.DynamicObject target
        end local 0 // com.oracle.truffle.js.nodes.function.SpecializedNewObjectNode this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lcom/oracle/truffle/js/nodes/function/SpecializedNewObjectNode;
            0    3     1        target  Lcom/oracle/truffle/api/object/DynamicObject;
            0    3     2     prototype  Lcom/oracle/truffle/api/object/DynamicObject;
            0    3     3  setProtoNode  Lcom/oracle/truffle/api/object/DynamicObjectLibrary;
            1    3     4        object  Lcom/oracle/truffle/api/object/DynamicObject;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization(guards = {"!isBuiltin", "isConstructor", "context.isMultiContext()", "isJSObject(prototype)"})
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
      2:
        com.oracle.truffle.api.library.CachedLibrary(limit = "3")
        com.oracle.truffle.api.dsl.Cached$Shared(value = "setProtoNode")
    MethodParameters:
              Name  Flags
      target        
      prototype     
      setProtoNode  

  public com.oracle.truffle.api.object.DynamicObject createDefaultProto(com.oracle.truffle.api.object.DynamicObject, java.lang.Object);
    descriptor: (Lcom/oracle/truffle/api/object/DynamicObject;Ljava/lang/Object;)Lcom/oracle/truffle/api/object/DynamicObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // com.oracle.truffle.js.nodes.function.SpecializedNewObjectNode this
        start local 1 // com.oracle.truffle.api.object.DynamicObject target
        start local 2 // java.lang.Object prototype
         0: .line 143
            aload 1 /* target */
            aload 0 /* this */
            getfield com.oracle.truffle.js.nodes.function.SpecializedNewObjectNode.context:Lcom/oracle/truffle/js/runtime/JSContext;
            invokestatic com.oracle.truffle.js.runtime.JSRuntime.getFunctionRealm:(Ljava/lang/Object;Lcom/oracle/truffle/js/runtime/JSContext;)Lcom/oracle/truffle/js/runtime/JSRealm;
            astore 3 /* realm */
        start local 3 // com.oracle.truffle.js.runtime.JSRealm realm
         1: .line 144
            aload 0 /* this */
            getfield com.oracle.truffle.js.nodes.function.SpecializedNewObjectNode.isAsyncGenerator:Z
            ifeq 3
         2: .line 145
            aload 0 /* this */
            getfield com.oracle.truffle.js.nodes.function.SpecializedNewObjectNode.context:Lcom/oracle/truffle/js/runtime/JSContext;
            aload 0 /* this */
            getfield com.oracle.truffle.js.nodes.function.SpecializedNewObjectNode.context:Lcom/oracle/truffle/js/runtime/JSContext;
            invokevirtual com.oracle.truffle.js.runtime.JSContext.getAsyncGeneratorObjectFactory:()Lcom/oracle/truffle/js/runtime/builtins/JSObjectFactory;
            aload 3 /* realm */
            invokestatic com.oracle.truffle.js.runtime.builtins.JSOrdinary.createWithRealm:(Lcom/oracle/truffle/js/runtime/JSContext;Lcom/oracle/truffle/js/runtime/builtins/JSObjectFactory;Lcom/oracle/truffle/js/runtime/JSRealm;)Lcom/oracle/truffle/api/object/DynamicObject;
            areturn
         3: .line 146
      StackMap locals: com.oracle.truffle.js.runtime.JSRealm
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.js.nodes.function.SpecializedNewObjectNode.isGenerator:Z
            ifeq 5
         4: .line 147
            aload 0 /* this */
            getfield com.oracle.truffle.js.nodes.function.SpecializedNewObjectNode.context:Lcom/oracle/truffle/js/runtime/JSContext;
            aload 0 /* this */
            getfield com.oracle.truffle.js.nodes.function.SpecializedNewObjectNode.context:Lcom/oracle/truffle/js/runtime/JSContext;
            invokevirtual com.oracle.truffle.js.runtime.JSContext.getGeneratorObjectFactory:()Lcom/oracle/truffle/js/runtime/builtins/JSObjectFactory;
            aload 3 /* realm */
            invokestatic com.oracle.truffle.js.runtime.builtins.JSOrdinary.createWithRealm:(Lcom/oracle/truffle/js/runtime/JSContext;Lcom/oracle/truffle/js/runtime/builtins/JSObjectFactory;Lcom/oracle/truffle/js/runtime/JSRealm;)Lcom/oracle/truffle/api/object/DynamicObject;
            areturn
         5: .line 149
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.js.nodes.function.SpecializedNewObjectNode.context:Lcom/oracle/truffle/js/runtime/JSContext;
            aload 3 /* realm */
            invokestatic com.oracle.truffle.js.runtime.builtins.JSOrdinary.create:(Lcom/oracle/truffle/js/runtime/JSContext;Lcom/oracle/truffle/js/runtime/JSRealm;)Lcom/oracle/truffle/api/object/DynamicObject;
            areturn
        end local 3 // com.oracle.truffle.js.runtime.JSRealm realm
        end local 2 // java.lang.Object prototype
        end local 1 // com.oracle.truffle.api.object.DynamicObject target
        end local 0 // com.oracle.truffle.js.nodes.function.SpecializedNewObjectNode this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lcom/oracle/truffle/js/nodes/function/SpecializedNewObjectNode;
            0    6     1     target  Lcom/oracle/truffle/api/object/DynamicObject;
            0    6     2  prototype  Ljava/lang/Object;
            1    6     3      realm  Lcom/oracle/truffle/js/runtime/JSRealm;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization(guards = {"!isBuiltin", "isConstructor", "!isJSObject(prototype)"})
    MethodParameters:
           Name  Flags
      target     
      prototype  

  static com.oracle.truffle.api.object.DynamicObject builtinConstructor(com.oracle.truffle.api.object.DynamicObject, java.lang.Object);
    descriptor: (Lcom/oracle/truffle/api/object/DynamicObject;Ljava/lang/Object;)Lcom/oracle/truffle/api/object/DynamicObject;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.object.DynamicObject target
        start local 1 // java.lang.Object proto
         0: .line 154
            getstatic com.oracle.truffle.js.runtime.builtins.JSFunction.CONSTRUCT:Lcom/oracle/truffle/js/runtime/objects/JSDynamicObject;
            areturn
        end local 1 // java.lang.Object proto
        end local 0 // com.oracle.truffle.api.object.DynamicObject target
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0  target  Lcom/oracle/truffle/api/object/DynamicObject;
            0    1     1   proto  Ljava/lang/Object;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization(guards = {"isBuiltin", "isConstructor"})
    MethodParameters:
        Name  Flags
      target  
      proto   

  public com.oracle.truffle.api.object.DynamicObject throwNotConstructorFunctionTypeError(com.oracle.truffle.api.object.DynamicObject, java.lang.Object);
    descriptor: (Lcom/oracle/truffle/api/object/DynamicObject;Ljava/lang/Object;)Lcom/oracle/truffle/api/object/DynamicObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.oracle.truffle.js.nodes.function.SpecializedNewObjectNode this
        start local 1 // com.oracle.truffle.api.object.DynamicObject target
        start local 2 // java.lang.Object proto
         0: .line 159
            aload 1 /* target */
            aload 0 /* this */
            getfield com.oracle.truffle.js.nodes.function.SpecializedNewObjectNode.context:Lcom/oracle/truffle/js/runtime/JSContext;
            invokestatic com.oracle.truffle.js.runtime.Errors.createTypeErrorNotAConstructor:(Ljava/lang/Object;Lcom/oracle/truffle/js/runtime/JSContext;)Lcom/oracle/truffle/js/runtime/JSException;
            athrow
        end local 2 // java.lang.Object proto
        end local 1 // com.oracle.truffle.api.object.DynamicObject target
        end local 0 // com.oracle.truffle.js.nodes.function.SpecializedNewObjectNode this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/oracle/truffle/js/nodes/function/SpecializedNewObjectNode;
            0    1     1  target  Lcom/oracle/truffle/api/object/DynamicObject;
            0    1     2   proto  Ljava/lang/Object;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization(guards = {"!isConstructor"})
    MethodParameters:
        Name  Flags
      target  
      proto   
}
SourceFile: "SpecializedNewObjectNode.java"
InnerClasses:
  public abstract Shared = com.oracle.truffle.api.dsl.Cached$Shared of com.oracle.truffle.api.dsl.Cached
  public abstract Megamorphic = com.oracle.truffle.api.dsl.ReportPolymorphism$Megamorphic of com.oracle.truffle.api.dsl.ReportPolymorphism
  public abstract Child = com.oracle.truffle.api.nodes.Node$Child of com.oracle.truffle.api.nodes.Node