AllowsLazyCompilation 155 src/ast.cc return scope()->AllowsLazyCompilation(); AllowsLazyCompilation 2067 src/ast.h bool AllowsLazyCompilation(); AllowsLazyCompilation 133 src/compiler.cc function()->scope()->AllowsLazyCompilation() && AllowsLazyCompilation 809 src/compiler.cc bool allow_lazy = literal->AllowsLazyCompilation() && AllowsLazyCompilation 867 src/compiler.cc function_info->set_allows_lazy_compilation(lit->AllowsLazyCompilation()); AllowsLazyCompilation 318 src/full-codegen.cc info->function()->scope()->AllowsLazyCompilation()); AllowsLazyCompilation 4546 src/parser.cc top_scope_->AllowsLazyCompilation() && AllowsLazyCompilation 376 src/scopes.h bool AllowsLazyCompilation() const;