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

/external/chromium_org/tools/gn/
H A Dparse_tree.cc215 Value ret = ExecuteBlockInScope(&our_scope, err);
223 return ExecuteBlockInScope(containing_scope, err);
248 Value BlockNode::ExecuteBlockInScope(Scope* our_scope, Err* err) const { function in class:BlockNode
291 if_true_->ExecuteBlockInScope(scope, err);
299 if_false_block->ExecuteBlockInScope(scope, err);

Completed in 1033 milliseconds