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

Unified Diff: src/objects-visiting.h

Issue 236143002: ES6: Add support for Map.prototype.forEach and Set.prototype.forEach (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Handle-ify and UsedCapacity Created 6 years, 8 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
Index: src/objects-visiting.h
diff --git a/src/objects-visiting.h b/src/objects-visiting.h
index 910334b77c41d8f2d3b795f1de71df08dc751c0a..864a42de5e6888de8fe125472f903e92f816f86e 100644
--- a/src/objects-visiting.h
+++ b/src/objects-visiting.h
@@ -98,6 +98,8 @@ class StaticVisitorBase : public AllStatic {
V(JSFunction) \
V(JSWeakMap) \
V(JSWeakSet) \
+ V(JSMapIterator) \
+ V(JSSetIterator) \
V(JSArrayBuffer) \
V(JSTypedArray) \
V(JSDataView) \
« src/objects.cc ('K') | « src/objects-printer.cc ('k') | src/objects-visiting.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698