| Index: src/compiler/js-graph.h
|
| diff --git a/src/compiler/js-graph.h b/src/compiler/js-graph.h
|
| index f42284f23a6646b44a312ffd064083517067bc81..fb60c80f694e82dd218ac3f378d4bc4f676db4d7 100644
|
| --- a/src/compiler/js-graph.h
|
| +++ b/src/compiler/js-graph.h
|
| @@ -43,6 +43,8 @@ class JSGraph : public ZoneObject {
|
| Node* AllocateInOldSpaceStubConstant();
|
| Node* ToNumberBuiltinConstant();
|
| Node* CEntryStubConstant(int result_size);
|
| + Node* CEntryStubConstant(int result_size, SaveFPRegsMode save_doubles,
|
| + ArgvMode argv_mode, bool builtin_exit_frame);
|
| Node* EmptyFixedArrayConstant();
|
| Node* EmptyLiteralsArrayConstant();
|
| Node* EmptyStringConstant();
|
|
|