Chromium Code Reviews| Index: src/ast.cc |
| diff --git a/src/ast.cc b/src/ast.cc |
| index 6ee48d5b0e88391f7abdd0204c584dfee136b319..86d0e246c66cde623f9973650e94a9d5c143eee8 100644 |
| --- a/src/ast.cc |
| +++ b/src/ast.cc |
| @@ -155,6 +155,9 @@ bool FunctionLiteral::AllowsLazyCompilation() { |
| return scope()->AllowsLazyCompilation(); |
| } |
| +bool FunctionLiteral::AllowsLazyCompilationForNative() { |
| + return scope()->AllowsLazyCompilationForNative(); |
| +} |
| int FunctionLiteral::start_position() const { |
| return scope()->start_position(); |