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

/external/chromium_org/v8/src/
H A Dscopes.cc255 global_scope->PropagateScopeInfo(false);
645 PropagateScopeInfo(outer_scope_calls_sloppy_eval);
1156 void Scope::PropagateScopeInfo(bool outer_scope_calls_sloppy_eval ) { function in class:v8::internal::Scope
1165 inner->PropagateScopeInfo(calls_sloppy_eval);

Completed in 129 milliseconds