Chromium Code Reviews| Index: include/v8.h |
| diff --git a/include/v8.h b/include/v8.h |
| index d463393fd8a8dcff44452da7f769d992994fe255..b196cfb0a08a081b382b15518d25b1b392f04da1 100644 |
| --- a/include/v8.h |
| +++ b/include/v8.h |
| @@ -1022,6 +1022,8 @@ class EXPORT Object : public Value { |
| bool Has(uint32_t index); |
| bool Delete(uint32_t index); |
| + Local<Array> GetProperties(); |
|
Kasper Lund
2008/10/23 10:13:26
Should this have a comment that describes what thi
|
| + |
| /** |
| * Get the prototype object. This does not skip objects marked to |
| * be skipped by __proto__ and it does not consult the security |