summaryrefslogtreecommitdiff
path: root/src/node_snapshot_stub.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/node_snapshot_stub.cc')
-rw-r--r--src/node_snapshot_stub.cc13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/node_snapshot_stub.cc b/src/node_snapshot_stub.cc
new file mode 100644
index 0000000000..c0604237d5
--- /dev/null
+++ b/src/node_snapshot_stub.cc
@@ -0,0 +1,13 @@
+#include "node_main_instance.h"
+
+namespace node {
+
+v8::StartupData* NodeMainInstance::GetEmbeddedSnapshotBlob() {
+ return nullptr;
+}
+
+const NodeMainInstance::IndexArray* NodeMainInstance::GetIsolateDataIndexes() {
+ return nullptr;
+}
+
+} // namespace node