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

  /external/v8/src/ast/
scopes.cc 718 bool Scope::HasTrivialOuterContext() const {
743 return !force_eager_compilation_ && HasTrivialOuterContext();
951 if (HasTrivialOuterContext()) {
    [all...]
scopes.h 528 bool HasTrivialOuterContext() const;

Completed in 86 milliseconds