aboutsummaryrefslogtreecommitdiff
path: root/src/node_internals.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/node_internals.h')
-rw-r--r--src/node_internals.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/node_internals.h b/src/node_internals.h
index 6cbad89594..01ebd8b40a 100644
--- a/src/node_internals.h
+++ b/src/node_internals.h
@@ -269,7 +269,9 @@ void DefineZlibConstants(v8::Local<v8::Object> target);
v8::MaybeLocal<v8::Value> RunBootstrapping(Environment* env);
v8::MaybeLocal<v8::Value> StartExecution(Environment* env,
const char* main_script_id);
-
+namespace coverage {
+bool StartCoverageCollection(Environment* env);
+}
} // namespace node
#endif // defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS