protected static class ArrayPrototypeBuiltins.ArrayForEachIndexCallOperation.DefaultCallbackNode extends ForEachIndexCallNode.CallbackNode
| Modifier and Type | Field and Description |
|---|---|
protected JSFunctionCallNode |
callNode |
protected com.oracle.truffle.api.profiles.ConditionProfile |
indexInIntRangeCondition |
| Modifier | Constructor and Description |
|---|---|
protected |
DefaultCallbackNode() |
| Modifier and Type | Method and Description |
|---|---|
Object |
apply(long index,
Object value,
Object target,
Object callback,
Object callbackThisArg,
Object currentResult) |
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 JSFunctionCallNode callNode
protected final com.oracle.truffle.api.profiles.ConditionProfile indexInIntRangeCondition