Home | History | Annotate | Download | only in gn

Lines Matching refs:SetValue

40   setup.scope()->SetValue("v", old_value, &assignment);
42 setup.scope()->SetValue(private_var_name, old_value, &assignment);
56 new_scope.SetValue("v", new_value, &assignment);
83 new_scope.SetValue("v", new_value, &assignment);
121 new_scope.SetValue("v", new_value, &assignment);
208 setup.scope()->SetValue("on_root", Value(&assignment, "on_root"),
213 nested1.SetValue("on_one", Value(&assignment, "on_one"), &assignment);
216 nested2.SetValue("on_one", Value(&assignment, "on_two"), &assignment);
217 nested2.SetValue("on_two", Value(&assignment, "on_two2"), &assignment);
252 root_scope.SetValue(kOnConst, value, &assignment);
257 mutable_scope1.SetValue(kOnMutable1, value, &assignment);
261 mutable_scope2.SetValue(kOnMutable2, value, &assignment);
289 setup.scope()->SetValue("a", Value(NULL, true), NULL);
290 setup.scope()->SetValue("_b", Value(NULL, true), NULL);