Searched refs:scope_value (Results 1 – 17 of 17) sorted by relevance
111 const Value* a_value = result.scope_value()->GetValue("a"); in TEST_F()115 const Value* b_value = result.scope_value()->GetValue("b"); in TEST_F()119 const Value* c_value = result.scope_value()->GetValue("c"); in TEST_F()154 const Value* a_value = result.scope_value()->GetValue("a"); in TEST_F()158 const Value* b_value = result.scope_value()->GetValue("b"); in TEST_F()162 const Value* c_value = result.scope_value()->GetValue("c"); in TEST_F()166 const Value* d_value = c_value->scope_value()->GetValue("d"); in TEST_F()170 const Value* e_value = c_value->scope_value()->GetValue("e"); in TEST_F()176 const Value* f_value = e_value->list_value()[0].scope_value()->GetValue("f"); in TEST_F()
119 Scope* scope_value = value->scope_value(); in FillXcodeExtraAttributes() local122 scope_value->GetCurrentScopeValues(&value_map); in FillXcodeExtraAttributes()123 scope_value->MarkAllUsed(); in FillXcodeExtraAttributes()
96 Scope* scope_value() { in scope_value() function100 const Scope* scope_value() const { in scope_value() function
288 Scope* scope_value = value->scope_value(); in FillMetadata() local290 scope_value->GetCurrentScopeValues(&target_->metadata().contents()); in FillMetadata()291 scope_value->MarkAllUsed(); in FillMetadata()
262 value.scope_value()->GetCurrentScopeValues(&scope_values); in RebaseScopeValue()269 rebased_scope_value.scope_value()->SetValue(value_pair.first, pair.first, in RebaseScopeValue()
52 output.scope_value()->GetCurrentScopeValues(&scope_values); in RenderScopeToJSON()104 output.scope_value()->GetCurrentScopeValues(&scope_values); in OutputScope()
251 return scope_value()->CheckCurrentScopeValuesEqual(other.scope_value()); in operator ==()
115 if (!invoker_value->scope_value()->CheckForUnusedVars(err)) in Invoke()
191 void* scope_value = scope_->GetProperty(&kKey, nullptr); in Enter() local192 if (scope_value) { in Enter()195 reinterpret_cast<const NonNestableBlock*>(scope_value); in Enter()566 if (base->scope_value()->GetValue(accessor->member()->value().value())) in RunDefined()
147 scope_ = base->scope_value(); in Init()323 old_value->scope_value()->HasValues(Scope::SEARCH_CURRENT) && in ExecuteEquals()324 right.scope_value()->HasValues(Scope::SEARCH_CURRENT)) { in ExecuteEquals()
175 value->scope_value()->GetCurrentScopeValues(&aliased_deps); in FillAliasedDeps()
363 old_value.scope_value()->SetValue(bar, Value(nullptr, "bar"), nullptr); in TEST()381 ASSERT_FALSE(new_value->scope_value()->HasValues(Scope::SEARCH_CURRENT)); in TEST()
53 ->scope_value() in TEST()
391 base_value->scope_value()->GetValue(key_value.string_value()); in ExecuteScopeSubscriptAccess()419 result = mutable_base_value->scope_value()->GetValue( in ExecuteScopeAccess()429 const_base_value->scope_value()->GetValue(member_->value().value()); in ExecuteScopeAccess()
124 v.scope_value()->GetCurrentScopeValues(&scope); in operator ()()
1027 default_args_ = default_args_value->scope_value(); in FillOtherConfig()
191 return ToBaseValue(val.scope_value()); in ToBaseValue()