Class JSToBigIntNode.JSPrimitiveToBigIntNode

java.lang.Object
com.oracle.truffle.api.nodes.Node
com.oracle.truffle.js.nodes.JavaScriptBaseNode
com.oracle.truffle.js.nodes.cast.JSToBigIntNode.JSPrimitiveToBigIntNode
All Implemented Interfaces:
com.oracle.truffle.api.nodes.NodeInterface, Cloneable
Enclosing class:
JSToBigIntNode

protected abstract static class JSToBigIntNode.JSPrimitiveToBigIntNode extends JavaScriptBaseNode
Implementation of the abstract operation ToBigInt(argument) where the argument has already been converted ToPrimitive.
  • Constructor Details

    • JSPrimitiveToBigIntNode

      protected JSPrimitiveToBigIntNode()
  • Method Details

    • executeBigInt

      public abstract BigInt executeBigInt(com.oracle.truffle.api.nodes.Node node, Object value)
    • doBoolean

      protected static BigInt doBoolean(boolean value)
    • doBigInt

      protected static BigInt doBigInt(BigInt value)
    • doForeignBigInt

      protected static BigInt doForeignBigInt(com.oracle.truffle.api.nodes.Node node, BigInt value)
    • doNumber

      protected static BigInt doNumber(com.oracle.truffle.api.nodes.Node node, Object value)
    • doSymbolNullOrUndefined

      protected static BigInt doSymbolNullOrUndefined(com.oracle.truffle.api.nodes.Node node, Object value)
    • doString

      protected static BigInt doString(com.oracle.truffle.api.nodes.Node node, com.oracle.truffle.api.strings.TruffleString value)