Chromium Code Reviews| Index: src/lookup.h |
| diff --git a/src/lookup.h b/src/lookup.h |
| index 4f025a32bce0d45c19263f54cbe624a3adc58b29..2028427cf62473302417b168d6b08f8f04c10e79 100644 |
| --- a/src/lookup.h |
| +++ b/src/lookup.h |
| @@ -238,6 +238,7 @@ class V8_EXPORT_PRIVATE LookupIterator final BASE_EMBEDDED { |
| } |
| FieldIndex GetFieldIndex() const; |
| Handle<FieldType> GetFieldType() const; |
| + int GetFieldDescriptorIndex() const; |
| int GetAccessorIndex() const; |
| int GetConstantIndex() const; |
| Handle<PropertyCell> GetPropertyCell() const; |