diff options
Diffstat (limited to 'chromium/v8/src/objects/maybe-object.h')
| -rw-r--r-- | chromium/v8/src/objects/maybe-object.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chromium/v8/src/objects/maybe-object.h b/chromium/v8/src/objects/maybe-object.h index 0bb312692a4..92f68204138 100644 --- a/chromium/v8/src/objects/maybe-object.h +++ b/chromium/v8/src/objects/maybe-object.h @@ -5,6 +5,7 @@ #ifndef V8_OBJECTS_MAYBE_OBJECT_H_ #define V8_OBJECTS_MAYBE_OBJECT_H_ +#include "src/execution/local-isolate-wrapper.h" #include "src/objects/tagged-impl.h" namespace v8 { @@ -52,6 +53,9 @@ class HeapObjectReference : public MaybeObject { V8_INLINE static HeapObjectReference ClearedValue( const OffThreadIsolate* isolate); + V8_INLINE static HeapObjectReference ClearedValue( + LocalIsolateWrapper isolate); + template <typename THeapObjectSlot> V8_INLINE static void Update(THeapObjectSlot slot, HeapObject value); }; |
