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

Unified Diff: src/runtime.h

Issue 13542002: Calling a generator function returns a generator object (Closed) Base URL: git://github.com/v8/v8.git@master
Patch Set: Link generator iterator definitions and uses through local variable Created 7 years, 9 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/runtime.h
diff --git a/src/runtime.h b/src/runtime.h
index b16acd1d8e196fa62ab767acd2bfca9f380c212b..c6c2cf9f5dad86118eaa8626d632c55101a4bd3d 100644
--- a/src/runtime.h
+++ b/src/runtime.h
@@ -294,6 +294,9 @@ namespace internal {
F(CreateArrayLiteral, 3, 1) \
F(CreateArrayLiteralShallow, 3, 1) \
\
+ /* Harmony generators */ \
+ F(CreateJSGeneratorIterator, 1, 1) \
+ \
/* Harmony modules */ \
F(IsJSModule, 1, 1) \
\

Powered by Google App Engine
This is Rietveld 408576698