summaryrefslogtreecommitdiff
path: root/deps/v8/test/cctest/heap/heap-tester.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/test/cctest/heap/heap-tester.h')
-rw-r--r--deps/v8/test/cctest/heap/heap-tester.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/deps/v8/test/cctest/heap/heap-tester.h b/deps/v8/test/cctest/heap/heap-tester.h
index a2e860a8a3..c53b9aeccb 100644
--- a/deps/v8/test/cctest/heap/heap-tester.h
+++ b/deps/v8/test/cctest/heap/heap-tester.h
@@ -6,6 +6,7 @@
#define HEAP_HEAP_TESTER_H_
#include "src/heap/spaces.h"
+#include "src/objects/fixed-array.h"
// Tests that should have access to private methods of {v8::internal::Heap}.
// Those tests need to be defined using HEAP_TEST(Name) { ... }.
@@ -29,6 +30,8 @@
V(TestNewSpaceRefsInCopiedCode) \
V(GCFlags) \
V(MarkCompactCollector) \
+ V(MarkCompactEpochCounter) \
+ V(MemoryReducerActivationForSmallHeaps) \
V(NoPromotion) \
V(NumberStringCacheSize) \
V(ObjectGroups) \
@@ -87,7 +90,7 @@ class HeapTester {
// test-invalidated-slots.cc
static Page* AllocateByteArraysOnPage(Heap* heap,
- std::vector<ByteArray*>* byte_arrays);
+ std::vector<ByteArray>* byte_arrays);
// test-api.cc
static void ResetWeakHandle(bool global_gc);