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

Unified Diff: include/v8.h

Issue 2784543004: Expose %IteratorPrototype% as an intrinsic in the public API. (Closed)
Patch Set: Do not use deprecated API calls in the tests Created 3 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
« no previous file with comments | « no previous file | test/cctest/test-api.cc » ('j') | test/cctest/test-api.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/v8.h
diff --git a/include/v8.h b/include/v8.h
index 0c7e6cfd21f410ef56f0d3028c104c47344509da..8f3a22e5630f354f4dbfe0a2c6674d3982e6e190 100644
--- a/include/v8.h
+++ b/include/v8.h
@@ -4682,7 +4682,8 @@ class V8_EXPORT External : public Value {
F(ArrayProto_entries, array_entries_iterator) \
F(ArrayProto_forEach, array_for_each_iterator) \
F(ArrayProto_keys, array_keys_iterator) \
- F(ArrayProto_values, array_values_iterator)
+ F(ArrayProto_values, array_values_iterator) \
+ F(IteratorPrototype, initial_iterator_prototype)
enum Intrinsic {
#define V8_DECL_INTRINSIC(name, iname) k##name,
« no previous file with comments | « no previous file | test/cctest/test-api.cc » ('j') | test/cctest/test-api.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698