Class ArrayBufferPrototypeBuiltins.JSArrayBufferOperation

All Implemented Interfaces:
com.oracle.truffle.api.instrumentation.InstrumentableNode, com.oracle.truffle.api.nodes.NodeInterface, Cloneable
Direct Known Subclasses:
ArrayBufferPrototypeBuiltins.JSArrayBufferAbstractSliceNode, TypedArrayPrototypeBuiltins.JSArrayBufferViewSetNode, TypedArrayPrototypeBuiltins.JSArrayBufferViewSubarrayNode
Enclosing class:
ArrayBufferPrototypeBuiltins

public abstract static class ArrayBufferPrototypeBuiltins.JSArrayBufferOperation extends JSBuiltinNode
  • Constructor Details

    • JSArrayBufferOperation

      public JSArrayBufferOperation(JSContext context, JSBuiltin builtin)
  • Method Details

    • toInteger

      protected long toInteger(Object thisObject)