Home
last modified time | relevance | path

Searched defs:outer_scope_calls_non_strict_eval (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dscopes.h293 bool outer_scope_calls_non_strict_eval() const { in outer_scope_calls_non_strict_eval() function
Dscopes.cc605 bool outer_scope_calls_non_strict_eval = false; in AllocateVariables() local
1061 bool Scope::PropagateScopeInfo(bool outer_scope_calls_non_strict_eval ) { in PropagateScopeInfo()