Class GetViewByteLengthNode

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

public abstract class GetViewByteLengthNode extends JavaScriptBaseNode
Gets the byteLength of a DataView. Specializes on the type of the underlying ArrayBuffer.