Lines Matching defs:info
11 #include "src/parsing/parse-info.h"
385 bool Rewriter::Rewrite(ParseInfo* info) {
386 RCS_SCOPE(info->runtime_call_stats(),
390 FunctionLiteral* function = info->literal();
403 return RewriteBody(info, scope, body).has_value();
407 ParseInfo* info, Scope* scope, ZonePtrList<Statement>* body) {
415 info->ast_value_factory()->dot_result_string());
416 Processor processor(info->stack_limit(), scope->AsDeclarationScope(),
417 result, info->ast_value_factory(), info->zone());
425 if (!info->flags().is_repl_mode()) {
428 body->Add(result_statement, info->zone());
434 info->pending_error_handler()->set_stack_overflow();