Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/ast/
Dvariables.h75 bool has_forced_context_allocation() const { in has_forced_context_allocation() function
Dscopes.cc1847 if (var->has_forced_context_allocation()) { in PrintVar()
2400 DCHECK(!var->has_forced_context_allocation() || var->is_used()); in MustAllocate()
2422 return var->has_forced_context_allocation() || inner_scope_calls_eval_; in MustAllocateInContext()
/third_party/node/deps/v8/src/parsing/
Dpreparse-data.cc408 var->has_forced_context_allocation()); in SaveDataForVariable()