Class JSTypes

java.lang.Object
com.oracle.truffle.js.nodes.JSTypes

public class JSTypes extends Object
See Also:
  • Constructor Details

    • JSTypes

      protected JSTypes()
  • Method Details

    • intToDouble

      public static double intToDouble(int value)
    • safeIntegerToDouble

      public static double safeIntegerToDouble(SafeInteger value)