Home
last modified time | relevance | path

Searched refs:strong_mode_free_variables (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/ast/
Dscopeinfo.cc22 ZoneList<Variable*> strong_mode_free_variables(0, zone); in Create() local
26 &strong_mode_free_variables); in Create()
31 strong_mode_free_variables.length(); in Create()
178 scope_info->set(index++, *strong_mode_free_variables[i]->name()); in Create()
186 static_cast<int32_t>(strong_mode_free_variables[i] in Create()
190 static_cast<int32_t>(strong_mode_free_variables[i] in Create()
Dscopes.cc667 ZoneList<Variable*>* strong_mode_free_variables) { in CollectStackAndContextLocals() argument
694 if (strong_mode_free_variables && var->has_strong_mode_reference() && in CollectStackAndContextLocals()
696 strong_mode_free_variables->Add(var, zone()); in CollectStackAndContextLocals()
Dscopes.h507 ZoneList<Variable*>* strong_mode_free_variables = nullptr);