public static final class IterationScopeNode.FrameIterationScopeNode extends IterationScopeNode
IterationScopeNode.FrameIterationScopeNodeINTERMEDIATE_VALUE| Constructor and Description |
|---|
FrameIterationScopeNode(com.oracle.truffle.api.frame.FrameDescriptor frameDescriptor,
JSReadFrameSlotNode[] reads,
JSWriteFrameSlotNode[] writes,
int blockScopeSlot) |
| Modifier and Type | Method and Description |
|---|---|
protected JavaScriptNode |
copyUninitialized(Set<Class<? extends com.oracle.truffle.api.instrumentation.Tag>> materializedTags) |
com.oracle.truffle.api.frame.VirtualFrame |
execute(com.oracle.truffle.api.frame.VirtualFrame frame)
Executes this node using the specified context and frame and returns the result value.
|
void |
executeCopy(com.oracle.truffle.api.frame.VirtualFrame frame,
com.oracle.truffle.api.frame.VirtualFrame prevFrame) |
void |
exitScope(com.oracle.truffle.api.frame.VirtualFrame frame,
com.oracle.truffle.api.frame.VirtualFrame prevFrame) |
com.oracle.truffle.api.frame.FrameDescriptor |
getFrameDescriptor() |
createaddCallTag, addExpressionTag, addRootBodyTag, addStatementTag, cloneUninitialized, cloneUninitialized, copy, createWrapper, executeBoolean, executeDouble, executeInt, executeLong, executeVoid, expressionToString, findBlockScopeNode, getSourceSection, hasSourceSection, hasTag, isInstrumentable, isResultAlwaysOfType, onReplace, removeSourceSection, setSourceSection, setSourceSection, toString, transferSourceSection, transferSourceSectionAddExpressionTag, transferSourceSectionAndTagsgetLanguage, getRealm, hasOverloadedOperatorsaccept, adoptChildren, atomic, atomic, deepCopy, getChildren, getCost, getDebugProperties, getDescription, getEncapsulatingSourceSection, getLock, getParent, getRootNode, insert, insert, isAdoptable, isSafelyReplaceableBy, notifyInserted, replace, replace, reportPolymorphicSpecializepublic FrameIterationScopeNode(com.oracle.truffle.api.frame.FrameDescriptor frameDescriptor,
JSReadFrameSlotNode[] reads,
JSWriteFrameSlotNode[] writes,
int blockScopeSlot)
public com.oracle.truffle.api.frame.VirtualFrame execute(com.oracle.truffle.api.frame.VirtualFrame frame)
JavaScriptNodeexecute in class IterationScopeNodeframe - the frame of the currently executing guest language methodpublic void executeCopy(com.oracle.truffle.api.frame.VirtualFrame frame,
com.oracle.truffle.api.frame.VirtualFrame prevFrame)
executeCopy in class IterationScopeNodepublic void exitScope(com.oracle.truffle.api.frame.VirtualFrame frame,
com.oracle.truffle.api.frame.VirtualFrame prevFrame)
exitScope in class IterationScopeNodepublic com.oracle.truffle.api.frame.FrameDescriptor getFrameDescriptor()
protected JavaScriptNode copyUninitialized(Set<Class<? extends com.oracle.truffle.api.instrumentation.Tag>> materializedTags)
copyUninitialized in class JavaScriptNode