diff options
author | 2022-11-06 17:59:32 -0800 | |
---|---|---|
committer | 2022-11-06 17:59:32 -0800 | |
commit | 897d7bd56470dc46d9237fb00ec28c039711a00f (patch) | |
tree | ac53bc2c3215fa76aa09b073ffbda38b7d497072 /src/bun.js/bindings/headers-cpp.h | |
parent | 07cb04e311364115cfc4f94b3f0bc46b16c1d99c (diff) | |
download | bun-897d7bd56470dc46d9237fb00ec28c039711a00f.tar.gz bun-897d7bd56470dc46d9237fb00ec28c039711a00f.tar.zst bun-897d7bd56470dc46d9237fb00ec28c039711a00f.zip |
Add way to explicitly coercion object to int32
Diffstat (limited to 'src/bun.js/bindings/headers-cpp.h')
-rw-r--r-- | src/bun.js/bindings/headers-cpp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bun.js/bindings/headers-cpp.h b/src/bun.js/bindings/headers-cpp.h index 559c44d1f..60276f76f 100644 --- a/src/bun.js/bindings/headers-cpp.h +++ b/src/bun.js/bindings/headers-cpp.h @@ -1,4 +1,4 @@ -//-- AUTOGENERATED FILE -- 1666999550 +//-- AUTOGENERATED FILE -- 1667784809 // clang-format off #pragma once |