Home
last modified time | relevance | path

Searched refs:ResetAfterPreparsing (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/ast/
Dscopes.h902 void ResetAfterPreparsing(AstValueFactory* ast_value_factory, bool aborted);
Dscopes.cc1494 void DeclarationScope::ResetAfterPreparsing(AstValueFactory* ast_value_factory, in ResetAfterPreparsing() function in v8::internal::DeclarationScope
1587 ResetAfterPreparsing(ast_node_factory->ast_value_factory(), false); in AnalyzePartially()
/external/v8/src/parsing/
Dparser.cc2637 scope->ResetAfterPreparsing(ast_value_factory(), true); in ParseFunctionLiteral()
Dparser-base.h4431 formal_parameters.scope->ResetAfterPreparsing(ast_value_factory_, in ParseArrowFunctionLiteral()