summaryrefslogtreecommitdiff
path: root/platform/node/src/node_expression.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'platform/node/src/node_expression.hpp')
-rw-r--r--platform/node/src/node_expression.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/platform/node/src/node_expression.hpp b/platform/node/src/node_expression.hpp
index 7af5b7ab51..05af217bde 100644
--- a/platform/node/src/node_expression.hpp
+++ b/platform/node/src/node_expression.hpp
@@ -32,6 +32,9 @@ private:
static void GetType(const Nan::FunctionCallbackInfo<v8::Value>&);
static void IsFeatureConstant(const Nan::FunctionCallbackInfo<v8::Value>&);
static void IsZoomConstant(const Nan::FunctionCallbackInfo<v8::Value>&);
+
+ static void Serialize(const Nan::FunctionCallbackInfo<v8::Value>&);
+
static Nan::Persistent<v8::Function> constructor;
std::unique_ptr<Expression> expression;