Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoyee Cheung <joyeec9h3@gmail.com>2021-02-08 17:13:37 +0300
committerJoyee Cheung <joyeec9h3@gmail.com>2021-02-19 14:08:06 +0300
commit8aa9b772f4892ab44e74d3e7df0733408b7d2bc8 (patch)
tree325563f3d49e086f75a0cdf9f4a9219c0734c443 /src/node_stat_watcher.h
parent3c8290c5a8afd851f2521a507b375ca5c91ce87b (diff)
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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/node_stat_watcher.h b/src/node_stat_watcher.h
index c1d6ccce69b..7efd22fdfdb 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,