Class IntlBuiltins.SupportedValuesOfNode

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

public abstract static class IntlBuiltins.SupportedValuesOfNode extends JSBuiltinNode
  • Constructor Details

    • SupportedValuesOfNode

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

    • supportedValuesOf

      protected Object supportedValuesOf(Object keyArg, JSToStringNode toStringNode, com.oracle.truffle.api.profiles.InlinedBranchProfile errorBranch)