HomeSort by relevance Sort by last modified time
    Searched full:innermost_scope (Results 1 - 1 of 1) 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...]

Completed in 35 milliseconds