Class Uint8ArrayBuiltins.SetFromHexNode

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

public abstract static class Uint8ArrayBuiltins.SetFromHexNode extends Uint8ArrayBuiltins.SetFromBaseNode
  • Constructor Details

  • Method Details

    • doUint8Array

      protected final JSObject doUint8Array(JSTypedArrayObject into, com.oracle.truffle.api.strings.TruffleString string, com.oracle.truffle.api.strings.TruffleString.ReadCharUTF16Node charAtNode)
    • doNotString

      protected static Object doNotString(JSTypedArrayObject into, Object string)
    • doNotUint8Array

      protected static Object doNotUint8Array(Object thisObj, Object string)