Index: include/v8.h |
diff --git a/include/v8.h b/include/v8.h |
index ab945ec5324085af75656b9a8156165eeef548b0..b0f0fcc73a3a4511f81606de9c7b0e0413209193 100644 |
--- a/include/v8.h |
+++ b/include/v8.h |
@@ -2039,6 +2039,9 @@ class V8_EXPORT Value : public Data { |
template <class T> V8_INLINE static Value* Cast(T* value); |
+ V8_WARN_UNUSED_RESULT MaybeLocal<String> TypeOf( |
+ v8::Local<v8::Context> context); |
+ |
private: |
V8_INLINE bool QuickIsUndefined() const; |
V8_INLINE bool QuickIsNull() const; |