Searched refs:set_scope (Results 1 – 11 of 11) sorted by relevance
67 var->set_scope(new_scope_); in VisitVariableProxy()
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()[all …]
112 void set_scope(Scope* scope) { scope_ = scope; } in set_scope() function
107 inline void set_scope(Scope* scope) { scope_ = scope; } in set_scope() function
363 set_scope(info->scope()); in MakeBytecode()383 set_scope(nullptr); in MakeBytecode()
42 void set_scope(Scope* scope) { scope_ = scope; } in set_scope() function
315 info->set_scope(scope); in Analyze()
479 void set_scope(Scope* scope) { scope_ = scope; } in set_scope() function
1109 parse_info->set_scope(info->scope()); in EnsureDeoptimizationSupport()1612 parse_info.set_scope(literal->scope()); in GetSharedFunctionInfo()
1019 void set_scope(Scope* scope) { scope_ = scope; } in set_scope() function
4742 set_scope(scope); in VisitBlock()4753 set_scope(outer_scope); in VisitBlock()8493 set_scope(target_info.scope()); in TryInline()8505 set_scope(saved_scope); in TryInline()