Searched defs:calls_non_strict_eval (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/v8/src/
H A Dscopes.h308 bool calls_non_strict_eval() { function in class:v8::internal::Scope
H A Dscopes.cc651 outer_scope_->calls_non_strict_eval();
1021 } else if (calls_non_strict_eval()) {
1166 bool calls_non_strict_eval = local
1167 this->calls_non_strict_eval() || outer_scope_calls_non_strict_eval_;
1170 if (inner_scope->PropagateScopeInfo(calls_non_strict_eval)) {
/external/v8/src/
H A Dscopes.h290 bool calls_non_strict_eval() { function in class:v8::internal::Scope
H A Dscopes.cc609 outer_scope_->calls_non_strict_eval();
939 } else if (calls_non_strict_eval()) {
1066 bool calls_non_strict_eval = local
1067 this->calls_non_strict_eval() || outer_scope_calls_non_strict_eval_;
1070 if (inner_scope->PropagateScopeInfo(calls_non_strict_eval)) {

Completed in 112 milliseconds