public class JSFunctionArgumentsNode extends AbstractFunctionArgumentsNode
| Modifier and Type | Field and Description |
|---|---|
protected JavaScriptNode[] |
args |
| Modifier | Constructor and Description |
|---|---|
protected |
JSFunctionArgumentsNode(JavaScriptNode[] args) |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractFunctionArgumentsNode |
copyUninitialized(Set<Class<? extends com.oracle.truffle.api.instrumentation.Tag>> materializedTags) |
static AbstractFunctionArgumentsNode |
create(JSContext context,
JavaScriptNode[] args) |
Object[] |
executeFillObjectArray(com.oracle.truffle.api.frame.VirtualFrame frame,
Object[] arguments,
int delta) |
int |
getCount(com.oracle.truffle.api.frame.VirtualFrame frame) |
void |
materializeInstrumentableArguments() |
cloneUninitializedcopy, getLanguage, getRealm, hasOverloadedOperators, onReplaceaccept, adoptChildren, atomic, atomic, deepCopy, getChildren, getCost, getDebugProperties, getDescription, getEncapsulatingSourceSection, getLock, getParent, getRootNode, getSourceSection, insert, insert, isAdoptable, isSafelyReplaceableBy, notifyInserted, replace, replace, reportPolymorphicSpecialize, toStringprotected final JavaScriptNode[] args
protected JSFunctionArgumentsNode(JavaScriptNode[] args)
public static AbstractFunctionArgumentsNode create(JSContext context, JavaScriptNode[] args)
public int getCount(com.oracle.truffle.api.frame.VirtualFrame frame)
getCount in class AbstractFunctionArgumentsNodepublic Object[] executeFillObjectArray(com.oracle.truffle.api.frame.VirtualFrame frame, Object[] arguments, int delta)
executeFillObjectArray in class AbstractFunctionArgumentsNodeprotected AbstractFunctionArgumentsNode copyUninitialized(Set<Class<? extends com.oracle.truffle.api.instrumentation.Tag>> materializedTags)
copyUninitialized in class AbstractFunctionArgumentsNodepublic void materializeInstrumentableArguments()
materializeInstrumentableArguments in class AbstractFunctionArgumentsNode