Home | History | Annotate | Download | only in gn

Lines Matching refs:block_scope

34   Scope block_scope(scope);
37 block, args, &block_scope, err))
41 block->ExecuteBlockInScope(&block_scope, err);
46 rule->block()->ExecuteBlockInScope(&block_scope, err);
50 block_scope.CheckForUnusedVars(err);
88 Scope* block_scope,
99 if (!default_scope->NonRecursiveMergeTo(block_scope, function,
111 block_scope->SetValue(target_name, Value(function, args[0].string_value()),
113 block_scope->MarkUsed(target_name);
309 Scope block_scope(scope);
310 block->ExecuteBlockInScope(&block_scope, err);
316 // the block_scope, and arguments passed into the build).
318 block_scope.GetCurrentScopeValues(&values);
628 Scope block_scope(scope);
629 block->ExecuteBlockInScope(&block_scope, err);
633 function, args.list_value(), &block_scope, err);