| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index fd5dc4a70455e0201598305361ffe957cf4e60b0..1517784fed2fbce0f96573a4956b704f1539631e 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -3057,7 +3057,7 @@ class SerializedScopeInfo : public FixedArray {
|
| // function context slot index if the function name is present (named
|
| // function expressions, only), otherwise returns a value < 0. The name
|
| // must be a symbol (canonicalized).
|
| - int FunctionContextSlotIndex(String* name);
|
| + int FunctionContextSlotIndex(String* name, VariableMode* mode);
|
|
|
| static Handle<SerializedScopeInfo> Create(Scope* scope);
|
|
|
|
|