Searched refs:block_scope (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/tools/gn/
H A Dfunction_set_defaults.cc79 Scope block_scope(scope);
80 block->ExecuteBlockInScope(&block_scope, err);
87 block_scope.NonRecursiveMergeTo(dest, Scope::MergeOptions(), function,
H A Dfunction_toolchain.cc305 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(scop
[all...]
H A Dfunctions_target.cc36 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);
H A Dfunctions.cc53 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, er
48 FillTargetBlockScope(const Scope* scope, const FunctionCallNode* function, const std::string& target_type, const BlockNode* block, const std::vector<Value>& args, Scope* block_scope, Err* err) argument
[all...]
H A Dfunctions.h45 // 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,
/external/chromium_org/v8/src/
H A Dparser.cc2032 Scope* block_scope = NewScope(scope_, BLOCK_SCOPE); local
2036 block_scope->set_start_position(scanner()->location().beg_pos);
2037 { BlockState block_state(&scope_, block_scope);
2050 block_scope->set_end_position(scanner()->location().end_pos);
2051 block_scope = block_scope->FinalizeBlockScope();
2052 body->set_scope(block_scope);
H A Druntime.cc11936 Handle<JSObject> block_scope =
11941 scope_info, context, block_scope)) {
11945 return block_scope;

Completed in 222 milliseconds