| Index: src/compiler/ast-graph-builder.cc
|
| diff --git a/src/compiler/ast-graph-builder.cc b/src/compiler/ast-graph-builder.cc
|
| index 403e22bc196a3d8e1b736c4b1662a54545446b35..c737e21e83821c22583965bb5017c1762dff3a88 100644
|
| --- a/src/compiler/ast-graph-builder.cc
|
| +++ b/src/compiler/ast-graph-builder.cc
|
| @@ -3057,6 +3057,11 @@ VectorSlotPair AstGraphBuilder::CreateVectorSlotPair(
|
| }
|
|
|
|
|
| +void AstGraphBuilder::VisitRewritableExpression(RewritableExpression* node) {
|
| + Visit(node->expression());
|
| +}
|
| +
|
| +
|
| namespace {
|
|
|
| // Limit of context chain length to which inline check is possible.
|
|
|