We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44655e9 commit 015ed0bCopy full SHA for 015ed0b
src/node_worker.h
@@ -44,7 +44,6 @@ class Worker : public AsyncWrap {
44
static void New(const v8::FunctionCallbackInfo<v8::Value>& args);
45
static void StartThread(const v8::FunctionCallbackInfo<v8::Value>& args);
46
static void StopThread(const v8::FunctionCallbackInfo<v8::Value>& args);
47
- static void GetMessagePort(const v8::FunctionCallbackInfo<v8::Value>& args);
48
static void Ref(const v8::FunctionCallbackInfo<v8::Value>& args);
49
static void Unref(const v8::FunctionCallbackInfo<v8::Value>& args);
50
0 commit comments