public abstract class com.oracle.truffle.js.nodes.cast.JSToUInt16Node 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.cast.JSToUInt16Node
  super_class: com.oracle.truffle.js.nodes.JavaScriptBaseNode
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.js.nodes.cast.JSToUInt16Node this
         0: .line 53
            aload 0 /* this */
            invokespecial com.oracle.truffle.js.nodes.JavaScriptBaseNode.<init>:()V
            return
        end local 0 // com.oracle.truffle.js.nodes.cast.JSToUInt16Node this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/js/nodes/cast/JSToUInt16Node;

  public static com.oracle.truffle.js.nodes.cast.JSToUInt16Node create();
    descriptor: ()Lcom/oracle/truffle/js/nodes/cast/JSToUInt16Node;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 56
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tJSToUInt16NodeGen cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public abstract int executeInt(java.lang.Object);
    descriptor: (Ljava/lang/Object;)I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      value  

  protected int doInt(int);
    descriptor: (I)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.js.nodes.cast.JSToUInt16Node this
        start local 1 // int value
         0: .line 63
            iload 1 /* value */
            i2l
            invokestatic com.oracle.truffle.js.runtime.JSRuntime.toUInt16:(J)I
            ireturn
        end local 1 // int value
        end local 0 // com.oracle.truffle.js.nodes.cast.JSToUInt16Node this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/oracle/truffle/js/nodes/cast/JSToUInt16Node;
            0    1     1  value  I
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization()
    MethodParameters:
       Name  Flags
      value  

  protected int doDouble(double, com.oracle.truffle.api.profiles.BranchProfile);
    descriptor: (DLcom/oracle/truffle/api/profiles/BranchProfile;)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // com.oracle.truffle.js.nodes.cast.JSToUInt16Node this
        start local 1 // double value
        start local 3 // com.oracle.truffle.api.profiles.BranchProfile needPositiveInfinityBranch
         0: .line 69
            dload 1 /* value */
            invokestatic com.oracle.truffle.js.runtime.JSRuntime.isPositiveInfinity:(D)Z
            ifeq 3
         1: .line 70
            aload 3 /* needPositiveInfinityBranch */
            invokevirtual com.oracle.truffle.api.profiles.BranchProfile.enter:()V
         2: .line 71
            iconst_0
            ireturn
         3: .line 73
      StackMap locals:
      StackMap stack:
            dload 1 /* value */
            d2l
            invokestatic com.oracle.truffle.js.runtime.JSRuntime.toUInt16:(J)I
            ireturn
        end local 3 // com.oracle.truffle.api.profiles.BranchProfile needPositiveInfinityBranch
        end local 1 // double value
        end local 0 // com.oracle.truffle.js.nodes.cast.JSToUInt16Node this
      LocalVariableTable:
        Start  End  Slot                        Name  Signature
            0    4     0                        this  Lcom/oracle/truffle/js/nodes/cast/JSToUInt16Node;
            0    4     1                       value  D
            0    4     3  needPositiveInfinityBranch  Lcom/oracle/truffle/api/profiles/BranchProfile;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization()
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
        com.oracle.truffle.api.dsl.Cached(value = "create()")
    MethodParameters:
                            Name  Flags
      value                       
      needPositiveInfinityBranch  

  protected int doGeneric(java.lang.Object, com.oracle.truffle.js.nodes.cast.JSToNumberNode);
    descriptor: (Ljava/lang/Object;Lcom/oracle/truffle/js/nodes/cast/JSToNumberNode;)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.oracle.truffle.js.nodes.cast.JSToUInt16Node this
        start local 1 // java.lang.Object value
        start local 2 // com.oracle.truffle.js.nodes.cast.JSToNumberNode toNumberNode
         0: .line 79
            aload 2 /* toNumberNode */
            aload 1 /* value */
            invokevirtual com.oracle.truffle.js.nodes.cast.JSToNumberNode.executeNumber:(Ljava/lang/Object;)Ljava/lang/Number;
            invokestatic com.oracle.truffle.js.runtime.JSRuntime.toUInt16:(Ljava/lang/Number;)I
            ireturn
        end local 2 // com.oracle.truffle.js.nodes.cast.JSToNumberNode toNumberNode
        end local 1 // java.lang.Object value
        end local 0 // com.oracle.truffle.js.nodes.cast.JSToUInt16Node this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lcom/oracle/truffle/js/nodes/cast/JSToUInt16Node;
            0    1     1         value  Ljava/lang/Object;
            0    1     2  toNumberNode  Lcom/oracle/truffle/js/nodes/cast/JSToNumberNode;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization()
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
        com.oracle.truffle.api.dsl.Cached(value = "create()")
    MethodParameters:
              Name  Flags
      value         
      toNumberNode  
}
SourceFile: "JSToUInt16Node.java"