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) |
| Modifier and Type | Method and Description |
|---|---|
protected JavaScriptNode |
copyUninitialized() |
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 nextFrame,
com.oracle.truffle.api.frame.VirtualFrame frame) |
com.oracle.truffle.api.frame.FrameDescriptor |
getFrameDescriptor() |
createaddCallTag, addExpressionTag, addRootBodyTag, addStatementTag, cloneUninitialized, cloneUninitialized, copy, createWrapper, executeBoolean, executeByte, executeCharacter, executeDouble, executeDynamicObject, executeFloat, executeInt, executeLargeInteger, executeLong, executeObjectArray, executeString, executeTruffleObject, executeVoid, expressionToString, getSourceSection, hasSourceSection, hasTag, isInstrumentable, isResultAlwaysOfType, onReplace, removeSourceSection, setSourceSection, setSourceSection, toString, transferSourceSection, transferSourceSectionAddExpressionTag, transferSourceSectionAndTagsaccept, adoptChildren, atomic, atomic, deepCopy, getChildren, getCost, getDebugProperties, getDescription, getEncapsulatingSourceSection, getLock, getParent, getRootNode, insert, insert, isAdoptable, isSafelyReplaceableBy, lookupContextReference, lookupLanguageReference, notifyInserted, replace, replace, reportPolymorphicSpecializepublic FrameIterationScopeNode(com.oracle.truffle.api.frame.FrameDescriptor frameDescriptor,
JSReadFrameSlotNode[] reads,
JSWriteFrameSlotNode[] writes)
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 nextFrame,
com.oracle.truffle.api.frame.VirtualFrame frame)
executeCopy in class IterationScopeNodepublic com.oracle.truffle.api.frame.FrameDescriptor getFrameDescriptor()
protected JavaScriptNode copyUninitialized()
copyUninitialized in class JavaScriptNode