aboutsummaryrefslogtreecommitdiff
path: root/src/bun.js/bindings/ZigGlobalObject.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bun.js/bindings/ZigGlobalObject.h')
-rw-r--r--src/bun.js/bindings/ZigGlobalObject.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/bun.js/bindings/ZigGlobalObject.h b/src/bun.js/bindings/ZigGlobalObject.h
index 5ba155c99..029f90132 100644
--- a/src/bun.js/bindings/ZigGlobalObject.h
+++ b/src/bun.js/bindings/ZigGlobalObject.h
@@ -341,8 +341,11 @@ public:
CallbackJob__onResolve,
CallbackJob__onReject,
+
+ Bun__BodyValueBufferer__onRejectStream,
+ Bun__BodyValueBufferer__onResolveStream,
};
- static constexpr size_t promiseFunctionsSize = 22;
+ static constexpr size_t promiseFunctionsSize = 24;
static PromiseFunctions promiseHandlerID(EncodedJSValue (*handler)(JSC__JSGlobalObject* arg0, JSC__CallFrame* arg1));