public abstract class com.oracle.truffle.js.builtins.ConstructorBuiltins$ConstructWeakSetNode extends com.oracle.truffle.js.builtins.ConstructorBuiltins$ConstructSetNode
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.oracle.truffle.js.builtins.ConstructorBuiltins$ConstructWeakSetNode
  super_class: com.oracle.truffle.js.builtins.ConstructorBuiltins$ConstructSetNode
{
  public void <init>(com.oracle.truffle.js.runtime.JSContext, com.oracle.truffle.js.nodes.function.JSBuiltin, boolean);
    descriptor: (Lcom/oracle/truffle/js/runtime/JSContext;Lcom/oracle/truffle/js/nodes/function/JSBuiltin;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.oracle.truffle.js.builtins.ConstructorBuiltins$ConstructWeakSetNode this
        start local 1 // com.oracle.truffle.js.runtime.JSContext context
        start local 2 // com.oracle.truffle.js.nodes.function.JSBuiltin builtin
        start local 3 // boolean isNewTargetCase
         0: .line 2256
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* builtin */
            iload 3 /* isNewTargetCase */
            invokespecial com.oracle.truffle.js.builtins.ConstructorBuiltins$ConstructSetNode.<init>:(Lcom/oracle/truffle/js/runtime/JSContext;Lcom/oracle/truffle/js/nodes/function/JSBuiltin;Z)V
         1: .line 2257
            return
        end local 3 // boolean isNewTargetCase
        end local 2 // com.oracle.truffle.js.nodes.function.JSBuiltin builtin
        end local 1 // com.oracle.truffle.js.runtime.JSContext context
        end local 0 // com.oracle.truffle.js.builtins.ConstructorBuiltins$ConstructWeakSetNode this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lcom/oracle/truffle/js/builtins/ConstructorBuiltins$ConstructWeakSetNode;
            0    2     1          context  Lcom/oracle/truffle/js/runtime/JSContext;
            0    2     2          builtin  Lcom/oracle/truffle/js/nodes/function/JSBuiltin;
            0    2     3  isNewTargetCase  Z
    MethodParameters:
                 Name  Flags
      context          
      builtin          
      isNewTargetCase  

  protected com.oracle.truffle.api.object.DynamicObject constructSet(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: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // com.oracle.truffle.js.builtins.ConstructorBuiltins$ConstructWeakSetNode this
        start local 1 // com.oracle.truffle.api.object.DynamicObject newTarget
        start local 2 // java.lang.Object iterable
         0: .line 2262
            aload 0 /* this */
            invokevirtual com.oracle.truffle.js.builtins.ConstructorBuiltins$ConstructWeakSetNode.getContext:()Lcom/oracle/truffle/js/runtime/JSContext;
            astore 3 /* context */
        start local 3 // com.oracle.truffle.js.runtime.JSContext context
         1: .line 2263
            aload 3 /* context */
            invokestatic com.oracle.truffle.js.runtime.builtins.JSWeakSet.create:(Lcom/oracle/truffle/js/runtime/JSContext;)Lcom/oracle/truffle/api/object/DynamicObject;
            astore 4 /* setObj */
        start local 4 // com.oracle.truffle.api.object.DynamicObject setObj
         2: .line 2264
            aload 0 /* this */
            aload 4 /* setObj */
            aload 2 /* iterable */
            invokevirtual com.oracle.truffle.js.builtins.ConstructorBuiltins$ConstructWeakSetNode.fillWithIterable:(Lcom/oracle/truffle/api/object/DynamicObject;Ljava/lang/Object;)V
         3: .line 2265
            aload 0 /* this */
            aload 4 /* setObj */
            aload 1 /* newTarget */
            invokevirtual com.oracle.truffle.js.builtins.ConstructorBuiltins$ConstructWeakSetNode.swapPrototype:(Lcom/oracle/truffle/api/object/DynamicObject;Lcom/oracle/truffle/api/object/DynamicObject;)Lcom/oracle/truffle/api/object/DynamicObject;
            pop
         4: .line 2266
            aload 4 /* setObj */
            areturn
        end local 4 // com.oracle.truffle.api.object.DynamicObject setObj
        end local 3 // com.oracle.truffle.js.runtime.JSContext context
        end local 2 // java.lang.Object iterable
        end local 1 // com.oracle.truffle.api.object.DynamicObject newTarget
        end local 0 // com.oracle.truffle.js.builtins.ConstructorBuiltins$ConstructWeakSetNode this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lcom/oracle/truffle/js/builtins/ConstructorBuiltins$ConstructWeakSetNode;
            0    5     1  newTarget  Lcom/oracle/truffle/api/object/DynamicObject;
            0    5     2   iterable  Ljava/lang/Object;
            1    5     3    context  Lcom/oracle/truffle/js/runtime/JSContext;
            2    5     4     setObj  Lcom/oracle/truffle/api/object/DynamicObject;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization()
    MethodParameters:
           Name  Flags
      newTarget  
      iterable   

  protected com.oracle.truffle.api.object.DynamicObject getIntrinsicDefaultProto(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=1, locals=2, args_size=2
        start local 0 // com.oracle.truffle.js.builtins.ConstructorBuiltins$ConstructWeakSetNode this
        start local 1 // com.oracle.truffle.js.runtime.JSRealm realm
         0: .line 2271
            aload 1 /* realm */
            invokevirtual com.oracle.truffle.js.runtime.JSRealm.getWeakSetPrototype:()Lcom/oracle/truffle/api/object/DynamicObject;
            areturn
        end local 1 // com.oracle.truffle.js.runtime.JSRealm realm
        end local 0 // com.oracle.truffle.js.builtins.ConstructorBuiltins$ConstructWeakSetNode this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/oracle/truffle/js/builtins/ConstructorBuiltins$ConstructWeakSetNode;
            0    1     1  realm  Lcom/oracle/truffle/js/runtime/JSRealm;
    MethodParameters:
       Name  Flags
      realm  
}
SourceFile: "ConstructorBuiltins.java"
NestHost: com.oracle.truffle.js.builtins.ConstructorBuiltins
InnerClasses:
  public abstract ConstructSetNode = com.oracle.truffle.js.builtins.ConstructorBuiltins$ConstructSetNode of com.oracle.truffle.js.builtins.ConstructorBuiltins
  public abstract ConstructWeakSetNode = com.oracle.truffle.js.builtins.ConstructorBuiltins$ConstructWeakSetNode of com.oracle.truffle.js.builtins.ConstructorBuiltins