| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -268,7 +268,6 @@ class WorkerThreadData { | |||
| 268 | 268 | uv_loop_t loop_; | |
| 269 | 269 | bool loop_init_failed_ = true; | |
| 270 | 270 | DeleteFnPtr<IsolateData, FreeIsolateData> isolate_data_; | |
| 271 | - const SnapshotData* snapshot_data_ = nullptr; | ||
| 272 | 271 | friend class Worker; | |
| 273 | 272 | }; | |
| 274 | 273 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -66,9 +66,6 @@ class Worker : public AsyncWrap { | |||
| 66 | 66 | std::string_view name() const { return name_; } | |
| 67 | 67 | ||
| 68 | 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 | 69 | static void StartThread(const v8::FunctionCallbackInfo<v8::Value>& args); | |
| 73 | 70 | static void StopThread(const v8::FunctionCallbackInfo<v8::Value>& args); | |
| 74 | 71 | static void HasRef(const v8::FunctionCallbackInfo<v8::Value>& args); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments