11cb0ef41Sopenharmony_ci// This file is part of the embedder test, which is intentionally built without
21cb0ef41Sopenharmony_ci// NODE_WANT_INTERNALS, so we define it here manually.
31cb0ef41Sopenharmony_ci#define NODE_WANT_INTERNALS 1
41cb0ef41Sopenharmony_ci
51cb0ef41Sopenharmony_ci#include "node_snapshot_builder.h"
61cb0ef41Sopenharmony_ci
71cb0ef41Sopenharmony_cinamespace node {
81cb0ef41Sopenharmony_ci
91cb0ef41Sopenharmony_ciconst SnapshotData* SnapshotBuilder::GetEmbeddedSnapshotData() {
101cb0ef41Sopenharmony_ci  return nullptr;
111cb0ef41Sopenharmony_ci}
121cb0ef41Sopenharmony_ci
131cb0ef41Sopenharmony_ci}  // namespace node
14