diff options
author | 2023-01-21 23:52:51 -0800 | |
---|---|---|
committer | 2023-01-21 23:52:51 -0800 | |
commit | 5ce2b8e604047d99c0ff33a41194c6f4d0d23c39 (patch) | |
tree | acfc59203af1aa5652c96eff26e22a22f4eb1e6f /src/bun.js/bindings/headers.h | |
parent | ee9893c4e193a84f71f122b85cf2b8d91e3303d5 (diff) | |
download | bun-5ce2b8e604047d99c0ff33a41194c6f4d0d23c39.tar.gz bun-5ce2b8e604047d99c0ff33a41194c6f4d0d23c39.tar.zst bun-5ce2b8e604047d99c0ff33a41194c6f4d0d23c39.zip |
Implement `process.execArgv`
Diffstat (limited to 'src/bun.js/bindings/headers.h')
-rw-r--r-- | src/bun.js/bindings/headers.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/bun.js/bindings/headers.h b/src/bun.js/bindings/headers.h index 269698a98..836c7d46e 100644 --- a/src/bun.js/bindings/headers.h +++ b/src/bun.js/bindings/headers.h @@ -1,5 +1,5 @@ // clang-format off -//-- AUTOGENERATED FILE -- 1674359227 +//-- AUTOGENERATED FILE -- 1674373581 #pragma once #include <stddef.h> @@ -692,6 +692,7 @@ ZIG_DECL void Bun__Process__exit(JSC__JSGlobalObject* arg0, int32_t arg1); ZIG_DECL JSC__JSValue Bun__Process__getArgv(JSC__JSGlobalObject* arg0); ZIG_DECL JSC__JSValue Bun__Process__getArgv0(JSC__JSGlobalObject* arg0); ZIG_DECL JSC__JSValue Bun__Process__getCwd(JSC__JSGlobalObject* arg0); +ZIG_DECL JSC__JSValue Bun__Process__getExecArgv(JSC__JSGlobalObject* arg0); ZIG_DECL JSC__JSValue Bun__Process__getExecPath(JSC__JSGlobalObject* arg0); ZIG_DECL void Bun__Process__getTitle(JSC__JSGlobalObject* arg0, ZigString* arg1); ZIG_DECL JSC__JSValue Bun__Process__setCwd(JSC__JSGlobalObject* arg0, ZigString* arg1); |