summaryrefslogtreecommitdiff
path: root/deps/v8/src/heap/third-party/heap-api-stub.cc
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/heap/third-party/heap-api-stub.cc')
-rw-r--r--deps/v8/src/heap/third-party/heap-api-stub.cc6
1 files changed, 6 insertions, 0 deletions
diff --git a/deps/v8/src/heap/third-party/heap-api-stub.cc b/deps/v8/src/heap/third-party/heap-api-stub.cc
index 6d31479bec..f7ccb50810 100644
--- a/deps/v8/src/heap/third-party/heap-api-stub.cc
+++ b/deps/v8/src/heap/third-party/heap-api-stub.cc
@@ -38,6 +38,12 @@ const base::AddressRegion& Heap::GetCodeRange() {
}
// static
+bool Heap::InSpace(Address, AllocationSpace) { return false; }
+
+// static
+bool Heap::InOldSpace(Address) { return false; }
+
+// static
bool Heap::InCodeSpace(Address) { return false; }
// static