aboutsummaryrefslogtreecommitdiff
path: root/src/bun.js/bindings/JSReadableHelper.h
blob: 6746bcbecb6c72cb7208d711556bc3f6cb7e2339 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#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_resume_);
JSC_DECLARE_HOST_FUNCTION(jsReadable_emitReadable_);

} // namespace WebCore