diff options
author | 2022-04-02 05:14:13 -0700 | |
---|---|---|
committer | 2022-04-02 05:14:13 -0700 | |
commit | c2ed8d02400a796e9a44c53fc90bfbd9c4b14df3 (patch) | |
tree | 23e1cddc1dc0cf6add205346343654d6f3bbbab5 /src/javascript/jsc/bindings/headers-handwritten.h | |
parent | 51e5d3ea7056138769ec57221ce7720eb8d77c9a (diff) | |
download | bun-c2ed8d02400a796e9a44c53fc90bfbd9c4b14df3.tar.gz bun-c2ed8d02400a796e9a44c53fc90bfbd9c4b14df3.tar.zst bun-c2ed8d02400a796e9a44c53fc90bfbd9c4b14df3.zip |
Add more tests for Node FS
Diffstat (limited to '')
-rw-r--r-- | src/javascript/jsc/bindings/headers-handwritten.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/javascript/jsc/bindings/headers-handwritten.h b/src/javascript/jsc/bindings/headers-handwritten.h index 8bfc1a09d..a190d694a 100644 --- a/src/javascript/jsc/bindings/headers-handwritten.h +++ b/src/javascript/jsc/bindings/headers-handwritten.h @@ -173,6 +173,7 @@ typedef struct { uint32_t len; uint32_t byte_len; uint8_t cell_type; + uint64_t _value; } Bun__ArrayBuffer; #ifndef STRING_POINTER |