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

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: Refactor to pass table into Create and remove CreateIterator 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) \
Michael Starzinger 2014/04/15 16:13:56 These definitions should not be needed, the two ob
arv (Not doing code reviews) 2014/04/15 17:07:23 Done. I'll have to re-add them when I expose the
Michael Starzinger 2014/04/15 22:02:30 These visitor ids are the main reason I asked for
+ V(JSSetIterator) \
V(JSArrayBuffer) \
V(JSTypedArray) \
V(JSDataView) \
« src/objects-printer.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