| Index: src/hydrogen.cc
|
| diff --git a/src/hydrogen.cc b/src/hydrogen.cc
|
| index be4c9ac0ea18c966247f476e95b5c0068fb0eadf..4eceef906cd456e7c04ade1fd2a29b66d28854b5 100644
|
| --- a/src/hydrogen.cc
|
| +++ b/src/hydrogen.cc
|
| @@ -11056,6 +11056,11 @@ void HOptimizedGraphBuilder::HandleLiteralCompareNil(CompareOperation* expr,
|
| }
|
|
|
|
|
| +void HOptimizedGraphBuilder::VisitSpreadOperation(SpreadOperation* node) {
|
| + UNREACHABLE();
|
| +}
|
| +
|
| +
|
| HInstruction* HOptimizedGraphBuilder::BuildThisFunction() {
|
| // If we share optimized code between different closures, the
|
| // this-function is not a constant, except inside an inlined body.
|
|
|