Chromium Code Reviews| Index: include/v8.h |
| diff --git a/include/v8.h b/include/v8.h |
| index ef0bda63f43d82e36eed2269462be9990111dbe9..cb1294729c2a8c381c2625c3671ace5dd3a981b1 100644 |
| --- a/include/v8.h |
| +++ b/include/v8.h |
| @@ -1424,6 +1424,11 @@ class V8_EXPORT Value : public Data { |
| bool IsDate() const; |
| /** |
| + * Returns true if this value is an Arguments object. |
| + */ |
| + bool IsArgumentsObject() const; |
| + |
| + /** |
| * Returns true if this value is a Boolean object. |
| */ |
| bool IsBooleanObject() const; |