public abstract class com.oracle.truffle.js.builtins.BigIntFunctionBuiltins$JSBigIntAsUintNNode extends com.oracle.truffle.js.nodes.function.JSBuiltinNode
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.oracle.truffle.js.builtins.BigIntFunctionBuiltins$JSBigIntAsUintNNode
  super_class: com.oracle.truffle.js.nodes.function.JSBuiltinNode
{
  public void <init>(com.oracle.truffle.js.runtime.JSContext, com.oracle.truffle.js.nodes.function.JSBuiltin);
    descriptor: (Lcom/oracle/truffle/js/runtime/JSContext;Lcom/oracle/truffle/js/nodes/function/JSBuiltin;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.oracle.truffle.js.builtins.BigIntFunctionBuiltins$JSBigIntAsUintNNode this
        start local 1 // com.oracle.truffle.js.runtime.JSContext context
        start local 2 // com.oracle.truffle.js.nodes.function.JSBuiltin builtin
         0: .line 104
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* builtin */
            invokespecial com.oracle.truffle.js.nodes.function.JSBuiltinNode.<init>:(Lcom/oracle/truffle/js/runtime/JSContext;Lcom/oracle/truffle/js/nodes/function/JSBuiltin;)V
         1: .line 105
            return
        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.BigIntFunctionBuiltins$JSBigIntAsUintNNode this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/oracle/truffle/js/builtins/BigIntFunctionBuiltins$JSBigIntAsUintNNode;
            0    2     1  context  Lcom/oracle/truffle/js/runtime/JSContext;
            0    2     2  builtin  Lcom/oracle/truffle/js/nodes/function/JSBuiltin;
    MethodParameters:
         Name  Flags
      context  
      builtin  

  protected com.oracle.truffle.js.runtime.BigInt doIt(java.lang.Object, java.lang.Object, com.oracle.truffle.js.nodes.cast.JSToIndexNode, com.oracle.truffle.js.nodes.cast.JSToBigIntNode);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Lcom/oracle/truffle/js/nodes/cast/JSToIndexNode;Lcom/oracle/truffle/js/nodes/cast/JSToBigIntNode;)Lcom/oracle/truffle/js/runtime/BigInt;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=8, args_size=5
        start local 0 // com.oracle.truffle.js.builtins.BigIntFunctionBuiltins$JSBigIntAsUintNNode this
        start local 1 // java.lang.Object bitsObj
        start local 2 // java.lang.Object bigIntObj
        start local 3 // com.oracle.truffle.js.nodes.cast.JSToIndexNode toIndexNode
        start local 4 // com.oracle.truffle.js.nodes.cast.JSToBigIntNode toBigIntNode
         0: .line 112
            aload 3 /* toIndexNode */
            aload 1 /* bitsObj */
            invokevirtual com.oracle.truffle.js.nodes.cast.JSToIndexNode.executeLong:(Ljava/lang/Object;)J
            lstore 5 /* bits */
        start local 5 // long bits
         1: .line 113
            aload 4 /* toBigIntNode */
            aload 2 /* bigIntObj */
            invokevirtual com.oracle.truffle.js.nodes.cast.JSToBigIntNode.executeBigInteger:(Ljava/lang/Object;)Lcom/oracle/truffle/js/runtime/BigInt;
            astore 7 /* bigint */
        start local 7 // com.oracle.truffle.js.runtime.BigInt bigint
         2: .line 114
            lload 5 /* bits */
            ldc 2147483647
            lcmp
            ifle 6
         3: .line 115
            aload 7 /* bigint */
            invokevirtual com.oracle.truffle.js.runtime.BigInt.signum:()I
            iflt 5
         4: .line 116
            aload 7 /* bigint */
            areturn
         5: .line 118
      StackMap locals: long com.oracle.truffle.js.runtime.BigInt
      StackMap stack:
            invokestatic com.oracle.truffle.js.runtime.Errors.createRangeErrorBigIntMaxSizeExceeded:()Lcom/oracle/truffle/js/runtime/JSException;
            athrow
         6: .line 121
      StackMap locals:
      StackMap stack:
            aload 7 /* bigint */
            getstatic com.oracle.truffle.js.runtime.BigInt.TWO:Lcom/oracle/truffle/js/runtime/BigInt;
            lload 5 /* bits */
            l2i
            invokevirtual com.oracle.truffle.js.runtime.BigInt.pow:(I)Lcom/oracle/truffle/js/runtime/BigInt;
            invokevirtual com.oracle.truffle.js.runtime.BigInt.mod:(Lcom/oracle/truffle/js/runtime/BigInt;)Lcom/oracle/truffle/js/runtime/BigInt;
            areturn
        end local 7 // com.oracle.truffle.js.runtime.BigInt bigint
        end local 5 // long bits
        end local 4 // com.oracle.truffle.js.nodes.cast.JSToBigIntNode toBigIntNode
        end local 3 // com.oracle.truffle.js.nodes.cast.JSToIndexNode toIndexNode
        end local 2 // java.lang.Object bigIntObj
        end local 1 // java.lang.Object bitsObj
        end local 0 // com.oracle.truffle.js.builtins.BigIntFunctionBuiltins$JSBigIntAsUintNNode this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    7     0          this  Lcom/oracle/truffle/js/builtins/BigIntFunctionBuiltins$JSBigIntAsUintNNode;
            0    7     1       bitsObj  Ljava/lang/Object;
            0    7     2     bigIntObj  Ljava/lang/Object;
            0    7     3   toIndexNode  Lcom/oracle/truffle/js/nodes/cast/JSToIndexNode;
            0    7     4  toBigIntNode  Lcom/oracle/truffle/js/nodes/cast/JSToBigIntNode;
            1    7     5          bits  J
            2    7     7        bigint  Lcom/oracle/truffle/js/runtime/BigInt;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization()
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
      2:
        com.oracle.truffle.api.dsl.Cached(value = "create()")
      3:
        com.oracle.truffle.api.dsl.Cached(value = "create()")
    MethodParameters:
              Name  Flags
      bitsObj       
      bigIntObj     
      toIndexNode   
      toBigIntNode  
}
SourceFile: "BigIntFunctionBuiltins.java"
NestHost: com.oracle.truffle.js.builtins.BigIntFunctionBuiltins
InnerClasses:
  public abstract JSBigIntAsUintNNode = com.oracle.truffle.js.builtins.BigIntFunctionBuiltins$JSBigIntAsUintNNode of com.oracle.truffle.js.builtins.BigIntFunctionBuiltins