HomeSort by relevance Sort by last modified time
    Searched full:block_scope (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/tools/gn/
function_set_defaults.cc 79 Scope block_scope(scope);
80 block->ExecuteBlockInScope(&block_scope, err);
87 block_scope.NonRecursiveMergeTo(dest, Scope::MergeOptions(), function,
functions.h 45 // resulting block_scope to the function.
48 Scope* block_scope,
88 Scope* block_scope,
96 Scope* block_scope,
379 // Sets up the |block_scope| for executing a target (or something like it).
381 // parent for the |block_scope| when the |block_scope| was created.
393 Scope* block_scope,
function_toolchain.cc 305 Scope block_scope(scope);
306 block_scope.SetProperty(&kToolchainPropertyKey, toolchain.get());
307 block->ExecuteBlockInScope(&block_scope, err);
308 block_scope.SetProperty(&kToolchainPropertyKey, NULL);
313 const Value* deps_value = block_scope.GetValue(variables::kDeps, true);
316 *deps_value, block_scope.GetSourceDir(),
317 ToolchainLabelForScope(&block_scope), &toolchain->deps(), err);
324 block_scope.GetValue("concurrent_links", true);
337 if (!block_scope.CheckForUnusedVars(err))
745 Scope block_scope(scope)
    [all...]
functions.cc 53 Scope* block_scope,
66 if (!default_scope->NonRecursiveMergeTo(block_scope, merge_options,
78 block_scope->SetValue(target_name, Value(function, args[0].string_value()),
80 block_scope->MarkUsed(target_name);
290 Scope block_scope(scope);
291 block->ExecuteBlockInScope(&block_scope, err);
297 // the block_scope, and arguments passed into the build).
299 block_scope.GetCurrentScopeValues(&values);
770 Scope block_scope(scope);
771 block->ExecuteBlockInScope(&block_scope, err)
    [all...]
functions_target.cc 36 Scope block_scope(scope);
38 args, &block_scope, err))
41 block->ExecuteBlockInScope(&block_scope, err);
45 TargetGenerator::GenerateTarget(&block_scope, function, args,
50 block_scope.CheckForUnusedVars(err);
  /external/chromium_org/v8/test/cctest/
test-parsing.cc     [all...]
  /external/chromium_org/v8/src/
parser.cc 2032 Scope* block_scope = NewScope(scope_, BLOCK_SCOPE); local
    [all...]
scopes.cc 232 BLOCK_SCOPE,
780 case BLOCK_SCOPE: return "block";
    [all...]
globals.h 651 BLOCK_SCOPE, // The scope introduced by a new block.
scopes.h 269 bool is_block_scope() const { return scope_type_ == BLOCK_SCOPE; }
preparser.h     [all...]
runtime.cc     [all...]

Completed in 657 milliseconds