Home | History | Annotate | Download | only in src

Lines Matching refs:Parser

8 #include "src/parsing/parser.h"
14 parser.reset();
46 // Parser needs to stay alive for finalizing the parsing on the main
48 source_->parser.reset(new Parser(source_->info.get()));
49 source_->parser->DeserializeScopeChain(source_->info.get(),
59 // Reset the stack limit of the parser to reflect correctly that we're on a
62 source_->parser->set_stack_limit(stack_limit);
64 // Nullify the Isolate temporarily so that the background parser doesn't
69 source_->parser->ParseOnBackground(source_->info.get());