We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b9f28c8 + b22911e commit 78da3d3Copy full SHA for 78da3d3
src/binding.h
@@ -4,7 +4,6 @@
4
5
typedef uintptr_t usize;
6
typedef struct Data Data;
7
-typedef struct ArrayBuffer ArrayBuffer;
8
typedef struct ArrayBufferAllocator ArrayBufferAllocator;
9
typedef struct CreateParams CreateParams;
10
typedef struct Isolate Isolate;
@@ -39,6 +38,7 @@ typedef Value BigInt64Array;
39
38
typedef Value Float16Array;
40
typedef Value Float32Array;
41
typedef Value Float64Array;
+typedef Value ArrayBuffer;
42
typedef Value ArrayBufferView;
43
typedef Value External;
44
typedef Value Symbol;
0 commit comments