Home
last modified time | relevance | path

Searched defs:allow_lazy (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dbackground-parsing-task.h41 bool allow_lazy; member
Dcompiler.cc1269 bool allow_lazy = literal->AllowsLazyCompilation() && in BuildFunctionInfo() local
Dpreparser.h95 bool allow_lazy() const { return allow_lazy_; } in allow_lazy() function