#include "src/snapshot/static-roots-gen.h"
#include <fstream>
#include "src/common/globals.h"
#include "src/common/ptr-compr-inl.h"
#include "src/execution/isolate.h"
#include "src/objects/instance-type-inl.h"
#include "src/objects/instance-type.h"
#include "src/objects/objects-definitions.h"
#include "src/objects/visitors.h"
#include "src/roots/roots-inl.h"
#include "src/roots/roots.h"
namespace v8 {
namespace internal {
class StaticRootsTableGenImpl { … };
void StaticRootsTableGen::write(Isolate* isolate, const char* file) { … }
}
}