Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3677)

Unified Diff: include/v8.h

Issue 7912: Property enumeration (Closed)
Patch Set: Created 12 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/api.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | src/api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698