public abstract static class ArrayPrototypeBuiltins.JSArrayPushNode extends ArrayPrototypeBuiltins.JSArrayOperation
JSBuiltinNode.Inlineable, JSBuiltinNode.InlinedTHROW_ERRORerrorBranch, isTypedArrayImplementationARGUMENTSINTERMEDIATE_VALUE| Constructor and Description |
|---|
JSArrayPushNode(JSContext context,
JSBuiltin builtin) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
pushArrayAll(JSDynamicObject thisObject,
Object[] args) |
protected double |
pushArrayAllLong(JSDynamicObject thisObject,
Object[] args) |
protected Object |
pushArrayNone(JSDynamicObject thisObject,
Object[] args) |
protected int |
pushArraySingle(JSDynamicObject thisObject,
Object[] args) |
protected double |
pushArraySingleLong(JSDynamicObject thisObject,
Object[] args) |
protected double |
pushProperty(Object thisObject,
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 Object pushArrayNone(JSDynamicObject thisObject, Object[] args)
protected int pushArraySingle(JSDynamicObject thisObject, Object[] args) throws com.oracle.truffle.api.nodes.SlowPathException
com.oracle.truffle.api.nodes.SlowPathExceptionprotected double pushArraySingleLong(JSDynamicObject thisObject, Object[] args)
protected int pushArrayAll(JSDynamicObject thisObject, Object[] args) throws com.oracle.truffle.api.nodes.SlowPathException
com.oracle.truffle.api.nodes.SlowPathExceptionprotected double pushArrayAllLong(JSDynamicObject thisObject, Object[] args)