Class TemporalPlainMonthDayPrototypeBuiltins.JSTemporalPlainMonthDayToString

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

public abstract static class TemporalPlainMonthDayPrototypeBuiltins.JSTemporalPlainMonthDayToString extends JSTemporalBuiltinOperation
  • Constructor Details

    • JSTemporalPlainMonthDayToString

      protected JSTemporalPlainMonthDayToString(JSContext context, JSBuiltin builtin)
  • Method Details

    • toString

      protected com.oracle.truffle.api.strings.TruffleString toString(JSTemporalPlainMonthDayObject md, Object optParam, com.oracle.truffle.api.strings.TruffleString.EqualNode equalNode, TemporalGetOptionNode getOptionNode, com.oracle.truffle.api.profiles.InlinedBranchProfile errorBranch, com.oracle.truffle.api.profiles.InlinedConditionProfile optionUndefined)
    • invalidReceiver

      protected static com.oracle.truffle.api.strings.TruffleString invalidReceiver(Object thisObj, Object optParam)