Index: src/compiler/ast-graph-builder.cc |
diff --git a/src/compiler/ast-graph-builder.cc b/src/compiler/ast-graph-builder.cc |
index 973104b2a907219a9085011d249c4e75bbbd0495..7939dcd1274bf0d748057acb71d567fd826628f1 100644 |
--- a/src/compiler/ast-graph-builder.cc |
+++ b/src/compiler/ast-graph-builder.cc |
@@ -2389,6 +2389,7 @@ void AstGraphBuilder::VisitCall(Call* expr) { |
case Call::SUPER_CALL: |
return VisitCallSuper(expr); |
case Call::POSSIBLY_EVAL_CALL: |
+ case Call::POSSIBLY_EVAL_THROUGH_WITH_CALL: |
possibly_eval = true; |
if (callee->AsVariableProxy()->var()->IsLookupSlot()) { |
Variable* variable = callee->AsVariableProxy()->var(); |