diff options
Diffstat (limited to 'deps/v8/src/v8.h')
-rw-r--r-- | deps/v8/src/v8.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/deps/v8/src/v8.h b/deps/v8/src/v8.h index 2cfce3d19..1ca3245b9 100644 --- a/deps/v8/src/v8.h +++ b/deps/v8/src/v8.h @@ -99,6 +99,9 @@ class V8 : public AllStatic { static uint32_t Random(); static Smi* RandomPositiveSmi(); + // Idle notification directly from the API. + static void IdleNotification(bool is_high_priority); + private: // True if engine is currently running static bool is_running_; |