Class DebugBuiltins.DebugPrintObjectNode

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

public abstract static class DebugBuiltins.DebugPrintObjectNode extends JSBuiltinNode
  • Constructor Details

    • DebugPrintObjectNode

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

    • printObject

      protected Object printObject(JSDynamicObject object, Object level0)
    • debugPrint

      protected com.oracle.truffle.api.strings.TruffleString debugPrint(JSDynamicObject object, int level, int levelStop)