| Index: src/hydrogen.h
|
| diff --git a/src/hydrogen.h b/src/hydrogen.h
|
| index ca3fb4349b67a180218a856faa1cc81cb5a411ee..2af24696c158d2e090bf44a2169911f3b5784515 100644
|
| --- a/src/hydrogen.h
|
| +++ b/src/hydrogen.h
|
| @@ -2502,6 +2502,9 @@ class HOptimizedGraphBuilder : public HGraphBuilder, public AstVisitor {
|
| HValue* receiver,
|
| Handle<Map> receiver_map);
|
|
|
| + void InstallGlobalReceiverInExpressionStack(int index,
|
| + Handle<JSFunction> function);
|
| +
|
| // The translation state of the currently-being-translated function.
|
| FunctionState* function_state_;
|
|
|
|
|