summaryrefslogtreecommitdiff
path: root/src/node_code_cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/node_code_cache.h')
-rw-r--r--src/node_code_cache.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/node_code_cache.h b/src/node_code_cache.h
index db80122861..8054279d55 100644
--- a/src/node_code_cache.h
+++ b/src/node_code_cache.h
@@ -7,6 +7,8 @@
namespace node {
+extern const bool native_module_has_code_cache;
+
void DefineCodeCache(Environment* env, v8::Local<v8::Object> target);
void DefineCodeCacheHash(Environment* env, v8::Local<v8::Object> target);