Class TypedArrayPrototypeBuiltins.JSArrayBufferViewIteratorNode

All Implemented Interfaces:
com.oracle.truffle.api.instrumentation.InstrumentableNode, com.oracle.truffle.api.nodes.NodeInterface, Cloneable
Enclosing class:
TypedArrayPrototypeBuiltins

public abstract static class TypedArrayPrototypeBuiltins.JSArrayBufferViewIteratorNode extends JSBuiltinNode
  • Constructor Details

    • JSArrayBufferViewIteratorNode

      public JSArrayBufferViewIteratorNode(JSContext context, JSBuiltin builtin, int iterationKind)
  • Method Details

    • doObject

      protected final JSObject doObject(JSTypedArrayObject thisObj, com.oracle.truffle.api.profiles.InlinedBranchProfile errorBranch)
    • doNotObject

      protected static JSObject doNotObject(Object thisObj)