We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5de368f commit 714b656Copy full SHA for 714b656
src/node_worker.h
@@ -66,9 +66,6 @@ class Worker : public AsyncWrap {
66
std::string_view name() const { return name_; }
67
68
static void New(const v8::FunctionCallbackInfo<v8::Value>& args);
69
- static void CloneParentEnvVars(
70
- const v8::FunctionCallbackInfo<v8::Value>& args);
71
- static void SetEnvVars(const v8::FunctionCallbackInfo<v8::Value>& args);
72
static void StartThread(const v8::FunctionCallbackInfo<v8::Value>& args);
73
static void StopThread(const v8::FunctionCallbackInfo<v8::Value>& args);
74
static void HasRef(const v8::FunctionCallbackInfo<v8::Value>& args);
0 commit comments