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.h38 bool has_forced_context_allocation() const { in has_forced_context_allocation() function
Dscopes.cc149 !is_function_scope() && outer_scope->has_forced_context_allocation(); in Scope()
1310 if (s->has_forced_context_allocation()) continue; in AllowsLazyParsingWithoutUnresolvedVariables()
1570 if (var->has_forced_context_allocation()) { in PrintVar()
1668 if (has_forced_context_allocation()) { in Print()
2029 DCHECK(!var->has_forced_context_allocation() || var->is_used()); in MustAllocate()
2045 if (has_forced_context_allocation()) return true; in MustAllocateInContext()
2052 return var->has_forced_context_allocation() || inner_scope_calls_eval_; in MustAllocateInContext()
Dscopes.h307 bool has_forced_context_allocation() const { in NON_EXPORTED_BASE()