Home | History | Annotate | Download | only in gn

Lines Matching refs:SetValue

38   setup.scope()->SetValue("v", old_value, &assignment);
40 setup.scope()->SetValue(private_var_name, old_value, &assignment);
46 new_scope.SetValue("v", new_value, &assignment);
59 new_scope.SetValue("v", new_value, &assignment);
77 new_scope.SetValue("v", new_value, &assignment);
150 setup.scope()->SetValue("on_root", Value(&assignment, "on_root"),
155 nested1.SetValue("on_one", Value(&assignment, "on_one"), &assignment);
158 nested2.SetValue("on_one", Value(&assignment, "on_two"), &assignment);
159 nested2.SetValue("on_two", Value(&assignment, "on_two2"), &assignment);
194 root_scope.SetValue(kOnConst, value, &assignment);
199 mutable_scope1.SetValue(kOnMutable1, value, &assignment);
203 mutable_scope2.SetValue(kOnMutable2, value, &assignment);
231 setup.scope()->SetValue("a", Value(NULL, true), NULL);
232 setup.scope()->SetValue("_b", Value(NULL, true), NULL);