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

/external/v8/src/ast/
H A Dvariables.h38 bool has_forced_context_allocation() const { function in class:v8::internal::final
H A Dscopes.cc112 !is_function_scope() && outer_scope->has_forced_context_allocation();
1169 if (s->has_forced_context_allocation()) continue;
1407 if (var->has_forced_context_allocation()) {
1656 !var->has_forced_context_allocation()) {
1807 DCHECK(!var->has_forced_context_allocation() || var->is_used());
1823 if (has_forced_context_allocation()) return true;
1827 return var->has_forced_context_allocation() || inner_scope_calls_eval_;
H A Dscopes.h284 bool has_forced_context_allocation() const { function in class:v8::internal::Scope

Completed in 107 milliseconds