| Index: src/hydrogen.cc
|
| diff --git a/src/hydrogen.cc b/src/hydrogen.cc
|
| index 40f0ca4601a59e439c4f2229fabe3f4c045b3f10..4fbac969235a84a5d04c280069b76025960d1baa 100644
|
| --- a/src/hydrogen.cc
|
| +++ b/src/hydrogen.cc
|
| @@ -11028,6 +11028,9 @@ void HOptimizedGraphBuilder::HandleLiteralCompareNil(CompareOperation* expr,
|
| }
|
|
|
|
|
| +void HOptimizedGraphBuilder::VisitSpread(Spread* expr) { UNREACHABLE(); }
|
| +
|
| +
|
| HInstruction* HOptimizedGraphBuilder::BuildThisFunction() {
|
| // If we share optimized code between different closures, the
|
| // this-function is not a constant, except inside an inlined body.
|
|
|