Lines Matching refs:set_scope
2243 body->set_scope(block_scope); in ParseBlock()
2831 body->set_scope(block_scope); in ParseWithStatement()
2951 cases_block->set_scope(cases_scope); in ParseSwitchStatement()
3073 catch_block->set_scope(block_scope); in ParseTryStatement()
3388 outer_block->set_scope(for_scope); in DesugarLexicalBindingsInForStatement()
3529 inner_block->set_scope(inner_scope); in DesugarLexicalBindingsInForStatement()
3677 body_block->set_scope(body_scope); in ParseForStatement()
3707 init_block->set_scope(for_scope); in ParseForStatement()
3777 block->set_scope(body_scope); in ParseForStatement()
3866 block->set_scope(for_scope); in ParseForStatement()
4024 block->set_scope(block->scope()->FinalizeBlockScope()); in ParseDoExpression()
4540 param_block->set_scope(param_scope); in BuildParameterInitializationBlock()
4593 inner_block->set_scope(inner_scope); in ParseEagerFunctionBody()