Home
last modified time | relevance | path

Searched refs:value_storage_for_exec (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/tools/gn/
Dfunction_foreach.cc69 Value value_storage_for_exec; // Backing for list_value when we need to exec. in RunForEach() local
81 value_storage_for_exec = args_vector[1]->Execute(scope, err); in RunForEach()
84 list_value = &value_storage_for_exec; in RunForEach()