Searched refs:inner_scope_calls_eval_ (Results 1 – 2 of 2) sorted by relevance
196 inner_scope_calls_eval_ = false; in SetDefaults()1034 if (inner_scope_calls_eval_) Indent(n1, "// inner scope calls 'eval'\n"); in Print()1397 if (inner->scope_calls_eval_ || inner->inner_scope_calls_eval_) { in PropagateScopeInfo()1398 inner_scope_calls_eval_ = true; in PropagateScopeInfo()1416 inner_scope_calls_eval_ || scope_contains_with_ || is_catch_scope() || in MustAllocate()1419 if (scope_calls_eval_ || inner_scope_calls_eval_) var->set_maybe_assigned(); in MustAllocate()1442 inner_scope_calls_eval_ || in MustAllocateInContext()
374 ((scope_calls_eval_ || inner_scope_calls_eval_) && in NeedsHomeObject()680 bool inner_scope_calls_eval_; variable