mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-14 15:31:31 +00:00
Add ArrayBuffer/DataView/Symbol#toString and improve Errors (#332)
This commit is contained in:
@ -177,6 +177,10 @@ export class DataView {
|
||||
HEADER_SIZE
|
||||
);
|
||||
}
|
||||
|
||||
toString(): string {
|
||||
return "[object DataView]";
|
||||
}
|
||||
}
|
||||
|
||||
@inline function checkOffset(byteOffset: i32, n: i32, byteLength: i32): void {
|
||||
|
Reference in New Issue
Block a user