public abstract class ArgumentsObjectNode extends JavaScriptNode
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
strict |
INTERMEDIATE_VALUE| Modifier | Constructor and Description |
|---|---|
protected |
ArgumentsObjectNode(JSContext context,
boolean strict,
int leadingArgCount) |
| Modifier and Type | Method and Description |
|---|---|
protected JavaScriptNode |
copyUninitialized(Set<Class<? extends com.oracle.truffle.api.instrumentation.Tag>> materializedTags) |
static JavaScriptNode |
create(JSContext context,
boolean strict,
int leadingArgCount) |
protected JSArgumentsObject |
doMapped(com.oracle.truffle.api.frame.VirtualFrame frame) |
protected JSArgumentsObject |
doUnmapped(com.oracle.truffle.api.frame.VirtualFrame frame) |
Object[] |
getObjectArray(com.oracle.truffle.api.frame.VirtualFrame frame) |
protected boolean |
isStrict() |
addCallTag, addExpressionTag, addRootBodyTag, addStatementTag, cloneUninitialized, cloneUninitialized, copy, createWrapper, execute, executeBoolean, executeDouble, executeInt, executeLong, executeVoid, expressionToString, findBlockScopeNode, getSourceSection, hasSourceSection, hasTag, isInstrumentable, isResultAlwaysOfType, onReplace, removeSourceSection, setSourceSection, setSourceSection, toString, transferSourceSection, transferSourceSectionAddExpressionTag, transferSourceSectionAndTagsgetLanguage, getRealm, hasOverloadedOperatorsaccept, adoptChildren, atomic, atomic, deepCopy, getChildren, getCost, getDebugProperties, getDescription, getEncapsulatingSourceSection, getLock, getParent, getRootNode, insert, insert, isAdoptable, isSafelyReplaceableBy, notifyInserted, replace, replace, reportPolymorphicSpecializeprotected ArgumentsObjectNode(JSContext context, boolean strict, int leadingArgCount)
public static JavaScriptNode create(JSContext context, boolean strict, int leadingArgCount)
protected final boolean isStrict()
protected final JSArgumentsObject doUnmapped(com.oracle.truffle.api.frame.VirtualFrame frame)
protected final JSArgumentsObject doMapped(com.oracle.truffle.api.frame.VirtualFrame frame)
public Object[] getObjectArray(com.oracle.truffle.api.frame.VirtualFrame frame)
protected JavaScriptNode copyUninitialized(Set<Class<? extends com.oracle.truffle.api.instrumentation.Tag>> materializedTags)
copyUninitialized in class JavaScriptNode