Searched refs:HasLazyCompilableOuterContext (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/src/
H A Dscopes.h376 bool HasLazyCompilableOuterContext() const;
H A Dscopes.cc687 bool Scope::HasLazyCompilableOuterContext() const { function in class:v8::internal::Scope
706 return !force_eager_compilation_ && HasLazyCompilableOuterContext();

Completed in 257 milliseconds