| Index: src/compiler/ast-graph-builder.cc
|
| diff --git a/src/compiler/ast-graph-builder.cc b/src/compiler/ast-graph-builder.cc
|
| index 3e3e7605045b64512da20296481b3e4c98dda80f..e59323eff05e894a15737151dbeebda4ffc8e6cf 100644
|
| --- a/src/compiler/ast-graph-builder.cc
|
| +++ b/src/compiler/ast-graph-builder.cc
|
| @@ -3068,6 +3068,12 @@ VectorSlotPair AstGraphBuilder::CreateVectorSlotPair(
|
| }
|
|
|
|
|
| +void AstGraphBuilder::VisitRewritableAssignmentExpression(
|
| + RewritableAssignmentExpression* node) {
|
| + Visit(node->expression());
|
| +}
|
| +
|
| +
|
| namespace {
|
|
|
| // Limit of context chain length to which inline check is possible.
|
|
|