Class IterationScopeNode.FrameIterationScopeNode

java.lang.Object
com.oracle.truffle.api.nodes.Node
All Implemented Interfaces:
com.oracle.truffle.api.instrumentation.InstrumentableNode, com.oracle.truffle.api.nodes.NodeInterface, Cloneable
Enclosing class:
IterationScopeNode

public static final class IterationScopeNode.FrameIterationScopeNode extends IterationScopeNode
  • Constructor Details

    • FrameIterationScopeNode

      public FrameIterationScopeNode(com.oracle.truffle.api.frame.FrameDescriptor frameDescriptor, JSReadFrameSlotNode[] reads, JSWriteFrameSlotNode[] writes, int blockScopeSlot)
  • Method Details

    • execute

      public com.oracle.truffle.api.frame.VirtualFrame execute(com.oracle.truffle.api.frame.VirtualFrame frame)
      Description copied from class: JavaScriptNode
      Executes this node using the specified context and frame and returns the result value.
      Specified by:
      execute in class IterationScopeNode
      Parameters:
      frame - the frame of the currently executing guest language method
      Returns:
      the value of the execution
    • executeCopy

      public void executeCopy(com.oracle.truffle.api.frame.VirtualFrame frame, com.oracle.truffle.api.frame.VirtualFrame prevFrame)
      Specified by:
      executeCopy in class IterationScopeNode
    • exitScope

      public void exitScope(com.oracle.truffle.api.frame.VirtualFrame frame, com.oracle.truffle.api.frame.VirtualFrame prevFrame)
      Specified by:
      exitScope in class IterationScopeNode
    • getFrameDescriptor

      public com.oracle.truffle.api.frame.FrameDescriptor getFrameDescriptor()
    • copyUninitialized

      protected JavaScriptNode copyUninitialized(Set<Class<? extends com.oracle.truffle.api.instrumentation.Tag>> materializedTags)
      Overrides:
      copyUninitialized in class JavaScriptNode