Lines Matching refs:NewBlock
612 block = factory()->NewBlock(true, statements); in DoParseProgram()
776 block = factory()->NewBlock(true, statements); in ParseREPLProgram()
1720 return factory()->NewBlock(true, statements); in BuildInitializationBlock()
1783 Block* block = factory()->NewBlock(1, true); in IgnoreCompletion()
1836 Block* switch_block = factory()->NewBlock(2, false); in RewriteSwitchStatement()
1851 Block* cases_block = factory()->NewBlock(1, false); in RewriteSwitchStatement()
1882 return factory()->NewBlock(true, init_statements); in RewriteCatchPattern()
1917 try_block = factory()->NewBlock(1, false); in RewriteTryStatement()
1985 try_block = factory()->NewBlock(false, statements); in ParseAndRewriteAsyncGeneratorFunctionBody()
2009 try_block = factory()->NewBlock(false, statements); in ParseAndRewriteAsyncGeneratorFunctionBody()
2027 finally_block = factory()->NewBlock(false, statements); in ParseAndRewriteAsyncGeneratorFunctionBody()
2068 Block* init_block = factory()->NewBlock(2, true); in RewriteForVarInLegacy()
2106 *body_block = factory()->NewBlock(3, false); in DesugarBindingInForEachStatement()
2109 ->Add(factory()->NewBlock(true, each_initialization_statements), zone()); in DesugarBindingInForEachStatement()
2119 init_block = factory()->NewBlock(1, false); in CreateForEachStatementTDZ()
2177 factory()->NewBlock(for_info.bound_names.length() + 4, false); in DesugarLexicalBindingsInForStatement()
2226 Block* inner_block = factory()->NewBlock(3, false); in DesugarLexicalBindingsInForStatement()
2231 factory()->NewBlock(for_info.bound_names.length() + 3, true); in DesugarLexicalBindingsInForStatement()
2830 return factory()->NewBlock(true, init_statements); in BuildParameterInitializationBlock()
2850 Block* result = factory()->NewBlock(1, true); in BuildRejectPromiseOnException()