| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index f9b190e3b0c439ee02dcd7ddb041f708b410751d..ccc30eab11600cb6e776ac132121a8c44d05e46a 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -3089,7 +3089,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);
|
|
|
|
|