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

Completed in 205 milliseconds