| Index: src/x64/lithium-x64.h
|
| diff --git a/src/x64/lithium-x64.h b/src/x64/lithium-x64.h
|
| index 962000ad43bd2d63464f4bba3ca49da46fb2f0ec..591441e7372730ffd22e5a32f4ccfbc3465b35fc 100644
|
| --- a/src/x64/lithium-x64.h
|
| +++ b/src/x64/lithium-x64.h
|
| @@ -2775,6 +2775,9 @@ class LChunkBuilder V8_FINAL BASE_EMBEDDED {
|
| LEnvironment* CreateEnvironment(HEnvironment* hydrogen_env,
|
| int* argument_index_accumulator,
|
| ZoneList<HValue*>* objects_to_materialize);
|
| + void AddObjectToMaterialize(HValue* value,
|
| + ZoneList<HValue*>* objects_to_materialize,
|
| + LEnvironment* result);
|
|
|
| void VisitInstruction(HInstruction* current);
|
|
|
|
|