| Index: src/compiler/ast-graph-builder.cc
|
| diff --git a/src/compiler/ast-graph-builder.cc b/src/compiler/ast-graph-builder.cc
|
| index d0ebd6bf6ffdff709171fcb7423020a88faeb8e9..23a96e64ce5e596a9ff8855ac8f956a60993656e 100644
|
| --- a/src/compiler/ast-graph-builder.cc
|
| +++ b/src/compiler/ast-graph-builder.cc
|
| @@ -3018,6 +3018,9 @@ void AstGraphBuilder::VisitLogicalExpression(BinaryOperation* expr) {
|
| }
|
|
|
|
|
| +Isolate* AstGraphBuilder::isolate() const { return info()->isolate(); }
|
| +
|
| +
|
| LanguageMode AstGraphBuilder::language_mode() const {
|
| return info()->language_mode();
|
| }
|
|
|