Searched defs:toUint16 (Results 1 - 1 of 1) sorted by relevance

/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/
H A DJSType.java1127 public static int toUint16(final Object obj) { method in class:JSType
1137 public static int toUint16(final int num) { method in class:JSType
1147 public static int toUint16(final long num) { method in class:JSType
1157 public static int toUint16(final double num) { method in class:JSType

Completed in 25 milliseconds