Class JSTypes
java.lang.Object
com.oracle.truffle.js.nodes.JSTypes
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic doubleintToDouble(int value) static doublesafeIntegerToDouble(SafeInteger value)
-
Constructor Details
-
JSTypes
protected JSTypes()
-
-
Method Details
-
intToDouble
public static double intToDouble(int value) -
safeIntegerToDouble
-