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

/openjdk9/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/
H A DJSType.java365 public static boolean isRepresentableAsInt(final long number) { method in class:JSType
377 public static boolean isRepresentableAsInt(final double number) { method in class:JSType
400 public static boolean isRepresentableAsInt(final Object obj) { method in class:JSType

Completed in 37 milliseconds