This commit is contained in:
dcode
2019-03-13 03:47:35 +01:00
parent 37d361bafd
commit 707f2dae9a
8 changed files with 82 additions and 164 deletions

View File

@ -1,26 +1,4 @@
import {
ALLOC_RAW,
REGISTER,
ArrayBufferBase
} from "./runtime";
import {
Int8Array,
Uint8Array,
Uint8ClampedArray,
Int16Array,
Uint16Array,
Int32Array,
Uint32Array,
Int64Array,
Uint64Array,
Float32Array,
Float64Array
} from "./typedarray";
import {
DataView
} from "./dataview";
import { ALLOC_RAW, REGISTER, ArrayBufferBase } from "./runtime";
@sealed export class ArrayBuffer extends ArrayBufferBase {