aboutsummaryrefslogtreecommitdiff
path: root/src/node_contextify.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/node_contextify.h')
-rw-r--r--src/node_contextify.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/node_contextify.h b/src/node_contextify.h
index 8af1d1d4fc..965303a79b 100644
--- a/src/node_contextify.h
+++ b/src/node_contextify.h
@@ -58,6 +58,8 @@ class ContextifyContext {
private:
static void MakeContext(const v8::FunctionCallbackInfo<v8::Value>& args);
static void IsContext(const v8::FunctionCallbackInfo<v8::Value>& args);
+ static void CompileFunction(
+ const v8::FunctionCallbackInfo<v8::Value>& args);
static void WeakCallback(
const v8::WeakCallbackInfo<ContextifyContext>& data);
static void PropertyGetterCallback(