#ifndef V8_SNAPSHOT_EMBEDDED_EMBEDDED_DATA_H_
#define V8_SNAPSHOT_EMBEDDED_EMBEDDED_DATA_H_
#include "src/base/macros.h"
#include "src/builtins/builtins.h"
#include "src/common/globals.h"
#include "src/execution/isolate.h"
#include "src/heap/code-range.h"
#include "src/objects/instruction-stream.h"
namespace v8 {
namespace internal {
class InstructionStream;
class Isolate;
ReorderedBuiltinIndex;
class OffHeapInstructionStream final : public AllStatic { … };
class EmbeddedData final { … };
}
}
#endif