Class TypedArrayLengthNode

java.lang.Object
com.oracle.truffle.api.nodes.Node
com.oracle.truffle.js.nodes.JavaScriptBaseNode
com.oracle.truffle.js.nodes.array.TypedArrayLengthNode
All Implemented Interfaces:
com.oracle.truffle.api.nodes.NodeInterface, Cloneable

public abstract class TypedArrayLengthNode extends JavaScriptBaseNode
Gets the length of a typed array. Specializes on the type of the underlying ArrayBuffer.