Home
last modified time | relevance | path

Searched refs:inner_scope_calls_eval_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/ast/
Dscopes.h239 inner_scope_calls_eval_ = true; in NON_EXPORTED_BASE()
242 scope->inner_scope_calls_eval_ = true; in NON_EXPORTED_BASE()
329 bool inner_scope_calls_eval() const { return inner_scope_calls_eval_; } in NON_EXPORTED_BASE()
549 bool inner_scope_calls_eval_ : 1; in NON_EXPORTED_BASE() local
643 (inner_scope_calls_eval_ && (IsConciseMethod(function_kind()) || in NeedsHomeObject()
Dscopes.cc335 inner_scope_calls_eval_ = false; in SetDefaults()
880 if (inner_scope_calls_eval_) other->inner_scope_calls_eval_ = true; in PropagateUsageFlagsToScope()
1662 if (inner_scope_calls_eval_) Indent(n1, "// inner scope calls 'eval'\n"); in Print()
2025 (inner_scope_calls_eval_ || is_catch_scope() || is_script_scope())) { in MustAllocate()
2027 if (inner_scope_calls_eval_) var->set_maybe_assigned(); in MustAllocate()
2052 return var->has_forced_context_allocation() || inner_scope_calls_eval_; in MustAllocateInContext()