Searched refs:innermost_scope (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/src/
H A Dscopes.cc191 Scope* innermost_scope = NULL; local
203 for (Scope* s = innermost_scope; s != NULL; s = s->outer_scope()) {
245 if (innermost_scope == NULL) innermost_scope = current_scope;
256 return (innermost_scope == NULL) ? global_scope : innermost_scope;

Completed in 73 milliseconds