summaryrefslogtreecommitdiff
path: root/platform/node/src/node_map.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'platform/node/src/node_map.hpp')
-rw-r--r--platform/node/src/node_map.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/platform/node/src/node_map.hpp b/platform/node/src/node_map.hpp
index 19df095481..52fc1ef659 100644
--- a/platform/node/src/node_map.hpp
+++ b/platform/node/src/node_map.hpp
@@ -37,6 +37,7 @@ public:
~NodeMap();
static Nan::Persistent<v8::Function> constructor;
+ static Nan::Persistent<v8::Object> parseError;
static void Init(v8::Local<v8::Object>);
@@ -67,6 +68,8 @@ public:
static void DumpDebugLogs(const Nan::FunctionCallbackInfo<v8::Value>&);
static void QueryRenderedFeatures(const Nan::FunctionCallbackInfo<v8::Value>&);
+ static v8::Local<v8::Value> ParseError(const char* msg);
+
void startRender(RenderOptions options);
void renderFinished();