aboutsummaryrefslogtreecommitdiff
path: root/src/env.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/env.h')
-rw-r--r--src/env.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/env.h b/src/env.h
index f1e9ccaef2..cdb592732a 100644
--- a/src/env.h
+++ b/src/env.h
@@ -615,6 +615,7 @@ class Environment {
void StartProfilerIdleNotifier();
void StopProfilerIdleNotifier();
+ inline bool profiler_idle_notifier_started() const;
inline v8::Isolate* isolate() const;
inline tracing::Agent* tracing_agent() const;
@@ -840,6 +841,7 @@ class Environment {
uv_idle_t immediate_idle_handle_;
uv_prepare_t idle_prepare_handle_;
uv_check_t idle_check_handle_;
+ bool profiler_idle_notifier_started_ = false;
AsyncHooks async_hooks_;
ImmediateInfo immediate_info_;