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

Unified Diff: src/objects.h

Issue 672323003: Widen definition of %HasComplexElements() to include non-enumerability (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 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/objects.cc » ('j') | test/mjsunit/regress/regress-enumerable-element.js » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/objects.h
diff --git a/src/objects.h b/src/objects.h
index 649111d00bc96962ff1ea377c35af3d3d61a420b..d8a26930059bf8603125178c71afb7a843752600 100644
--- a/src/objects.h
+++ b/src/objects.h
@@ -3551,7 +3551,7 @@ class Dictionary: public HashTable<Derived, Shape, Key> {
int NumberOfEnumElements();
// Returns true if the dictionary contains any elements that are non-writable,
- // non-configurable, or have getters/setters.
+ // non-configurable, non-enumerable, or have getters/setters.
bool HasComplexElements();
enum SortMode { UNSORTED, SORTED };
« no previous file with comments | « no previous file | src/objects.cc » ('j') | test/mjsunit/regress/regress-enumerable-element.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698