Lines Matching refs:set_scope
2301 body->set_scope(block_scope); in ParseBlock()
2934 cases_block->set_scope(cases_scope); in ParseSwitchStatement()
3072 catch_block->set_scope(block_scope); in ParseTryStatement()
3394 outer_block->set_scope(scope_); in DesugarLexicalBindingsInForStatement()
3541 inner_block->set_scope(inner_scope); in DesugarLexicalBindingsInForStatement()
3567 block->set_scope(body_scope); in ParseScopedStatement()
3720 body_block->set_scope(body_scope); in ParseForStatement()
3753 init_block->set_scope(for_scope); in ParseForStatement()
3900 block->set_scope(for_scope); in ParseForStatement()
4104 block->set_scope(block->scope()->FinalizeBlockScope()); in ParseDoExpression()
4617 param_block->set_scope(param_scope); in BuildParameterInitializationBlock()
4727 inner_block->set_scope(inner_scope); in ParseEagerFunctionBody()