diff options
author | 2022-03-18 04:37:46 -0700 | |
---|---|---|
committer | 2022-03-18 04:37:46 -0700 | |
commit | 07379ecb4efd4a8b8184f1aff1e456173e2282b2 (patch) | |
tree | 47a1c7ad70b78510dabcaf23df2fdc32b496e322 /src/javascript/jsc/bindings/headers-cpp.h | |
parent | 257f3f997a3a899a17a91aa341525511f26c5186 (diff) | |
download | bun-07379ecb4efd4a8b8184f1aff1e456173e2282b2.tar.gz bun-07379ecb4efd4a8b8184f1aff1e456173e2282b2.tar.zst bun-07379ecb4efd4a8b8184f1aff1e456173e2282b2.zip |
[bun.js] Fix missing `.prototype` on builtins
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 3c71807ab..ba8175a74 100644 --- a/src/javascript/jsc/bindings/headers-cpp.h +++ b/src/javascript/jsc/bindings/headers-cpp.h @@ -1,4 +1,4 @@ -//-- AUTOGENERATED FILE -- 1647445628 +//-- AUTOGENERATED FILE -- 1647600299 // clang-format off #pragma once |