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

  /external/chromium_org/v8/src/
scopes.h 376 bool HasLazyCompilableOuterContext() const;
scopes.cc 687 bool Scope::HasLazyCompilableOuterContext() const {
706 return !force_eager_compilation_ && HasLazyCompilableOuterContext();
    [all...]

Completed in 484 milliseconds