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