Searched refs:outer_scope_calls_non_strict_eval (Results 1 – 7 of 7) sorted by relevance
605 bool outer_scope_calls_non_strict_eval = false; in AllocateVariables() local607 outer_scope_calls_non_strict_eval = in AllocateVariables()608 outer_scope_->outer_scope_calls_non_strict_eval() | in AllocateVariables()611 PropagateScopeInfo(outer_scope_calls_non_strict_eval); in AllocateVariables()1061 bool Scope::PropagateScopeInfo(bool outer_scope_calls_non_strict_eval ) { in PropagateScopeInfo() argument1062 if (outer_scope_calls_non_strict_eval) { in PropagateScopeInfo()
293 bool outer_scope_calls_non_strict_eval() const { in outer_scope_calls_non_strict_eval() function561 bool PropagateScopeInfo(bool outer_scope_calls_non_strict_eval);
107 !scope_->outer_scope_calls_non_strict_eval() && in DisableOptimization()
1216 if (!s->outer_scope_calls_non_strict_eval() || s->is_eval_scope()) break; in EmitLoadGlobalCheckExtensions()
1124 if (!s->outer_scope_calls_non_strict_eval() || s->is_eval_scope()) break; in EmitLoadGlobalCheckExtensions()
1224 if (!s->outer_scope_calls_non_strict_eval() || s->is_eval_scope()) break; in EmitLoadGlobalCheckExtensions()
1170 if (!s->outer_scope_calls_non_strict_eval() || s->is_eval_scope()) break; in EmitLoadGlobalCheckExtensions()