We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 882902c commit 7556994Copy full SHA for 7556994
src/js_stream.h
@@ -41,12 +41,6 @@ class JSStream : public AsyncWrap, public StreamBase {
41
static void ReadBuffer(const v8::FunctionCallbackInfo<v8::Value>& args);
42
static void EmitEOF(const v8::FunctionCallbackInfo<v8::Value>& args);
43
44
- static void OnAllocImpl(size_t size, uv_buf_t* buf, void* ctx);
45
- static void OnReadImpl(ssize_t nread,
46
- const uv_buf_t* buf,
47
- uv_handle_type pending,
48
- void* ctx);
49
-
50
template <class Wrap>
51
static void Finish(const v8::FunctionCallbackInfo<v8::Value>& args);
52
};
0 commit comments