public abstract static class ArrayBufferPrototypeBuiltins.JSArrayBufferTransferNode extends JSBuiltinNode
JSBuiltinNode.Inlineable, JSBuiltinNode.InlinedARGUMENTSINTERMEDIATE_VALUE| Constructor and Description |
|---|
JSArrayBufferTransferNode(JSContext context,
JSBuiltin builtin,
boolean preserveResizability) |
| Modifier and Type | Method and Description |
|---|---|
protected static Object |
error(Object thisObj,
Object newLength) |
protected Object |
transfer(JSArrayBufferObject arrayBuffer,
Object newLength,
JSToIndexNode toIndexNode,
com.oracle.truffle.api.profiles.InlinedBranchProfile errorBranch,
com.oracle.truffle.api.profiles.InlinedBranchProfile differentByteLengthBranch,
com.oracle.truffle.api.profiles.InlinedConditionProfile heapBufferProfile,
com.oracle.truffle.api.profiles.InlinedConditionProfile directBufferProfile) |
copyUninitialized, 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 transfer(JSArrayBufferObject arrayBuffer, Object newLength, JSToIndexNode toIndexNode, com.oracle.truffle.api.profiles.InlinedBranchProfile errorBranch, com.oracle.truffle.api.profiles.InlinedBranchProfile differentByteLengthBranch, com.oracle.truffle.api.profiles.InlinedConditionProfile heapBufferProfile, com.oracle.truffle.api.profiles.InlinedConditionProfile directBufferProfile)