Class AbstractFunctionArgumentsNode
java.lang.Object
com.oracle.truffle.api.nodes.Node
com.oracle.truffle.js.nodes.JavaScriptBaseNode
com.oracle.truffle.js.nodes.function.AbstractFunctionArgumentsNode
- All Implemented Interfaces:
com.oracle.truffle.api.nodes.NodeInterface,Cloneable
- Direct Known Subclasses:
JSFunctionArgumentsNode
-
Nested Class Summary
Nested classes/interfaces inherited from class com.oracle.truffle.api.nodes.Node
com.oracle.truffle.api.nodes.Node.Child, com.oracle.truffle.api.nodes.Node.Children -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T extends AbstractFunctionArgumentsNode>
TcloneUninitialized(T node, Set<Class<? extends com.oracle.truffle.api.instrumentation.Tag>> materializedTags) protected abstract AbstractFunctionArgumentsNodecopyUninitialized(Set<Class<? extends com.oracle.truffle.api.instrumentation.Tag>> materializedTags) abstract Object[]executeFillObjectArray(com.oracle.truffle.api.frame.VirtualFrame frame, Object[] arguments, int delta) abstract intgetCount(com.oracle.truffle.api.frame.VirtualFrame frame) abstract voidMethods inherited from class com.oracle.truffle.js.nodes.JavaScriptBaseNode
copy, getJSContext, getLanguage, getLanguageOptions, getRealm, hasOverloadedOperators, onReplace, reportLoopCount, reportLoopCountMethods inherited from class com.oracle.truffle.api.nodes.Node
accept, adoptChildren, atomic, atomic, deepCopy, getChildren, getCost, getDebugProperties, getDescription, getEncapsulatingSourceSection, getLock, getParent, getRootNode, getSourceSection, insert, insert, isAdoptable, isSafelyReplaceableBy, notifyInserted, replace, replace, reportPolymorphicSpecialize, reportReplace, toString
-
Constructor Details
-
AbstractFunctionArgumentsNode
public AbstractFunctionArgumentsNode()
-
-
Method Details
-
getCount
public abstract int getCount(com.oracle.truffle.api.frame.VirtualFrame frame) -
executeFillObjectArray
-
materializeInstrumentableArguments
public abstract void materializeInstrumentableArguments() -
copyUninitialized
protected abstract AbstractFunctionArgumentsNode copyUninitialized(Set<Class<? extends com.oracle.truffle.api.instrumentation.Tag>> materializedTags) -
cloneUninitialized
public static <T extends AbstractFunctionArgumentsNode> T cloneUninitialized(T node, Set<Class<? extends com.oracle.truffle.api.instrumentation.Tag>> materializedTags)
-