Home
last modified time | relevance | path

Searched refs:outer_scope_calls_non_strict_eval (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/
Dscopes.cc605 bool outer_scope_calls_non_strict_eval = false; in AllocateVariables() local
607 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() argument
1062 if (outer_scope_calls_non_strict_eval) { in PropagateScopeInfo()
Dscopes.h293 bool outer_scope_calls_non_strict_eval() const { in outer_scope_calls_non_strict_eval() function
561 bool PropagateScopeInfo(bool outer_scope_calls_non_strict_eval);
Dcompiler.cc107 !scope_->outer_scope_calls_non_strict_eval() && in DisableOptimization()
/external/v8/src/arm/
Dfull-codegen-arm.cc1216 if (!s->outer_scope_calls_non_strict_eval() || s->is_eval_scope()) break; in EmitLoadGlobalCheckExtensions()
/external/v8/src/x64/
Dfull-codegen-x64.cc1124 if (!s->outer_scope_calls_non_strict_eval() || s->is_eval_scope()) break; in EmitLoadGlobalCheckExtensions()
/external/v8/src/mips/
Dfull-codegen-mips.cc1224 if (!s->outer_scope_calls_non_strict_eval() || s->is_eval_scope()) break; in EmitLoadGlobalCheckExtensions()
/external/v8/src/ia32/
Dfull-codegen-ia32.cc1170 if (!s->outer_scope_calls_non_strict_eval() || s->is_eval_scope()) break; in EmitLoadGlobalCheckExtensions()