summaryrefslogtreecommitdiff
path: root/deps/v8/src/objects/stack-frame-info-inl.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/objects/stack-frame-info-inl.h')
-rw-r--r--deps/v8/src/objects/stack-frame-info-inl.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/deps/v8/src/objects/stack-frame-info-inl.h b/deps/v8/src/objects/stack-frame-info-inl.h
index 8398c7cb5b..a9c4661726 100644
--- a/deps/v8/src/objects/stack-frame-info-inl.h
+++ b/deps/v8/src/objects/stack-frame-info-inl.h
@@ -15,6 +15,10 @@
namespace v8 {
namespace internal {
+OBJECT_CONSTRUCTORS_IMPL(StackFrameInfo, Struct)
+
+NEVER_READ_ONLY_SPACE_IMPL(StackFrameInfo)
+
CAST_ACCESSOR(StackFrameInfo)
SMI_ACCESSORS(StackFrameInfo, line_number, kLineNumberIndex)