Lines Matching refs:new_scope
99 auto new_scope = std::make_unique<Scope>(settings());
102 new_scope->SetValue("v", value, nullptr);
104 new_scope->SetValue(private_var_name, value, nullptr);
107 ConvertValueToOutput(settings(), Value(nullptr, std::move(new_scope)),
163 auto new_scope = std::make_unique<Scope>(settings());
166 new_scope->SetValue("v", value, nullptr);
168 new_scope->SetValue(private_var_name, value, nullptr);
171 ConvertValueToOutput(settings(), Value(nullptr, std::move(new_scope)),
179 auto new_scope = std::make_unique<Scope>(settings());
182 new_scope->SetValue("a", a_value, nullptr);
184 new_scope->SetValue("b", b_value, nullptr);
197 new_scope->SetValue("c", Value(nullptr, std::move(c_scope)), nullptr);
212 ConvertValueToOutput(settings(), Value(nullptr, std::move(new_scope)),