Home | History | Annotate | Download | only in gn

Lines Matching refs:scope

16 #include "tools/gn/scope.h"
25 PARSE_SCOPE, // Treat the input as code and return the resulting scope.
81 scoped_ptr<Scope> scope(new Scope(settings));
83 Value result = parse_root->Execute(scope.get(), err);
87 // When we want the result as a scope, the result is actually the scope
91 result = Value(origin, scope.Pass());
143 if (input_conversion == "scope")
171 " \"scope\"\n"
172 " Execute the block as GN code and return a scope with the\n"