Class DebugBuiltins.DebugPrintSourceAttribution

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

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

    • DebugPrintSourceAttribution

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

    • printSourceAttribution

      protected Object printSourceAttribution(JSFunctionObject function)
    • printSourceAttribution

      protected Object printSourceAttribution(com.oracle.truffle.api.strings.TruffleString code)
    • illegalArgument

      protected Object illegalArgument(Object unused)