Home
last modified time | relevance | path

Searched defs:block_scope (Results 1 – 7 of 7) sorted by relevance

/third_party/gn/src/gn/
Dfunction_toolchain.cc217 Scope block_scope(scope); in RunToolchain() local
914 Scope block_scope(scope); local
Dfunction_set_defaults.cc63 Scope block_scope(scope); local
Dfunctions.cc115 Scope* block_scope, in FillTargetBlockScope()
480 Scope block_scope(scope); in RunDeclareArgs() local
1483 Scope block_scope(scope); in RunFunction() local
Dfunctions_target.cc45 Scope block_scope(scope); in ExecuteGenericTarget() local
/third_party/ltp/tools/sparse/sparse-src/
Dscope.c38 struct scope *block_scope = &builtin_scope, // regular automatic variables etc variable
/third_party/node/deps/v8/src/parsing/
Dparser-base.h2768 Scope* block_scope = NewBlockScopeForObjectLiteral(); in ParseObjectLiteral() local
5323 ZonePtrList<const AstRawString>* labels, Scope* block_scope) { in ParseBlock()
6455 Scope* block_scope = scope()->FinalizeBlockScope(); in ParseForAwaitStatement() local
Dparser.cc3258 Expression* Parser::RewriteClassLiteral(ClassScope* block_scope, in RewriteClassLiteral()