Home
last modified time | relevance | path

Searched refs:ForceContextAllocation (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/ast/
Dvariables.h41 void ForceContextAllocation() { in ForceContextAllocation() function
Dscopes.cc1794 var->ForceContextAllocation(); in LookupRecursive()
1811 var->ForceContextAllocation(); in LookupRecursive()
1946 var->ForceContextAllocation(); in ResolveVariablesRecursively()
1996 if (!var->is_dynamic() && lookup != this) var->ForceContextAllocation(); in FetchFreeVariables()
2109 var->ForceContextAllocation(); in AllocateParameterLocals()
Dscopes.h303 void ForceContextAllocation() { in NON_EXPORTED_BASE()
/external/v8/src/parsing/
Dparser.cc2495 function_state_->scope()->ForceContextAllocation(); in PrepareGeneratorVariables()