Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dvariables.h58 bool has_forced_context_allocation() const { in has_forced_context_allocation() function
Dscopes.cc1652 if (var->has_forced_context_allocation()) { in PrintVar()
2141 DCHECK(!var->has_forced_context_allocation() || var->is_used()); in MustAllocate()
2161 return var->has_forced_context_allocation() || inner_scope_calls_eval_; in MustAllocateInContext()
/external/v8/src/parsing/
Dpreparsed-scope-data.cc409 var->has_forced_context_allocation()); in SaveDataForVariable()