Searched defs:block_scope (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/tools/gn/
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);
738 Scope block_scope(scope);
739 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...]
/external/chromium_org/v8/src/
H A Dparser.cc1926 Scope* block_scope = NewScope(scope_, BLOCK_SCOPE); local
1930 block_scope->set_start_position(scanner()->location().beg_pos);
1931 { BlockState block_state(&scope_, block_scope);
1944 block_scope->set_end_position(scanner()->location().end_pos);
1945 block_scope = block_scope->FinalizeBlockScope();
1946 body->set_scope(block_scope);

Completed in 1020 milliseconds