Chromium Code Reviews| Index: include/v8.h |
| diff --git a/include/v8.h b/include/v8.h |
| index 9a881f2383ce6e6107c7c3da77f234113e62749f..fbbf25d254e05902e3c67fe37bbb91e0e250eba2 100644 |
| --- a/include/v8.h |
| +++ b/include/v8.h |
| @@ -2018,6 +2018,8 @@ class V8_EXPORT Value : public Data { |
| template <class T> V8_INLINE static Value* Cast(T* value); |
| + Local<String> TypeOf(v8::Isolate*); |
| + |
| private: |
| V8_INLINE bool QuickIsUndefined() const; |
| V8_INLINE bool QuickIsNull() const; |