mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
Update BunReadableStream.h
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#include "root.h"
|
||||
#pragma once
|
||||
|
||||
#include "root.h"
|
||||
#include <JavaScriptCore/JSGlobalObject.h>
|
||||
#include <JavaScriptCore/JSObject.h>
|
||||
#include <JavaScriptCore/JSValue.h>
|
||||
@@ -20,9 +21,8 @@ public:
|
||||
|
||||
template<typename CellType, JSC::SubspaceAccess>
|
||||
static JSC::GCClient::IsoSubspace* subspaceFor(JSC::VM& vm);
|
||||
|
||||
static JSReadableStream* create(JSC::VM&, JSC::JSGlobalObject*, JSC::Structure*);
|
||||
static JSObject* createPrototype(JSC::VM&, JSC::JSGlobalObject*);
|
||||
static JSObject* createConstructor(JSC::VM&, JSC::JSGlobalObject*, JSC::JSValue prototype);
|
||||
static JSC::Structure* createStructure(JSC::VM&, JSC::JSGlobalObject*, JSC::JSValue prototype);
|
||||
|
||||
enum class State {
|
||||
|
||||
Reference in New Issue
Block a user