Class StringPrototypeBuiltins.JSStringIsWellFormedNode

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

public abstract static class StringPrototypeBuiltins.JSStringIsWellFormedNode extends JSBuiltinNode
  • Constructor Details

    • JSStringIsWellFormedNode

      public JSStringIsWellFormedNode(JSContext context, JSBuiltin builtin)
  • Method Details

    • doString

      protected static Object doString(com.oracle.truffle.api.strings.TruffleString thisStr, com.oracle.truffle.api.strings.TruffleString.IsValidNode isValidNode)
    • doOther

      protected final Object doOther(Object thisObj, com.oracle.truffle.api.strings.TruffleString.IsValidNode isValidNode)
    • within

      protected static int within(int value, int min, int max)
    • withinNumber

      protected static int withinNumber(Number value, int min, int max)
    • requireObjectCoercible

      protected final void requireObjectCoercible(Object target)
    • toString

      protected com.oracle.truffle.api.strings.TruffleString toString(Object target)
    • toIntegerAsInt

      protected int toIntegerAsInt(Object target)