aboutsummaryrefslogtreecommitdiff
path: root/src/bun.js/bindings/JSBuffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bun.js/bindings/JSBuffer.h')
-rw-r--r--src/bun.js/bindings/JSBuffer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bun.js/bindings/JSBuffer.h b/src/bun.js/bindings/JSBuffer.h
index 6d79c1884..4dc7e186a 100644
--- a/src/bun.js/bindings/JSBuffer.h
+++ b/src/bun.js/bindings/JSBuffer.h
@@ -32,6 +32,8 @@ extern "C" bool JSBuffer__isBuffer(JSC::JSGlobalObject*, JSC::EncodedJSValue);
namespace WebCore {
+JSC::EncodedJSValue constructSlowBuffer(JSC::JSGlobalObject* lexicalGlobalObject, JSC::CallFrame* callFrame);
+
class WEBCORE_EXPORT JSBuffer final : public JSDOMWrapper<Buffer> {
public:
using Base = JSDOMWrapper<Buffer>;