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

  /external/v8/src/
scopes.cc 216 Scope* innermost_scope = NULL; local
227 if (innermost_scope == NULL) innermost_scope = scope;
235 if (innermost_scope == NULL) innermost_scope = global_scope;
237 return innermost_scope;
    [all...]
scopes.h 113 Scope* innermost_scope);

Completed in 264 milliseconds