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

Unified Diff: src/compiler/access-builder.h

Issue 2484003002: [builtins] implement JSBuiltinReducer for ArrayIteratorNext() (Closed)
Patch Set: fix tests when ignition is used 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
« no previous file with comments | « src/code-stub-assembler.cc ('k') | src/compiler/access-builder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler/access-builder.h
diff --git a/src/compiler/access-builder.h b/src/compiler/access-builder.h
index c568544fddadaf0c69cc182d3a0f3db6fcdf507c..eb8e78fc3671d044ad7c9bc4f1b4b4c375a12244 100644
--- a/src/compiler/access-builder.h
+++ b/src/compiler/access-builder.h
@@ -191,6 +191,16 @@ class V8_EXPORT_PRIVATE AccessBuilder final
// Provides access to JSGlobalObject::native_context() field.
static FieldAccess ForJSGlobalObjectNativeContext();
+ // Provides access to JSArrayIterator::object() field.
+ static FieldAccess ForJSArrayIteratorObject();
+
+ // Provides access to JSArrayIterator::index() field.
+ static FieldAccess ForJSArrayIteratorIndex(InstanceType type = JS_OBJECT_TYPE,
+ ElementsKind kind = NO_ELEMENTS);
+
+ // Provides access to JSArrayIterator::object_map() field.
+ static FieldAccess ForJSArrayIteratorObjectMap();
+
// Provides access to JSStringIterator::string() field.
static FieldAccess ForJSStringIteratorString();
« no previous file with comments | « src/code-stub-assembler.cc ('k') | src/compiler/access-builder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698