Index: src/objects-inl.h |
diff --git a/src/objects-inl.h b/src/objects-inl.h |
index 647b123e97e394324af3ab65240d38366219ef97..3df1ab6588a5802d8fd3655a9b99fc7a988bdcfc 100644 |
--- a/src/objects-inl.h |
+++ b/src/objects-inl.h |
@@ -6447,16 +6447,6 @@ void JSArrayBuffer::set_is_external(bool value) { |
} |
-bool JSArrayBuffer::should_be_freed() { |
- return ShouldBeFreed::decode(bit_field()); |
-} |
- |
- |
-void JSArrayBuffer::set_should_be_freed(bool value) { |
- set_bit_field(ShouldBeFreed::update(bit_field(), value)); |
-} |
- |
- |
bool JSArrayBuffer::is_neuterable() { |
return IsNeuterable::decode(bit_field()); |
} |