Index: include/v8.h |
diff --git a/include/v8.h b/include/v8.h |
index ae84f389ab16f426d493fb74d18acc7c715588ca..32f193a86c724ef1782497cb153f8641d79dc946 100644 |
--- a/include/v8.h |
+++ b/include/v8.h |
@@ -2295,6 +2295,8 @@ class V8_EXPORT Value : public Data { |
Local<String> TypeOf(Isolate*); |
+ Maybe<bool> InstanceOf(Local<Context> context, Local<Object> object); |
+ |
private: |
V8_INLINE bool QuickIsUndefined() const; |
V8_INLINE bool QuickIsNull() const; |