Home
last modified time | relevance | path

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

/third_party/gn/src/gn/
Dfunctions.h458 Value RunFunction(Scope* scope,
Dfunctions.cc1425 Value RunFunction(Scope* scope, in RunFunction() function
Dparse_tree.cc737 return functions::RunFunction(scope, this, args_.get(), block_.get(), err); in Execute()