Class DebugBuiltins.DebugDumpFunctionTreeNode

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

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

    • DebugDumpFunctionTreeNode

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

    • dumpFunctionTree

      protected Object dumpFunctionTree(Object functionObj)