Class NumberFunctionBuiltins.JSNumberIsNaNNode

All Implemented Interfaces:
com.oracle.truffle.api.instrumentation.InstrumentableNode, com.oracle.truffle.api.nodes.NodeInterface, Cloneable
Enclosing class:
NumberFunctionBuiltins

public abstract static class NumberFunctionBuiltins.JSNumberIsNaNNode extends JSBuiltinNode
  • Constructor Details

  • Method Details

    • isDouble

      protected boolean isDouble(Object arg)
    • isNaNNotDouble

      protected boolean isNaNNotDouble(Object arg)
    • isNaNDouble

      protected boolean isNaNDouble(double arg)