| 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(); | 
|  | 
|  |