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.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.h')
-rw-r--r-- | src/bun.js/bindings/headers.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/bun.js/bindings/headers.h b/src/bun.js/bindings/headers.h index f29395eff..31f5dc22a 100644 --- a/src/bun.js/bindings/headers.h +++ b/src/bun.js/bindings/headers.h @@ -1,5 +1,5 @@ // clang-format off -//-- AUTOGENERATED FILE -- 1671319165 +//-- AUTOGENERATED FILE -- 1671518642 #pragma once #include <stddef.h> @@ -726,8 +726,8 @@ ZIG_DECL void Zig__ConsoleClient__timeStamp(void* arg0, JSC__JSGlobalObject* arg ZIG_DECL JSC__JSValue Bun__Timer__clearInterval(JSC__JSGlobalObject* arg0, JSC__JSValue JSValue1); ZIG_DECL JSC__JSValue Bun__Timer__clearTimeout(JSC__JSGlobalObject* arg0, JSC__JSValue JSValue1); ZIG_DECL int32_t Bun__Timer__getNextID(); -ZIG_DECL JSC__JSValue Bun__Timer__setInterval(JSC__JSGlobalObject* arg0, JSC__JSValue JSValue1, JSC__JSValue JSValue2); -ZIG_DECL JSC__JSValue Bun__Timer__setTimeout(JSC__JSGlobalObject* arg0, JSC__JSValue JSValue1, JSC__JSValue JSValue2); +ZIG_DECL JSC__JSValue Bun__Timer__setInterval(JSC__JSGlobalObject* arg0, JSC__JSValue JSValue1, JSC__JSValue JSValue2, JSC__JSValue JSValue3); +ZIG_DECL JSC__JSValue Bun__Timer__setTimeout(JSC__JSGlobalObject* arg0, JSC__JSValue JSValue1, JSC__JSValue JSValue2, JSC__JSValue JSValue3); #endif |