HomeSort by relevance Sort by last modified time
    Searched refs:innermost_scope (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
scopes.cc 206 Scope* innermost_scope = NULL; local
216 for (Scope* s = innermost_scope; s != NULL; s = s->outer_scope()) {
235 if (innermost_scope == NULL) innermost_scope = current_scope;
246 return (innermost_scope == NULL) ? global_scope : innermost_scope;
    [all...]
  /external/chromium_org/v8/src/
scopes.cc 221 Scope* innermost_scope = NULL; local
232 for (Scope* s = innermost_scope; s != NULL; s = s->outer_scope()) {
266 if (innermost_scope == NULL) innermost_scope = current_scope;
277 return (innermost_scope == NULL) ? global_scope : innermost_scope;
    [all...]

Completed in 44 milliseconds