Searched defs:AllowsLazyCompilation (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/ast/ | ||
D | ast.cc | 192 bool FunctionLiteral::AllowsLazyCompilation() { in AllowsLazyCompilation() function in v8::internal::FunctionLiteral |
D | scopes.cc | 774 bool Scope::AllowsLazyCompilation() const { return !force_eager_compilation_; } in AllowsLazyCompilation() function in v8::internal::Scope |