summaryrefslogtreecommitdiff
path: root/deps/v8/src/objects/js-array-buffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/objects/js-array-buffer.h')
-rw-r--r--deps/v8/src/objects/js-array-buffer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/deps/v8/src/objects/js-array-buffer.h b/deps/v8/src/objects/js-array-buffer.h
index f723380772..1522f4b951 100644
--- a/deps/v8/src/objects/js-array-buffer.h
+++ b/deps/v8/src/objects/js-array-buffer.h
@@ -307,6 +307,7 @@ class JSTypedArray
DECL_BOOLEAN_ACCESSORS(is_length_tracking)
DECL_BOOLEAN_ACCESSORS(is_backed_by_rab)
inline bool IsVariableLength() const;
+ inline size_t GetLengthOrOutOfBounds(bool& out_of_bounds) const;
inline size_t GetLength() const;
static size_t LengthTrackingGsabBackedTypedArrayLength(Isolate* isolate,
@@ -364,6 +365,7 @@ class JSTypedArray
#endif
private:
+ template <typename IsolateT>
friend class Deserializer;
friend class Factory;