summaryrefslogtreecommitdiff
path: root/src/node_internals.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/node_internals.h')
-rw-r--r--src/node_internals.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/node_internals.h b/src/node_internals.h
index a54ead49ee..72888ef36d 100644
--- a/src/node_internals.h
+++ b/src/node_internals.h
@@ -37,6 +37,9 @@ namespace node {
// that is used by lib/module.js
extern bool config_preserve_symlinks;
+// Tells whether it is safe to call v8::Isolate::GetCurrent().
+extern bool v8_initialized;
+
// Forward declaration
class Environment;