public abstract static class ArrayPrototypeBuiltins.JSArrayUnshiftNode extends ArrayPrototypeBuiltins.JSArrayOperation
JSBuiltinNode.Inlineable, JSBuiltinNode.Inlined| Modifier and Type | Field and Description |
|---|---|
protected TestArrayNode |
hasHolesNode |
protected IsArrayNode |
isArrayNode |
THROW_ERRORerrorBranch, isTypedArrayImplementationARGUMENTSINTERMEDIATE_VALUE| Constructor and Description |
|---|
JSArrayUnshiftNode(JSContext context,
JSBuiltin builtin) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
isFastPath(Object thisObj) |
protected double |
unshiftDouble(JSDynamicObject thisObj,
Object[] args) |
protected double |
unshiftHoles(Object thisObjParam,
Object[] args,
DeletePropertyNode deletePropertyNode,
JSArrayLastElementIndexNode lastElementIndexNode,
JSArrayFirstElementIndexNode firstElementIndexNode) |
protected int |
unshiftInt(JSDynamicObject thisObj,
Object[] args) |
arrayCreate, createEmpty, hasProperty, hasProperty, nextElementIndex, previousElementIndex, read, read, setLength, setLength, setLength, throwLengthError, write, write, writeOwn, writeOwncheckCallbackIsFunction, checkHasDetachedBuffer, getArraySpeciesConstructorNode, getLength, isCallable, reportLoopCount, reportLoopCount, toObject, toObjectOrValidateTypedArray, validateTypedArraycopyUninitialized, countsTowardsStackTraceLimit, createBuiltin, getArguments, getBuiltin, getContext, getNodeObject, hasTag, isCallerSensitive, isInlineable, isSplitImmediately, tryCreateInlinedaddCallTag, addExpressionTag, addRootBodyTag, addStatementTag, cloneUninitialized, cloneUninitialized, copy, createWrapper, execute, executeBoolean, executeDouble, executeInt, executeLong, executeVoid, expressionToString, findBlockScopeNode, getSourceSection, hasSourceSection, 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 IsArrayNode isArrayNode
protected TestArrayNode hasHolesNode
protected boolean isFastPath(Object thisObj)
protected int unshiftInt(JSDynamicObject thisObj, Object[] args) throws com.oracle.truffle.api.nodes.UnexpectedResultException
com.oracle.truffle.api.nodes.UnexpectedResultExceptionprotected double unshiftDouble(JSDynamicObject thisObj, Object[] args)
protected double unshiftHoles(Object thisObjParam, Object[] args, DeletePropertyNode deletePropertyNode, JSArrayLastElementIndexNode lastElementIndexNode, JSArrayFirstElementIndexNode firstElementIndexNode)