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

Unified Diff: src/factory.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/factory.h
diff --git a/src/factory.h b/src/factory.h
index ae861baa78de18037d41a0ac6fdc40df9ddef6ba..46bd56762b2c6269e41f1ad82bf40d66d663e728 100644
--- a/src/factory.h
+++ b/src/factory.h
@@ -593,6 +593,8 @@ class Factory V8_FINAL {
// Converts the given boolean condition to JavaScript boolean value.
Handle<Object> ToBoolean(bool value);
+ Handle<JSObject> CreateIteratorResultObject(Handle<Object> value, bool done);
+
private:
Isolate* isolate() { return reinterpret_cast<Isolate*>(this); }

Powered by Google App Engine
This is Rietveld 408576698