Index: include/v8.h |
diff --git a/include/v8.h b/include/v8.h |
index ab945ec5324085af75656b9a8156165eeef548b0..63d4d1c1ec3ffbb92164f04eb9348728025ab52f 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); |
+ static V8_WARN_UNUSED_RESULT MaybeLocal<String> TypeOf( |
jochen (gone - plz use gerrit)
2016/03/24 14:49:39
why is this static?
kozy
2016/03/24 15:58:57
There is no big reason. Changed to member.
|
+ v8::Local<v8::Context> context, Local<Value> value); |
+ |
private: |
V8_INLINE bool QuickIsUndefined() const; |
V8_INLINE bool QuickIsNull() const; |