Home
last modified time | relevance | path

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

/external/v8/src/
Dparser.cc821 class InitializationBlockFinder : public ParserFinder { class
827 InitializationBlockFinder(Scope* top_scope, Target* target) in InitializationBlockFinder() function in v8::internal::InitializationBlockFinder
834 ~InitializationBlockFinder() { in ~InitializationBlockFinder()
936 DISALLOW_COPY_AND_ASSIGN(InitializationBlockFinder);
1115 InitializationBlockFinder block_finder(top_scope_, target_stack_); in ParseSourceElements()
1323 InitializationBlockFinder block_finder(top_scope_, target_stack_); in ParseModuleLiteral()
1975 InitializationBlockFinder block_finder(top_scope_, target_stack_); in ParseBlock()
2005 InitializationBlockFinder block_finder(top_scope_, target_stack_); in ParseScopedBlock()