diff options
| author | Joyee Cheung <joyeec9h3@gmail.com> | 2021-02-08 22:13:37 +0800 |
|---|---|---|
| committer | Joyee Cheung <joyeec9h3@gmail.com> | 2021-02-19 19:08:06 +0800 |
| commit | 8aa9b772f4892ab44e74d3e7df0733408b7d2bc8 (patch) | |
| tree | 325563f3d49e086f75a0cdf9f4a9219c0734c443 /src/node_stat_watcher.h | |
| parent | 3c8290c5a8afd851f2521a507b375ca5c91ce87b (diff) | |
| download | node-new-8aa9b772f4892ab44e74d3e7df0733408b7d2bc8.tar.gz | |
bootstrap: include fs module into the builtin snapshot
PR-URL: https://github.com/nodejs/node/pull/36943
Fixes: https://github.com/nodejs/node/issues/35930
Refs: https://github.com/nodejs/node/issues/35711
Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'src/node_stat_watcher.h')
| -rw-r--r-- | src/node_stat_watcher.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/node_stat_watcher.h b/src/node_stat_watcher.h index c1d6ccce69..7efd22fdfd 100644 --- a/src/node_stat_watcher.h +++ b/src/node_stat_watcher.h @@ -35,10 +35,12 @@ class BindingData; } class Environment; +class ExternalReferenceRegistry; class StatWatcher : public HandleWrap { public: static void Initialize(Environment* env, v8::Local<v8::Object> target); + static void RegisterExternalReferences(ExternalReferenceRegistry* registry); protected: StatWatcher(fs::BindingData* binding_data, |
