Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dscopes.h849 void ResetAfterPreparsing(AstValueFactory* ast_value_factory, bool aborted);
Dscopes.cc1428 void DeclarationScope::ResetAfterPreparsing(AstValueFactory* ast_value_factory, in ResetAfterPreparsing() function in v8::internal::DeclarationScope
1504 ResetAfterPreparsing(ast_node_factory->ast_value_factory(), false); in AnalyzePartially()
/external/v8/src/parsing/
Dparser.cc2678 scope->ResetAfterPreparsing(ast_value_factory(), true); in ParseFunctionLiteral()
Dparser-base.h4180 formal_parameters.scope->ResetAfterPreparsing( in ParseArrowFunctionLiteral()