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

/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/
H A DJSType.java1073 public static long toUint32(final Object obj) { method in class:JSType
1083 public static long toUint32(final double num) { method in class:JSType
1093 public static long toUint32(final int num) { method in class:JSType

Completed in 50 milliseconds