public abstract static class IteratorHelperPrototypeBuiltins.IteratorHelperNextNode extends JSBuiltinNode
JSBuiltinNode.Inlineable, JSBuiltinNode.InlinedARGUMENTSINTERMEDIATE_VALUE| Modifier | Constructor and Description |
|---|---|
protected |
IteratorHelperNextNode(JSContext context,
JSBuiltin builtin) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isSplitImmediately()
Returns true if this built-in function should always be split per call site, if possible.
|
Object |
next(com.oracle.truffle.api.frame.VirtualFrame frame,
JSIteratorHelperObject thisObj,
com.oracle.truffle.api.profiles.InlinedBranchProfile executingProfile,
com.oracle.truffle.api.profiles.InlinedBranchProfile completedProfile) |
protected Object |
unsupported(Object thisObj) |
copyUninitialized, countsTowardsStackTraceLimit, createBuiltin, getArguments, getBuiltin, getContext, getNodeObject, hasTag, isCallerSensitive, isInlineable, tryCreateInlinedaddCallTag, addExpressionTag, addRootBodyTag, addStatementTag, cloneUninitialized, cloneUninitialized, copy, createWrapper, execute, executeBoolean, executeDouble, executeInt, executeLong, executeVoid, expressionToString, findBlockScopeNode, getSourceSection, hasSourceSection, 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 Object next(com.oracle.truffle.api.frame.VirtualFrame frame, JSIteratorHelperObject thisObj, com.oracle.truffle.api.profiles.InlinedBranchProfile executingProfile, com.oracle.truffle.api.profiles.InlinedBranchProfile completedProfile)
public boolean isSplitImmediately()
JSBuiltinNodeisSplitImmediately in class JSBuiltinNode