Files
bun.sh/src/bun.js/bindings/JSReadableHelper.h
dave caruso 36e5a072a9 revert (#4539)
* Revert "remove native events from streams"

This reverts commit e063a47a53.

* finish revert

* remove accidental submodule

* dfghj
2023-09-07 07:45:00 -07:00

14 lines
332 B
C++

#pragma once
#include "root.h"
namespace WebCore {
JSC_DECLARE_HOST_FUNCTION(jsReadable_maybeReadMore);
JSC_DECLARE_HOST_FUNCTION(jsReadable_resume);
JSC_DECLARE_HOST_FUNCTION(jsReadable_emitReadable);
JSC_DECLARE_HOST_FUNCTION(jsReadable_onEofChunk);
JSC_DECLARE_HOST_FUNCTION(jsReadable_emitReadable_);
} // namespace WebCore