Class JSFunctionArgumentsNode
java.lang.Object
com.oracle.truffle.api.nodes.Node
com.oracle.truffle.js.nodes.JavaScriptBaseNode
com.oracle.truffle.js.nodes.function.AbstractFunctionArgumentsNode
com.oracle.truffle.js.nodes.function.JSFunctionArgumentsNode
- All Implemented Interfaces:
com.oracle.truffle.api.nodes.NodeInterface,Cloneable
-
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 -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected AbstractFunctionArgumentsNodecopyUninitialized(Set<Class<? extends com.oracle.truffle.api.instrumentation.Tag>> materializedTags) create(JSContext context, JavaScriptNode[] args) Object[]executeFillObjectArray(com.oracle.truffle.api.frame.VirtualFrame frame, Object[] arguments, int delta) intgetCount(com.oracle.truffle.api.frame.VirtualFrame frame) voidMethods inherited from class com.oracle.truffle.js.nodes.function.AbstractFunctionArgumentsNode
cloneUninitializedMethods 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
-
Field Details
-
args
-
-
Constructor Details
-
JSFunctionArgumentsNode
-
-
Method Details
-
create
-
getCount
public int getCount(com.oracle.truffle.api.frame.VirtualFrame frame) - Specified by:
getCountin classAbstractFunctionArgumentsNode
-
executeFillObjectArray
public Object[] executeFillObjectArray(com.oracle.truffle.api.frame.VirtualFrame frame, Object[] arguments, int delta) - Specified by:
executeFillObjectArrayin classAbstractFunctionArgumentsNode
-
copyUninitialized
protected AbstractFunctionArgumentsNode copyUninitialized(Set<Class<? extends com.oracle.truffle.api.instrumentation.Tag>> materializedTags) - Specified by:
copyUninitializedin classAbstractFunctionArgumentsNode
-
materializeInstrumentableArguments
public void materializeInstrumentableArguments()- Specified by:
materializeInstrumentableArgumentsin classAbstractFunctionArgumentsNode
-