Class StringFunctionBuiltins.JSFromCharCodeNode

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

public abstract static class StringFunctionBuiltins.JSFromCharCodeNode extends JSBuiltinNode
  • Constructor Details

  • Method Details

    • fromCharCode

      protected Object fromCharCode(Object[] args)
    • fromCharCodeOneArg

      protected Object fromCharCodeOneArg(Object[] args, JSToUInt16Node toUint16, com.oracle.truffle.api.strings.TruffleString.FromCodePointNode fromCodePointNode)
    • fromCharCodeTwoOrMore

      protected Object fromCharCodeTwoOrMore(Object[] args, JSToUInt16Node toUint16, com.oracle.truffle.api.strings.TruffleString.FromCharArrayUTF16Node fromCharArrayNode)