Home
last modified time | relevance | path

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

/external/v8/src/parsing/
Dparameter-initializer-rewriter.cc67 var->set_scope(new_scope_); in VisitVariableProxy()
Dparser.cc2243 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 …]
Dparser.h112 void set_scope(Scope* scope) { scope_ = scope; } in set_scope() function
/external/v8/src/interpreter/
Dbytecode-generator.h107 inline void set_scope(Scope* scope) { scope_ = scope; } in set_scope() function
Dbytecode-generator.cc363 set_scope(info->scope()); in MakeBytecode()
383 set_scope(nullptr); in MakeBytecode()
/external/v8/src/ast/
Dvariables.h42 void set_scope(Scope* scope) { scope_ = scope; } in set_scope() function
Dscopes.cc315 info->set_scope(scope); in Analyze()
Dast.h479 void set_scope(Scope* scope) { scope_ = scope; } in set_scope() function
/external/v8/src/
Dcompiler.cc1109 parse_info->set_scope(info->scope()); in EnsureDeoptimizationSupport()
1612 parse_info.set_scope(literal->scope()); in GetSharedFunctionInfo()
/external/v8/src/crankshaft/
Dhydrogen.h1019 void set_scope(Scope* scope) { scope_ = scope; } in set_scope() function
Dhydrogen.cc4742 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()