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

  /external/chromium_org/v8/src/
scopes.cc 687 bool Scope::HasTrivialOuterContext() const {
721 return !force_eager_compilation_ && HasTrivialOuterContext();
884 if (HasTrivialOuterContext()) {
    [all...]
  /external/v8/src/
scopes.cc 624 return !force_eager_compilation_ && HasTrivialOuterContext();
642 bool Scope::HasTrivialOuterContext() const {
819 if (HasTrivialOuterContext()) {
    [all...]

Completed in 29 milliseconds