diff options
author | 2022-12-20 22:05:47 -0800 | |
---|---|---|
committer | 2022-12-20 22:05:47 -0800 | |
commit | a98e0adc7dda63600ff811fc6928c69879334dc5 (patch) | |
tree | 7e8c0911f3cb4493b43300811bad3c6a4f50a970 /src/bun.js/bindings/headers-cpp.h | |
parent | 06487ef64f6968c411420f3e8347144f3885d2ef (diff) | |
download | bun-a98e0adc7dda63600ff811fc6928c69879334dc5.tar.gz bun-a98e0adc7dda63600ff811fc6928c69879334dc5.tar.zst bun-a98e0adc7dda63600ff811fc6928c69879334dc5.zip |
[web] Support multiple arguments in `setTimeout`, `setInterval`, and `setImmediate`
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 b8bf7c300..0e43e86de 100644 --- a/src/bun.js/bindings/headers-cpp.h +++ b/src/bun.js/bindings/headers-cpp.h @@ -1,4 +1,4 @@ -//-- AUTOGENERATED FILE -- 1671319165 +//-- AUTOGENERATED FILE -- 1671518642 // clang-format off #pragma once |