summaryrefslogtreecommitdiff
path: root/deps/v8/src/objects/cell-inl.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/objects/cell-inl.h')
-rw-r--r--deps/v8/src/objects/cell-inl.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/deps/v8/src/objects/cell-inl.h b/deps/v8/src/objects/cell-inl.h
index 90266b7599..0bd6808fbc 100644
--- a/deps/v8/src/objects/cell-inl.h
+++ b/deps/v8/src/objects/cell-inl.h
@@ -16,11 +16,7 @@
namespace v8 {
namespace internal {
-OBJECT_CONSTRUCTORS_IMPL(Cell, HeapObject)
-
-CAST_ACCESSOR(Cell)
-
-ACCESSORS(Cell, value, Object, kValueOffset)
+TQ_OBJECT_CONSTRUCTORS_IMPL(Cell)
Cell Cell::FromValueAddress(Address value) {
return Cell::cast(HeapObject::FromAddress(value - kValueOffset));