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

  /external/chromium_org/v8/src/
scopes.h 373 bool HasTrivialOuterContext() const;
scopes.cc 677 bool Scope::HasTrivialOuterContext() const {
711 return !force_eager_compilation_ && HasTrivialOuterContext();
879 if (HasTrivialOuterContext()) {
    [all...]

Completed in 102 milliseconds