diff options
author | 2022-04-30 23:58:27 -0700 | |
---|---|---|
committer | 2022-04-30 23:58:27 -0700 | |
commit | 92b27b338d459473fea8d8ca3b3802d02961d530 (patch) | |
tree | 11eb931c07f57d7f59e30adf1c1c4f98aa4e18ed /src/javascript/jsc/bindings/headers-cpp.h | |
parent | eb129d9f9090a3a38437067d71332c91960799c1 (diff) | |
download | bun-92b27b338d459473fea8d8ca3b3802d02961d530.tar.gz bun-92b27b338d459473fea8d8ca3b3802d02961d530.tar.zst bun-92b27b338d459473fea8d8ca3b3802d02961d530.zip |
[bun.js] Implement `Buffer.from` and `Buffer.copy`
Diffstat (limited to 'src/javascript/jsc/bindings/headers-cpp.h')
-rw-r--r-- | src/javascript/jsc/bindings/headers-cpp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/javascript/jsc/bindings/headers-cpp.h b/src/javascript/jsc/bindings/headers-cpp.h index 87e7e3afe..67ae00e83 100644 --- a/src/javascript/jsc/bindings/headers-cpp.h +++ b/src/javascript/jsc/bindings/headers-cpp.h @@ -1,4 +1,4 @@ -//-- AUTOGENERATED FILE -- 1651208705 +//-- AUTOGENERATED FILE -- 1651379222 // clang-format off #pragma once |