Home
last modified time | relevance | path

Searched defs:AllowsLazyCompilation (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/ast/
Dast.cc192 bool FunctionLiteral::AllowsLazyCompilation() { in AllowsLazyCompilation() function in v8::internal::FunctionLiteral
Dscopes.cc774 bool Scope::AllowsLazyCompilation() const { return !force_eager_compilation_; } in AllowsLazyCompilation() function in v8::internal::Scope