Class UnsupportedValueOfNode

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

public abstract class UnsupportedValueOfNode extends JSBuiltinNode
Unsupported Temporal.*.prototype.valueOf().
  • Constructor Details

    • UnsupportedValueOfNode

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

    • valueOf

      protected static Object valueOf(Object thisObj)