public abstract class IteratorNextUnaryNode extends JavaScriptNode
INTERMEDIATE_VALUE| Modifier | Constructor and Description |
|---|---|
protected |
IteratorNextUnaryNode(JavaScriptNode iteratorNode) |
| Modifier and Type | Method and Description |
|---|---|
protected JavaScriptNode |
copyUninitialized(Set<Class<? extends com.oracle.truffle.api.instrumentation.Tag>> materializedTags) |
static JavaScriptNode |
create(JavaScriptNode iteratorNode) |
protected Object |
doDefault(com.oracle.truffle.api.frame.VirtualFrame frame,
com.oracle.truffle.api.profiles.InlinedBranchProfile errorBranch) |
protected Object |
iteratorNext(IteratorRecord iteratorRecord,
com.oracle.truffle.api.profiles.InlinedBranchProfile errorBranch) |
addCallTag, addExpressionTag, addRootBodyTag, addStatementTag, cloneUninitialized, cloneUninitialized, copy, createWrapper, execute, 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, reportPolymorphicSpecializeprotected IteratorNextUnaryNode(JavaScriptNode iteratorNode)
public static JavaScriptNode create(JavaScriptNode iteratorNode)
protected final Object doDefault(com.oracle.truffle.api.frame.VirtualFrame frame, com.oracle.truffle.api.profiles.InlinedBranchProfile errorBranch)
protected final Object iteratorNext(IteratorRecord iteratorRecord, com.oracle.truffle.api.profiles.InlinedBranchProfile errorBranch)
protected JavaScriptNode copyUninitialized(Set<Class<? extends com.oracle.truffle.api.instrumentation.Tag>> materializedTags)
copyUninitialized in class JavaScriptNode