Skip to content

Commit 78da3d3

Browse files
authored
Merge pull request #86 from lightpanda-io/ArrayBuffer_as_value
Treat ArrayBuffer as a Value (as opposed to a Data)
2 parents b9f28c8 + b22911e commit 78da3d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/binding.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
typedef uintptr_t usize;
66
typedef struct Data Data;
7-
typedef struct ArrayBuffer ArrayBuffer;
87
typedef struct ArrayBufferAllocator ArrayBufferAllocator;
98
typedef struct CreateParams CreateParams;
109
typedef struct Isolate Isolate;
@@ -39,6 +38,7 @@ typedef Value BigInt64Array;
3938
typedef Value Float16Array;
4039
typedef Value Float32Array;
4140
typedef Value Float64Array;
41+
typedef Value ArrayBuffer;
4242
typedef Value ArrayBufferView;
4343
typedef Value External;
4444
typedef Value Symbol;

0 commit comments

Comments
 (0)