public abstract static class TypedArrayPrototypeBuiltins.JSArrayBufferViewSubarrayNode extends ArrayBufferPrototypeBuiltins.JSArrayBufferOperation
JSBuiltinNode.Inlineable, JSBuiltinNode.InlinedINTERMEDIATE_VALUE| Constructor and Description |
|---|
JSArrayBufferViewSubarrayNode(JSContext context,
JSBuiltin builtin) |
| Modifier and Type | Method and Description |
|---|---|
protected ArrayPrototypeBuiltins.ArraySpeciesConstructorNode |
getArraySpeciesConstructorNode() |
protected com.oracle.truffle.api.object.DynamicObject |
subarray(com.oracle.truffle.api.object.DynamicObject thisObj,
int begin,
int end,
com.oracle.truffle.api.profiles.ValueProfile arrayTypeProfile)
TypedArray subarray(long begin, optional long end).
|
protected com.oracle.truffle.api.object.DynamicObject |
subarray(com.oracle.truffle.api.object.DynamicObject thisObj,
Object begin0,
Object end0,
com.oracle.truffle.api.profiles.ValueProfile arrayTypeProfile,
com.oracle.truffle.api.profiles.ConditionProfile negativeBegin,
com.oracle.truffle.api.profiles.ConditionProfile negativeEnd,
com.oracle.truffle.api.profiles.ConditionProfile smallerEnd) |
protected com.oracle.truffle.api.object.DynamicObject |
subarrayGeneric(Object thisObj,
Object begin0,
Object end0) |
protected com.oracle.truffle.api.object.DynamicObject |
subarrayImpl(com.oracle.truffle.api.object.DynamicObject thisObj,
TypedArray arrayType,
int begin,
int end) |
toIntegercopyUninitialized, createBuiltin, getArguments, getBuiltin, getContext, getNodeObject, hasTag, isCallerSensitive, isInlineable, tryCreateInlinedaddCallTag, addExpressionTag, addRootBodyTag, addStatementTag, cloneUninitialized, cloneUninitialized, copy, createWrapper, execute, executeBoolean, executeDouble, executeInt, executeLong, executeSafeInteger, executeString, executeVoid, expressionToString, findBlockScopeNode, getSourceSection, hasSourceSection, isInstrumentable, isResultAlwaysOfType, onReplace, removeSourceSection, setSourceSection, setSourceSection, toString, transferSourceSection, transferSourceSectionAddExpressionTag, transferSourceSectionAndTagsaccept, adoptChildren, atomic, atomic, deepCopy, getChildren, getCost, getDebugProperties, getDescription, getEncapsulatingSourceSection, getLock, getParent, getRootNode, insert, insert, isAdoptable, isSafelyReplaceableBy, lookupContextReference, lookupLanguageReference, notifyInserted, replace, replace, reportPolymorphicSpecializeprotected com.oracle.truffle.api.object.DynamicObject subarray(com.oracle.truffle.api.object.DynamicObject thisObj,
int begin,
int end,
com.oracle.truffle.api.profiles.ValueProfile arrayTypeProfile)
thisObj - TypedArraybegin - begin indexend - end indexprotected com.oracle.truffle.api.object.DynamicObject subarray(com.oracle.truffle.api.object.DynamicObject thisObj,
Object begin0,
Object end0,
com.oracle.truffle.api.profiles.ValueProfile arrayTypeProfile,
com.oracle.truffle.api.profiles.ConditionProfile negativeBegin,
com.oracle.truffle.api.profiles.ConditionProfile negativeEnd,
com.oracle.truffle.api.profiles.ConditionProfile smallerEnd)
protected com.oracle.truffle.api.object.DynamicObject subarrayGeneric(Object thisObj, Object begin0, Object end0)
protected com.oracle.truffle.api.object.DynamicObject subarrayImpl(com.oracle.truffle.api.object.DynamicObject thisObj,
TypedArray arrayType,
int begin,
int end)
protected ArrayPrototypeBuiltins.ArraySpeciesConstructorNode getArraySpeciesConstructorNode()