#include "test/unittests/test-utils.h"
#include "include/libplatform/libplatform.h"
#include "include/v8-isolate.h"
#include "src/api/api-inl.h"
#include "src/base/platform/time.h"
#include "src/execution/isolate.h"
#include "src/flags/flags.h"
#include "src/heap/cppgc-js/cpp-heap.h"
#include "src/init/v8.h"
#include "src/objects/objects-inl.h"
#include "test/unittests/heap/heap-utils.h"
namespace v8 {
namespace {
CounterMap* kCurrentCounterMap = nullptr;
}
IsolateWrapper::IsolateWrapper(CountersMode counters_mode)
: … { … }
IsolateWrapper::~IsolateWrapper() { … }
namespace internal {
SaveFlags::SaveFlags() { … }
SaveFlags::~SaveFlags() { … }
}
}