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

Unified Diff: src/globals.h

Issue 2484003002: [builtins] implement JSBuiltinReducer for ArrayIteratorNext() (Closed)
Patch Set: Remove whitespace change that snuck in Created 4 years, 1 month 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/globals.h
diff --git a/src/globals.h b/src/globals.h
index 4a81c57073c6a074fadfe0e072a97172f8aa347d..d7d1a4945c098a44e0474c866638f3d606632c96 100644
--- a/src/globals.h
+++ b/src/globals.h
@@ -1279,6 +1279,8 @@ inline std::ostream& operator<<(std::ostream& os, UnicodeEncoding encoding) {
return os;
}
+enum class IterationKind { kKeys, kValues, kEntries };
+
} // namespace internal
} // namespace v8
« src/compiler/js-builtin-reducer.cc ('K') | « src/compiler/typer.cc ('k') | src/heap/heap.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698