public abstract class ExportByteSourceNode extends JavaScriptBaseNode
| Modifier | Constructor and Description |
|---|---|
protected |
ExportByteSourceNode(JSContext context,
String nonByteSourceMessage,
String emptyByteSourceMessage) |
| Modifier and Type | Method and Description |
|---|---|
static ExportByteSourceNode |
create(JSContext context,
String nonByteSourceMessage,
String emptyByteSourceMessage) |
abstract Object |
execute(Object byteSource) |
protected Object |
exportBuffer(JSArrayBufferObject arrayBuffer) |
protected Object |
exportDataView(JSDataViewObject dataView) |
protected Object |
exportOther(Object other) |
protected Object |
exportTypedArray(JSTypedArrayObject typedArray) |
copy, getLanguage, getRealm, hasOverloadedOperators, onReplaceaccept, adoptChildren, atomic, atomic, deepCopy, getChildren, getCost, getDebugProperties, getDescription, getEncapsulatingSourceSection, getLock, getParent, getRootNode, getSourceSection, insert, insert, isAdoptable, isSafelyReplaceableBy, notifyInserted, replace, replace, reportPolymorphicSpecialize, toStringpublic static ExportByteSourceNode create(JSContext context, String nonByteSourceMessage, String emptyByteSourceMessage)
protected Object exportBuffer(JSArrayBufferObject arrayBuffer)
protected Object exportTypedArray(JSTypedArrayObject typedArray)
protected Object exportDataView(JSDataViewObject dataView)