public abstract class PerformPromiseCombinatorNode extends JavaScriptBaseNode
| Modifier and Type | Class and Description |
|---|---|
protected static class |
PerformPromiseCombinatorNode.BoxedInt |
| Modifier | Constructor and Description |
|---|---|
protected |
PerformPromiseCombinatorNode(JSContext context) |
| Modifier and Type | Method and Description |
|---|---|
abstract com.oracle.truffle.api.object.DynamicObject |
execute(IteratorRecord iteratorRecord,
com.oracle.truffle.api.object.DynamicObject constructor,
PromiseCapabilityRecord resultCapability,
Object promiseResolve) |
protected Object |
iteratorStepOrSetDone(IteratorRecord iteratorRecord)
Let next be IteratorStep(iteratorRecord).
|
protected Object |
iteratorValueOrSetDone(IteratorRecord iteratorRecord,
Object next)
Let nextValue be IteratorValue(next).
|
copy, onReplaceaccept, adoptChildren, atomic, atomic, deepCopy, getChildren, getCost, getDebugProperties, getDescription, getEncapsulatingSourceSection, getLock, getParent, getRootNode, getSourceSection, insert, insert, isAdoptable, isSafelyReplaceableBy, lookupContextReference, lookupLanguageReference, notifyInserted, replace, replace, reportPolymorphicSpecialize, toStringprotected final JSContext context
protected PerformPromiseCombinatorNode(JSContext context)
public abstract com.oracle.truffle.api.object.DynamicObject execute(IteratorRecord iteratorRecord, com.oracle.truffle.api.object.DynamicObject constructor, PromiseCapabilityRecord resultCapability, Object promiseResolve)
protected final Object iteratorStepOrSetDone(IteratorRecord iteratorRecord)
protected final Object iteratorValueOrSetDone(IteratorRecord iteratorRecord, Object next)