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

  /external/v8/src/
scopes.h 375 bool HasTrivialOuterContext() const;
scopes.cc 624 return !force_eager_compilation_ && HasTrivialOuterContext();
642 bool Scope::HasTrivialOuterContext() const {
819 if (HasTrivialOuterContext()) {
    [all...]
compiler.cc 106 !scope_->HasTrivialOuterContext() &&
parser.cc     [all...]
  /external/chromium_org/v8/src/
scopes.h 398 bool HasTrivialOuterContext() const;
scopes.cc 687 bool Scope::HasTrivialOuterContext() const {
721 return !force_eager_compilation_ && HasTrivialOuterContext();
884 if (HasTrivialOuterContext()) {
    [all...]
compiler.cc 215 !scope_->HasTrivialOuterContext() &&
    [all...]

Completed in 224 milliseconds