diff options
author | 2022-11-20 14:33:57 -0800 | |
---|---|---|
committer | 2022-11-20 14:33:57 -0800 | |
commit | 948fdfe48265353f408c616112c79d8dba4b64ea (patch) | |
tree | 624d4fdd1b62808fbdfef805995cf04a3ed77d1c /src/bun.js/bindings/headers.h | |
parent | 757d19c2f756820628d6683c31f70cd9a26d2285 (diff) | |
download | bun-948fdfe48265353f408c616112c79d8dba4b64ea.tar.gz bun-948fdfe48265353f408c616112c79d8dba4b64ea.tar.zst bun-948fdfe48265353f408c616112c79d8dba4b64ea.zip |
Fix spurious rejected promise handler calls
Diffstat (limited to 'src/bun.js/bindings/headers.h')
-rw-r--r-- | src/bun.js/bindings/headers.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bun.js/bindings/headers.h b/src/bun.js/bindings/headers.h index ffaa896df..99b046b59 100644 --- a/src/bun.js/bindings/headers.h +++ b/src/bun.js/bindings/headers.h @@ -1,5 +1,5 @@ // clang-format off -//-- AUTOGENERATED FILE -- 1668835252 +//-- AUTOGENERATED FILE -- 1668983536 #pragma once #include <stddef.h> @@ -349,7 +349,7 @@ CPP_DECL void JSC__JSPromise__rejectWithCaughtException(JSC__JSPromise* arg0, JS CPP_DECL void JSC__JSPromise__resolve(JSC__JSPromise* arg0, JSC__JSGlobalObject* arg1, JSC__JSValue JSValue2); CPP_DECL JSC__JSPromise* JSC__JSPromise__resolvedPromise(JSC__JSGlobalObject* arg0, JSC__JSValue JSValue1); CPP_DECL JSC__JSValue JSC__JSPromise__resolvedPromiseValue(JSC__JSGlobalObject* arg0, JSC__JSValue JSValue1); -CPP_DECL JSC__JSValue JSC__JSPromise__result(const JSC__JSPromise* arg0, JSC__VM* arg1); +CPP_DECL JSC__JSValue JSC__JSPromise__result(JSC__JSPromise* arg0, JSC__VM* arg1); CPP_DECL uint32_t JSC__JSPromise__status(const JSC__JSPromise* arg0, JSC__VM* arg1); #pragma mark - JSC::JSInternalPromise |